Struct gekko_metadata::ExtrinsicInfo[][src]

pub struct ExtrinsicInfo<'a> {
    pub module_id: usize,
    pub dispatch_id: usize,
    pub module_name: &'a str,
    pub extrinsic_name: &'a str,
    pub args: Vec<(&'a str, &'a str)>,
    pub documentation: Vec<&'a str>,
}

Fields

module_id: usizedispatch_id: usizemodule_name: &'a strextrinsic_name: &'a strargs: Vec<(&'a str, &'a str)>documentation: Vec<&'a str>

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.