Name | Lookup | Parameters | |
---|---|---|---|
lock_tokens | 2f00 | 3 | |
withdraw_tokens | 2f01 | 3 | |
change_fee | 2f02 | 1 |
Name | Lookup | Attributes | |
---|---|---|---|
Locked | 2f00 | ||
Withdrawn | 2f01 | ||
FeeChanged | 2f02 |
Name | Type | |
---|---|---|
FeesAccount | {"origin":"PlainType","plain_type":"AccountIdOf"} | |
AuthorityAccount | {"origin":"PlainType","plain_type":"AccountIdOf"} | |
PalletStorageVersion | {"origin":"PlainType","plain_type":"StorageVersion"} | |
FeeAmount | {"origin":"PlainType","plain_type":"Balance"} | |
TokenLockerData | {"origin":"MapType","map_type":{"key":"AccountIdOf","hasher":"Identity","value":"Vec<TokenLockInfo<Balance, Moment, AssetIdOf>>","isLinked":false}} |
Name | Docs |
---|---|
InvalidNumberOfTokens | Number of tokens equals zero |
Unauthorized | Unauthorized access |
InvalidUnlockingTimestamp | Unlocking date cannot be in past |
NotEnoughFunds | Not enough funds |
NotUnlockedYet | Tokens not unlocked yet |
LockInfoDoesNotExist | Lock info does not exist |