Docs.rs
  • rococo-runtime-15.0.0
    • rococo-runtime 15.0.0
    • Docs.rs crate page
    • GPL-3.0-only
    • Links
    • crates.io
    • Source
    • Owners
    • parity-crate-owner
    • Dependencies
      • binary-merkle-tree ^15.0.0 normal
      • bitvec ^1.0.1 normal
      • parity-scale-codec ^3.6.12 normal
      • frame-benchmarking ^36.0.0 normal optional
      • frame-executive ^36.0.0 normal
      • frame-metadata-hash-extension ^0.4.0 normal
      • frame-support ^36.0.0 normal
      • frame-system ^36.0.0 normal
      • frame-system-benchmarking ^36.0.0 normal optional
      • frame-system-rpc-runtime-api ^33.0.0 normal
      • frame-try-runtime ^0.42.0 normal optional
      • hex-literal ^0.4.1 normal
      • log ^0.4.21 normal
      • pallet-asset-rate ^15.0.0 normal
      • pallet-authority-discovery ^36.0.0 normal
      • pallet-authorship ^36.0.0 normal
      • pallet-babe ^36.0.0 normal
      • pallet-balances ^37.0.0 normal
      • pallet-beefy ^36.0.0 normal
      • pallet-beefy-mmr ^36.0.0 normal
      • pallet-bounties ^35.0.0 normal
      • pallet-child-bounties ^35.0.0 normal
      • pallet-collective ^36.0.0 normal
      • pallet-conviction-voting ^36.0.0 normal
      • pallet-democracy ^36.0.0 normal
      • pallet-elections-phragmen ^37.0.0 normal
      • pallet-grandpa ^36.0.0 normal
      • pallet-identity ^36.0.0 normal
      • pallet-indices ^36.0.0 normal
      • pallet-membership ^36.0.0 normal
      • pallet-message-queue ^39.0.0 normal
      • pallet-mmr ^35.0.0 normal
      • pallet-multisig ^36.0.0 normal
      • pallet-nis ^36.0.0 normal
      • pallet-offences ^35.0.0 normal
      • pallet-parameters ^0.7.0 normal
      • pallet-preimage ^36.0.0 normal
      • pallet-proxy ^36.0.0 normal
      • pallet-ranked-collective ^36.0.0 normal
      • pallet-recovery ^36.0.0 normal
      • pallet-referenda ^36.0.0 normal
      • pallet-root-testing ^12.0.0 normal
      • pallet-scheduler ^37.0.0 normal
      • pallet-session ^36.0.0 normal
      • pallet-society ^36.0.0 normal
      • pallet-staking ^36.0.0 normal
      • pallet-state-trie-migration ^37.0.0 normal
      • pallet-sudo ^36.0.0 normal
      • pallet-timestamp ^35.0.0 normal
      • pallet-tips ^35.0.0 normal
      • pallet-transaction-payment ^36.0.0 normal
      • pallet-transaction-payment-rpc-runtime-api ^36.0.0 normal
      • pallet-treasury ^35.0.0 normal
      • pallet-utility ^36.0.0 normal
      • pallet-vesting ^36.0.0 normal
      • pallet-whitelist ^35.0.0 normal
      • pallet-xcm ^15.0.0 normal
      • pallet-xcm-benchmarks ^15.0.0 normal optional
      • polkadot-parachain-primitives ^13.0.0 normal
      • polkadot-primitives ^14.0.0 normal
      • polkadot-runtime-common ^15.0.0 normal
      • polkadot-runtime-parachains ^15.0.0 normal
      • rococo-runtime-constants ^15.0.0 normal
      • scale-info ^2.11.1 normal
      • serde ^1.0.197 normal
      • serde_derive ^1.0.117 normal optional
      • serde_json ^1.0.114 normal
      • smallvec ^1.11.0 normal
      • sp-api ^33.0.0 normal
      • sp-arithmetic ^26.0.0 normal
      • sp-authority-discovery ^33.0.0 normal
      • sp-block-builder ^33.0.0 normal
      • sp-consensus-babe ^0.39.0 normal
      • sp-consensus-beefy ^20.0.0 normal
      • sp-consensus-grandpa ^20.0.0 normal
      • sp-core ^34.0.0 normal
      • sp-genesis-builder ^0.14.0 normal
      • sp-inherents ^33.0.0 normal
      • sp-io ^37.0.0 normal
      • sp-mmr-primitives ^33.0.0 normal
      • sp-offchain ^33.0.0 normal
      • sp-runtime ^38.0.0 normal
      • sp-session ^34.0.0 normal
      • sp-staking ^33.0.0 normal
      • sp-std ^14.0.0 normal
      • sp-storage ^21.0.0 normal
      • sp-transaction-pool ^33.0.0 normal
      • sp-version ^36.0.0 normal
      • static_assertions ^1.1.0 normal
      • staging-xcm ^14.0.1 normal
      • staging-xcm-builder ^15.0.0 normal
      • staging-xcm-executor ^15.0.0 normal
      • xcm-runtime-apis ^0.2.0 normal
      • separator ^0.4.1 dev
      • serde_json ^1.0.114 dev
      • tiny-keccak ^2.0.2 dev
      • tokio ^1.37.0 dev
      • substrate-wasm-builder ^23.0.0 build optional
    • Versions
    • 32.06% 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

rococo_runtime15.0.0

Block

Aliased type

Fields

  • extrinsics
  • header

In crate rococo_runtime

Type Alias rococo_runtime::Block

source ·
pub type Block = Block<Header, UncheckedExtrinsic>;
Expand description

Block type as expected by this runtime.

Aliased Type§

struct Block {
    pub header: Header<u32, BlakeTwo256>,
    pub extrinsics: Vec<UncheckedExtrinsic<MultiAddress<AccountId32, ()>, RuntimeCall, MultiSignature, (CheckNonZeroSender<Runtime>, CheckSpecVersion<Runtime>, CheckTxVersion<Runtime>, CheckGenesis<Runtime>, CheckMortality<Runtime>, CheckNonce<Runtime>, CheckWeight<Runtime>, ChargeTransactionPayment<Runtime>, CheckMetadataHash<Runtime>)>>,
}

Fields§

§header: Header<u32, BlakeTwo256>

The block header.

§extrinsics: Vec<UncheckedExtrinsic<MultiAddress<AccountId32, ()>, RuntimeCall, MultiSignature, (CheckNonZeroSender<Runtime>, CheckSpecVersion<Runtime>, CheckTxVersion<Runtime>, CheckGenesis<Runtime>, CheckMortality<Runtime>, CheckNonce<Runtime>, CheckWeight<Runtime>, ChargeTransactionPayment<Runtime>, CheckMetadataHash<Runtime>)>>

The accompanying extrinsics.