Trait pallet_nis::weights::WeightInfo
source · pub trait WeightInfo {
// Required methods
fn place_bid(l: u32) -> Weight;
fn place_bid_max() -> Weight;
fn retract_bid(l: u32) -> Weight;
fn thaw() -> Weight;
fn fund_deficit() -> Weight;
fn process_queues() -> Weight;
fn process_queue() -> Weight;
fn process_bid() -> Weight;
}
Expand description
Weight functions needed for pallet_nis.