Docs.rs
  • contracts-rococo-runtime-0.13.0
    • contracts-rococo-runtime 0.13.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.12.0 normal
      • cumulus-pallet-parachain-system ^0.12.0 normal
      • cumulus-pallet-session-benchmarking ^14.0.0 normal
      • cumulus-pallet-xcm ^0.12.0 normal
      • cumulus-pallet-xcmp-queue ^0.12.0 normal
      • cumulus-primitives-aura ^0.12.0 normal
      • cumulus-primitives-core ^0.12.0 normal
      • cumulus-primitives-storage-weight-reclaim ^3.0.0 normal
      • cumulus-primitives-utility ^0.12.0 normal
      • frame-benchmarking ^33.0.0 normal optional
      • frame-executive ^33.0.0 normal
      • frame-support ^33.0.0 normal
      • frame-system ^33.0.0 normal
      • frame-system-benchmarking ^33.0.0 normal optional
      • frame-system-rpc-runtime-api ^31.0.0 normal
      • frame-try-runtime ^0.39.0 normal optional
      • hex-literal ^0.4.1 normal optional
      • log ^0.4.21 normal
      • pallet-aura ^32.0.0 normal
      • pallet-authorship ^33.0.0 normal
      • pallet-balances ^34.0.0 normal
      • pallet-collator-selection ^14.0.0 normal
      • pallet-contracts ^32.0.0 normal
      • pallet-insecure-randomness-collective-flip ^21.0.0 normal
      • pallet-message-queue ^36.0.0 normal
      • pallet-multisig ^33.0.0 normal
      • pallet-session ^33.0.0 normal
      • pallet-sudo ^33.0.0 normal
      • pallet-timestamp ^32.0.0 normal
      • pallet-transaction-payment ^33.0.0 normal
      • pallet-transaction-payment-rpc-runtime-api ^33.0.0 normal
      • pallet-utility ^33.0.0 normal
      • pallet-xcm ^12.0.0 normal
      • staging-parachain-info ^0.12.0 normal
      • parachains-common ^12.0.0 normal
      • polkadot-parachain-primitives ^11.0.0 normal
      • polkadot-runtime-common ^12.0.0 normal
      • rococo-runtime-constants ^12.0.0 normal
      • scale-info ^2.11.1 normal
      • sp-api ^31.0.0 normal
      • sp-block-builder ^31.0.0 normal
      • sp-consensus-aura ^0.37.0 normal
      • sp-core ^32.0.0 normal
      • sp-genesis-builder ^0.12.0 normal
      • sp-inherents ^31.0.0 normal
      • sp-offchain ^31.0.0 normal
      • sp-runtime ^36.0.0 normal
      • sp-session ^32.0.0 normal
      • sp-std ^14.0.0 normal
      • sp-storage ^21.0.0 normal
      • sp-transaction-pool ^31.0.0 normal
      • sp-version ^34.0.0 normal
      • testnet-parachains-constants ^5.0.0 normal
      • staging-xcm ^12.0.0 normal
      • staging-xcm-builder ^12.0.0 normal
      • staging-xcm-executor ^12.0.0 normal
      • substrate-wasm-builder ^22.0.0 build optional
    • Versions
    • 25.31% 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

contracts_rococo_runtime0.13.0

SignedBlock

Aliased type

Fields

  • block
  • justifications

In crate contracts_rococo_runtime

?
Settings

Type Alias contracts_rococo_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>, ChargeTransactionPayment<Runtime>, StorageWeightReclaim<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>, ChargeTransactionPayment<Runtime>, StorageWeightReclaim<Runtime>)>>

Full block.

§justifications: Option<Justifications>

Block justification.