Docs.rs
  • emulated-integration-tests-common-6.0.0
    • emulated-integration-tests-common 6.0.0
    • Docs.rs crate page
    • Apache-2.0
    • Links
    • crates.io
    • Source
    • Owners
    • parity-crate-owner
    • Dependencies
      • asset-test-utils ^10.0.0 normal
      • sp-consensus-beefy ^16.0.0 normal
      • bp-messages ^0.10.0 normal
      • bridge-runtime-common ^0.10.0 normal
      • parity-scale-codec ^3.4.0 normal
      • cumulus-pallet-parachain-system ^0.10.0 normal
      • cumulus-pallet-xcmp-queue ^0.10.0 normal
      • cumulus-primitives-core ^0.10.0 normal
      • frame-support ^31.0.0 normal
      • sc-consensus-grandpa ^0.22.0 normal
      • pallet-assets ^32.0.0 normal
      • pallet-balances ^31.0.0 normal
      • pallet-bridge-messages ^0.10.0 normal
      • pallet-message-queue ^34.0.0 normal
      • pallet-xcm ^10.0.0 normal
      • parachains-common ^10.0.0 normal
      • paste ^1.0.14 normal
      • polkadot-primitives ^10.0.0 normal
      • polkadot-runtime-parachains ^10.0.0 normal
      • sp-authority-discovery ^29.0.0 normal
      • sp-consensus-babe ^0.35.0 normal
      • sp-core ^31.0.0 normal
      • sp-runtime ^34.0.0 normal
      • staging-xcm ^10.0.0 normal
      • xcm-emulator ^0.8.0 normal
    • Versions
    • 14.58% 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_common6.0.0

WeightInfo

Required Methods

  • clean_open_channel_requests
  • 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

?
Change settings

Trait emulated_integration_tests_common::impls::hrmp::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;
}

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

Object Safety§

This trait is not object safe.

Implementors§

source§

impl WeightInfo for TestWeightInfo