Alchemy Logo

MultiOwnerLightAccountClientActions

type MultiOwnerLightAccountClientActions<TSigner, TAccount> = object;

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

Type ParameterDefault type

TSigner extends SmartAccountSigner

SmartAccountSigner

TAccount extends MultiOwnerLightAccount<TSigner> | undefined

MultiOwnerLightAccount<TSigner> | undefined

PropertyType

updateOwners

(args) => Promise<Hex>

Was this page helpful?