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.

Required Methods§

Implementors§