Class ClaimClaimableBalanceResult

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

public class ClaimClaimableBalanceResult extends Object
ClaimClaimableBalanceResult's original definition in the XDR file is:
 union ClaimClaimableBalanceResult switch (ClaimClaimableBalanceResultCode code)
 {
 case CLAIM_CLAIMABLE_BALANCE_SUCCESS:
     void;
 case CLAIM_CLAIMABLE_BALANCE_DOES_NOT_EXIST:
 case CLAIM_CLAIMABLE_BALANCE_CANNOT_CLAIM:
 case CLAIM_CLAIMABLE_BALANCE_LINE_FULL:
 case CLAIM_CLAIMABLE_BALANCE_NO_TRUST:
 case CLAIM_CLAIMABLE_BALANCE_NOT_AUTHORIZED:
     void;
 };