getSetOwnableValidatorThresholdAction
Get the action to set the threshold for the ownable validator.
Usage
const action = getSetOwnableValidatorThresholdAction({
threshold: 2,
});
Parameters
threshold
- Type:
number
The new threshold for the ownable validator.
Returns
action
- Type:
Action
The action to set the threshold for the ownable validator.