Show / Hide Table of Contents

Class ConfidentialMPTConvertBack

Converts a confidential (encrypted) MPT balance back into a public balance.

Inheritance
object
TransactionRequest
ConfidentialMPTConvertBack
Implements
ITransactionRequest
IConfidentialMPTConvertBack
ITransactionCommon
Inherited Members
TransactionRequest.NetworkID
TransactionRequest.Account
TransactionRequest.AccountTxnID
TransactionRequest.Fee
TransactionRequest.Flags
TransactionRequest.LastLedgerSequence
TransactionRequest.Memos
TransactionRequest.Sequence
TransactionRequest.SigningPublicKey
TransactionRequest.Signers
TransactionRequest.TransactionType
TransactionRequest.TransactionSignature
TransactionRequest.ToJson()
TransactionRequest.ToDictionary()
TransactionRequest.SourceTag
TransactionRequest.TicketSequence
TransactionRequest.Sponsor
TransactionRequest.SponsorFlags
TransactionRequest.Delegate
TransactionRequest.OperationLimit
Namespace: Xrpl.Models.Transactions
Assembly: Xrpl.dll
Syntax
public class ConfidentialMPTConvertBack : TransactionRequest, ITransactionRequest, IConfidentialMPTConvertBack, ITransactionCommon
Remarks

Requires the ConfidentialTransfer amendment. This feature is in draft and subject to change.

Constructors

| Edit this page View Source

ConfidentialMPTConvertBack()

Declaration
public ConfidentialMPTConvertBack()

Properties

| Edit this page View Source

AuditorEncryptedAmount

(Optional) The converted amount encrypted under the auditor's key, hex-encoded.

Declaration
[JsonPropertyName("AuditorEncryptedAmount")]
public string AuditorEncryptedAmount { get; set; }
Property Value
Type Description
string
| Edit this page View Source

BalanceCommitment

A commitment to the confidential balance left after the conversion, hex-encoded.

Declaration
[JsonPropertyName("BalanceCommitment")]
public string BalanceCommitment { get; set; }
Property Value
Type Description
string
| Edit this page View Source

BlindingFactor

The blinding factor of the amount commitment, hex-encoded.

Declaration
[JsonPropertyName("BlindingFactor")]
public string BlindingFactor { get; set; }
Property Value
Type Description
string
| Edit this page View Source

HolderEncryptedAmount

The converted amount encrypted under the holder's key, hex-encoded.

Declaration
[JsonPropertyName("HolderEncryptedAmount")]
public string HolderEncryptedAmount { get; set; }
Property Value
Type Description
string
| Edit this page View Source

IssuerEncryptedAmount

The converted amount encrypted under the issuer's key, hex-encoded.

Declaration
[JsonPropertyName("IssuerEncryptedAmount")]
public string IssuerEncryptedAmount { get; set; }
Property Value
Type Description
string
| Edit this page View Source

MPTAmount

The public amount being converted back, as a decimal string.

Declaration
[JsonPropertyName("MPTAmount")]
public string MPTAmount { get; set; }
Property Value
Type Description
string
| Edit this page View Source

MPTokenIssuanceID

The ID of the MPT issuance whose balance is being converted back.

Declaration
[JsonPropertyName("MPTokenIssuanceID")]
public string MPTokenIssuanceID { get; set; }
Property Value
Type Description
string
| Edit this page View Source

ZKProof

The zero-knowledge proof over the encrypted amounts, hex-encoded.

Declaration
[JsonPropertyName("ZKProof")]
public string ZKProof { get; set; }
Property Value
Type Description
string

Implements

ITransactionRequest
IConfidentialMPTConvertBack
ITransactionCommon

Extension Methods

BatchUtils.ToBatchTx(ITransactionRequest)
Utilities.Encode(TransactionRequest)
Utilities.EncodeForMultiSigning(TransactionRequest, string)
Utilities.EncodeForSigning(TransactionRequest)
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX