Class Claimant.ClaimantV0

java.lang.Object
org.stellar.sdk.xdr.Claimant.ClaimantV0
Enclosing class:
Claimant

public static class Claimant.ClaimantV0 extends Object
ClaimantV0's original definition in the XDR file is:
 struct
     {
         AccountID destination;    // The account that can use this condition
         ClaimPredicate predicate; // Claimable if predicate is true
     }