[][src]Trait frame_support::traits::GetCallName

pub trait GetCallName {
    fn get_call_names() -> &'static [&'static str]

Important traits for &'_ [u8]

impl<'_> Read for &'_ [u8]impl<'_> Write for &'_ mut [u8]
;
fn get_call_name(&self) -> &'static str; }

Gets the function name of the Call.

Required methods

fn get_call_names() -> &'static [&'static str]

Important traits for &'_ [u8]

impl<'_> Read for &'_ [u8]impl<'_> Write for &'_ mut [u8]

Return all function names.

fn get_call_name(&self) -> &'static str

Return the function name of the Call.

Loading content...

Implementors

Loading content...