Docs.rs
  • glutton-runtime-3.0.0
    • glutton-runtime 3.0.0
    • Docs.rs crate page
    • GPL-3.0-or-later WITH Classpath-exception-2.0
    • Links
    • crates.io
    • Source
    • Owners
    • parity-crate-owner
    • Dependencies
      • parity-scale-codec ^3.0.0 normal
      • cumulus-pallet-aura-ext ^0.3.0 normal
      • cumulus-pallet-parachain-system ^0.3.0 normal
      • cumulus-pallet-xcm ^0.3.0 normal
      • cumulus-primitives-core ^0.3.0 normal
      • cumulus-primitives-timestamp ^0.3.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
      • pallet-aura ^23.0.0 normal
      • pallet-glutton ^10.0.0 normal
      • pallet-sudo ^24.0.0 normal
      • pallet-timestamp ^23.0.0 normal
      • staging-parachain-info ^0.3.0 normal
      • parachains-common ^3.0.0 normal
      • scale-info ^2.9.0 normal
      • sp-api ^22.0.0 normal
      • sp-block-builder ^22.0.0 normal
      • sp-consensus-aura ^0.28.0 normal
      • sp-core ^24.0.0 normal
      • sp-genesis-builder ^0.3.0 normal
      • sp-inherents ^22.0.0 normal
      • sp-offchain ^22.0.0 normal
      • sp-runtime ^27.0.0 normal
      • sp-session ^23.0.0 normal
      • sp-std ^11.0.0 normal
      • sp-storage ^16.0.0 normal
      • sp-transaction-pool ^22.0.0 normal
      • sp-version ^25.0.0 normal
      • staging-xcm ^3.0.0 normal
      • staging-xcm-builder ^3.0.0 normal
      • staging-xcm-executor ^3.0.0 normal
      • substrate-wasm-builder ^13.0.0 build
    • Versions
    • 39.68% 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

glutton_runtime3.0.0

Block

Aliased type

Fields

  • extrinsics
  • header

In crate glutton_runtime

?
Change settings

Type Alias glutton_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, (CheckOnlySudoAccount<Runtime>, CheckNonZeroSender<Runtime>, CheckSpecVersion<Runtime>, CheckTxVersion<Runtime>, CheckGenesis<Runtime>, CheckMortality<Runtime>, CheckNonce<Runtime>)>>,
}

Fields§

§header: Header<u32, BlakeTwo256>

The block header.

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

The accompanying extrinsics.