referrerpolicy=no-referrer-when-downgrade
pub trait WeightInfo {
    // Required method
    fn submit() -> Weight;
}
Expand description

Weight functions needed for ethereum_beacon_client.

Required Methods§

source

fn submit() -> Weight

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl WeightInfo for ()

source§

fn submit() -> Weight

Implementors§