pub trait WeightInfo {
    fn register() -> Weight;
    fn update() -> Weight;
    fn set_metadata() -> Weight;
    fn set_location() -> Weight;
}
Expand description

Weight functions needed for lbp.

Required Methods§

Implementations on Foreign Types§

Implementors§