Docs.rs
  • penpal-runtime-0.11.1
    • penpal-runtime 0.11.1
    • Docs.rs crate page
    • Unlicense
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • parity-crate-owner
    • Dependencies
      • parity-scale-codec ^3.0.0 normal
      • cumulus-pallet-aura-ext ^0.4.0 normal
      • cumulus-pallet-dmp-queue ^0.4.0 normal
      • cumulus-pallet-parachain-system ^0.4.0 normal
      • cumulus-pallet-session-benchmarking ^6.0.0 normal
      • cumulus-pallet-xcm ^0.4.0 normal
      • cumulus-pallet-xcmp-queue ^0.4.0 normal
      • cumulus-primitives-core ^0.4.0 normal
      • cumulus-primitives-utility ^0.4.0 normal
      • frame-benchmarking ^25.0.0 normal
      • frame-executive ^25.0.0 normal
      • frame-support ^25.0.0 normal
      • frame-system ^25.0.0 normal
      • frame-system-benchmarking ^25.0.0 normal
      • frame-system-rpc-runtime-api ^23.0.0 normal
      • frame-try-runtime ^0.31.0 normal
      • hex-literal ^0.4.1 normal
      • log ^0.4.20 normal
      • pallet-asset-tx-payment ^25.0.0 normal
      • pallet-assets ^26.0.0 normal
      • pallet-aura ^24.0.0 normal
      • pallet-authorship ^25.0.0 normal
      • pallet-balances ^25.0.0 normal
      • pallet-collator-selection ^6.0.0 normal
      • pallet-session ^25.0.0 normal
      • pallet-sudo ^25.0.0 normal
      • pallet-timestamp ^24.0.0 normal
      • pallet-transaction-payment ^25.0.0 normal
      • pallet-transaction-payment-rpc-runtime-api ^25.0.0 normal
      • pallet-xcm ^4.0.0 normal
      • staging-parachain-info ^0.4.0 normal
      • parachains-common ^4.0.0 normal
      • polkadot-parachain-primitives ^3.0.0 normal
      • polkadot-primitives ^4.0.0 normal
      • polkadot-runtime-common ^4.0.0 normal
      • scale-info ^2.10.0 normal
      • smallvec ^1.11.0 normal
      • sp-api ^23.0.0 normal
      • sp-block-builder ^23.0.0 normal
      • sp-consensus-aura ^0.29.0 normal
      • sp-core ^25.0.0 normal
      • sp-genesis-builder ^0.4.0 normal
      • sp-inherents ^23.0.0 normal
      • sp-offchain ^23.0.0 normal
      • sp-runtime ^28.0.0 normal
      • sp-session ^24.0.0 normal
      • sp-std ^12.0.0 normal
      • sp-storage ^17.0.0 normal
      • sp-transaction-pool ^23.0.0 normal
      • sp-version ^26.0.0 normal
      • staging-xcm ^4.0.0 normal
      • staging-xcm-builder ^4.0.0 normal
      • staging-xcm-executor ^4.0.0 normal
      • substrate-wasm-builder ^14.0.0 build
    • Versions
    • 38.94% 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

penpal_runtime0.11.1

SignedBlock

Aliased type

Fields

  • block
  • justifications

In crate penpal_runtime

?
Change settings

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

Fields§

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

Full block.

§justifications: Option<Justifications>

Block justification.