Skip to content
Alchemy Logo

UseClientActionsProps

type UseClientActionsProps<TTransport, TChain, TActions> = object;

Defined in: account-kit/react/src/hooks/useClientActions.ts:10

Type ParameterDefault type

TTransport extends Transport

Transport

TChain extends Chain | undefined

Chain | undefined

TActions extends object

object

PropertyType

actions

(client) => TActions

client?

UseSmartAccountClientResult<TChain, SupportedAccounts>["client"]

Was this page helpful?