Alchemy Logo

BuildTransactionParameters

type BuildTransactionParameters<TAccount, TContext, TEntryPointVersion> =
  SendTransactionsParameters<TAccount, TContext, TEntryPointVersion>;

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

Type ParameterDefault type

TAccount extends SmartContractAccount | undefined

TContext extends UserOperationContext | undefined

UserOperationContext | undefined

TEntryPointVersion extends GetEntryPointFromAccount<TAccount>

GetEntryPointFromAccount<TAccount>

Was this page helpful?