Docs.rs
  • seedling-runtime-0.17.0
    • seedling-runtime 0.17.0
    • Docs.rs crate page
    • Apache-2.0
    • Links
    • crates.io
    • Source
    • Owners
    • parity-crate-owner
    • Dependencies
      • parity-scale-codec ^3.6.12 normal
      • cumulus-pallet-aura-ext ^0.16.0 normal
      • cumulus-pallet-parachain-system ^0.16.0 normal
      • cumulus-pallet-solo-to-para ^0.16.0 normal
      • cumulus-primitives-core ^0.15.0 normal
      • cumulus-primitives-timestamp ^0.15.0 normal
      • frame-executive ^37.0.0 normal
      • frame-support ^37.0.0 normal
      • frame-system ^37.0.0 normal
      • pallet-aura ^36.0.0 normal
      • pallet-balances ^38.0.0 normal
      • pallet-sudo ^37.0.0 normal
      • pallet-timestamp ^36.0.0 normal
      • staging-parachain-info ^0.16.0 normal
      • parachains-common ^17.0.0 normal
      • scale-info ^2.11.1 normal
      • sp-api ^34.0.0 normal
      • sp-block-builder ^34.0.0 normal
      • sp-consensus-aura ^0.40.0 normal
      • sp-core ^34.0.0 normal
      • sp-genesis-builder ^0.15.0 normal
      • sp-inherents ^34.0.0 normal
      • sp-offchain ^34.0.0 normal
      • sp-runtime ^39.0.0 normal
      • sp-session ^35.0.0 normal
      • sp-transaction-pool ^34.0.0 normal
      • sp-version ^37.0.0 normal
      • substrate-wasm-builder ^24.0.0 build optional
    • Versions
    • 38.95% 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

seedling_runtime0.17.0

SignedBlock

Aliased type

Fields

  • block
  • justifications

In crate seedling_runtime

Type Alias seedling_runtime::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, (CheckSpecVersion<Runtime>, CheckTxVersion<Runtime>, CheckGenesis<Runtime>, CheckMortality<Runtime>, CheckNonce<Runtime>, CheckOnlySudoAccount<Runtime>)>>,
    pub justifications: Option<Justifications>,
}

Fields§

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

Full block.

§justifications: Option<Justifications>

Block justification.