@waves/ts-types
Advanced tools
Comparing version 0.0.1 to 0.0.2
{ | ||
"name": "@waves/ts-types", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"main": "dist/index.js", | ||
"types": "index.ts" | ||
} |
@@ -122,3 +122,3 @@ import { | ||
type: TRANSACTION_TYPE.EXCHANGE; | ||
senderPublicKey: string; | ||
sender: string; | ||
price: LONG; | ||
@@ -125,0 +125,0 @@ amount: LONG; |
@@ -62,3 +62,3 @@ export * from './sign'; | ||
export interface IExchangeTransactionOrder<LONG> extends IWithId, IWithSender, IWithProofs { | ||
senderPublicKey: string; | ||
sender: string; | ||
matcherPublicKey: string; | ||
@@ -65,0 +65,0 @@ assetPair: { |
16581