Name | Lookup | Parameters | |
---|---|---|---|
reserve_vesting_liquidity_tokens_by_vesting_index | 1400 | 3 | |
reserve_vesting_native_tokens_by_vesting_index | 1401 | 2 | |
reserve_vesting_liquidity_tokens | 1402 | 2 | |
unreserve_and_relock_instance | 1403 | 2 |
Name | Lookup | Attributes | |
---|---|---|---|
VestingTokensReserved | 1400 | ["AccountId","CurrencyIdOf","BalanceOf"] | |
TokensRelockedFromReserve | 1401 | ["AccountId","CurrencyIdOf","BalanceOf","BalanceOf"] |
Name | Type | |
---|---|---|
ReserveStatus | {"origin":"Map","n_map_type":{"hashers":["Blake2_256","Twox64Concat"],"key_vec":["AccountId","U32"],"value":"pallet_multipurpose_liquidity:pallet:ReserveStatusInfo","keys_id":356,"value_id":405}} | |
RelockStatus | {"origin":"Map","n_map_type":{"hashers":["Blake2_256","Twox64Concat"],"key_vec":["AccountId","U32"],"value":"Vec<pallet_multipurpose_liquidity:pallet:RelockStatusInfo>","keys_id":356,"value_id":406}} |
Name | Docs |
---|---|
NotALiquidityToken | The token is not a liquidity token |
RelockCountLimitExceeded | The limit on the maximum number of relocks was exceeded |
RelockInstanceIndexOOB | Provided index for relock is out of bounds |
NotEnoughUnspentReserves | Not enough unspend reserves |
NotEnoughTokens | Not enough tokens |
MathError | Math error |