class OpcodeRegistry
(source)
<init> |
OpcodeRegistry(opcodes: Map<HardFork, Map<Byte, Opcode>>) |
opcodes |
val opcodes: Map<HardFork, Map<Byte, Opcode>> |
get |
fun get(fork: HardFork, opcode: Byte): Opcode? |
create |
fun create(): OpcodeRegistry |