function applyUserOpOverride<TValue>(value, override?): any;Defined in: aa-sdk/core/src/utils/userop.ts:90
Utility method for applying a UserOperationOverrides field value over the current value set for the field
| Type Parameter |
|---|
|
| Parameter | Type | Description |
|---|---|---|
|
| the current value of the field |
|
| the override value to apply |
any
the new value of the field after applying the override