@dfns/blockchain-integration
Advanced tools
Comparing version 1.0.13 to 1.0.14
@@ -63,3 +63,3 @@ "use strict"; | ||
const wallet = new walletImplementation(signer); | ||
const tx = await wallet.sendTransaction({ | ||
const tx = await wallet.sendPaymentTx({ | ||
to: event.body.to, | ||
@@ -66,0 +66,0 @@ value: event.body.value, |
@@ -7,3 +7,3 @@ import { TransactionResponse } from "./responses"; | ||
getTransactions: () => Promise<TransactionResponse>; | ||
sendTransaction: (paymentTxParams: SendPaymentTxParams) => Promise<string>; | ||
sendPaymentTx: (paymentTxParams: SendPaymentTxParams) => Promise<string>; | ||
} |
{ | ||
"name": "@dfns/blockchain-integration", | ||
"version": "1.0.13", | ||
"version": "1.0.14", | ||
"description": "Blockchain integration Kit for DFNS", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
9534