mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-12-06 17:27:59 +00:00
Merge pull request #955 from jcperkins12/feature/balanceChanges-TypeCorrection
Type balanceChanges should be array of changes not array with one change
This commit is contained in:
@@ -66,11 +66,11 @@ export type Outcome = {
|
||||
indexInLedger: number,
|
||||
fee: string,
|
||||
balanceChanges: {
|
||||
[key: string]: [{
|
||||
[key: string]: {
|
||||
currency: string,
|
||||
counterparty?: string,
|
||||
value: string
|
||||
}]
|
||||
}[]
|
||||
},
|
||||
orderbookChanges: object,
|
||||
timestamp?: string
|
||||
|
||||
Reference in New Issue
Block a user