[][src]Trait fabric_contract::contract::Metadata

pub trait Metadata {
    fn get_fn_metadata(&self) -> Vec<TransactionFn>;
}

Required methods

fn get_fn_metadata(&self) -> Vec<TransactionFn>

Gets the detail of the functions, which is vector of strings

Loading content...

Implementors

Loading content...