Show / Hide Table of Contents

Class ConfidentialMPTConvertResponse

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

Inheritance
object
BaseTransactionResponse
TransactionResponse
ConfidentialMPTConvertResponse
Implements
ITransactionResponse
IBaseTransactionResponse
IConfidentialMPTConvert
ITransactionCommon
Inherited Members
TransactionResponse.NetworkID
TransactionResponse.Account
TransactionResponse.AccountTxnID
TransactionResponse.Fee
TransactionResponse.Flags
TransactionResponse.LastLedgerSequence
TransactionResponse.Memos
TransactionResponse.MemoValue
TransactionResponse.Sequence
TransactionResponse.SigningPublicKey
TransactionResponse.Signers
TransactionResponse.TransactionType
TransactionResponse.TransactionSignature
TransactionResponse.Meta
TransactionResponse.Sponsor
TransactionResponse.SponsorFlags
TransactionResponse.Delegate
TransactionResponse.OperationLimit
TransactionResponse.ToJson()
TransactionResponse.ToDictionary()
TransactionResponse.SourceTag
TransactionResponse.TicketSequence
BaseTransactionResponse.CloseTimeIso
BaseTransactionResponse.Ctid
BaseTransactionResponse.Date
BaseTransactionResponse.Hash
BaseTransactionResponse.InLedger
BaseTransactionResponse.LedgerIndex
BaseTransactionResponse.Validated
BaseTransactionResponse.UnknownFields
Namespace: Xrpl.Models.Transactions
Assembly: Xrpl.dll
Syntax
public class ConfidentialMPTConvertResponse : TransactionResponse, ITransactionResponse, IBaseTransactionResponse, IConfidentialMPTConvert, ITransactionCommon
Remarks

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

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

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

HolderEncryptionKey

(Optional) The holder's public encryption key, hex-encoded - the key the holder's confidential balances are encrypted under.

Declaration
[JsonPropertyName("HolderEncryptionKey")]
public string HolderEncryptionKey { 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, 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.

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

ZKProof

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

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

Implements

ITransactionResponse
IBaseTransactionResponse
IConfidentialMPTConvert
ITransactionCommon
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX