Class ConfidentialMPTClawbackResponse
Claws back a confidential MPT amount from a holder (issuer only).
Inheritance
object
ConfidentialMPTClawbackResponse
Assembly: Xrpl.dll
Syntax
public class ConfidentialMPTClawbackResponse : TransactionResponse, ITransactionResponse, IBaseTransactionResponse, ITransactionCommon
Properties
|
Edit this page
View Source
Holder
Declaration
[JsonPropertyName("Holder")]
public string Holder { 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