LightAccountClientActions

1type LightAccountClientActions<TSigner, TAccount> = object;

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

Type Parameters

Type ParameterDefault type

TSigner extends SmartAccountSigner

SmartAccountSigner

TAccount extends LightAccount<TSigner> | undefined

LightAccount<TSigner> | undefined

Properties

PropertyType

transferOwnership

(args) => Promise<Hex>