bitpay-sdk
Version:
Complete version of the NodeJS library for the new cryptographically secure BitPay API
9 lines • 325 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.Complete = exports.Paid = exports.New = exports.Sent = exports.Draft = void 0;
exports.Draft = 'draft';
exports.Sent = 'sent';
exports.New = 'new';
exports.Paid = 'paid';
exports.Complete = 'complete';
//# sourceMappingURL=BillStatus.js.map