Class CreateClaimableBalanceOp

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

public class CreateClaimableBalanceOp extends Object implements XdrElement
CreateClaimableBalanceOp's original definition in the XDR file is:
 struct CreateClaimableBalanceOp
 {
     Asset asset;
     int64 amount;
     Claimant claimants<10>;
 };