Interface IConfidentialMPTClawback
Claws back a confidential MPT amount from a holder (issuer only).
Inherited Members
Namespace: Xrpl.Models.Transactions
Assembly: Xrpl.dll
Syntax
public interface 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
string Holder { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
MPTAmount
The amount being clawed back, as a decimal string.
Declaration
string MPTAmount { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
MPTokenIssuanceID
The ID of the MPT issuance the amount is clawed back in.
Declaration
string MPTokenIssuanceID { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ZKProof
The zero-knowledge proof over the clawed-back amount, hex-encoded.
Declaration
string ZKProof { get; set; }
Property Value
| Type | Description |
|---|---|
| string |