@waves/ts-types
Advanced tools
Comparing version 1.1.0 to 1.2.0-beta.1
@@ -0,0 +0,0 @@ module.exports = { |
@@ -0,0 +0,0 @@ { |
@@ -0,0 +0,0 @@ { |
@@ -0,0 +0,0 @@ export * from '../transactions'; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -78,2 +78,3 @@ import { DATA_FIELD_TYPE, ExchangeTransaction } from './index'; | ||
senderPublicKey?: string; | ||
attachment?: string; | ||
}, 4>; | ||
@@ -80,0 +81,0 @@ export declare type ExchangeTransactionOrder<LONG = Long> = ExchangeTransactionOrderV1<LONG> | ExchangeTransactionOrderV2<LONG> | ExchangeTransactionOrderV3<LONG> | ExchangeTransactionOrderV4<LONG>; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
@@ -135,3 +135,3 @@ import { AssetDecimals, Base58Bytes, Base64Script, DataTransactionEntry, ExchangeTransactionOrder, InvokeScriptCall, InvokeScriptPayment, Long, MassTransferItem, SignedIExchangeTransactionOrder, TRANSACTION_TYPE, TransactionType, TStateChanges, WithApiMixin, WithApplicationStatus, WithId, WithVersion } from '../src'; | ||
type: 'invocation'; | ||
stateChanges: TStateChanges; | ||
stateChanges: TStateChanges | null; | ||
} & InvokeScriptTransactionFields) | { | ||
@@ -335,3 +335,3 @@ type: 'transfer'; | ||
export declare type InvokeScriptTransactionFromNode<LONG = Long> = SignedTransaction<InvokeScriptTransaction<LONG>> & WithId & WithApplicationStatus & WithApiMixin & { | ||
stateChanges: TStateChanges; | ||
stateChanges: TStateChanges | null; | ||
}; | ||
@@ -338,0 +338,0 @@ export declare type UpdateAssetInfoTransaction<LONG = Long> = UpdateAssetInfoTransactionV1<LONG>; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
var src_1 = require("../src"); |
export * from './src' |
{ | ||
"name": "@waves/ts-types", | ||
"version": "1.1.0", | ||
"version": "1.2.0-beta.1", | ||
"main": "dist/src/index.js", | ||
@@ -5,0 +5,0 @@ "types": "dist/src/index.d.ts", |
@@ -149,2 +149,3 @@ import { DATA_FIELD_TYPE, ExchangeTransaction } from './index'; | ||
senderPublicKey?: string; | ||
attachment?: string; | ||
}, | ||
@@ -151,0 +152,0 @@ 4 |
@@ -197,3 +197,3 @@ import { | ||
type: 'invocation'; | ||
stateChanges: TStateChanges; | ||
stateChanges: TStateChanges | null; | ||
} & InvokeScriptTransactionFields) | ||
@@ -721,3 +721,3 @@ | { | ||
WithApiMixin & { | ||
stateChanges: TStateChanges; | ||
stateChanges: TStateChanges | null; | ||
}; | ||
@@ -724,0 +724,0 @@ |
@@ -0,0 +0,0 @@ { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
74128
17
1935
2
1