Skip to content

Commit

Permalink
Add Close.success
Browse files Browse the repository at this point in the history
  • Loading branch information
diehuxx committed Mar 28, 2024
1 parent 6dea4d9 commit b7336bc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/protocol/src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -342,5 +342,6 @@ export type OrderStatusData = {
export type CloseData = {
/** an explanation of why the exchange is being closed */
reason?: string
/** indicates whether or not the exchange successfully completed */
success?: string
}

0 comments on commit b7336bc

Please sign in to comment.