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:
Elliot Lee
2018-10-24 20:34:03 -07:00
committed by GitHub

View File

@@ -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