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

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

Notable traits for &'_ [u8]

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

Gets the function name of the Call.

Required methods

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

Notable traits for &'_ [u8]

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

Return all function names.

pub fn get_call_name(&self) -> &'static str[src]

Return the function name of the Call.

Loading content...

Implementors

Loading content...