Docs.rs
  • violet-node-runtime-1.0.1
    • violet-node-runtime 1.0.1
    • Docs.rs crate page
    • MIT-0
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • hoale58-vl
    • Dependencies
      • parity-scale-codec ^3.6.9 normal
      • frame-benchmarking ^32.0.0 normal optional
      • frame-executive ^32.0.0 normal
      • frame-support ^32.0.0 normal
      • frame-system ^32.0.0 normal
      • frame-system-benchmarking ^32.0.0 normal optional
      • frame-system-rpc-runtime-api ^30.0.0 normal
      • frame-try-runtime ^0.38.0 normal optional
      • pallet-assets ^33.0.0 normal
      • pallet-aura ^31.0.0 normal
      • pallet-authorship ^32.0.0 normal
      • pallet-balances ^33.0.0 normal
      • pallet-contracts ^31.0.0 normal
      • pallet-grandpa ^32.0.0 normal
      • pallet-insecure-randomness-collective-flip ^20.0.0 normal
      • pallet-ordinals ^1.0.1 normal
      • pallet-sudo ^32.0.0 normal
      • pallet-timestamp ^31.0.0 normal
      • pallet-transaction-payment ^32.0.0 normal
      • pallet-transaction-payment-rpc-runtime-api ^32.0.0 normal
      • pallet-utility ^32.0.0 normal
      • polkadot-runtime-common ^11.0.0 normal
      • scale-info ^2.10.0 normal
      • sp-api ^30.0.0 normal
      • sp-block-builder ^30.0.0 normal
      • sp-consensus-aura ^0.36.0 normal
      • sp-consensus-grandpa ^17.0.0 normal
      • sp-core ^32.0.0 normal
      • sp-genesis-builder ^0.11.0 normal
      • sp-inherents ^30.0.0 normal
      • sp-offchain ^30.0.0 normal
      • sp-runtime ^35.0.0 normal
      • sp-session ^31.0.0 normal
      • sp-std ^14.0.0 normal
      • sp-storage ^21.0.0 normal
      • sp-transaction-pool ^30.0.0 normal
      • sp-version ^33.0.0 normal
      • substrate-wasm-builder ^21.0.0 build optional
    • Versions
    • 36.67% of the crate is documented
  • 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

violet_node_runtime1.0.1

Block

Aliased Type

Fields

  • extrinsics
  • header

In crate violet_node_runtime

violet_node_runtime

Type Alias Block

Source
pub type Block = Block<Header, UncheckedExtrinsic>;
Expand description

Block type as expected by this runtime.

Aliased Type§

pub 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>, ChargeTransactionPayment<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>, ChargeTransactionPayment<Runtime>)>>

The accompanying extrinsics.