Class Claimant

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

public class Claimant extends Object
Claimant's original definition in the XDR file is:
 union Claimant switch (ClaimantType type)
 {
 case CLAIMANT_TYPE_V0:
     struct
     {
         AccountID destination;    // The account that can use this condition
         ClaimPredicate predicate; // Claimable if predicate is true
     } v0;
 };