ModuleSDK
Modules
getOwnableExecutorOwners

getOwnableExecutorOwners

Get the owners of the owned smart account.

Usage

const owners = await getOwnableExecutorOwners({
  client,
  account,
});

Parameters

client

  • Type: PublicClient

The rpc client to use for the chain you want to query.

account

The account to get the owners for.

Returns

owners

  • Type: Promise<Address[]>

The addresses of the owners of the owned smart account.