UNPKG

pandoras-box

Version:

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

7 lines (6 loc) 235 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); class DistributorErrors { } DistributorErrors.errNotEnoughFunds = new Error('Not enough funds to execute stress cycle'); exports.default = DistributorErrors;