Trait mangata_support::traits::ComputeIssuance
source · pub trait ComputeIssuance {
// Required method
fn compute_issuance(n: u32);
// Provided method
fn initialize() { ... }
}
pub trait ComputeIssuance {
// Required method
fn compute_issuance(n: u32);
// Provided method
fn initialize() { ... }
}