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§
fn force_checkpoint() -> Weight
fn submit() -> Weight
fn submit_with_sync_committee() -> Weight
Object Safety§
This trait is not object safe.