pub trait WeightInfo {
    // Required methods
    fn init_issuance_config() -> Weight;
    fn finalize_tge() -> Weight;
    fn execute_tge(x: u32) -> Weight;
}
Expand description

Weight functions needed for pallet_xyk.

Required Methods§

Implementations on Foreign Types§

source§

impl WeightInfo for ()

Implementors§