Name | Lookup | Parameters | |
|---|---|---|---|
| claim | 1300 | 2 | |
| mint_claim | 1301 | 4 | |
| claim_attest | 1302 | 3 | |
| attest | 1303 | 1 | |
| move_claim | 1304 | 3 |
Name | Lookup | Attributes | |
|---|---|---|---|
| Claimed | 1300 | ["AccountId","EthereumAddress","BalanceOf"] |
Name | Type | |
|---|---|---|
| Claims | {"origin":"Map","n_map_type":{"hashers":["Identity"],"key_vec":["[U8; 20]"],"value":"U128","keys_id":192,"value_id":6}} | |
| Total | {"origin":"PlainType","plain_type":"U128","PlainTypeValue":6} | |
| Vesting | {"origin":"Map","n_map_type":{"hashers":["Identity"],"key_vec":["[U8; 20]"],"value":"Tuple:U128U128U32","keys_id":192,"value_id":194}} | |
| Signing | {"origin":"Map","n_map_type":{"hashers":["Identity"],"key_vec":["[U8; 20]"],"value":"polkadot_runtime_common:claims:StatementKind","keys_id":192,"value_id":196}} | |
| Preclaims | {"origin":"Map","n_map_type":{"hashers":["Identity"],"key_vec":["AccountId"],"value":"[U8; 20]","keys_id":0,"value_id":192}} |
Name | Type | Value | |
|---|---|---|---|
| Prefix | Vec<U8> | 7c506179204b534d7320746f20746865204b7573616d61206163636f756e743a |
Name | Docs |
|---|---|
| InvalidEthereumSignature | Invalid Ethereum signature. |
| SignerHasNoClaim | Ethereum address has no claim. |
| SenderHasNoClaim | Account ID sending transaction has no claim. |
| PotUnderflow | There's not enough in the pot to pay out some unvested amount. Generally implies alogic error. |
| InvalidStatement | A needed statement was not included. |
| VestedBalanceExists | The account already has a vested balance. |