referrerpolicy=no-referrer-when-downgrade
snowbridge_pallet_ethereum_client::weights

Trait WeightInfo

Source
pub trait WeightInfo {
    // Required methods
    fn force_checkpoint() -> Weight;
    fn submit() -> Weight;
    fn submit_with_sync_committee() -> Weight;
}
Expand description

Weight functions needed for ethereum_beacon_client.

Required Methods§

Source

fn force_checkpoint() -> Weight

Source

fn submit() -> Weight

Source

fn submit_with_sync_committee() -> 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 WeightInfo for ()

Implementors§