Skip to main content

core_call_op_key

Function core_call_op_key 

Source
pub fn core_call_op_key() -> OpKey
Expand description

The well-known key for the core call operation (core:call@v1).

ยงExamples

let key = core_call_op_key();
assert_eq!(key.namespace.to_string(), "core");
assert_eq!(key.name.to_string(), "call");
assert_eq!(key.version, 1);