@waves/ts-types
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -18,3 +18,3 @@ import { DATA_FIELD_TYPE, ExchangeTransaction } from './index'; | ||
export declare type InvokeScriptPayment<LONG = Long> = { | ||
assetId: string; | ||
assetId: string | null; | ||
amount: LONG; | ||
@@ -52,4 +52,4 @@ }; | ||
assetPair: { | ||
amountAsset: string; | ||
priceAsset: string; | ||
amountAsset: string | null; | ||
priceAsset: string | null; | ||
}; | ||
@@ -63,2 +63,3 @@ orderType: ExchangeTransactionOrderType; | ||
senderPublicKey: string; | ||
matcherFeeAssetId: string | null; | ||
}; | ||
@@ -96,4 +97,6 @@ export declare type WithVersion<Target extends Record<string, any>, Version extends number> = Target & { | ||
export declare type DataTransactionDeleteRequest = { | ||
type: undefined; | ||
value: undefined; | ||
key: string; | ||
}; | ||
export {}; |
@@ -210,3 +210,3 @@ import { InvokeScriptCall, InvokeScriptPayment, MassTransferItem, DataTransactionEntry, ExchangeTransactionOrder, TRANSACTION_TYPE, TransactionType, Long, AssetDecimals, Base64Script, Base58Bytes, WithVersion, SignedIExchangeTransactionOrder } from '../src'; | ||
export declare type MassTransferTransactionV1<LONG> = WithVersion<MassTransferTransactionFields<LONG> & BaseTransaction<LONG, 11>, 1>; | ||
export declare type MassTransferTransactionV2<LONG> = WithVersion<MassTransferTransactionFields<LONG> & BaseTransaction<LONG, 11>, 1>; | ||
export declare type MassTransferTransactionV2<LONG> = WithVersion<MassTransferTransactionFields<LONG> & BaseTransaction<LONG, 11>, 2>; | ||
export declare type MassTransferTransactionMap<LONG = Long> = { | ||
@@ -213,0 +213,0 @@ 1: MassTransferTransactionV1<LONG>; |
{ | ||
"name": "@waves/ts-types", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"main": "dist/src/index.js", | ||
@@ -5,0 +5,0 @@ "types": "dist/src/index.d.ts", |
@@ -22,3 +22,3 @@ import { DATA_FIELD_TYPE, ExchangeTransaction } from './index'; | ||
export type InvokeScriptPayment<LONG = Long> = { | ||
assetId: string; | ||
assetId: string | null; | ||
amount: LONG; | ||
@@ -98,4 +98,4 @@ }; | ||
assetPair: { | ||
amountAsset: string; | ||
priceAsset: string; | ||
amountAsset: string | null; | ||
priceAsset: string | null; | ||
}; | ||
@@ -109,2 +109,3 @@ orderType: ExchangeTransactionOrderType; | ||
senderPublicKey: string; | ||
matcherFeeAssetId: string | null; | ||
}; | ||
@@ -176,3 +177,5 @@ | ||
export type DataTransactionDeleteRequest = { | ||
type: undefined; | ||
value: undefined; | ||
key: string; | ||
}; |
@@ -299,3 +299,3 @@ import { | ||
export type MassTransferTransactionV1<LONG> = WithVersion<MassTransferTransactionFields<LONG> & BaseTransaction<LONG, 11>, 1>; | ||
export type MassTransferTransactionV2<LONG> = WithVersion<MassTransferTransactionFields<LONG> & BaseTransaction<LONG, 11>, 1>; | ||
export type MassTransferTransactionV2<LONG> = WithVersion<MassTransferTransactionFields<LONG> & BaseTransaction<LONG, 11>, 2>; | ||
@@ -302,0 +302,0 @@ export type MassTransferTransactionMap<LONG = Long> = { |
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
58074
1387
1