Skip to content

Commit

Permalink
add owner to open orders
Browse files Browse the repository at this point in the history
  • Loading branch information
poly-rodr committed May 22, 2024
1 parent b98b2a1 commit a70be44
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@ export interface OrderResponse {
export interface OpenOrder {
id: string;
status: string;
owner: string;
maker_address: string;
market: string;
asset_id: string;
Expand Down

0 comments on commit a70be44

Please sign in to comment.