ttvm 0.3.6

Runtime and compiler infrastructure API for Rust
Documentation
1
2
3
4
use super::*;

pub const OP_RETURN: Byte = 0x6A;
pub const OP_THROW: Byte = 0x4C;