bitpay-sdk
Advanced tools
Comparing version 5.0.1 to 5.0.2
@@ -6,4 +6,4 @@ export declare const Test = "TEST"; | ||
export declare const BitpayApiVersion = "2.0.0"; | ||
export declare const BitpayPluginInfo = "BitPay_NodeJs_Client_v5.0.1"; | ||
export declare const BitpayPluginInfo = "BitPay_NodeJs_Client_v5.0.2"; | ||
export declare const BitpayApiFrame = "std"; | ||
export declare const BitpayApiFrameVersion = "1.0.0"; |
@@ -9,3 +9,3 @@ "use strict"; | ||
exports.BitpayApiVersion = '2.0.0'; | ||
exports.BitpayPluginInfo = 'BitPay_NodeJs_Client_v5.0.1'; | ||
exports.BitpayPluginInfo = 'BitPay_NodeJs_Client_v5.0.2'; | ||
exports.BitpayApiFrame = 'std'; | ||
@@ -12,0 +12,0 @@ exports.BitpayApiFrameVersion = '1.0.0'; |
@@ -8,3 +8,3 @@ "use strict"; | ||
Environment["Prod"] = "Prod"; | ||
})(Environment = exports.Environment || (exports.Environment = {})); | ||
})(Environment || (exports.Environment = Environment = {})); | ||
//# sourceMappingURL=Environment.js.map |
@@ -9,3 +9,3 @@ "use strict"; | ||
Facade["Pos"] = "pos"; | ||
})(Facade = exports.Facade || (exports.Facade = {})); | ||
})(Facade || (exports.Facade = Facade = {})); | ||
//# sourceMappingURL=Facade.js.map |
export interface MinerFeesItem { | ||
satoshisPerByte: bigint; | ||
satoshisPerByte: number; | ||
totalFee: bigint; | ||
fiatAmount: number; | ||
} |
{ | ||
"name": "bitpay-sdk", | ||
"version": "5.0.1", | ||
"version": "5.0.2", | ||
"description": "Complete version of the NodeJS library for the new cryptographically secure BitPay API", | ||
@@ -5,0 +5,0 @@ "main": "dist/index", |
265537