UNPKG

bitpay-sdk

Version:

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

11 lines 306 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.PayoutGroup = void 0; class PayoutGroup { constructor(payouts, failed) { this.payouts = payouts; this.failed = failed; } } exports.PayoutGroup = PayoutGroup; //# sourceMappingURL=PayoutGroup.js.map