⚠️ Deprecation Notice
ModuleSDK was developed by Rhinestone and is no longer actively supported. For new projects, we recommend using the Rhinestone SDK instead.
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.