referrerpolicy=no-referrer-when-downgrade
snowbridge_pallet_system_frontend::backend_weights

Trait BackendWeightInfo

Source
pub trait BackendWeightInfo {
    // Required method
    fn transact_register_token() -> 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.

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§