Class ClaimClaimableBalanceOp

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

public class ClaimClaimableBalanceOp extends Object implements XdrElement
ClaimClaimableBalanceOp's original definition in the XDR file is:
 struct ClaimClaimableBalanceOp
 {
     ClaimableBalanceID balanceID;
 };