Trait frame_support::traits::GetCallName [−][src]
Gets the function name of the Call.
Required methods
fn get_call_names() -> &'static [&'static str]ⓘ
[src]
Return all function names.
fn get_call_name(&self) -> &'static str
[src]
Return the function name of the Call.