Docs.rs
  • penpal-runtime-0.22.0
    • penpal-runtime 0.22.0
    • Docs.rs crate page
    • Unlicense
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • parity-crate-owner
    • Dependencies
      • assets-common ^0.15.0 normal
      • parity-scale-codec ^3.6.12 normal
      • cumulus-pallet-aura-ext ^0.15.0 normal
      • cumulus-pallet-parachain-system ^0.15.0 normal
      • cumulus-pallet-session-benchmarking ^17.0.0 normal
      • cumulus-pallet-xcm ^0.15.0 normal
      • cumulus-pallet-xcmp-queue ^0.15.0 normal
      • cumulus-primitives-core ^0.14.0 normal
      • cumulus-primitives-utility ^0.15.0 normal
      • frame-benchmarking ^36.0.0 normal optional
      • frame-executive ^36.0.0 normal
      • frame-support ^36.0.0 normal
      • frame-system ^36.0.0 normal
      • frame-system-benchmarking ^36.0.0 normal optional
      • frame-system-rpc-runtime-api ^33.0.0 normal
      • frame-try-runtime ^0.42.0 normal optional
      • hex-literal ^0.4.1 normal optional
      • log ^0.4.21 normal
      • pallet-asset-tx-payment ^36.0.0 normal
      • pallet-assets ^37.0.0 normal
      • pallet-aura ^35.0.0 normal
      • pallet-authorship ^36.0.0 normal
      • pallet-balances ^37.0.0 normal
      • pallet-collator-selection ^17.0.0 normal
      • pallet-message-queue ^39.0.0 normal
      • pallet-session ^36.0.0 normal
      • pallet-sudo ^36.0.0 normal
      • pallet-timestamp ^35.0.0 normal
      • pallet-transaction-payment ^36.0.0 normal
      • pallet-transaction-payment-rpc-runtime-api ^36.0.0 normal
      • pallet-xcm ^15.0.0 normal
      • staging-parachain-info ^0.15.0 normal
      • parachains-common ^15.0.0 normal
      • polkadot-parachain-primitives ^13.0.0 normal
      • polkadot-primitives ^14.0.0 normal
      • polkadot-runtime-common ^15.0.0 normal
      • scale-info ^2.11.1 normal
      • smallvec ^1.11.0 normal
      • sp-api ^33.0.0 normal
      • sp-block-builder ^33.0.0 normal
      • sp-consensus-aura ^0.39.0 normal
      • sp-core ^34.0.0 normal
      • sp-genesis-builder ^0.14.0 normal
      • sp-inherents ^33.0.0 normal
      • sp-offchain ^33.0.0 normal
      • sp-runtime ^38.0.0 normal
      • sp-session ^34.0.0 normal
      • sp-std ^14.0.0 normal
      • sp-storage ^21.0.0 normal
      • sp-transaction-pool ^33.0.0 normal
      • sp-version ^36.0.0 normal
      • staging-xcm ^14.0.1 normal
      • staging-xcm-builder ^15.0.0 normal
      • staging-xcm-executor ^15.0.0 normal
      • xcm-runtime-apis ^0.2.0 normal
      • substrate-wasm-builder ^23.0.0 build optional
    • Versions
    • 39.79% 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.22.0

Block

Aliased type

Fields

  • extrinsics
  • header

In crate penpal_runtime

Type Alias penpal_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>, ChargeAssetTxPayment<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>, ChargeAssetTxPayment<Runtime>)>>

The accompanying extrinsics.