mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-12-06 17:27:59 +00:00
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:
@@ -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