UNPKG

0xweb

Version:

Contract package manager and other web3 tools

7 lines (5 loc) 173 B
import { EvmBytecode } from '../EvmBytecode'; import Opcode from '../interfaces/IOpcode'; export default (opcode: Opcode, state: EvmBytecode): void => { /* Empty */ };