pub trait WeightInfo {
fn create_global_farm() -> Weight;
fn update_global_farm() -> Weight;
fn terminate_global_farm() -> Weight;
fn create_yield_farm() -> Weight;
fn update_yield_farm() -> Weight;
fn stop_yield_farm() -> Weight;
fn terminate_yield_farm() -> Weight;
fn deposit_shares() -> Weight;
fn redeposit_shares() -> Weight;
fn claim_rewards() -> Weight;
fn withdraw_shares() -> Weight;
fn resume_yield_farm() -> Weight;
}
Expand description
Weight functions needed for pallet_xyk_liquidity_mining.