mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-12-06 17:27:59 +00:00
Add deliveredAmount as optional field for type Outcome (#996)
This commit is contained in:
@@ -82,6 +82,11 @@ export type Outcome = {
|
||||
}[]
|
||||
},
|
||||
orderbookChanges: object,
|
||||
deliveredAmount?: {
|
||||
currency: string,
|
||||
counterparty?: string,
|
||||
value: string
|
||||
},
|
||||
timestamp?: string
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user