5 lines
90 B
TypeScript
5 lines
90 B
TypeScript
export const constants = {
|
|
NULL_BYTES: '0x',
|
|
INVALID_OPCODE: 'invalid opcode',
|
|
};
|