Trait pallet_housing_fund::weights::WeightInfo
source · pub trait WeightInfo {
fn contribute_to_fund() -> Weight;
fn withdraw_fund() -> Weight;
fn house_bidding() -> Weight;
}
Expand description
Weight functions needed for pallet_housing_fund.