Show / Hide Table of Contents

Class ConfidentialMPTSendResponse

Sends a confidential MPT amount to another holder's confidential inbox.

Inheritance
object
BaseTransactionResponse
TransactionResponse
ConfidentialMPTSendResponse
Implements
ITransactionResponse
IBaseTransactionResponse
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.Date
BaseTransactionResponse.Hash
BaseTransactionResponse.InLedger
BaseTransactionResponse.LedgerIndex
BaseTransactionResponse.Validated
Namespace: Xrpl.Models.Transactions
Assembly: Xrpl.dll
Syntax
public class ConfidentialMPTSendResponse : TransactionResponse, ITransactionResponse, IBaseTransactionResponse, ITransactionCommon
Remarks

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

Properties

| Edit this page View Source

AmountCommitment

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

AuditorEncryptedAmount

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

BalanceCommitment

Declaration
[JsonPropertyName("BalanceCommitment")]
public string BalanceCommitment { get; set; }
Property Value
Type Description
string
| 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
Type Description
string
| Edit this page View Source

DestinationEncryptedAmount

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

DestinationTag

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

IssuerEncryptedAmount

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

MPTokenIssuanceID

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

SenderEncryptedAmount

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

ZKProof

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

Implements

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