Skip to main content
Only returns ECDSA owners; owners managed by other validator types are not included.
Method on an account instance returned by createAccount.

Usage

const owners = await account.getOwners(chain)

Parameters

chain
Chain
required
Chain to read the owners from

Returns

owners
{ accounts: `0x${string}`[]; threshold: number } | null
The owner addresses and threshold, or null if unavailable