Trait frame_support::dispatch::GetCallName[][src]

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

Notable traits for &'_ [u8]

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

Gets the function name of the Call.

Required methods

Return all function names.

Return the function name of the Call.

Implementors