Class Predicate.Unconditional

java.lang.Object
org.stellar.sdk.Predicate
org.stellar.sdk.Predicate.Unconditional
Enclosing class:
Predicate

public static class Predicate.Unconditional extends Predicate
Represents a predicate that is always true.
  • Constructor Details

    • Unconditional

      public Unconditional()
  • Method Details

    • toXdr

      public org.stellar.sdk.xdr.ClaimPredicate toXdr()
      Description copied from class: Predicate
      Generates XDR object from a given Asset object
      Specified by:
      toXdr in class Predicate
    • equals

      public boolean equals(Object o)
      Specified by:
      equals in class Predicate
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object