AlchemySmartAccountClientActions

1type AlchemySmartAccountClientActions<
2 TAccount,
3 TContext,
4 TChain,
5 TEntryPointVersion,
6> = object;

Defined in: account-kit/infra/src/client/decorators/smartAccount.ts:26

Type Parameters

Type ParameterDefault type

TAccount extends SmartContractAccount | undefined

SmartContractAccount | undefined

TContext extends UserOperationContext | undefined

UserOperationContext | undefined

TChain extends Chain | undefined

Chain | undefined

TEntryPointVersion extends GetEntryPointFromAccount<TAccount>

GetEntryPointFromAccount<TAccount>

Properties

PropertyType

sendTransaction

<TChainOverride>(args, overrides?, context?) => Promise<Hex>

sendTransactions

(args) => Promise<Hex>

sendUserOperation

(args) => Promise<SendUserOperationResult<TEntryPointVersion>>

simulateUserOperation

(args) => Promise<SimulateUserOperationAssetChangesResponse>