Docs.rs
  • bridge-hub-rococo-runtime-0.15.0
    • bridge-hub-rococo-runtime 0.15.0
    • Docs.rs crate page
    • Apache-2.0
    • Links
    • crates.io
    • Source
    • Owners
    • parity-crate-owner
    • Dependencies
      • bp-asset-hub-rococo ^0.13.0 normal
      • bp-asset-hub-westend ^0.12.0 normal
      • bp-bridge-hub-polkadot ^0.16.0 normal
      • bp-bridge-hub-rococo ^0.17.0 normal
      • bp-bridge-hub-westend ^0.13.0 normal
      • bp-header-chain ^0.17.0 normal
      • bp-messages ^0.17.0 normal
      • bp-parachains ^0.17.0 normal
      • bp-polkadot-bulletin ^0.14.0 normal
      • bp-polkadot-core ^0.17.0 normal
      • bp-relayers ^0.17.0 normal
      • bp-rococo ^0.16.0 normal
      • bp-runtime ^0.17.0 normal
      • bp-westend ^0.13.0 normal
      • bridge-hub-common ^0.9.0 normal
      • bridge-runtime-common ^0.17.0 normal
      • parity-scale-codec ^3.6.12 normal
      • cumulus-pallet-aura-ext ^0.16.0 normal
      • cumulus-pallet-parachain-system ^0.16.0 normal
      • cumulus-pallet-session-benchmarking ^18.0.0 normal
      • cumulus-pallet-xcm ^0.16.0 normal
      • cumulus-pallet-xcmp-queue ^0.16.0 normal
      • cumulus-primitives-aura ^0.15.0 normal
      • cumulus-primitives-core ^0.15.0 normal
      • cumulus-primitives-storage-weight-reclaim ^7.0.0 normal
      • cumulus-primitives-utility ^0.16.0 normal
      • frame-benchmarking ^37.0.0 normal optional
      • frame-executive ^37.0.0 normal
      • frame-support ^37.0.0 normal
      • frame-system ^37.0.0 normal
      • frame-system-benchmarking ^37.0.0 normal optional
      • frame-system-rpc-runtime-api ^34.0.0 normal
      • frame-try-runtime ^0.43.0 normal optional
      • hex-literal ^0.4.1 normal
      • log ^0.4.21 normal
      • pallet-aura ^36.0.0 normal
      • pallet-authorship ^37.0.0 normal
      • pallet-balances ^38.0.0 normal
      • pallet-bridge-grandpa ^0.17.0 normal
      • pallet-bridge-messages ^0.17.0 normal
      • pallet-bridge-parachains ^0.17.0 normal
      • pallet-bridge-relayers ^0.17.0 normal
      • pallet-collator-selection ^18.0.0 normal
      • pallet-message-queue ^40.0.0 normal
      • pallet-multisig ^37.0.0 normal
      • pallet-session ^37.0.0 normal
      • pallet-timestamp ^36.0.0 normal
      • pallet-transaction-payment ^37.0.0 normal
      • pallet-transaction-payment-rpc-runtime-api ^37.0.0 normal
      • pallet-utility ^37.0.0 normal
      • pallet-xcm ^16.0.0 normal
      • pallet-xcm-benchmarks ^16.0.0 normal optional
      • pallet-xcm-bridge-hub ^0.12.0 normal
      • staging-parachain-info ^0.16.0 normal
      • parachains-common ^17.0.0 normal
      • polkadot-parachain-primitives ^14.0.0 normal
      • polkadot-runtime-common ^16.0.0 normal
      • rococo-runtime-constants ^16.0.0 normal
      • scale-info ^2.11.1 normal
      • serde ^1.0.197 normal optional
      • snowbridge-beacon-primitives ^0.9.0 normal
      • snowbridge-core ^0.9.0 normal
      • snowbridge-outbound-queue-runtime-api ^0.9.0 normal
      • snowbridge-pallet-ethereum-client ^0.9.0 normal
      • snowbridge-pallet-inbound-queue ^0.9.0 normal
      • snowbridge-pallet-outbound-queue ^0.9.0 normal
      • snowbridge-pallet-system ^0.9.0 normal
      • snowbridge-router-primitives ^0.15.0 normal
      • snowbridge-runtime-common ^0.9.0 normal
      • snowbridge-system-runtime-api ^0.9.0 normal
      • sp-api ^34.0.0 normal
      • sp-block-builder ^34.0.0 normal
      • sp-consensus-aura ^0.40.0 normal
      • sp-core ^34.0.0 normal
      • sp-genesis-builder ^0.15.0 normal
      • sp-inherents ^34.0.0 normal
      • sp-io ^38.0.0 normal
      • sp-offchain ^34.0.0 normal
      • sp-runtime ^39.0.0 normal
      • sp-session ^35.0.0 normal
      • sp-std ^14.0.0 normal
      • sp-storage ^21.0.0 normal
      • sp-transaction-pool ^34.0.0 normal
      • sp-version ^37.0.0 normal
      • testnet-parachains-constants ^9.0.0 normal
      • staging-xcm ^14.1.0 normal
      • staging-xcm-builder ^16.0.0 normal
      • staging-xcm-executor ^16.0.0 normal
      • xcm-runtime-apis ^0.3.0 normal
      • static_assertions ^1.1.0 dev
      • substrate-wasm-builder ^24.0.0 build optional
    • Versions
    • 40.22% of the crate is documented
  • Go to latest version
  • Platform
    • i686-unknown-linux-gnu
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Badges
    • Builds
    • Metadata
    • Shorthand URLs
    • Download
    • Rustdoc JSON
    • Build queue
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

bridge_hub_rococo_runtime0.15.0

SignedExtra

In crate bridge_hub_rococo_runtime

Type Alias bridge_hub_rococo_runtime::SignedExtra

source ยท
pub type SignedExtra = (CheckNonZeroSender<Runtime>, CheckSpecVersion<Runtime>, CheckTxVersion<Runtime>, CheckGenesis<Runtime>, CheckEra<Runtime>, CheckNonce<Runtime>, CheckWeight<Runtime>, ChargeTransactionPayment<Runtime>, BridgeRejectObsoleteHeadersAndMessages, (OnBridgeHubRococoRefundBridgeHubWestendMessages, OnBridgeHubRococoRefundRococoBulletinMessages), StorageWeightReclaim<Runtime>);
Expand description

The SignedExtension to the basic transaction logic.