dsd-constants-lib
Advanced tools
Comparing version 3.7.8 to 3.7.9
@@ -288,3 +288,3 @@ /** | ||
static getBlockchainTypeByTransferRequestId(trReqId) { | ||
static getExternalBlockchainTypeByTransferReqId(trReqId) { | ||
if(!trReqId) return null; | ||
@@ -291,0 +291,0 @@ trReqId = Constants.formatTransferReqId(trReqId); |
{ | ||
"name": "dsd-constants-lib", | ||
"version": "3.7.8", | ||
"version": "3.7.9", | ||
"dependencies": {}, | ||
@@ -5,0 +5,0 @@ "scripts": { |
104811