Trait pallet_tidefi_stake::weights::WeightInfo
source · pub trait WeightInfo {
fn stake() -> Weight;
fn unstake() -> Weight;
fn on_idle_compound(b: u32) -> Weight;
fn on_idle_compound_finalize(b: u32) -> Weight;
fn on_idle_unstake(b: u32) -> Weight;
}
Expand description
Weight functions needed for pallet_tidefi
.