feat: Support Confidential Transfer Fields (#3152)

Add Confidential Transfer Fields to MPToken, MPToken Issuance, and
mpt_holders API
This commit is contained in:
Peter Chen
2026-07-23 15:31:15 -07:00
committed by GitHub
parent 55657fd1e9
commit 24ce768ba8
11 changed files with 412 additions and 7 deletions

View File

@@ -139,8 +139,9 @@ struct Amendments {
REGISTER(fixBatchInnerSigs);
REGISTER(fixCleanup3_1_3);
REGISTER(fixCleanup3_2_0);
// These amendments are added because of libxrpl 3.3.0, but they are not yet supported in Clio.
REGISTER(ConfidentialTransfer);
// These amendments are added because of libxrpl 3.3.0, but they are not yet supported in Clio.
REGISTER(LendingProtocolV1_1);
REGISTER(BatchV1_1);
REGISTER(Sponsor);