Skip to content
Alchemy Logo

applyUserOpOverride

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

TValue extends any

ParameterTypeDescription

value

TValue

the current value of the field

override?

any

the override value to apply

any

the new value of the field after applying the override

Was this page helpful?