UNPKG

bitpay-sdk

Version:

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

10 lines 396 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Invalid = exports.Expired = exports.Complete = exports.Confirmed = exports.Paid = exports.New = void 0; exports.New = 'new'; exports.Paid = 'paid'; exports.Confirmed = 'confirmed'; exports.Complete = 'complete'; exports.Expired = 'expired'; exports.Invalid = 'invalid'; //# sourceMappingURL=InvoiceStatus.js.map