mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-12-05 08:48:14 +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
|
const AccountFlags = constants.AccountFlags
|
||||||
|
|
||||||
export type SettingsOptions = {
|
export type SettingsOptions = {
|
||||||
ledgerVersion?: number
|
ledgerVersion?: number | 'validated' | 'closed' | 'current'
|
||||||
}
|
}
|
||||||
|
|
||||||
export function parseAccountFlags(
|
export function parseAccountFlags(
|
||||||
|
|||||||
Reference in New Issue
Block a user