Docs.rs
  • penpal-runtime-0.30.0
    • penpal-runtime 0.30.0
    • Docs.rs crate page
    • Unlicense
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • parity-crate-owner
    • Dependencies
      • assets-common ^0.22.0 normal
      • parity-scale-codec ^3.7.5 normal
      • cumulus-pallet-aura-ext ^0.21.0 normal
      • cumulus-pallet-parachain-system ^0.21.0 normal
      • cumulus-pallet-session-benchmarking ^22.0.0 normal
      • cumulus-pallet-xcm ^0.20.0 normal
      • cumulus-pallet-xcmp-queue ^0.21.0 normal
      • cumulus-primitives-core ^0.19.0 normal
      • cumulus-primitives-utility ^0.21.0 normal
      • frame-benchmarking ^41.0.0 normal optional
      • frame-executive ^41.0.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 optional
      • log ^0.4.22 normal
      • pallet-asset-conversion ^23.0.0 normal
      • pallet-asset-tx-payment ^41.0.0 normal
      • pallet-assets ^43.0.0 normal
      • pallet-aura ^40.0.0 normal
      • pallet-authorship ^41.0.0 normal
      • pallet-balances ^42.0.0 normal
      • pallet-collator-selection ^22.0.0 normal
      • pallet-message-queue ^44.0.0 normal
      • pallet-revive ^0.7.0 normal
      • pallet-session ^41.0.0 normal
      • pallet-sudo ^41.0.0 normal
      • pallet-timestamp ^40.0.0 normal
      • pallet-transaction-payment ^41.0.0 normal
      • pallet-transaction-payment-rpc-runtime-api ^41.0.0 normal
      • pallet-xcm ^20.0.0 normal
      • staging-parachain-info ^0.21.0 normal
      • parachains-common ^22.0.0 normal
      • polkadot-parachain-primitives ^17.0.0 normal
      • polkadot-primitives ^19.0.0 normal
      • polkadot-runtime-common ^20.0.0 normal
      • primitive-types ^0.13.1 normal
      • scale-info ^2.11.6 normal
      • serde_json ^1.0.132 normal
      • smallvec ^1.11.0 normal
      • sp-api ^37.0.0 normal
      • sp-block-builder ^37.0.0 normal
      • sp-consensus-aura ^0.43.0 normal
      • sp-core ^37.0.0 normal
      • sp-genesis-builder ^0.18.0 normal
      • sp-inherents ^37.0.0 normal
      • sp-keyring ^42.0.0 normal
      • sp-offchain ^37.0.0 normal
      • sp-runtime ^42.0.0 normal
      • sp-session ^39.0.0 normal
      • sp-storage ^22.0.0 normal
      • sp-transaction-pool ^37.0.0 normal
      • sp-version ^40.0.0 normal
      • testnet-parachains-constants ^14.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
      • substrate-wasm-builder ^27.0.0 build optional
    • Versions
    • 39.14% 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.30.0

UncheckedExtrinsic

Aliased Type

Fields

  • 0

In crate penpal_runtime

penpal_runtime

Type Alias UncheckedExtrinsic

Source
pub type UncheckedExtrinsic = UncheckedExtrinsic<Address, Signature, EthExtraImpl>;
Expand description

Unchecked extrinsic type as expected by this runtime.

Aliased Type§

pub struct UncheckedExtrinsic(pub UncheckedExtrinsic<MultiAddress<AccountId32, ()>, RuntimeCall, MultiSignature, (AuthorizeCall<Runtime>, CheckNonZeroSender<Runtime>, CheckSpecVersion<Runtime>, CheckTxVersion<Runtime>, CheckGenesis<Runtime>, CheckMortality<Runtime>, CheckNonce<Runtime>, CheckWeight<Runtime>, ChargeAssetTxPayment<Runtime>, WeightReclaim<Runtime>), 16777216>);

Tuple Fields§

§0: UncheckedExtrinsic<MultiAddress<AccountId32, ()>, RuntimeCall, MultiSignature, (AuthorizeCall<Runtime>, CheckNonZeroSender<Runtime>, CheckSpecVersion<Runtime>, CheckTxVersion<Runtime>, CheckGenesis<Runtime>, CheckMortality<Runtime>, CheckNonce<Runtime>, CheckWeight<Runtime>, ChargeAssetTxPayment<Runtime>, WeightReclaim<Runtime>), 16777216>