Docs.rs
  • emulated-integration-tests-common-20.0.0
    • emulated-integration-tests-common 20.0.0
    • Docs.rs crate page
    • Apache-2.0
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • parity-crate-owner
    • Dependencies
      • asset-test-utils ^23.0.0 normal
      • bp-messages ^0.20.1 normal
      • bp-xcm-bridge-hub ^0.6.1 normal
      • parity-scale-codec ^3.7.4 normal
      • cumulus-pallet-parachain-system ^0.20.0 normal
      • cumulus-pallet-xcmp-queue ^0.20.0 normal
      • cumulus-primitives-core ^0.18.1 normal
      • frame-support ^40.1.0 normal
      • hex-literal ^0.4.1 normal
      • pallet-assets ^42.0.0 normal
      • pallet-balances ^41.1.0 normal
      • pallet-bridge-messages ^0.20.1 normal
      • pallet-message-queue ^43.1.0 normal
      • pallet-xcm ^19.1.0 normal
      • pallet-xcm-bridge-hub ^0.16.1 normal
      • parachains-common ^21.0.0 normal
      • paste ^1.0.15 normal
      • polkadot-parachain-primitives ^16.1.0 normal
      • polkadot-primitives ^18.1.0 normal
      • polkadot-runtime-parachains ^19.1.0 normal
      • sc-consensus-grandpa ^0.34.0 normal
      • sp-authority-discovery ^36.0.0 normal
      • sp-consensus-babe ^0.42.1 normal
      • sp-consensus-beefy ^24.1.0 normal
      • sp-core ^36.1.0 normal
      • sp-keyring ^41.0.0 normal
      • sp-runtime ^41.1.0 normal
      • staging-xcm ^16.1.0 normal
      • xcm-emulator ^0.19.0 normal
    • Versions
    • 14.29% 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_common20.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

Dyn Compatibility

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

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§

Source§

impl WeightInfo for TestWeightInfo