Class CreatePassiveSellOfferOperation

java.lang.Object
org.stellar.sdk.Operation
org.stellar.sdk.CreatePassiveSellOfferOperation

public class CreatePassiveSellOfferOperation extends Operation
Represents CreatePassiveSellOffer operation.
  • Method Details

    • getSelling

      @NonNull public @NonNull Asset getSelling()
      The asset being sold in this operation
    • getBuying

      @NonNull public @NonNull Asset getBuying()
      The asset being bought in this operation
    • getAmount

      @NonNull public @NonNull String getAmount()
      Amount of selling being sold.
    • getPrice

      @NonNull public @NonNull Price getPrice()
      Price of 1 unit of selling in terms of buying.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Operation
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Operation