Name | Lookup | Parameters | |
|---|---|---|---|
| claim | 5c00 | 3 | |
| set_upload_account | 5c01 | 1 | |
| store_root_hash | 5c02 | 1 |
Name | Lookup | Attributes | |
|---|---|---|---|
| Claimed | 5c00 | ||
| RootHashStored | 5c01 |
Name | Type | |
|---|---|---|
| ClaimedAmounts | {"origin":"MapType","map_type":{"key":"AccountId","hasher":"Blake2_128Concat","value":"Balance","isLinked":false}} | |
| RootHashes | {"origin":"MapType","map_type":{"key":"Hash","hasher":"Blake2_128Concat","value":"bool","isLinked":false}} | |
| UploadAccount | {"origin":"PlainType","plain_type":"AccountId"} |
Name | Type | Value | |
|---|---|---|---|
| MinimalPayoutAmount | node_primitives::Balance | 0x0000f444829163450000000000000000 | |
| PalletId | PalletId | 0x702f636c61696d73 |
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`]. |