Server.Opcode
Type of opcodes
val to_hex_string : t -> string
Convert to hex string format 0xffffffff
val to_le_bytes : t -> string
Convert to little-endian bytes string
val pp : t -> string
The same as to_hex_string
val of_be_bytes : string -> t
get opcode from big-endian byte string
val pp_bytes_le : t -> string
Pretty-print to_le_bytes