Changed type of balanceChanges made to an account from an array of one change to an array of 1 change to and array of records with the type of a blanceChange

This commit is contained in:
Cory Perkins
2018-10-10 12:16:36 -05:00
parent 64745017e9
commit 8dfec20871

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