update account_objects

This commit is contained in:
Mayukha Vadari
2023-02-14 16:18:51 -05:00
parent a3aa1f8613
commit c52160c1c6

View File

@@ -1,5 +1,6 @@
import { AccountObjectType, LedgerIndex } from '../common'
import {
Bridge,
Check,
DepositPreauth,
Escrow,
@@ -8,6 +9,8 @@ import {
RippleState,
SignerList,
Ticket,
XChainOwnedClaimID,
XChainOwnedCreateAccountClaimID,
} from '../ledger'
import { BaseRequest, BaseResponse } from './baseMethod'
@@ -67,6 +70,8 @@ type AccountObject =
| SignerList
| Ticket
| RippleState
| XChainOwnedClaimID
| XChainOwnedCreateAccountClaimID
/**
* Response expected from an {@link AccountObjectsRequest}.