@0x/types
: Add OrderInfo
type.
This commit is contained in:
parent
898213bb85
commit
8670fbe2ae
@ -7,7 +7,7 @@
|
||||
"pr": 1761
|
||||
},
|
||||
{
|
||||
"note": "Add `FillResults`, `MatchedFillResults`, `BatchMatchedFillResults` types",
|
||||
"note": "Add `OrderInfo`, `FillResults`, `MatchedFillResults`, `BatchMatchedFillResults` types",
|
||||
"pr": "TODO"
|
||||
}
|
||||
]
|
||||
|
@ -831,3 +831,9 @@ export interface BatchMatchedFillResults {
|
||||
profitInLeftMakerAsset: BigNumber;
|
||||
profitInRightMakerAsset: BigNumber;
|
||||
}
|
||||
|
||||
export interface OrderInfo {
|
||||
orderStatus: number;
|
||||
orderHash: string;
|
||||
orderTakerAssetFilledAmount: BigNumber;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user