fix AccountObjectsResponse: Does not match the structure returned by the API.

This commit is contained in:
yuki akiyama
2019-12-23 13:21:26 +09:00
parent b4c6af29e4
commit 66db127245

View File

@@ -166,7 +166,7 @@ export interface SignerListLedgerEntry {
LedgerEntryType: 'SignerList'
OwnerNode: string
SignerQuorum: number
SignerEntries: SignerEntry[]
SignerEntries: { SignerEntry: SignerEntry }[]
SignerListID: number
PreviousTxnID: string
PreviousTxnLgrSeq: number