UNPKG

@authereum/zos

Version:

Command-line interface for the ZeppelinOS smart contract platform

9 lines (8 loc) 197 B
export default class ScriptError extends Error { stack: any; cb: () => void; constructor({ message, stack }: { message: string; stack: string; }, cb: () => void); }