Class LiquidityPool

java.lang.Object
org.stellar.sdk.responses.effects.LiquidityPool

public final class LiquidityPool extends Object
  • Constructor Details

  • Method Details

    • getID

      public LiquidityPoolID getID()
    • getFeeBP

      public Integer getFeeBP()
    • getType

      public org.stellar.sdk.xdr.LiquidityPoolType getType()
    • getTotalTrustlines

      public Long getTotalTrustlines()
    • getTotalShares

      public String getTotalShares()
    • getReserves

      public AssetAmount[] getReserves()
    • equals

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

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object