Skip to content

Commit

Permalink
[1879] add sellerIsMaker from inteface (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
Anton-rock authored Oct 23, 2024
1 parent 235adc6 commit 54615b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@compolabs/spark-orderbook-ts-sdk",
"version": "1.11.3",
"version": "1.11.4",
"type": "module",
"main": "./dist/index.сjs",
"module": "./dist/index.js",
Expand Down
1 change: 1 addition & 0 deletions src/interface.ts
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,7 @@ export interface TradeOrderEvent {
timestamp: string;
tradePrice: string;
tradeSize: string;
sellerIsMaker: boolean;
}

export type Volume = {
Expand Down

0 comments on commit 54615b0

Please sign in to comment.