Class ConfidentialMPTConvertResponse
Converts a public MPT balance into a confidential (encrypted) balance.
Inheritance
object
ConfidentialMPTConvertResponse
Assembly: Xrpl.dll
Syntax
public class ConfidentialMPTConvertResponse : TransactionResponse, ITransactionResponse, IBaseTransactionResponse, ITransactionCommon
Properties
|
Edit this page
View Source
AuditorEncryptedAmount
Declaration
[JsonPropertyName("AuditorEncryptedAmount")]
public string AuditorEncryptedAmount { get; set; }
Property Value
|
Edit this page
View Source
BlindingFactor
Declaration
[JsonPropertyName("BlindingFactor")]
public string BlindingFactor { get; set; }
Property Value
|
Edit this page
View Source
HolderEncryptedAmount
Declaration
[JsonPropertyName("HolderEncryptedAmount")]
public string HolderEncryptedAmount { get; set; }
Property Value
|
Edit this page
View Source
HolderEncryptionKey
Declaration
[JsonPropertyName("HolderEncryptionKey")]
public string HolderEncryptionKey { 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
MPTAmount
Declaration
[JsonPropertyName("MPTAmount")]
public string MPTAmount { 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
ZKProof
Declaration
[JsonPropertyName("ZKProof")]
public string ZKProof { get; set; }
Property Value
Implements