getRemoveMFAValidatorAction
Gets the action to remove a multi-factor sub-validator.
Usage
const action = getRemoveMFAValidatorAction({
validatorAddress: "0x123...",
validatorId: "0x123...",
});
Parameters
validatorAddress
The address of the multi-factor sub-validator to remove.
validatorId
- Type:
Hex
(opens in a new tab)
The ID of the multi-factor sub-validator to remove.
Returns
action
The action to remove the given multi-factor sub-validator.