Docs.rs
  • contracts-node-runtime-0.40.0
    • contracts-node-runtime 0.40.0
    • Docs.rs crate page
    • Unlicense
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • github:paritytech:core-devs
    • ascjones
    • parity-crate-owner
    • Dependencies
      • parity-scale-codec ^3.6.9 normal
      • frame-benchmarking ^31.0.0 normal optional
      • frame-executive ^31.0.0 normal
      • frame-support ^31.0.0 normal
      • frame-system ^31.0.0 normal
      • frame-system-benchmarking ^31.0.0 normal optional
      • frame-system-rpc-runtime-api ^29.0.0 normal
      • frame-try-runtime ^0.37.0 normal optional
      • pallet-assets ^32.0.0 normal
      • pallet-aura ^30.0.0 normal
      • pallet-authorship ^31.0.0 normal
      • pallet-balances ^31.0.0 normal
      • pallet-contracts ^30.0.0 normal
      • pallet-grandpa ^31.0.0 normal
      • pallet-insecure-randomness-collective-flip ^19.0.0 normal
      • pallet-sudo ^31.0.0 normal
      • pallet-timestamp ^30.0.0 normal
      • pallet-transaction-payment ^31.0.0 normal
      • pallet-transaction-payment-rpc-runtime-api ^31.0.0 normal
      • pallet-utility ^31.0.0 normal
      • polkadot-runtime-common ^10.0.0 normal
      • scale-info ^2.10.0 normal
      • sp-api ^29.0.0 normal
      • sp-block-builder ^29.0.0 normal
      • sp-consensus-aura ^0.35.0 normal
      • sp-consensus-grandpa ^16.0.0 normal
      • sp-core ^31.0.0 normal
      • sp-genesis-builder ^0.10.0 normal
      • sp-inherents ^29.0.0 normal
      • sp-offchain ^29.0.0 normal
      • sp-runtime ^34.0.0 normal
      • sp-session ^30.0.0 normal
      • sp-std ^14.0.0 normal
      • sp-storage ^20.0.0 normal
      • sp-transaction-pool ^29.0.0 normal
      • sp-version ^32.0.0 normal
      • substrate-wasm-builder ^20.0.0 build optional
    • Versions
    • 38.26% of the crate is documented
  • Go to latest version
  • Platform
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

contracts_node_runtime0.40.0

Block

Aliased type

Fields

  • extrinsics
  • header

In crate contracts_node_runtime

?
Change settings

Type Alias contracts_node_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.