Skip to content

Commit

Permalink
chore: update types
Browse files Browse the repository at this point in the history
  • Loading branch information
Fedor-Aftermath committed Dec 20, 2024
1 parent 62f302c commit 978f457
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/packages/limitOrders/limitOrdersTypes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,8 @@ export interface LimitOrderObject {
coin: CoinType;
amount: Balance;
};
actualTradedAmount: Balance;
actualAmountSold: Balance;
actualAmountBought: Balance;
recipient: SuiAddress;
created: {
time: Timestamp;
Expand Down

0 comments on commit 978f457

Please sign in to comment.