Packages

object SatoshisPerKW extends FeeUnitFactory[SatoshisPerKW] with Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SatoshisPerKW
  2. Serializable
  3. FeeUnitFactory
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def calc(totalInputAmount: CurrencyUnit, tx: Transaction): SatoshisPerKW

    Calculates the fee rate from the given Transaction.

    Calculates the fee rate from the given Transaction. Uses Math.round for rounding up, which returns the closest long to the argument

    totalInputAmount

    Total amount being spent by the transaction's inputs

    tx

    Transaction to calculate the fee rate of

    Definition Classes
    FeeUnitFactory
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  9. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  10. def fromLong(sats: Long): SatoshisPerKW

    Creates an instance T where the value given is the numerator of the fee unit

    Creates an instance T where the value given is the numerator of the fee unit

    Definition Classes
    SatoshisPerKWFeeUnitFactory
  11. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  12. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  13. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  14. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  16. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  17. val one: SatoshisPerKW
  18. lazy val scaleFactor: Long

    The coefficient the denominator in the unit is multiplied by, for example sats/kilobyte -> 1000

    The coefficient the denominator in the unit is multiplied by, for example sats/kilobyte -> 1000

    Definition Classes
    SatoshisPerKWFeeUnitFactory
  19. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  20. def toString(): String
    Definition Classes
    AnyRef → Any
  21. def txSizeForCalc(tx: Transaction): Long

    Takes the given transaction returns a size that will be used for calculating the fee rate.

    Takes the given transaction returns a size that will be used for calculating the fee rate. This is generally the denominator in the unit, ie sats/byte

    Definition Classes
    SatoshisPerKWFeeUnitFactory
  22. val unitString: String

    String to identify this fee unit, for example "sats/byte"

    String to identify this fee unit, for example "sats/byte"

    Definition Classes
    SatoshisPerKWFeeUnitFactory
  23. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  24. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  25. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  26. val zero: SatoshisPerKW

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped