Docs.rs
  • rococo-runtime-3.0.0
    • rococo-runtime 3.0.0
    • Docs.rs crate page
    • GPL-3.0-only
    • Links
    • crates.io
    • Source
    • Owners
    • parity-crate-owner
    • Dependencies
      • sp-authority-discovery ^22.0.0 normal
      • sp-consensus-babe ^0.28.0 normal
      • sp-consensus-beefy ^9.0.0 normal
      • binary-merkle-tree ^9.0.0 normal
      • sp-block-builder ^22.0.0 normal
      • frame-benchmarking ^24.0.0 normal
      • frame-executive ^24.0.0 normal
      • frame-support ^24.0.0 normal
      • frame-system ^24.0.0 normal
      • frame-system-benchmarking ^24.0.0 normal
      • frame-system-rpc-runtime-api ^22.0.0 normal
      • frame-try-runtime ^0.30.0 normal
      • hex-literal ^0.4.1 normal
      • sp-inherents ^22.0.0 normal
      • log ^0.4.17 normal
      • sp-offchain ^22.0.0 normal
      • pallet-authority-discovery ^24.0.0 normal
      • pallet-authorship ^24.0.0 normal
      • pallet-babe ^24.0.0 normal
      • pallet-balances ^24.0.0 normal
      • pallet-beefy ^24.0.0 normal
      • pallet-beefy-mmr ^24.0.0 normal
      • pallet-bounties ^23.0.0 normal
      • pallet-child-bounties ^23.0.0 normal
      • pallet-collective ^24.0.0 normal
      • pallet-democracy ^24.0.0 normal
      • pallet-elections-phragmen ^25.0.0 normal
      • pallet-grandpa ^24.0.0 normal
      • pallet-identity ^24.0.0 normal
      • pallet-im-online ^23.0.0 normal
      • pallet-indices ^24.0.0 normal
      • pallet-membership ^24.0.0 normal
      • pallet-message-queue ^27.0.0 normal
      • pallet-mmr ^23.0.0 normal
      • pallet-multisig ^24.0.0 normal
      • pallet-nis ^24.0.0 normal
      • pallet-offences ^23.0.0 normal
      • pallet-preimage ^24.0.0 normal
      • pallet-proxy ^24.0.0 normal
      • pallet-recovery ^24.0.0 normal
      • pallet-scheduler ^25.0.0 normal
      • pallet-session ^24.0.0 normal
      • pallet-society ^24.0.0 normal
      • pallet-staking ^24.0.0 normal
      • pallet-state-trie-migration ^25.0.0 normal
      • pallet-sudo ^24.0.0 normal
      • pallet-timestamp ^23.0.0 normal
      • pallet-tips ^23.0.0 normal
      • pallet-transaction-payment ^24.0.0 normal
      • pallet-transaction-payment-rpc-runtime-api ^24.0.0 normal
      • pallet-treasury ^23.0.0 normal
      • pallet-utility ^24.0.0 normal
      • pallet-vesting ^24.0.0 normal
      • pallet-xcm ^3.0.0 normal
      • pallet-xcm-benchmarks ^3.0.0 normal
      • parity-scale-codec ^3.6.1 normal
      • polkadot-parachain-primitives ^2.0.0 normal
      • polkadot-primitives ^3.0.0 normal
      • rococo-runtime-constants ^3.0.0 normal
      • polkadot-runtime-common ^3.0.0 normal
      • polkadot-runtime-parachains ^3.0.0 normal
      • scale-info ^2.5.0 normal
      • serde ^1.0.188 normal
      • serde_derive ^1.0.117 normal
      • smallvec ^1.8.0 normal
      • sp-api ^22.0.0 normal
      • sp-core ^24.0.0 normal
      • sp-genesis-builder ^0.3.0 normal
      • sp-io ^26.0.0 normal
      • sp-mmr-primitives ^22.0.0 normal
      • sp-runtime ^27.0.0 normal
      • sp-session ^23.0.0 normal
      • sp-staking ^22.0.0 normal
      • sp-std ^11.0.0 normal
      • sp-storage ^16.0.0 normal
      • sp-version ^25.0.0 normal
      • static_assertions ^1.1.0 normal
      • sp-transaction-pool ^22.0.0 normal
      • staging-xcm ^3.0.0 normal
      • staging-xcm-builder ^3.0.0 normal
      • staging-xcm-executor ^3.0.0 normal
      • separator ^0.4.1 dev
      • serde_json ^1.0.107 dev
      • tiny-keccak ^2.0.2 dev
      • tokio ^1.24.2 dev
      • substrate-wasm-builder ^13.0.0 build
    • Versions
    • 32.21% 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

rococo_runtime3.0.0

Block

Aliased type

Fields

  • extrinsics
  • header

In crate rococo_runtime

?
Change settings

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>)>>,
}

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>)>>

The accompanying extrinsics.