Tooling
Module SDK
Modules
getOwnableValidatorOwners

⚠️ Deprecation Notice

ModuleSDK was developed by Rhinestone and is no longer actively supported. For new projects, we recommend using the Rhinestone SDK instead.

Rhinestone SDK Documentation (opens in a new tab)

getOwnableValidatorOwners

Get the current owners of the ownable validator.

Usage

const owners = await getOwnableValidatorOwners({
  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

The addresses of the owners of the ownable validator.