pub trait WeightInfo {
    // Required methods
    fn schedule_bootstrap() -> Weight;
    fn provision() -> Weight;
    fn claim_and_activate_liquidity_tokens() -> Weight;
    fn finalize() -> Weight;
}
Expand description

Weight functions needed for pallet_bootstrap.

Required Methods§

Implementations on Foreign Types§

source§

impl WeightInfo for ()

Implementors§