Docs.rs
  • glutton-runtime-5.0.0
    • glutton-runtime 5.0.0
    • Docs.rs crate page
    • Apache-2.0
    • Links
    • crates.io
    • Source
    • Owners
    • parity-crate-owner
    • Dependencies
      • parity-scale-codec ^3.0.0 normal
      • cumulus-pallet-aura-ext ^0.5.0 normal
      • cumulus-pallet-parachain-system ^0.5.0 normal
      • cumulus-pallet-xcm ^0.5.0 normal
      • cumulus-primitives-aura ^0.5.0 normal
      • cumulus-primitives-core ^0.5.0 normal
      • cumulus-primitives-timestamp ^0.5.0 normal
      • frame-benchmarking ^26.0.0 normal optional
      • frame-executive ^26.0.0 normal
      • frame-support ^26.0.0 normal
      • frame-system ^26.0.0 normal
      • frame-system-benchmarking ^26.0.0 normal optional
      • frame-system-rpc-runtime-api ^24.0.0 normal
      • frame-try-runtime ^0.32.0 normal optional
      • pallet-aura ^25.0.0 normal
      • pallet-glutton ^12.0.0 normal optional
      • pallet-message-queue ^29.0.0 normal
      • pallet-sudo ^26.0.0 normal optional
      • pallet-timestamp ^25.0.0 normal
      • staging-parachain-info ^0.5.0 normal
      • parachains-common ^5.0.0 normal
      • scale-info ^2.10.0 normal
      • sp-api ^24.0.0 normal
      • sp-block-builder ^24.0.0 normal
      • sp-consensus-aura ^0.30.0 normal
      • sp-core ^26.0.0 normal
      • sp-genesis-builder ^0.5.0 normal
      • sp-inherents ^24.0.0 normal
      • sp-offchain ^24.0.0 normal
      • sp-runtime ^29.0.0 normal
      • sp-session ^25.0.0 normal
      • sp-std ^12.0.0 normal
      • sp-storage ^17.0.0 normal
      • sp-transaction-pool ^24.0.0 normal
      • sp-version ^27.0.0 normal
      • staging-xcm ^5.0.0 normal
      • staging-xcm-builder ^5.0.0 normal
      • staging-xcm-executor ^5.0.0 normal
      • substrate-wasm-builder ^15.0.0 build
    • Versions
    • 41.01% of the crate is documented
  • 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_runtime5.0.0

SignedBlock

Aliased Type

Fields

  • block
  • justifications

In crate glutton_runtime

glutton_runtime

Type Alias SignedBlock

Source
pub type SignedBlock = SignedBlock<Block>;
Expand description

A Block signed with a Justification

Aliased Type§

struct SignedBlock {
    pub block: Block<Header<u32, BlakeTwo256>, UncheckedExtrinsic<MultiAddress<AccountId32, ()>, RuntimeCall, MultiSignature, (CheckOnlySudoAccount<Runtime>, CheckNonZeroSender<Runtime>, CheckSpecVersion<Runtime>, CheckTxVersion<Runtime>, CheckGenesis<Runtime>, CheckMortality<Runtime>, CheckNonce<Runtime>)>>,
    pub justifications: Option<Justifications>,
}

Fields§

§block: Block<Header<u32, BlakeTwo256>, UncheckedExtrinsic<MultiAddress<AccountId32, ()>, RuntimeCall, MultiSignature, (CheckOnlySudoAccount<Runtime>, CheckNonZeroSender<Runtime>, CheckSpecVersion<Runtime>, CheckTxVersion<Runtime>, CheckGenesis<Runtime>, CheckMortality<Runtime>, CheckNonce<Runtime>)>>

Full block.

§justifications: Option<Justifications>

Block justification.