Class ClawbackOp

java.lang.Object
org.stellar.sdk.xdr.ClawbackOp
All Implemented Interfaces:
XdrElement

public class ClawbackOp extends Object implements XdrElement
ClawbackOp's original definition in the XDR file is:
 struct ClawbackOp
 {
     Asset asset;
     MuxedAccount from;
     int64 amount;
 };
 
  • Constructor Details

    • ClawbackOp

      public ClawbackOp()
    • ClawbackOp

      public ClawbackOp(Asset asset, MuxedAccount from, Int64 amount)
      Creates a new ClawbackOp instance.
      Parameters:
      asset - the asset field value
      from - the from field value
      amount - the amount field value
  • Method Details