Alchemy Logo

SignUserOperationParameters

type SignUserOperationParameters<TAccount, TEntryPointVersion, TContext> =
  object & GetAccountParameter<TAccount> & GetContextParameter<TContext>;

Defined in: aa-sdk/core/src/actions/smartAccount/types.ts:54

NameType

uoStruct

UserOperationStruct<TEntryPointVersion>

Type ParameterDefault type

TAccount extends SmartContractAccount | undefined

SmartContractAccount | undefined

TEntryPointVersion extends GetEntryPointFromAccount<TAccount>

GetEntryPointFromAccount<TAccount>

TContext extends UserOperationContext | undefined

UserOperationContext | undefined

Was this page helpful?