MultiOwnerLightAccountClientActions

1type MultiOwnerLightAccountClientActions<TSigner, TAccount> = object;

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

Type Parameters

Type ParameterDefault type

TSigner extends SmartAccountSigner

SmartAccountSigner

TAccount extends MultiOwnerLightAccount<TSigner> | undefined

MultiOwnerLightAccount<TSigner> | undefined

Properties

PropertyType

updateOwners

(args) => Promise<Hex>