feat(types): define new account_flags field (#2352)

The `account_flags` field was added to the `account_info` response for `rippled@1.11.0`
This commit is contained in:
Caleb Kniffen
2023-06-27 15:14:48 -05:00
committed by GitHub
parent b152ebc4ce
commit 97552cc1a5
3 changed files with 68 additions and 1 deletions

View File

@@ -6,7 +6,11 @@ import {
AccountCurrenciesRequest,
AccountCurrenciesResponse,
} from './accountCurrencies'
import { AccountInfoRequest, AccountInfoResponse } from './accountInfo'
import {
AccountInfoAccountFlags,
AccountInfoRequest,
AccountInfoResponse,
} from './accountInfo'
import { AccountLinesRequest, AccountLinesResponse } from './accountLines'
import { AccountNFTsRequest, AccountNFTsResponse } from './accountNFTs'
import { AccountObjectsRequest, AccountObjectsResponse } from './accountObjects'
@@ -184,6 +188,7 @@ export {
AccountChannelsResponse,
AccountCurrenciesRequest,
AccountCurrenciesResponse,
AccountInfoAccountFlags,
AccountInfoRequest,
AccountInfoResponse,
AccountLinesRequest,