Name | Lookup | Parameters | |
|---|---|---|---|
| aggregate | 5100 | 2 | |
| register_domain | 5101 | 6 | |
| hold_domain | 5102 | 1 | |
| unregister_domain | 5103 | 1 | |
| set_total_delivery_fee | 5104 | 3 | |
| allowlist_proof_submitters | 5105 | 2 | |
| remove_proof_submitters | 5106 | 2 |
Name | Lookup | Attributes | |
|---|---|---|---|
| NewDomain | 5100 | ["u32"] | |
| DomainStateChanged | 5101 | ["u32","DomainState"] | |
| NewProof | 5102 | ["H256","u32","u64"] | |
| AggregationComplete | 5103 | ["u32","u64"] | |
| NewAggregationReceipt | 5104 | ["u32","u64","H256"] | |
| CannotAggregate | 5105 | ["H256","CannotAggregateCause"] | |
| DomainFull | 5106 | ["u32"] |
Name | Type | |
|---|---|---|
| NextDomainId | {"origin":"PlainType","plain_type":"U32","PlainTypeValue":4} | |
| Domains | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["U32"],"value":"pallet_aggregate:data:DomainEntry","keys_id":4,"value_id":683}} | |
| SubmittersAllowlist | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat","Blake2_128Concat"],"key_vec":["U32","AccountId"],"value":"NULL","keys_id":550,"value_id":36}} | |
| Published | {"origin":"PlainType","plain_type":"Vec<Tuple:U32pallet_aggregate:data:AggregationEntry>","PlainTypeValue":701} |
Name | Type | Value | |
|---|---|---|---|
| AggregationSize | U32 | 80000000 | |
| MaxPendingPublishQueueSize | U32 | 10000000 |
Name | Docs |
|---|---|
| UnknownDomainId | This domain id is unknown. |
| InvalidAggregationId | This aggregation cannot be published, or it's already published. |
| InvalidDomainParams | The domain params are invalid or overflow in allowlist consideration. |
| InvalidDomainState | Try to remove or hold a domain in an invalid state. |
| MissedDeliveryOwnership | Try to register a domain without any defined ownership (maybe a manager that didn't provide the delivery owner). |
| NextAggregationIdUnavailable | Cannot create a new, unique, aggregation id anymore |