ModuleSDK
Modules
getSetSocialRecoveryThresholdAction

getSetSocialRecoveryThresholdAction

Get the action to set the social recovery threshold for an account.

Usage

const action = getSetSocialRecoveryThresholdAction({
  threshold: 2,
});

Parameters

threshold

  • Type: number

The new threshold for the social recovery account.

Returns

action

The action to set the social recovery threshold.