Crate bp_bridge_hub_rococo

source ·
Expand description

Module with configuration which reflects BridgeHubRococo runtime setup (AccountId, Headers, Hashes…)

Structs§

  • Provides a storage key for account data.
  • Importing a block with 0 Extrinsics.
  • Size limit of the Cumulus-based bridge hub blocks.
  • Weight limit of the Cumulus-based bridge hub blocks.
  • Weight limit of the Cumulus-based bridge hub blocks when async backing is enabled.
  • BridgeHubRococo parachain.
  • Transaction fee that is paid at the Rococo BridgeHub for delivering single outbound message confirmation. (initially was calculated by test BridgeHubRococo::can_calculate_fee_for_complex_message_confirmation_transaction + 33%)
  • Transaction fee that is paid at the Rococo BridgeHub for delivering single inbound message. (initially was calculated by test BridgeHubRococo::can_calculate_fee_for_complex_message_delivery_transaction + 33%)
  • The XCM fee that is paid for executing XCM program (with ExportMessage instruction) at the Rococo BridgeHub. (initially was calculated by test BridgeHubRococo::can_calculate_weight_for_paid_export_message_with_reserve_transfer + 33%)
  • Executing a NO-OP System::remarks Extrinsic.
  • A fixed point representation of a number in the range [0, 1].

Constants§

Traits§

Type Aliases§

  • Id of account on Polkadot-like chains.
  • Public key of account on Polkadot-like chains.
  • Public key of the chain account that may be used to verify signatures.
  • The address format for describing accounts.
  • The balance of an account on Polkadot-like chain.
  • Block number type used in Polkadot-like chains.
  • Hash type used in Polkadot-like chains.
  • The type of object that can produce hashes on Polkadot-like chains.
  • Hashing type.
  • The header type used by Polkadot-like chains.
  • Nonce of a transaction on the Polkadot-like chains.
  • Signature type used by Polkadot-like chains.
  • Polkadot-like block signed with a Justification.
  • Signed extension that is used by all bridge hubs.
  • Unchecked Extrinsic type.