Subscan’s website uses cookies.
I agree to the
Terms&
Privacy Policy.
Name | Lookup | Parameters | |
---|---|---|---|
hrmp_init_open_channel | 6e00 | 3 | |
hrmp_accept_open_channel | 6e01 | 1 | |
hrmp_close_channel | 6e02 | 1 | |
force_clean_hrmp | 6e03 | 3 | |
force_process_hrmp_open | 6e04 | 1 | |
force_process_hrmp_close | 6e05 | 1 | |
hrmp_cancel_open_request | 6e06 | 2 | |
force_open_hrmp_channel | 6e07 | 4 | |
establish_system_channel | 6e08 | 2 | |
poke_channel_deposits | 6e09 | 2 | |
establish_channel_with_system | 6e0a | 1 |
Name | Lookup | Attributes | |
---|---|---|---|
OpenChannelRequested | 6e00 | ["ParaId","ParaId","u32","u32"] | |
OpenChannelCanceled | 6e01 | ["ParaId","HrmpChannelId"] | |
OpenChannelAccepted | 6e02 | ["ParaId","ParaId"] | |
ChannelClosed | 6e03 | ["ParaId","HrmpChannelId"] | |
HrmpChannelForceOpened | 6e04 | ["ParaId","ParaId","u32","u32"] | |
HrmpSystemChannelOpened | 6e05 | ["ParaId","ParaId","u32","u32"] | |
OpenChannelDepositsUpdated | 6e06 | ["ParaId","ParaId"] |
Name | Type | |
---|---|---|
HrmpOpenChannelRequests | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["polkadot_parachain_primitives:primitives:HrmpChannelId"],"value":"polkadot_runtime_parachains:hrmp:HrmpOpenChannelRequest","keys_id":282,"value_id":711}} | |
HrmpOpenChannelRequestsList | {"origin":"PlainType","plain_type":"Vec<polkadot_parachain_primitives:primitives:HrmpChannelId>","PlainTypeValue":712} | |
HrmpOpenChannelRequestCount | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["U32"],"value":"U32","keys_id":128,"value_id":4}} | |
HrmpAcceptedChannelRequestCount | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["U32"],"value":"U32","keys_id":128,"value_id":4}} | |
HrmpCloseChannelRequests | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["polkadot_parachain_primitives:primitives:HrmpChannelId"],"value":"NULL","keys_id":282,"value_id":35}} | |
HrmpCloseChannelRequestsList | {"origin":"PlainType","plain_type":"Vec<polkadot_parachain_primitives:primitives:HrmpChannelId>","PlainTypeValue":712} | |
HrmpWatermarks | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["U32"],"value":"U32","keys_id":128,"value_id":4}} | |
HrmpChannels | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["polkadot_parachain_primitives:primitives:HrmpChannelId"],"value":"polkadot_runtime_parachains:hrmp:HrmpChannel","keys_id":282,"value_id":713}} | |
HrmpIngressChannelsIndex | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["U32"],"value":"Vec<U32>","keys_id":128,"value_id":697}} | |
HrmpEgressChannelsIndex | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["U32"],"value":"Vec<U32>","keys_id":128,"value_id":697}} | |
HrmpChannelContents | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["polkadot_parachain_primitives:primitives:HrmpChannelId"],"value":"Vec<polkadot_core_primitives:InboundHrmpMessage>","keys_id":282,"value_id":714}} | |
HrmpChannelDigests | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["U32"],"value":"Vec<Tuple:U32Vec<U32>>","keys_id":128,"value_id":716}} |
Name | Docs |
---|---|
OpenHrmpChannelToSelf | The sender tried to open a channel to themselves. |
OpenHrmpChannelInvalidRecipient | The recipient is not a valid para. |
OpenHrmpChannelZeroCapacity | The requested capacity is zero. |
OpenHrmpChannelCapacityExceedsLimit | The requested capacity exceeds the global limit. |
OpenHrmpChannelZeroMessageSize | The requested maximum message size is 0. |
OpenHrmpChannelMessageSizeExceedsLimit | The open request requested the message size that exceeds the global limit. |
OpenHrmpChannelAlreadyExists | The channel already exists |
OpenHrmpChannelAlreadyRequested | There is already a request to open the same channel. |
OpenHrmpChannelLimitExceeded | The sender already has the maximum number of allowed outbound channels. |
AcceptHrmpChannelDoesntExist | The channel from the sender to the origin doesn't exist. |
AcceptHrmpChannelAlreadyConfirmed | The channel is already confirmed. |
AcceptHrmpChannelLimitExceeded | The recipient already has the maximum number of allowed inbound channels. |
CloseHrmpChannelUnauthorized | The origin tries to close a channel where it is neither the sender nor the recipient. |
CloseHrmpChannelDoesntExist | The channel to be closed doesn't exist. |
CloseHrmpChannelAlreadyUnderway | The channel close request is already requested. |
CancelHrmpOpenChannelUnauthorized | Canceling is requested by neither the sender nor recipient of the open channel request. |
OpenHrmpChannelDoesntExist | The open request doesn't exist. |
OpenHrmpChannelAlreadyConfirmed | Cannot cancel an HRMP open channel request because it is already confirmed. |
WrongWitness | The provided witness data is wrong. |
ChannelCreationNotAuthorized | The channel between these two chains cannot be authorized. |