Trait pallet_marketplace::weights::WeightInfo
source · pub trait WeightInfo {
fn set_price() -> Weight;
fn buy() -> Weight;
fn make_offer() -> Weight;
fn withdraw_offer() -> Weight;
fn accept_offer() -> Weight;
fn add_royalty() -> Weight;
}
Expand description
Weight functions needed for pallet_marketplace.