Class ClaimableBalanceID

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

public class ClaimableBalanceID extends Object
ClaimableBalanceID's original definition in the XDR file is:
 union ClaimableBalanceID switch (ClaimableBalanceIDType type)
 {
 case CLAIMABLE_BALANCE_ID_TYPE_V0:
     Hash v0;
 };