fix autogen

This commit is contained in:
Shawn Xie
2026-05-04 14:53:46 -04:00
parent aa55d7e360
commit feb9782387
8 changed files with 101 additions and 101 deletions

View File

@@ -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&

View File

@@ -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&

View File

@@ -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<ConfidentialMPTClawbackBuilder>
@@ -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&

View File

@@ -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<ConfidentialMPTConvertBuilder>
@@ -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&

View File

@@ -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<ConfidentialMPTConvertBackBuilder>
@@ -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&

View File

@@ -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<ConfidentialMPTMergeInboxBuilder>
@@ -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&

View File

@@ -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<ConfidentialMPTSendBuilder>
@@ -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&

View File

@@ -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&