ODCinterfacesdataManagersfractionalizers
IFractionERC1155RecoveryDataManager
Interface of the Fraction ERC20 Data Manager with recovery option.
recoverFractions
Recovers funds from a lost wallet to a recovery wallet.
Parameters
Name | Type | Description |
---|---|---|
amountOfFractions | uint256 | The amount of fractions to be recovered. |
fractionId | uint256 | The id of the fractions associated with the recovery. |
lostAccount | address | The account to recover fractions from. |
recoveryAccount | address | The account to recover fractions to. |