Docs.rs
  • rococo-runtime-24.0.0
    • rococo-runtime 24.0.0
    • Permalink
    • Docs.rs crate page
    • GPL-3.0-only
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • parity-crate-owner
    • Dependencies
      • binary-merkle-tree ^16.0.0 normal
      • bitvec ^1.0.1 normal
      • parity-scale-codec ^3.7.5 normal
      • frame-benchmarking ^41.0.0 normal optional
      • frame-executive ^41.0.0 normal
      • frame-metadata-hash-extension ^0.9.0 normal
      • frame-support ^41.0.0 normal
      • frame-system ^41.0.0 normal
      • frame-system-benchmarking ^41.0.0 normal optional
      • frame-system-rpc-runtime-api ^37.0.0 normal
      • frame-try-runtime ^0.47.0 normal optional
      • hex-literal ^0.4.1 normal
      • log ^0.4.22 normal
      • pallet-asset-rate ^20.0.0 normal
      • pallet-authority-discovery ^41.0.0 normal
      • pallet-authorship ^41.0.0 normal
      • pallet-babe ^41.0.0 normal
      • pallet-balances ^42.0.0 normal
      • pallet-beefy ^42.0.0 normal
      • pallet-beefy-mmr ^42.0.0 normal
      • pallet-bounties ^40.0.0 normal
      • pallet-child-bounties ^40.0.0 normal
      • pallet-conviction-voting ^41.0.0 normal
      • pallet-democracy ^41.0.0 normal
      • pallet-elections-phragmen ^42.0.0 normal
      • pallet-grandpa ^41.0.0 normal
      • pallet-identity ^41.0.0 normal
      • pallet-indices ^41.0.0 normal
      • pallet-message-queue ^44.0.0 normal
      • pallet-migrations ^11.0.0 normal
      • pallet-mmr ^41.0.0 normal
      • pallet-multisig ^41.0.0 normal
      • pallet-nis ^41.0.0 normal
      • pallet-offences ^40.0.0 normal
      • pallet-parameters ^0.12.0 normal
      • pallet-preimage ^41.0.0 normal
      • pallet-proxy ^41.0.0 normal
      • pallet-ranked-collective ^41.0.0 normal
      • pallet-recovery ^41.0.0 normal
      • pallet-referenda ^41.0.0 normal
      • pallet-root-testing ^17.0.0 normal
      • pallet-scheduler ^42.0.0 normal
      • pallet-session ^41.0.0 normal
      • pallet-society ^41.0.0 normal
      • pallet-staking ^41.0.0 normal
      • pallet-state-trie-migration ^46.0.0 normal
      • pallet-sudo ^41.0.0 normal
      • pallet-timestamp ^40.0.0 normal
      • pallet-tips ^40.0.0 normal
      • pallet-transaction-payment ^41.0.0 normal
      • pallet-transaction-payment-rpc-runtime-api ^41.0.0 normal
      • pallet-treasury ^40.0.0 normal
      • pallet-utility ^41.0.0 normal
      • pallet-vesting ^41.0.0 normal
      • pallet-whitelist ^40.0.0 normal
      • pallet-xcm ^20.0.0 normal
      • pallet-xcm-benchmarks ^21.0.0 normal optional
      • polkadot-parachain-primitives ^17.0.0 normal
      • polkadot-primitives ^19.0.0 normal
      • polkadot-runtime-common ^20.0.0 normal
      • polkadot-runtime-parachains ^20.0.0 normal
      • rococo-runtime-constants ^21.0.0 normal
      • scale-info ^2.11.6 normal
      • serde ^1.0.214 normal
      • serde_derive ^1.0.117 normal optional
      • serde_json ^1.0.132 normal
      • sp-api ^37.0.0 normal
      • sp-arithmetic ^27.0.0 normal
      • sp-authority-discovery ^37.0.0 normal
      • sp-block-builder ^37.0.0 normal
      • sp-consensus-babe ^0.43.0 normal
      • sp-consensus-beefy ^25.0.0 normal
      • sp-consensus-grandpa ^24.0.0 normal
      • sp-core ^37.0.0 normal
      • sp-genesis-builder ^0.18.0 normal
      • sp-inherents ^37.0.0 normal
      • sp-io ^41.0.0 normal
      • sp-keyring ^42.0.0 normal
      • sp-mmr-primitives ^37.0.0 normal
      • sp-offchain ^37.0.0 normal
      • sp-runtime ^42.0.0 normal
      • sp-session ^39.0.0 normal
      • sp-staking ^39.0.0 normal
      • sp-storage ^22.0.0 normal
      • sp-transaction-pool ^37.0.0 normal
      • sp-version ^40.0.0 normal
      • staging-xcm ^17.0.0 normal
      • staging-xcm-builder ^21.0.0 normal
      • staging-xcm-executor ^20.0.0 normal
      • xcm-runtime-apis ^0.8.0 normal
      • serde_json ^1.0.132 dev
      • tokio ^1.45.0 dev
      • substrate-wasm-builder ^27.0.0 build optional
    • Versions
    • 34.72% of the crate is documented
  • 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

rococo_runtime24.0.0

SignedBlock

Aliased Type

Fields

  • block
  • justifications

In crate rococo_runtime

rococo_runtime

Type Alias SignedBlock

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

A Block signed with a Justification

Aliased Type§

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

Fields§

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

Full block.

§justifications: Option<Justifications>

Block justification.