Trait governance_os_pallet_tokens::WeightInfo[][src]

pub trait WeightInfo {
    fn create() -> Weight;
fn mint() -> Weight;
fn burn() -> Weight;
fn update_details() -> Weight;
fn transfer() -> Weight; }

Required methods

fn create() -> Weight[src]

fn mint() -> Weight[src]

fn burn() -> Weight[src]

fn update_details() -> Weight[src]

fn transfer() -> Weight[src]

Loading content...

Implementations on Foreign Types

impl WeightInfo for ()[src]

Loading content...

Implementors

Loading content...