bitpay-sdk
Version:
Complete version of the NodeJS library for the new cryptographically secure BitPay API
15 lines • 494 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.PayoutRecipients = void 0;
class PayoutRecipients {
/**
* Constructor, create an recipient-full request PayoutBatch object.
*
* @param recipients array array of JSON objects, with containing the following parameters.
*/
constructor(recipients) {
this.recipients = recipients;
}
}
exports.PayoutRecipients = PayoutRecipients;
//# sourceMappingURL=PayoutRecipients.js.map