UNPKG

pandoras-box

Version:

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

6 lines (5 loc) 143 B
declare class RuntimeErrors { static errUnknownRuntime: Error; static errRuntimeNotInitialized: Error; } export default RuntimeErrors;