2017-12-12 15:02:04 -08:00

6 lines
112 B
TypeScript

export const constants = {
NULL_BYTES: '0x',
INVALID_OPCODE: 'invalid opcode',
REVERT: 'revert',
};