From c52160c1c658136cd9a4f36353d3ba1d433e2cfb Mon Sep 17 00:00:00 2001 From: Mayukha Vadari Date: Tue, 14 Feb 2023 16:18:51 -0500 Subject: [PATCH] update account_objects --- packages/xrpl/src/models/methods/accountObjects.ts | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/packages/xrpl/src/models/methods/accountObjects.ts b/packages/xrpl/src/models/methods/accountObjects.ts index 45550b53..cf69a320 100644 --- a/packages/xrpl/src/models/methods/accountObjects.ts +++ b/packages/xrpl/src/models/methods/accountObjects.ts @@ -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}.