Skip to content
Alchemy Logo

LightAccountClientActions

type LightAccountClientActions<TSigner, TAccount> = object;

Defined in: account-kit/smart-contracts/src/light-account/decorators/lightAccount.ts:9

Type ParameterDefault type

TSigner extends SmartAccountSigner

SmartAccountSigner

TAccount extends LightAccount<TSigner> | undefined

LightAccount<TSigner> | undefined

PropertyType

transferOwnership

(args) => Promise<Hex>

Was this page helpful?