UNPKG

bitpay-sdk

Version:

Complete version of the NodeJS library for the new cryptographically secure BitPay API

10 lines 289 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.PayoutGroupFailed = void 0; class PayoutGroupFailed { constructor() { this.errMessage = ''; } } exports.PayoutGroupFailed = PayoutGroupFailed; //# sourceMappingURL=PayoutGroupFailed.js.map