mirror of
https://github.com/Xahau/xahau.js.git
synced 2026-04-29 15:37:50 +00:00
Fix typos in ledger_entries.ts
This commit is contained in:
@@ -69,7 +69,7 @@ export interface OfferDirectoryNodeLedgerEntry
|
||||
TakerPaysIssuer: string,
|
||||
TakerGetsCurrency: string,
|
||||
TakerGetsIssuer: string,
|
||||
ExchangeRate?: number // DEPRECIATED
|
||||
ExchangeRate?: number // DEPRECATED
|
||||
}
|
||||
|
||||
export interface OwnerDirectoryNodeLedgerEntry
|
||||
@@ -107,7 +107,7 @@ export interface LedgerHashesLedgerEntry {
|
||||
LedgerEntryType: 'LedgerHashes',
|
||||
Hashes: string[],
|
||||
Flags: number,
|
||||
FirstLedgerSequence?: number, // DEPRECIATED
|
||||
FirstLedgerSequence?: number, // DEPRECATED
|
||||
LastLedgerSequence?: number
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user