Class ConfidentialMPTSendResponse
Sends a confidential MPT amount to another holder's confidential inbox.
Inheritance
object
ConfidentialMPTSendResponse
Assembly: Xrpl.dll
Syntax
public class ConfidentialMPTSendResponse : TransactionResponse, ITransactionResponse, IBaseTransactionResponse, ITransactionCommon
Properties
|
Edit this page
View Source
AmountCommitment
Declaration
[JsonPropertyName("AmountCommitment")]
public string AmountCommitment { get; set; }
Property Value
|
Edit this page
View Source
AuditorEncryptedAmount
Declaration
[JsonPropertyName("AuditorEncryptedAmount")]
public string AuditorEncryptedAmount { get; set; }
Property Value
|
Edit this page
View Source
BalanceCommitment
Declaration
[JsonPropertyName("BalanceCommitment")]
public string BalanceCommitment { get; set; }
Property Value
|
Edit this page
View Source
CredentialIDs
Declaration
[JsonPropertyName("CredentialIDs")]
public List<string> CredentialIDs { get; set; }
Property Value
| Type |
Description |
| List<string> |
|
|
Edit this page
View Source
Destination
Declaration
[JsonPropertyName("Destination")]
public string Destination { get; set; }
Property Value
|
Edit this page
View Source
DestinationEncryptedAmount
Declaration
[JsonPropertyName("DestinationEncryptedAmount")]
public string DestinationEncryptedAmount { get; set; }
Property Value
|
Edit this page
View Source
DestinationTag
Declaration
[JsonPropertyName("DestinationTag")]
public uint? DestinationTag { get; set; }
Property Value
|
Edit this page
View Source
IssuerEncryptedAmount
Declaration
[JsonPropertyName("IssuerEncryptedAmount")]
public string IssuerEncryptedAmount { get; set; }
Property Value
|
Edit this page
View Source
MPTokenIssuanceID
Declaration
[JsonPropertyName("MPTokenIssuanceID")]
public string MPTokenIssuanceID { get; set; }
Property Value
|
Edit this page
View Source
SenderEncryptedAmount
Declaration
[JsonPropertyName("SenderEncryptedAmount")]
public string SenderEncryptedAmount { get; set; }
Property Value
|
Edit this page
View Source
ZKProof
Declaration
[JsonPropertyName("ZKProof")]
public string ZKProof { get; set; }
Property Value
Implements