mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-11-29 00:25:48 +00:00
getSettings: allow ledgerVersion to be validated, closed, or current (#1298)
This commit is contained in:
@@ -9,7 +9,7 @@ import {Settings} from '../common/constants'
|
||||
const AccountFlags = constants.AccountFlags
|
||||
|
||||
export type SettingsOptions = {
|
||||
ledgerVersion?: number
|
||||
ledgerVersion?: number | 'validated' | 'closed' | 'current'
|
||||
}
|
||||
|
||||
export function parseAccountFlags(
|
||||
|
||||
Reference in New Issue
Block a user