Name | Lookup | Parameters | |
---|---|---|---|
aggregate | 5100 | 2 | |
register_domain | 5101 | 5 | |
hold_domain | 5102 | 1 | |
unregister_domain | 5103 | 1 | |
set_delivery_price | 5104 | 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":641}} | |
Published | {"origin":"PlainType","plain_type":"Vec<Tuple:U32pallet_aggregate:data:AggregationEntry>","PlainTypeValue":656} |
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. |
MissedDeliveryOwnership | Try to register a domain without any defined ownership (maybe a manager that didn't provide the delivery owner). |