UNPKG

@owstack/wallet-service

Version:

A service for multisignature HD wallets

9 lines (5 loc) 162 B
'use strict'; var Errors = {}; Errors.ClientError = require('./clienterror'); Errors.ErrorDefintions = require('./errordefinitions'); module.exports = Errors;