Name | Lookup | Parameters | |
---|---|---|---|
aggregate | 2300 | 2 | |
register_domain | 2301 | 2 | |
hold_domain | 2302 | 1 | |
unregister_domain | 2303 | 1 |
Name | Lookup | Attributes | |
---|---|---|---|
NewDomain | 2300 | ["u32"] | |
DomainStateChanged | 2301 | ["u32","DomainState"] | |
NewProof | 2302 | ["H256","u32","u64"] | |
AggregationComplete | 2303 | ["u32","u64"] | |
NewAggregationReceipt | 2304 | ["u32","u64","H256"] | |
CannotAggregate | 2305 | ["H256","CannotAggregateCause"] | |
DomainFull | 2306 | ["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":464}} | |
Published | {"origin":"PlainType","plain_type":"Vec<Tuple:U32pallet_aggregate:data:AggregationEntry>","PlainTypeValue":477} |
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. |
InvalidDomainState | Try to remove or hold a domain in a invalid state. |