SystemCall

Type Alias SystemCall 

Source
type SystemCall = fn(&mut VMBridge, &[StackItem]) -> Result<Vec<StackItem>, VMBridgeError>;
Expand description

System call function type