getSocialRecoveryMockSignature
Get the mock signature for the social recovery in order to use for ERC-4337 gas calculations.
Usage
const mockSignature = getSocialRecoveryMockSignature({
  threshold: 2,
})Parameters
threshold
- Type: Number
The threshold of the social recovery.
Returns
mockSignature
- Type: Hex(opens in a new tab)
The mock signature.