@waves/waves-transactions
Advanced tools
Comparing version 3.7.0 to 3.7.1
@@ -450,3 +450,3 @@ import { TypelessDataEntry } from './transactions/data'; | ||
function: string; | ||
args: { | ||
args?: { | ||
type: 'binary' | 'integer' | 'boolean' | 'string'; | ||
@@ -453,0 +453,0 @@ value: string | number | boolean; |
@@ -17,3 +17,3 @@ "use strict"; | ||
dApp: paramsOrTx.dApp, | ||
call: paramsOrTx.call, | ||
call: paramsOrTx.call && Object.assign({ args: [] }, paramsOrTx.call), | ||
payment: paramsOrTx.payment || [], | ||
@@ -20,0 +20,0 @@ fee: generic_1.fee(paramsOrTx, 1000000), |
{ | ||
"name": "@waves/waves-transactions", | ||
"version": "3.7.0", | ||
"version": "3.7.1", | ||
"description": "Build and sign(multi-sign) transactions for Waves blockchain.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -525,3 +525,3 @@ import { TypelessDataEntry } from './transactions/data' | ||
function: string | ||
args: { | ||
args?: { | ||
type: 'binary' | 'integer' | 'boolean' | 'string', | ||
@@ -528,0 +528,0 @@ value: string | number | boolean |
@@ -28,3 +28,3 @@ import { | ||
dApp: paramsOrTx.dApp, | ||
call: paramsOrTx.call, | ||
call: paramsOrTx.call && {args: [], ...paramsOrTx.call}, | ||
payment: paramsOrTx.payment || [], | ||
@@ -31,0 +31,0 @@ fee: fee(paramsOrTx, 1000000), |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
735346