UNPKG

bitpay-sdk

Version:

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

22 lines 920 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.BitpayApiFrameVersion = exports.BitpayApiFrame = exports.BitpayPluginInfo = exports.BitpayApiVersion = exports.ProdUrl = exports.TestUrl = exports.Prod = exports.Test = void 0; exports.Test = 'TEST'; exports.Prod = 'PROD'; exports.TestUrl = 'https://test.bitpay.com/'; exports.ProdUrl = 'https://bitpay.com/'; exports.BitpayApiVersion = '2.0.0'; exports.BitpayPluginInfo = 'BitPay_NodeJs_Client_v7.0.9'; exports.BitpayApiFrame = 'std'; exports.BitpayApiFrameVersion = '1.0.0'; module.exports = { Test: exports.Test, Prod: exports.Prod, TestUrl: exports.TestUrl, ProdUrl: exports.ProdUrl, BitpayApiVersion: exports.BitpayApiVersion, BitpayPluginInfo: exports.BitpayPluginInfo, BitpayApiFrame: exports.BitpayApiFrame, BitpayApiFrameVersion: exports.BitpayApiFrameVersion }; //# sourceMappingURL=Env.js.map