UNPKG

@dashevo/wallet-lib

Version:
10 lines (7 loc) 246 B
const WalletLibError = require('./WalletLibError'); class InvalidTransaction extends WalletLibError { constructor() { super('A valid transaction object or it\'s hex representation is required'); } } module.exports = InvalidTransaction;