Class SetTrustLineFlagsOp

java.lang.Object
org.stellar.sdk.xdr.SetTrustLineFlagsOp

public class SetTrustLineFlagsOp extends Object
SetTrustLineFlagsOp's original definition in the XDR file is:
 struct SetTrustLineFlagsOp
 {
     AccountID trustor;
     Asset asset;

     uint32 clearFlags; // which flags to clear
     uint32 setFlags;   // which flags to set
 };