Class Claimant

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

public class Claimant extends Object implements XdrElement
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;
 };