Trait pallet_bootstrap::weights::WeightInfo
source · 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.