Class AllowTrustOp

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

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

     // One of 0, AUTHORIZED_FLAG, or AUTHORIZED_TO_MAINTAIN_LIABILITIES_FLAG
     uint32 authorize;
 };