Name | Lookup | Parameters | |
|---|---|---|---|
| claim | 5c00 | 3 | |
| set_upload_account | 5c01 | 1 | |
| store_root_hash | 5c02 | 1 |
Name | Lookup | Attributes | |
|---|---|---|---|
| Claimed | 5c00 | ["AccountId","<T as pallet_balances::Config>::Balance"] | |
| RootHashStored | 5c01 | ["<T as frame_system::Config>::Hash"] |
Name | Type | |
|---|---|---|
| ClaimedAmounts | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["AccountId"],"value":"U128","keys_id":0,"value_id":6}} | |
| RootHashes | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["H256"],"value":"Bool","keys_id":9,"value_id":46}} | |
| UploadAccount | {"origin":"PlainType","plain_type":"AccountId","PlainTypeValue":0} |
Name | Type | Value | |
|---|---|---|---|
| MinimalPayoutAmount | U128 | 0000f444829163450000000000000000 | |
| PalletId | [U8; 8] | 702f636c61696d73 |
Name | Docs |
|---|---|
| InsufficientBalance | Amount being claimed is less than the available amount in [`ClaimedAmounts`]. |
| InvalidProofs | The combination of account id, amount, and proofs vector in a claim was invalid. |
| MustBeAdmin | Protected operation, must be performed by admin |
| UnderMinPayout | The payout amount attempting to be claimed is less than the minimum allowed by [`MinimalPayoutAmount`]. |