Class ConfidentialMPTClawbackResponse
Claws back a confidential MPT amount from a holder (issuer only).
Implements
Inherited Members
Namespace: Xrpl.Models.Transactions
Assembly: Xrpl.dll
Syntax
public class ConfidentialMPTClawbackResponse : TransactionResponse, ITransactionResponse, IBaseTransactionResponse, IConfidentialMPTClawback, ITransactionCommon
Remarks
Requires the ConfidentialTransfer amendment. This feature is in draft and subject to change.
Properties
| Edit this page View SourceHolder
The account the amount is clawed back from.
Declaration
[JsonPropertyName("Holder")]
public string Holder { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
MPTAmount
The amount being clawed back, as a decimal string.
Declaration
[JsonPropertyName("MPTAmount")]
public string MPTAmount { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
MPTokenIssuanceID
The ID of the MPT issuance the amount is clawed back in.
Declaration
[JsonPropertyName("MPTokenIssuanceID")]
public string MPTokenIssuanceID { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ZKProof
The zero-knowledge proof over the clawed-back amount, hex-encoded.
Declaration
[JsonPropertyName("ZKProof")]
public string ZKProof { get; set; }
Property Value
| Type | Description |
|---|---|
| string |