zkVerify Testnet
subscan
Runtime Modules / Aggregate
Spec Version:
Call Functions
Name
Lookup
Parameters
aggregate23002
register_domain23012
hold_domain23021
unregister_domain23031
Events
Name
Lookup
Attributes
NewDomain2300["u32"]
DomainStateChanged2301["u32","DomainState"]
NewProof2302["H256","u32","u64"]
AggregationComplete2303["u32","u64"]
NewAggregationReceipt2304["u32","u64","H256"]
CannotAggregate2305["H256","CannotAggregateCause"]
DomainFull2306["u32"]
Storage Functions
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}
Constants
Name
Type
Value
AggregationSizeU3280000000
MaxPendingPublishQueueSizeU3210000000
Error Types
Name
Docs
UnknownDomainIdThis domain id is unknown.
InvalidAggregationIdThis aggregation cannot be published or it's already published.
InvalidDomainParamsThe domain params are invalid.
InvalidDomainStateTry to remove or hold a domain in a invalid state.