Class ConfidentialMPTConvertBackResponse
Converts a confidential (encrypted) MPT balance back into a public balance.
Inheritance
object
ConfidentialMPTConvertBackResponse
Assembly: Xrpl.dll
Syntax
public class ConfidentialMPTConvertBackResponse : 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
BalanceCommitment
Declaration
[JsonPropertyName("BalanceCommitment")]
public string BalanceCommitment { 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
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