Docs.rs
  • bridge-hub-rococo-runtime-0.6.2
    • bridge-hub-rococo-runtime 0.6.2
    • Docs.rs crate page
    • Apache-2.0
    • Links
    • crates.io
    • Source
    • Owners
    • parity-crate-owner
    • Dependencies
      • bp-asset-hub-rococo ^0.5.0 normal
      • bp-asset-hub-westend ^0.4.0 normal
      • bp-bridge-hub-polkadot ^0.7.0 normal
      • bp-bridge-hub-rococo ^0.8.0 normal
      • bp-bridge-hub-westend ^0.4.0 normal
      • bp-header-chain ^0.8.2 normal
      • bp-messages ^0.8.0 normal
      • bp-parachains ^0.8.0 normal
      • bp-polkadot-bulletin ^0.5.0 normal
      • bp-polkadot-core ^0.8.0 normal
      • bp-relayers ^0.8.0 normal
      • bp-rococo ^0.7.0 normal
      • bp-runtime ^0.8.0 normal
      • bp-westend ^0.4.0 normal
      • bridge-hub-common ^0.1.0 normal
      • bridge-runtime-common ^0.8.0 normal
      • parity-scale-codec ^3.0.0 normal
      • cumulus-pallet-aura-ext ^0.8.0 normal
      • cumulus-pallet-parachain-system ^0.8.1 normal
      • cumulus-pallet-session-benchmarking ^10.0.0 normal
      • cumulus-pallet-xcm ^0.8.0 normal
      • cumulus-pallet-xcmp-queue ^0.8.0 normal
      • cumulus-primitives-core ^0.8.0 normal
      • cumulus-primitives-utility ^0.8.1 normal
      • frame-benchmarking ^29.0.0 normal optional
      • frame-executive ^29.0.0 normal
      • frame-support ^29.0.2 normal
      • frame-system ^29.0.0 normal
      • frame-system-benchmarking ^29.0.0 normal optional
      • frame-system-rpc-runtime-api ^27.0.0 normal
      • frame-try-runtime ^0.35.0 normal optional
      • hex-literal ^0.4.1 normal
      • log ^0.4.20 normal
      • pallet-aura ^28.0.0 normal
      • pallet-authorship ^29.0.0 normal
      • pallet-balances ^29.0.2 normal
      • pallet-bridge-grandpa ^0.8.0 normal
      • pallet-bridge-messages ^0.8.0 normal
      • pallet-bridge-parachains ^0.8.0 normal
      • pallet-bridge-relayers ^0.8.0 normal
      • pallet-collator-selection ^10.0.3 normal
      • pallet-message-queue ^32.0.0 normal
      • pallet-multisig ^29.0.0 normal
      • pallet-session ^29.0.0 normal
      • pallet-timestamp ^28.0.0 normal
      • pallet-transaction-payment ^29.0.2 normal
      • pallet-transaction-payment-rpc-runtime-api ^29.0.0 normal
      • pallet-utility ^29.0.0 normal
      • pallet-xcm ^8.0.5 normal
      • pallet-xcm-benchmarks ^8.0.2 normal optional
      • pallet-xcm-bridge-hub ^0.3.0 normal
      • staging-parachain-info ^0.8.0 normal
      • parachains-common ^8.0.1 normal
      • polkadot-parachain-primitives ^7.0.0 normal
      • polkadot-runtime-common ^8.0.3 normal
      • rococo-runtime-constants ^8.0.0 normal
      • scale-info ^2.10.0 normal
      • serde ^1.0.195 normal optional
      • snowbridge-beacon-primitives ^0.1.2 normal
      • snowbridge-core ^0.1.3 normal
      • snowbridge-outbound-queue-runtime-api ^0.1.1 normal
      • snowbridge-pallet-ethereum-client ^0.1.3 normal
      • snowbridge-pallet-inbound-queue ^0.1.3 normal
      • snowbridge-pallet-outbound-queue ^0.1.1 normal
      • snowbridge-pallet-system ^0.1.1 normal
      • snowbridge-router-primitives ^0.1.0 normal
      • snowbridge-runtime-common ^0.1.0 normal
      • snowbridge-system-runtime-api ^0.1.0 normal
      • sp-api ^27.0.1 normal
      • sp-block-builder ^27.0.0 normal
      • sp-consensus-aura ^0.33.0 normal
      • sp-core ^29.0.0 normal
      • sp-genesis-builder ^0.8.0 normal
      • sp-inherents ^27.0.0 normal
      • sp-io ^31.0.0 normal
      • sp-offchain ^27.0.0 normal
      • sp-runtime ^32.0.0 normal
      • sp-session ^28.0.0 normal
      • sp-std ^14.0.0 normal
      • sp-storage ^20.0.0 normal
      • sp-transaction-pool ^27.0.0 normal
      • sp-version ^30.0.0 normal
      • testnet-parachains-constants ^1.0.0 normal
      • staging-xcm ^8.0.1 normal
      • staging-xcm-builder ^8.0.3 normal
      • staging-xcm-executor ^8.0.2 normal
      • static_assertions ^1.1 dev
      • substrate-wasm-builder ^18.0.1 build optional
    • Versions
    • 41.94% of the crate is documented
  • Go to latest version
  • Platform
    • 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.6.2

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));
Expand description

The SignedExtension to the basic transaction logic.