Alchemy Logo

UseSendUserOperationArgs

type UseSendUserOperationArgs<TEntryPointVersion, TAccount> = object &
  UseSendUserOperationMutationArgs<TEntryPointVersion, TAccount>;

Defined in: account-kit/react/dist/types/hooks/useSendUserOperation.d.ts:12

NameType

client

| UseSmartAccountClientResult["client"] | undefined

waitForTxn?

boolean

waitForTxnTag?

"pending" | "latest"

Type ParameterDefault type

TEntryPointVersion extends GetEntryPointFromAccount<TAccount>

TAccount extends SupportedAccounts

SupportedAccounts

Was this page helpful?