v0.19.36
This commit is contained in:
parent
a47ef88064
commit
50f451d06d
|
@ -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": {
|
||||||
|
|
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue