UNPKG

bitpay-sdk

Version:

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

10 lines 312 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Facade = void 0; var Facade; (function (Facade) { Facade["Merchant"] = "merchant"; Facade["Payout"] = "payout"; Facade["Pos"] = "pos"; })(Facade || (exports.Facade = Facade = {})); //# sourceMappingURL=Facade.js.map