ModuleSDK
Modules
getOwnableValidatorThreshold

getOwnableValidatorThreshold

Get the current threshold of the ownable validator.

Usage

const threshold = await getOwnableValidatorThreshold({
  client,
  account,
});

Parameters

client

  • Type: PublicClient

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

account

The account to get the threshold for.

Returns

threshold

The current threshold on the ownable validtor.