ModuleSDK
Modules
getAddSocialRecoveryGuardianAction

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.