Class CreateClaimableBalanceOp

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

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