Update ledger_entries.ts

This commit is contained in:
FKSRipple
2020-01-07 11:44:14 -08:00
committed by GitHub
parent 7f288d0555
commit f59419d96f

View File

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