Trait pallet_nft::weights::WeightInfo  
source · pub trait WeightInfo {
    fn create_collection() -> Weight;
    fn mint() -> Weight;
    fn transfer() -> Weight;
    fn destroy_collection() -> Weight;
    fn burn() -> Weight;
}Expand description
Weight functions needed for pallet_nft.