UNPKG

rubic-sdk

Version:
7 lines (6 loc) 114 B
/** * Type of errors, thrown by web3 methods. */ export interface Web3Error extends Error { code: number; }