Crate bp_moonbase
source ·Expand description
§Moonbase bridge primitives
Modules§
- Betanet bridge primitives
- Stagenet bridge primitives
Structs§
- Size limit of the Cumulus-based bridge hub blocks.
- Weight limit of the Cumulus-based bridge hub blocks.
Constants§
- Average block interval in Cumulus-based parachains.
- Name of the
<ThisChain>FinalityApi::best_finalized
runtime method. - Name of the
<ThisChain>FinalityApi::free_headers_interval
runtime method. - Name of the
From<ThisChain>InboundLaneApi::message_details
runtime method. - Maximal number of unconfirmed messages at inbound lane for Cumulus-based parachains. Note: this value is security-relevant, decreasing it should not be done without careful analysis (like the one above).
- Maximal number of unrewarded relayer entries at inbound lane for Cumulus-based parachains. Note: this value is security-relevant, decreasing it should not be done without careful analysis (like the one above).
- Name of the
To<ThisChain>OutboundLaneApi::message_details
runtime method.
Traits§
- Inbound message lane API for messages sent by this chain.
- API for querying information about the finalized chain headers.
- Outbound message lane API for messages that are sent to this chain.
Type Aliases§
- Some way of identifying an account on the chain. We intentionally make it equivalent to the public key of our transaction signing scheme.
- Balance of an account.
- An index to a block.
- A hash of some data used by the chain.
- The type of object that can produce hashes on Polkadot-like chains.
- Block header type as expected by this runtime.
- Bridge lane identifier.
- Nonce of a transaction on the Polkadot-like chains.
- Alias to 512-bit hash when used in the context of a transaction signature on the chain.
- Polkadot-like block signed with a Justification.