Class ChangeTrustOp

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

public class ChangeTrustOp extends Object implements XdrElement
ChangeTrustOp's original definition in the XDR file is:
 struct ChangeTrustOp
 {
     ChangeTrustAsset line;

     // if limit is set to 0, deletes the trust line
     int64 limit;
 };