UNPKG

pandoras-box

Version:

A small and simple stress testing tool for Ethereum-compatible blockchain networks

8 lines (7 loc) 287 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); class RuntimeErrors { } RuntimeErrors.errUnknownRuntime = new Error('Unknown runtime specified'); RuntimeErrors.errRuntimeNotInitialized = new Error('Runtime not initialized'); exports.default = RuntimeErrors;