Type Alias InvokeFunction

Source
pub type InvokeFunction = fn(args_buf: &[u8]) -> Vec<u8>;
Expand description

Keep track of all invokable functions