Tooling
Module SDK
Modules
getRemoveMFAValidatorAction

⚠️ 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)

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

The ID of the multi-factor sub-validator to remove.

Returns

action

The action to remove the given multi-factor sub-validator.