diff --git a/src/transaction/types.ts b/src/transaction/types.ts index 5bc2042e..39121ba2 100644 --- a/src/transaction/types.ts +++ b/src/transaction/types.ts @@ -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