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.

Required Methods§

Implementations on Foreign Types§

Implementors§