pub trait WeightInfo {
    fn investor(b: u32) -> Weight;
    fn approval(b: u32) -> Weight;
    fn rejection(b: u32) -> Weight;
    fn set_admin(b: u32) -> Weight;
}
Expand description

Weight functions needed for pallet_roles.

Required Methods§

Implementations on Foreign Types§

The range of component b is [0, 200].

The range of component b is [0, 200].

The range of component b is [0, 200].

The range of component b is [0, 200].

Implementors§