diff --git a/include/xrpl/protocol_autogen/ledger_entries/MPToken.h b/include/xrpl/protocol_autogen/ledger_entries/MPToken.h index 784ca835f0..03db1cd6e9 100644 --- a/include/xrpl/protocol_autogen/ledger_entries/MPToken.h +++ b/include/xrpl/protocol_autogen/ledger_entries/MPToken.h @@ -149,7 +149,7 @@ public: } /** - * @brief Get sfConfidentialBalanceInbox (soeOPTIONAL) + * @brief Get sfConfidentialBalanceInbox (SoeOptional) * @return The field value, or std::nullopt if not present. */ [[nodiscard]] @@ -173,7 +173,7 @@ public: } /** - * @brief Get sfConfidentialBalanceSpending (soeOPTIONAL) + * @brief Get sfConfidentialBalanceSpending (SoeOptional) * @return The field value, or std::nullopt if not present. */ [[nodiscard]] @@ -197,7 +197,7 @@ public: } /** - * @brief Get sfConfidentialBalanceVersion (soeDEFAULT) + * @brief Get sfConfidentialBalanceVersion (SoeDefault) * @return The field value, or std::nullopt if not present. */ [[nodiscard]] @@ -221,7 +221,7 @@ public: } /** - * @brief Get sfIssuerEncryptedBalance (soeOPTIONAL) + * @brief Get sfIssuerEncryptedBalance (SoeOptional) * @return The field value, or std::nullopt if not present. */ [[nodiscard]] @@ -245,7 +245,7 @@ public: } /** - * @brief Get sfAuditorEncryptedBalance (soeOPTIONAL) + * @brief Get sfAuditorEncryptedBalance (SoeOptional) * @return The field value, or std::nullopt if not present. */ [[nodiscard]] @@ -269,7 +269,7 @@ public: } /** - * @brief Get sfHolderEncryptionKey (soeOPTIONAL) + * @brief Get sfHolderEncryptionKey (SoeOptional) * @return The field value, or std::nullopt if not present. */ [[nodiscard]] @@ -415,7 +415,7 @@ public: } /** - * @brief Set sfConfidentialBalanceInbox (soeOPTIONAL) + * @brief Set sfConfidentialBalanceInbox (SoeOptional) * @return Reference to this builder for method chaining. */ MPTokenBuilder& @@ -426,7 +426,7 @@ public: } /** - * @brief Set sfConfidentialBalanceSpending (soeOPTIONAL) + * @brief Set sfConfidentialBalanceSpending (SoeOptional) * @return Reference to this builder for method chaining. */ MPTokenBuilder& @@ -437,7 +437,7 @@ public: } /** - * @brief Set sfConfidentialBalanceVersion (soeDEFAULT) + * @brief Set sfConfidentialBalanceVersion (SoeDefault) * @return Reference to this builder for method chaining. */ MPTokenBuilder& @@ -448,7 +448,7 @@ public: } /** - * @brief Set sfIssuerEncryptedBalance (soeOPTIONAL) + * @brief Set sfIssuerEncryptedBalance (SoeOptional) * @return Reference to this builder for method chaining. */ MPTokenBuilder& @@ -459,7 +459,7 @@ public: } /** - * @brief Set sfAuditorEncryptedBalance (soeOPTIONAL) + * @brief Set sfAuditorEncryptedBalance (SoeOptional) * @return Reference to this builder for method chaining. */ MPTokenBuilder& @@ -470,7 +470,7 @@ public: } /** - * @brief Set sfHolderEncryptionKey (soeOPTIONAL) + * @brief Set sfHolderEncryptionKey (SoeOptional) * @return Reference to this builder for method chaining. */ MPTokenBuilder& diff --git a/include/xrpl/protocol_autogen/ledger_entries/MPTokenIssuance.h b/include/xrpl/protocol_autogen/ledger_entries/MPTokenIssuance.h index ccbdcdffaf..5b26d13a83 100644 --- a/include/xrpl/protocol_autogen/ledger_entries/MPTokenIssuance.h +++ b/include/xrpl/protocol_autogen/ledger_entries/MPTokenIssuance.h @@ -280,7 +280,7 @@ public: } /** - * @brief Get sfIssuerEncryptionKey (soeOPTIONAL) + * @brief Get sfIssuerEncryptionKey (SoeOptional) * @return The field value, or std::nullopt if not present. */ [[nodiscard]] @@ -304,7 +304,7 @@ public: } /** - * @brief Get sfAuditorEncryptionKey (soeOPTIONAL) + * @brief Get sfAuditorEncryptionKey (SoeOptional) * @return The field value, or std::nullopt if not present. */ [[nodiscard]] @@ -328,7 +328,7 @@ public: } /** - * @brief Get sfConfidentialOutstandingAmount (soeDEFAULT) + * @brief Get sfConfidentialOutstandingAmount (SoeDefault) * @return The field value, or std::nullopt if not present. */ [[nodiscard]] @@ -542,7 +542,7 @@ public: } /** - * @brief Set sfIssuerEncryptionKey (soeOPTIONAL) + * @brief Set sfIssuerEncryptionKey (SoeOptional) * @return Reference to this builder for method chaining. */ MPTokenIssuanceBuilder& @@ -553,7 +553,7 @@ public: } /** - * @brief Set sfAuditorEncryptionKey (soeOPTIONAL) + * @brief Set sfAuditorEncryptionKey (SoeOptional) * @return Reference to this builder for method chaining. */ MPTokenIssuanceBuilder& @@ -564,7 +564,7 @@ public: } /** - * @brief Set sfConfidentialOutstandingAmount (soeDEFAULT) + * @brief Set sfConfidentialOutstandingAmount (SoeDefault) * @return Reference to this builder for method chaining. */ MPTokenIssuanceBuilder& diff --git a/include/xrpl/protocol_autogen/transactions/ConfidentialMPTClawback.h b/include/xrpl/protocol_autogen/transactions/ConfidentialMPTClawback.h index 544a2cf75c..2b16590649 100644 --- a/include/xrpl/protocol_autogen/transactions/ConfidentialMPTClawback.h +++ b/include/xrpl/protocol_autogen/transactions/ConfidentialMPTClawback.h @@ -19,9 +19,9 @@ class ConfidentialMPTClawbackBuilder; * @brief Transaction: ConfidentialMPTClawback * * Type: ttCONFIDENTIAL_MPT_CLAWBACK (89) - * Delegable: Delegation::delegable + * Delegable: Delegation::Delegable * Amendment: featureConfidentialTransfer - * Privileges: noPriv + * Privileges: NoPriv * * Immutable wrapper around STTx providing type-safe field access. * Use ConfidentialMPTClawbackBuilder to construct new transactions. @@ -48,7 +48,7 @@ public: // Transaction-specific field getters /** - * @brief Get sfMPTokenIssuanceID (soeREQUIRED) + * @brief Get sfMPTokenIssuanceID (SoeRequired) * @return The field value. */ [[nodiscard]] @@ -59,7 +59,7 @@ public: } /** - * @brief Get sfHolder (soeREQUIRED) + * @brief Get sfHolder (SoeRequired) * @return The field value. */ [[nodiscard]] @@ -70,7 +70,7 @@ public: } /** - * @brief Get sfMPTAmount (soeREQUIRED) + * @brief Get sfMPTAmount (SoeRequired) * @return The field value. */ [[nodiscard]] @@ -81,7 +81,7 @@ public: } /** - * @brief Get sfZKProof (soeREQUIRED) + * @brief Get sfZKProof (SoeRequired) * @return The field value. */ [[nodiscard]] @@ -96,7 +96,7 @@ public: * @brief Builder for ConfidentialMPTClawback transactions. * * Provides a fluent interface for constructing transactions with method chaining. - * Uses Json::Value internally for flexible transaction construction. + * Uses STObject internally for flexible transaction construction. * Inherits common field setters from TransactionBuilderBase. */ class ConfidentialMPTClawbackBuilder : public TransactionBuilderBase @@ -141,7 +141,7 @@ public: /** @brief Transaction-specific field setters */ /** - * @brief Set sfMPTokenIssuanceID (soeREQUIRED) + * @brief Set sfMPTokenIssuanceID (SoeRequired) * @return Reference to this builder for method chaining. */ ConfidentialMPTClawbackBuilder& @@ -152,7 +152,7 @@ public: } /** - * @brief Set sfHolder (soeREQUIRED) + * @brief Set sfHolder (SoeRequired) * @return Reference to this builder for method chaining. */ ConfidentialMPTClawbackBuilder& @@ -163,7 +163,7 @@ public: } /** - * @brief Set sfMPTAmount (soeREQUIRED) + * @brief Set sfMPTAmount (SoeRequired) * @return Reference to this builder for method chaining. */ ConfidentialMPTClawbackBuilder& @@ -174,7 +174,7 @@ public: } /** - * @brief Set sfZKProof (soeREQUIRED) + * @brief Set sfZKProof (SoeRequired) * @return Reference to this builder for method chaining. */ ConfidentialMPTClawbackBuilder& diff --git a/include/xrpl/protocol_autogen/transactions/ConfidentialMPTConvert.h b/include/xrpl/protocol_autogen/transactions/ConfidentialMPTConvert.h index 38491d405c..f7a4cb601a 100644 --- a/include/xrpl/protocol_autogen/transactions/ConfidentialMPTConvert.h +++ b/include/xrpl/protocol_autogen/transactions/ConfidentialMPTConvert.h @@ -19,9 +19,9 @@ class ConfidentialMPTConvertBuilder; * @brief Transaction: ConfidentialMPTConvert * * Type: ttCONFIDENTIAL_MPT_CONVERT (85) - * Delegable: Delegation::delegable + * Delegable: Delegation::Delegable * Amendment: featureConfidentialTransfer - * Privileges: noPriv + * Privileges: NoPriv * * Immutable wrapper around STTx providing type-safe field access. * Use ConfidentialMPTConvertBuilder to construct new transactions. @@ -48,7 +48,7 @@ public: // Transaction-specific field getters /** - * @brief Get sfMPTokenIssuanceID (soeREQUIRED) + * @brief Get sfMPTokenIssuanceID (SoeRequired) * @return The field value. */ [[nodiscard]] @@ -59,7 +59,7 @@ public: } /** - * @brief Get sfMPTAmount (soeREQUIRED) + * @brief Get sfMPTAmount (SoeRequired) * @return The field value. */ [[nodiscard]] @@ -70,7 +70,7 @@ public: } /** - * @brief Get sfHolderEncryptionKey (soeOPTIONAL) + * @brief Get sfHolderEncryptionKey (SoeOptional) * @return The field value, or std::nullopt if not present. */ [[nodiscard]] @@ -96,7 +96,7 @@ public: } /** - * @brief Get sfHolderEncryptedAmount (soeREQUIRED) + * @brief Get sfHolderEncryptedAmount (SoeRequired) * @return The field value. */ [[nodiscard]] @@ -107,7 +107,7 @@ public: } /** - * @brief Get sfIssuerEncryptedAmount (soeREQUIRED) + * @brief Get sfIssuerEncryptedAmount (SoeRequired) * @return The field value. */ [[nodiscard]] @@ -118,7 +118,7 @@ public: } /** - * @brief Get sfAuditorEncryptedAmount (soeOPTIONAL) + * @brief Get sfAuditorEncryptedAmount (SoeOptional) * @return The field value, or std::nullopt if not present. */ [[nodiscard]] @@ -144,7 +144,7 @@ public: } /** - * @brief Get sfBlindingFactor (soeREQUIRED) + * @brief Get sfBlindingFactor (SoeRequired) * @return The field value. */ [[nodiscard]] @@ -155,7 +155,7 @@ public: } /** - * @brief Get sfZKProof (soeOPTIONAL) + * @brief Get sfZKProof (SoeOptional) * @return The field value, or std::nullopt if not present. */ [[nodiscard]] @@ -185,7 +185,7 @@ public: * @brief Builder for ConfidentialMPTConvert transactions. * * Provides a fluent interface for constructing transactions with method chaining. - * Uses Json::Value internally for flexible transaction construction. + * Uses STObject internally for flexible transaction construction. * Inherits common field setters from TransactionBuilderBase. */ class ConfidentialMPTConvertBuilder : public TransactionBuilderBase @@ -232,7 +232,7 @@ public: /** @brief Transaction-specific field setters */ /** - * @brief Set sfMPTokenIssuanceID (soeREQUIRED) + * @brief Set sfMPTokenIssuanceID (SoeRequired) * @return Reference to this builder for method chaining. */ ConfidentialMPTConvertBuilder& @@ -243,7 +243,7 @@ public: } /** - * @brief Set sfMPTAmount (soeREQUIRED) + * @brief Set sfMPTAmount (SoeRequired) * @return Reference to this builder for method chaining. */ ConfidentialMPTConvertBuilder& @@ -254,7 +254,7 @@ public: } /** - * @brief Set sfHolderEncryptionKey (soeOPTIONAL) + * @brief Set sfHolderEncryptionKey (SoeOptional) * @return Reference to this builder for method chaining. */ ConfidentialMPTConvertBuilder& @@ -265,7 +265,7 @@ public: } /** - * @brief Set sfHolderEncryptedAmount (soeREQUIRED) + * @brief Set sfHolderEncryptedAmount (SoeRequired) * @return Reference to this builder for method chaining. */ ConfidentialMPTConvertBuilder& @@ -276,7 +276,7 @@ public: } /** - * @brief Set sfIssuerEncryptedAmount (soeREQUIRED) + * @brief Set sfIssuerEncryptedAmount (SoeRequired) * @return Reference to this builder for method chaining. */ ConfidentialMPTConvertBuilder& @@ -287,7 +287,7 @@ public: } /** - * @brief Set sfAuditorEncryptedAmount (soeOPTIONAL) + * @brief Set sfAuditorEncryptedAmount (SoeOptional) * @return Reference to this builder for method chaining. */ ConfidentialMPTConvertBuilder& @@ -298,7 +298,7 @@ public: } /** - * @brief Set sfBlindingFactor (soeREQUIRED) + * @brief Set sfBlindingFactor (SoeRequired) * @return Reference to this builder for method chaining. */ ConfidentialMPTConvertBuilder& @@ -309,7 +309,7 @@ public: } /** - * @brief Set sfZKProof (soeOPTIONAL) + * @brief Set sfZKProof (SoeOptional) * @return Reference to this builder for method chaining. */ ConfidentialMPTConvertBuilder& diff --git a/include/xrpl/protocol_autogen/transactions/ConfidentialMPTConvertBack.h b/include/xrpl/protocol_autogen/transactions/ConfidentialMPTConvertBack.h index a1a89a74dc..68bf326645 100644 --- a/include/xrpl/protocol_autogen/transactions/ConfidentialMPTConvertBack.h +++ b/include/xrpl/protocol_autogen/transactions/ConfidentialMPTConvertBack.h @@ -19,9 +19,9 @@ class ConfidentialMPTConvertBackBuilder; * @brief Transaction: ConfidentialMPTConvertBack * * Type: ttCONFIDENTIAL_MPT_CONVERT_BACK (87) - * Delegable: Delegation::delegable + * Delegable: Delegation::Delegable * Amendment: featureConfidentialTransfer - * Privileges: noPriv + * Privileges: NoPriv * * Immutable wrapper around STTx providing type-safe field access. * Use ConfidentialMPTConvertBackBuilder to construct new transactions. @@ -48,7 +48,7 @@ public: // Transaction-specific field getters /** - * @brief Get sfMPTokenIssuanceID (soeREQUIRED) + * @brief Get sfMPTokenIssuanceID (SoeRequired) * @return The field value. */ [[nodiscard]] @@ -59,7 +59,7 @@ public: } /** - * @brief Get sfMPTAmount (soeREQUIRED) + * @brief Get sfMPTAmount (SoeRequired) * @return The field value. */ [[nodiscard]] @@ -70,7 +70,7 @@ public: } /** - * @brief Get sfHolderEncryptedAmount (soeREQUIRED) + * @brief Get sfHolderEncryptedAmount (SoeRequired) * @return The field value. */ [[nodiscard]] @@ -81,7 +81,7 @@ public: } /** - * @brief Get sfIssuerEncryptedAmount (soeREQUIRED) + * @brief Get sfIssuerEncryptedAmount (SoeRequired) * @return The field value. */ [[nodiscard]] @@ -92,7 +92,7 @@ public: } /** - * @brief Get sfAuditorEncryptedAmount (soeOPTIONAL) + * @brief Get sfAuditorEncryptedAmount (SoeOptional) * @return The field value, or std::nullopt if not present. */ [[nodiscard]] @@ -118,7 +118,7 @@ public: } /** - * @brief Get sfBlindingFactor (soeREQUIRED) + * @brief Get sfBlindingFactor (SoeRequired) * @return The field value. */ [[nodiscard]] @@ -129,7 +129,7 @@ public: } /** - * @brief Get sfZKProof (soeREQUIRED) + * @brief Get sfZKProof (SoeRequired) * @return The field value. */ [[nodiscard]] @@ -140,7 +140,7 @@ public: } /** - * @brief Get sfBalanceCommitment (soeREQUIRED) + * @brief Get sfBalanceCommitment (SoeRequired) * @return The field value. */ [[nodiscard]] @@ -155,7 +155,7 @@ public: * @brief Builder for ConfidentialMPTConvertBack transactions. * * Provides a fluent interface for constructing transactions with method chaining. - * Uses Json::Value internally for flexible transaction construction. + * Uses STObject internally for flexible transaction construction. * Inherits common field setters from TransactionBuilderBase. */ class ConfidentialMPTConvertBackBuilder : public TransactionBuilderBase @@ -206,7 +206,7 @@ public: /** @brief Transaction-specific field setters */ /** - * @brief Set sfMPTokenIssuanceID (soeREQUIRED) + * @brief Set sfMPTokenIssuanceID (SoeRequired) * @return Reference to this builder for method chaining. */ ConfidentialMPTConvertBackBuilder& @@ -217,7 +217,7 @@ public: } /** - * @brief Set sfMPTAmount (soeREQUIRED) + * @brief Set sfMPTAmount (SoeRequired) * @return Reference to this builder for method chaining. */ ConfidentialMPTConvertBackBuilder& @@ -228,7 +228,7 @@ public: } /** - * @brief Set sfHolderEncryptedAmount (soeREQUIRED) + * @brief Set sfHolderEncryptedAmount (SoeRequired) * @return Reference to this builder for method chaining. */ ConfidentialMPTConvertBackBuilder& @@ -239,7 +239,7 @@ public: } /** - * @brief Set sfIssuerEncryptedAmount (soeREQUIRED) + * @brief Set sfIssuerEncryptedAmount (SoeRequired) * @return Reference to this builder for method chaining. */ ConfidentialMPTConvertBackBuilder& @@ -250,7 +250,7 @@ public: } /** - * @brief Set sfAuditorEncryptedAmount (soeOPTIONAL) + * @brief Set sfAuditorEncryptedAmount (SoeOptional) * @return Reference to this builder for method chaining. */ ConfidentialMPTConvertBackBuilder& @@ -261,7 +261,7 @@ public: } /** - * @brief Set sfBlindingFactor (soeREQUIRED) + * @brief Set sfBlindingFactor (SoeRequired) * @return Reference to this builder for method chaining. */ ConfidentialMPTConvertBackBuilder& @@ -272,7 +272,7 @@ public: } /** - * @brief Set sfZKProof (soeREQUIRED) + * @brief Set sfZKProof (SoeRequired) * @return Reference to this builder for method chaining. */ ConfidentialMPTConvertBackBuilder& @@ -283,7 +283,7 @@ public: } /** - * @brief Set sfBalanceCommitment (soeREQUIRED) + * @brief Set sfBalanceCommitment (SoeRequired) * @return Reference to this builder for method chaining. */ ConfidentialMPTConvertBackBuilder& diff --git a/include/xrpl/protocol_autogen/transactions/ConfidentialMPTMergeInbox.h b/include/xrpl/protocol_autogen/transactions/ConfidentialMPTMergeInbox.h index c7a9e78d7a..bb932080d8 100644 --- a/include/xrpl/protocol_autogen/transactions/ConfidentialMPTMergeInbox.h +++ b/include/xrpl/protocol_autogen/transactions/ConfidentialMPTMergeInbox.h @@ -19,9 +19,9 @@ class ConfidentialMPTMergeInboxBuilder; * @brief Transaction: ConfidentialMPTMergeInbox * * Type: ttCONFIDENTIAL_MPT_MERGE_INBOX (86) - * Delegable: Delegation::delegable + * Delegable: Delegation::Delegable * Amendment: featureConfidentialTransfer - * Privileges: noPriv + * Privileges: NoPriv * * Immutable wrapper around STTx providing type-safe field access. * Use ConfidentialMPTMergeInboxBuilder to construct new transactions. @@ -48,7 +48,7 @@ public: // Transaction-specific field getters /** - * @brief Get sfMPTokenIssuanceID (soeREQUIRED) + * @brief Get sfMPTokenIssuanceID (SoeRequired) * @return The field value. */ [[nodiscard]] @@ -63,7 +63,7 @@ public: * @brief Builder for ConfidentialMPTMergeInbox transactions. * * Provides a fluent interface for constructing transactions with method chaining. - * Uses Json::Value internally for flexible transaction construction. + * Uses STObject internally for flexible transaction construction. * Inherits common field setters from TransactionBuilderBase. */ class ConfidentialMPTMergeInboxBuilder : public TransactionBuilderBase @@ -102,7 +102,7 @@ public: /** @brief Transaction-specific field setters */ /** - * @brief Set sfMPTokenIssuanceID (soeREQUIRED) + * @brief Set sfMPTokenIssuanceID (SoeRequired) * @return Reference to this builder for method chaining. */ ConfidentialMPTMergeInboxBuilder& diff --git a/include/xrpl/protocol_autogen/transactions/ConfidentialMPTSend.h b/include/xrpl/protocol_autogen/transactions/ConfidentialMPTSend.h index f20011811e..2d8a77d56f 100644 --- a/include/xrpl/protocol_autogen/transactions/ConfidentialMPTSend.h +++ b/include/xrpl/protocol_autogen/transactions/ConfidentialMPTSend.h @@ -19,9 +19,9 @@ class ConfidentialMPTSendBuilder; * @brief Transaction: ConfidentialMPTSend * * Type: ttCONFIDENTIAL_MPT_SEND (88) - * Delegable: Delegation::delegable + * Delegable: Delegation::Delegable * Amendment: featureConfidentialTransfer - * Privileges: noPriv + * Privileges: NoPriv * * Immutable wrapper around STTx providing type-safe field access. * Use ConfidentialMPTSendBuilder to construct new transactions. @@ -48,7 +48,7 @@ public: // Transaction-specific field getters /** - * @brief Get sfMPTokenIssuanceID (soeREQUIRED) + * @brief Get sfMPTokenIssuanceID (SoeRequired) * @return The field value. */ [[nodiscard]] @@ -59,7 +59,7 @@ public: } /** - * @brief Get sfDestination (soeREQUIRED) + * @brief Get sfDestination (SoeRequired) * @return The field value. */ [[nodiscard]] @@ -70,7 +70,7 @@ public: } /** - * @brief Get sfDestinationTag (soeOPTIONAL) + * @brief Get sfDestinationTag (SoeOptional) * @return The field value, or std::nullopt if not present. */ [[nodiscard]] @@ -96,7 +96,7 @@ public: } /** - * @brief Get sfSenderEncryptedAmount (soeREQUIRED) + * @brief Get sfSenderEncryptedAmount (SoeRequired) * @return The field value. */ [[nodiscard]] @@ -107,7 +107,7 @@ public: } /** - * @brief Get sfDestinationEncryptedAmount (soeREQUIRED) + * @brief Get sfDestinationEncryptedAmount (SoeRequired) * @return The field value. */ [[nodiscard]] @@ -118,7 +118,7 @@ public: } /** - * @brief Get sfIssuerEncryptedAmount (soeREQUIRED) + * @brief Get sfIssuerEncryptedAmount (SoeRequired) * @return The field value. */ [[nodiscard]] @@ -129,7 +129,7 @@ public: } /** - * @brief Get sfAuditorEncryptedAmount (soeOPTIONAL) + * @brief Get sfAuditorEncryptedAmount (SoeOptional) * @return The field value, or std::nullopt if not present. */ [[nodiscard]] @@ -155,7 +155,7 @@ public: } /** - * @brief Get sfZKProof (soeREQUIRED) + * @brief Get sfZKProof (SoeRequired) * @return The field value. */ [[nodiscard]] @@ -166,7 +166,7 @@ public: } /** - * @brief Get sfAmountCommitment (soeREQUIRED) + * @brief Get sfAmountCommitment (SoeRequired) * @return The field value. */ [[nodiscard]] @@ -177,7 +177,7 @@ public: } /** - * @brief Get sfBalanceCommitment (soeREQUIRED) + * @brief Get sfBalanceCommitment (SoeRequired) * @return The field value. */ [[nodiscard]] @@ -188,7 +188,7 @@ public: } /** - * @brief Get sfCredentialIDs (soeOPTIONAL) + * @brief Get sfCredentialIDs (SoeOptional) * @return The field value, or std::nullopt if not present. */ [[nodiscard]] @@ -218,7 +218,7 @@ public: * @brief Builder for ConfidentialMPTSend transactions. * * Provides a fluent interface for constructing transactions with method chaining. - * Uses Json::Value internally for flexible transaction construction. + * Uses STObject internally for flexible transaction construction. * Inherits common field setters from TransactionBuilderBase. */ class ConfidentialMPTSendBuilder : public TransactionBuilderBase @@ -271,7 +271,7 @@ public: /** @brief Transaction-specific field setters */ /** - * @brief Set sfMPTokenIssuanceID (soeREQUIRED) + * @brief Set sfMPTokenIssuanceID (SoeRequired) * @return Reference to this builder for method chaining. */ ConfidentialMPTSendBuilder& @@ -282,7 +282,7 @@ public: } /** - * @brief Set sfDestination (soeREQUIRED) + * @brief Set sfDestination (SoeRequired) * @return Reference to this builder for method chaining. */ ConfidentialMPTSendBuilder& @@ -293,7 +293,7 @@ public: } /** - * @brief Set sfDestinationTag (soeOPTIONAL) + * @brief Set sfDestinationTag (SoeOptional) * @return Reference to this builder for method chaining. */ ConfidentialMPTSendBuilder& @@ -304,7 +304,7 @@ public: } /** - * @brief Set sfSenderEncryptedAmount (soeREQUIRED) + * @brief Set sfSenderEncryptedAmount (SoeRequired) * @return Reference to this builder for method chaining. */ ConfidentialMPTSendBuilder& @@ -315,7 +315,7 @@ public: } /** - * @brief Set sfDestinationEncryptedAmount (soeREQUIRED) + * @brief Set sfDestinationEncryptedAmount (SoeRequired) * @return Reference to this builder for method chaining. */ ConfidentialMPTSendBuilder& @@ -326,7 +326,7 @@ public: } /** - * @brief Set sfIssuerEncryptedAmount (soeREQUIRED) + * @brief Set sfIssuerEncryptedAmount (SoeRequired) * @return Reference to this builder for method chaining. */ ConfidentialMPTSendBuilder& @@ -337,7 +337,7 @@ public: } /** - * @brief Set sfAuditorEncryptedAmount (soeOPTIONAL) + * @brief Set sfAuditorEncryptedAmount (SoeOptional) * @return Reference to this builder for method chaining. */ ConfidentialMPTSendBuilder& @@ -348,7 +348,7 @@ public: } /** - * @brief Set sfZKProof (soeREQUIRED) + * @brief Set sfZKProof (SoeRequired) * @return Reference to this builder for method chaining. */ ConfidentialMPTSendBuilder& @@ -359,7 +359,7 @@ public: } /** - * @brief Set sfAmountCommitment (soeREQUIRED) + * @brief Set sfAmountCommitment (SoeRequired) * @return Reference to this builder for method chaining. */ ConfidentialMPTSendBuilder& @@ -370,7 +370,7 @@ public: } /** - * @brief Set sfBalanceCommitment (soeREQUIRED) + * @brief Set sfBalanceCommitment (SoeRequired) * @return Reference to this builder for method chaining. */ ConfidentialMPTSendBuilder& @@ -381,7 +381,7 @@ public: } /** - * @brief Set sfCredentialIDs (soeOPTIONAL) + * @brief Set sfCredentialIDs (SoeOptional) * @return Reference to this builder for method chaining. */ ConfidentialMPTSendBuilder& diff --git a/include/xrpl/protocol_autogen/transactions/MPTokenIssuanceSet.h b/include/xrpl/protocol_autogen/transactions/MPTokenIssuanceSet.h index d086aa3440..8099af1148 100644 --- a/include/xrpl/protocol_autogen/transactions/MPTokenIssuanceSet.h +++ b/include/xrpl/protocol_autogen/transactions/MPTokenIssuanceSet.h @@ -189,7 +189,7 @@ public: } /** - * @brief Get sfIssuerEncryptionKey (soeOPTIONAL) + * @brief Get sfIssuerEncryptionKey (SoeOptional) * @return The field value, or std::nullopt if not present. */ [[nodiscard]] @@ -215,7 +215,7 @@ public: } /** - * @brief Get sfAuditorEncryptionKey (soeOPTIONAL) + * @brief Get sfAuditorEncryptionKey (SoeOptional) * @return The field value, or std::nullopt if not present. */ [[nodiscard]] @@ -350,7 +350,7 @@ public: } /** - * @brief Set sfIssuerEncryptionKey (soeOPTIONAL) + * @brief Set sfIssuerEncryptionKey (SoeOptional) * @return Reference to this builder for method chaining. */ MPTokenIssuanceSetBuilder& @@ -361,7 +361,7 @@ public: } /** - * @brief Set sfAuditorEncryptionKey (soeOPTIONAL) + * @brief Set sfAuditorEncryptionKey (SoeOptional) * @return Reference to this builder for method chaining. */ MPTokenIssuanceSetBuilder&