Docs.rs
  • emulated-integration-tests-common-14.0.0
    • emulated-integration-tests-common 14.0.0
    • Docs.rs crate page
    • Apache-2.0
    • Links
    • crates.io
    • Source
    • Owners
    • parity-crate-owner
    • Dependencies
      • asset-test-utils ^18.0.0 normal
      • bp-messages ^0.18.0 normal
      • bp-xcm-bridge-hub ^0.4.0 normal
      • bridge-runtime-common ^0.18.0 normal
      • parity-scale-codec ^3.6.12 normal
      • cumulus-pallet-parachain-system ^0.17.0 normal
      • cumulus-pallet-xcmp-queue ^0.17.0 normal
      • cumulus-primitives-core ^0.16.0 normal
      • frame-support ^38.0.0 normal
      • pallet-assets ^40.0.0 normal
      • pallet-balances ^39.0.0 normal
      • pallet-bridge-messages ^0.18.0 normal
      • pallet-message-queue ^41.0.0 normal
      • pallet-xcm ^17.0.0 normal
      • pallet-xcm-bridge-hub ^0.13.0 normal
      • parachains-common ^18.0.0 normal
      • paste ^1.0.15 normal
      • polkadot-parachain-primitives ^14.0.0 normal
      • polkadot-primitives ^16.0.0 normal
      • polkadot-runtime-parachains ^17.0.0 normal
      • sc-consensus-grandpa ^0.30.0 normal
      • sp-authority-discovery ^34.0.0 normal
      • sp-consensus-babe ^0.40.0 normal
      • sp-consensus-beefy ^22.1.0 normal
      • sp-core ^34.0.0 normal
      • sp-runtime ^39.0.1 normal
      • staging-xcm ^14.2.0 normal
      • xcm-emulator ^0.16.0 normal
    • Versions
    • 16.18% 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

emulated_integration_tests_common14.0.0

WeightInfo

Required Methods

  • clean_open_channel_requests
  • establish_channel_with_system
  • establish_system_channel
  • force_clean_hrmp
  • force_open_hrmp_channel
  • force_process_hrmp_close
  • force_process_hrmp_open
  • hrmp_accept_open_channel
  • hrmp_cancel_open_request
  • hrmp_close_channel
  • hrmp_init_open_channel
  • poke_channel_deposits

Object Safety

Implementors

In emulated_integration_tests_common::impls::hrmp

emulated_integration_tests_common::impls::hrmp

Trait WeightInfo

source
pub trait WeightInfo {
    // Required methods
    fn hrmp_init_open_channel() -> Weight;
    fn hrmp_accept_open_channel() -> Weight;
    fn hrmp_close_channel() -> Weight;
    fn force_clean_hrmp(i: u32, e: u32) -> Weight;
    fn force_process_hrmp_open(c: u32) -> Weight;
    fn force_process_hrmp_close(c: u32) -> Weight;
    fn hrmp_cancel_open_request(c: u32) -> Weight;
    fn clean_open_channel_requests(c: u32) -> Weight;
    fn force_open_hrmp_channel(c: u32) -> Weight;
    fn establish_system_channel() -> Weight;
    fn poke_channel_deposits() -> Weight;
    fn establish_channel_with_system() -> Weight;
}

Required Methods§

source

fn hrmp_init_open_channel() -> Weight

source

fn hrmp_accept_open_channel() -> Weight

source

fn hrmp_close_channel() -> Weight

source

fn force_clean_hrmp(i: u32, e: u32) -> Weight

source

fn force_process_hrmp_open(c: u32) -> Weight

source

fn force_process_hrmp_close(c: u32) -> Weight

source

fn hrmp_cancel_open_request(c: u32) -> Weight

source

fn clean_open_channel_requests(c: u32) -> Weight

source

fn force_open_hrmp_channel(c: u32) -> Weight

source

fn establish_system_channel() -> Weight

source

fn poke_channel_deposits() -> Weight

source

fn establish_channel_with_system() -> Weight

Object Safety§

This trait is not object safe.

Implementors§

source§

impl WeightInfo for TestWeightInfo