Skip to content
Alchemy Logo

AlchemySmartAccountClientActions

type AlchemySmartAccountClientActions<
  TAccount,
  TContext,
  TChain,
  TEntryPointVersion,
> = object;

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

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>

PropertyType

sendTransaction

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

sendTransactions

(args) => Promise<Hex>

sendUserOperation

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

simulateUserOperation

(args) => Promise<SimulateUserOperationAssetChangesResponse>

Was this page helpful?