referrerpolicy=no-referrer-when-downgrade

Trait BackendWeightInfo

Source
pub trait BackendWeightInfo {
    // Required methods
    fn transact_register_token() -> Weight;
    fn transact_add_tip() -> Weight;
    fn do_process_message() -> Weight;
    fn commit_single() -> Weight;
    fn submit_delivery_receipt() -> Weight;
}
Expand description

XCM Execution weights for invoking the backend implementation

Required Methods§

Source

fn transact_register_token() -> Weight

Execution weight for remote xcm that dispatches EthereumSystemCall::RegisterToken using Transact.

Source

fn transact_add_tip() -> Weight

Source

fn do_process_message() -> Weight

Source

fn commit_single() -> Weight

Source

fn submit_delivery_receipt() -> 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.

Implementations on Foreign Types§

Source§

impl BackendWeightInfo for ()

Implementors§