MCPcopy Create free account
hub / github.com/AztecProtocol/huff / getNewVM

Function getNewVM

src/runtime.js:9–11  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

7const { opcodes } = require('./opcodes/opcodes');
8
9function getNewVM() {
10 return new VM({ hardfork: 'constantinople' });
11}
12
13function toBytesN(input, len, padding = 'left') {
14 // assumes hex format

Callers 2

erc20_interface.jsFile · 0.85
runtime.spec.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected