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.

Required Methods§

Implementations on Foreign Types§

Implementors§