Server.OpcodeType of opcodes
val to_hex_string : t -> stringConvert to hex string format 0xffffffff
val to_le_bytes : t -> stringConvert to little-endian bytes string
val pp : t -> stringThe same as to_hex_string
val of_be_bytes : string -> tget opcode from big-endian byte string
val pp_bytes_le : t -> stringPretty-print to_le_bytes