From 7ef8b696f8e8dc43098aaf2ebc3a2bb68144f4eb Mon Sep 17 00:00:00 2001 From: Denis Angell Date: Sat, 5 Aug 2023 23:23:14 -0400 Subject: [PATCH] add `asfTshCollect` flag --- packages/xrpl/src/models/transactions/accountSet.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/xrpl/src/models/transactions/accountSet.ts b/packages/xrpl/src/models/transactions/accountSet.ts index 5d5dc04f..6e889754 100644 --- a/packages/xrpl/src/models/transactions/accountSet.ts +++ b/packages/xrpl/src/models/transactions/accountSet.ts @@ -48,6 +48,7 @@ export enum AccountSetAsfFlags { */ asfAuthorizedNFTokenMinter = 10, /** asf 11 is reserved for Hooks amendment */ + asfTshCollect = 11, /** Disallow other accounts from creating incoming NFTOffers */ asfDisallowIncomingNFTokenOffer = 12, /** Disallow other accounts from creating incoming Checks */