@waves/waves-transactions
Advanced tools
Comparing version 3.6.0 to 3.6.1
{ | ||
"type": "object", | ||
"properties": { | ||
"dappAddress": { | ||
"dApp": { | ||
"type": "string" | ||
@@ -84,3 +84,3 @@ }, | ||
"required": [ | ||
"dappAddress" | ||
"dApp" | ||
], | ||
@@ -87,0 +87,0 @@ "definitions": { |
@@ -7,3 +7,3 @@ { | ||
}, | ||
"dappAddress": { | ||
"dApp": { | ||
"type": "string" | ||
@@ -55,3 +55,3 @@ }, | ||
"chainId", | ||
"dappAddress", | ||
"dApp", | ||
"fee", | ||
@@ -58,0 +58,0 @@ "proofs", |
@@ -978,3 +978,3 @@ { | ||
}, | ||
"dappAddress": { | ||
"dApp": { | ||
"type": "string" | ||
@@ -1026,3 +1026,3 @@ }, | ||
"chainId", | ||
"dappAddress", | ||
"dApp", | ||
"fee", | ||
@@ -1029,0 +1029,0 @@ "proofs", |
@@ -238,3 +238,3 @@ import { TypelessDataEntry } from './transactions/data'; | ||
type: TRANSACTION_TYPE.INVOKE_SCRIPT; | ||
dappAddress: string; | ||
dApp: string; | ||
feeAssetId?: string | null; | ||
@@ -447,3 +447,3 @@ call?: IInvokeScriptCall; | ||
export interface IInvokeScriptParams<LONG = string | number> extends IBasicParams<LONG>, WithChainIdParam { | ||
dappAddress: string; | ||
dApp: string; | ||
feeAssetId?: string | null; | ||
@@ -450,0 +450,0 @@ call?: { |
@@ -16,3 +16,3 @@ "use strict"; | ||
senderPublicKey, | ||
dappAddress: paramsOrTx.dappAddress, | ||
dApp: paramsOrTx.dApp, | ||
call: paramsOrTx.call, | ||
@@ -19,0 +19,0 @@ payment: paramsOrTx.payment || [], |
{ | ||
"name": "@waves/waves-transactions", | ||
"version": "3.6.0", | ||
"version": "3.6.1", | ||
"description": "Build and sign(multi-sign) transactions for Waves blockchain.", | ||
@@ -68,3 +68,3 @@ "keywords": [ | ||
"dependencies": { | ||
"@waves/marshall": "^0.7.1", | ||
"@waves/marshall": "^0.7.2", | ||
"@waves/waves-crypto": "^2.0.4", | ||
@@ -71,0 +71,0 @@ "ajv": "^6.5.5", |
{ | ||
"type": "object", | ||
"properties": { | ||
"dappAddress": { | ||
"dApp": { | ||
"type": "string" | ||
@@ -84,3 +84,3 @@ }, | ||
"required": [ | ||
"dappAddress" | ||
"dApp" | ||
], | ||
@@ -87,0 +87,0 @@ "definitions": { |
@@ -7,3 +7,3 @@ { | ||
}, | ||
"dappAddress": { | ||
"dApp": { | ||
"type": "string" | ||
@@ -55,3 +55,3 @@ }, | ||
"chainId", | ||
"dappAddress", | ||
"dApp", | ||
"fee", | ||
@@ -58,0 +58,0 @@ "proofs", |
@@ -978,3 +978,3 @@ { | ||
}, | ||
"dappAddress": { | ||
"dApp": { | ||
"type": "string" | ||
@@ -1026,3 +1026,3 @@ }, | ||
"chainId", | ||
"dappAddress", | ||
"dApp", | ||
"fee", | ||
@@ -1029,0 +1029,0 @@ "proofs", |
@@ -279,3 +279,3 @@ import { TypelessDataEntry } from './transactions/data' | ||
type: TRANSACTION_TYPE.INVOKE_SCRIPT | ||
dappAddress: string | ||
dApp: string | ||
feeAssetId?: string | null | ||
@@ -522,3 +522,3 @@ call?: IInvokeScriptCall, | ||
export interface IInvokeScriptParams<LONG = string | number> extends IBasicParams<LONG>, WithChainIdParam { | ||
dappAddress: string | ||
dApp: string | ||
feeAssetId?: string | null | ||
@@ -525,0 +525,0 @@ call?: { |
@@ -27,3 +27,3 @@ import { | ||
senderPublicKey, | ||
dappAddress: paramsOrTx.dappAddress, | ||
dApp: paramsOrTx.dApp, | ||
call: paramsOrTx.call, | ||
@@ -30,0 +30,0 @@ payment: paramsOrTx.payment || [], |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
1023755
Updated@waves/marshall@^0.7.2