pub fn core_call_op_key() -> OpKeyExpand 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);