Alchemy Logo

SendTransactionsParameters

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

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

NameType

requests

RpcTransactionRequest[]

Type ParameterDefault type

TAccount extends SmartContractAccount | undefined

TContext extends UserOperationContext | undefined

UserOperationContext | undefined

TEntryPointVersion extends GetEntryPointFromAccount<TAccount>

GetEntryPointFromAccount<TAccount>

Was this page helpful?