⚠️ Deprecation Notice
ModuleSDK was developed by Rhinestone and is no longer actively supported. For new projects, we recommend using the Rhinestone SDK instead.
getAddSocialRecoveryGuardianAction
Get the action to add a social recovery guardian for an account.
Usage
const action = getAddSocialRecoveryGuardianAction({
guardian: '0x123...',
})Parameters
guardian
The address of the guardian to add.
Returns
action
The action to add a social recovery guardian for an account.