This commit is contained in:
microwavedcola1 2023-10-19 13:54:33 +02:00
parent a47ef88064
commit 50f451d06d
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "@blockworks-foundation/mango-v4", "name": "@blockworks-foundation/mango-v4",
"version": "0.19.35", "version": "0.19.36",
"description": "Typescript Client for mango-v4 program.", "description": "Typescript Client for mango-v4 program.",
"repository": "https://github.com/blockworks-foundation/mango-v4", "repository": "https://github.com/blockworks-foundation/mango-v4",
"author": { "author": {

View File

@ -1097,7 +1097,7 @@ export interface OutEvent extends Event {
} }
export interface FillEvent extends Event { export interface FillEvent extends Event {
takerSide: PerpOrderType; takerSide: 0 | 1; // 0 = bid, 1 = ask
makerOut: boolean; makerOut: boolean;
makerSlot: number; makerSlot: number;
timestamp: BN; timestamp: BN;