Import
Usage
Parameters
number | `0x${string}`
required
Validator ID
MfaFactor
required
Validator module
`0x${string}`
required
Multi-factor module to update. Defaults to the legacy module.
Returns
CalldataInput
Call to remove the sub-validator
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Remove a sub-validator (multi-factor)
import { removeSubValidator } from '@rhinestone/sdk/actions/mfa'
const transaction = await account.prepareTransaction({
chain,
calls: [removeSubValidator(id, validator, moduleAddress)],
})
Was this page helpful?