@dfns/blockchain-integration
Advanced tools
Comparing version 2.4.1 to 2.4.2
@@ -24,2 +24,3 @@ "use strict"; | ||
groupId: event.pathParameters.groupId, | ||
walletId: event.pathParameters.walletId, | ||
address: await wallet.getAddress(), | ||
@@ -33,2 +34,3 @@ }; | ||
groupId: event.pathParameters.groupId, | ||
walletId: event.pathParameters.walletId, | ||
balance: await wallet.getBalance(), | ||
@@ -42,2 +44,3 @@ }; | ||
groupId: event.pathParameters.groupId, | ||
walletId: event.pathParameters.walletId, | ||
transactions: await wallet.getTransactions(), | ||
@@ -44,0 +47,0 @@ }; |
@@ -63,3 +63,3 @@ "use strict"; | ||
const message = hash.toString("hex"); | ||
const { data } = await __classPrivateFieldGet(this, _SigningGroup_api, "f").post(`/groups/${__classPrivateFieldGet(this, _SigningGroup_groupId, "f")}/sign/${__classPrivateFieldGet(this, _SigningGroup_walletId, "f")}`, { | ||
const { data } = await __classPrivateFieldGet(this, _SigningGroup_api, "f").post(`groups/${__classPrivateFieldGet(this, _SigningGroup_groupId, "f")}/sign/${__classPrivateFieldGet(this, _SigningGroup_walletId, "f")}`, { | ||
body: { message }, | ||
@@ -66,0 +66,0 @@ }); |
{ | ||
"name": "@dfns/blockchain-integration", | ||
"version": "2.4.1", | ||
"version": "2.4.2", | ||
"description": "Blockchain integration Kit for DFNS", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
18914
403