Trait pallet_issuance::WeightInfo
source · 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.