Class ClaimAtom

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

public class ClaimAtom extends Object
ClaimAtom's original definition in the XDR file is:
 union ClaimAtom switch (ClaimAtomType type)
 {
 case CLAIM_ATOM_TYPE_V0:
     ClaimOfferAtomV0 v0;
 case CLAIM_ATOM_TYPE_ORDER_BOOK:
     ClaimOfferAtom orderBook;
 case CLAIM_ATOM_TYPE_LIQUIDITY_POOL:
     ClaimLiquidityAtom liquidityPool;
 };