Class ClaimableBalanceID

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

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