Package

fr.acinq

eclair

Permalink

package eclair

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. eclair
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. object JavafxBoot extends App with Logging

    Permalink

    Created by PM on 25/01/2016.

  2. val MinimumFeeratePerKw: Int

    Permalink
  3. val MinimumRelayFeeRate: Int

    Permalink
  4. def addressToPublicKeyScript(address: String, chainHash: ByteVector32): Seq[ScriptElt]

    Permalink
  5. def feerateByte2Kw(feeratePerByte: Long): Long

    Permalink
  6. def feerateKB2Kw(feeratePerKB: Long): Long

    Permalink
  7. def feerateKw2Byte(feeratePerKw: Long): Long

    Permalink
  8. def feerateKw2KB(feeratePerKw: Long): Long

    Permalink
  9. package gui

    Permalink
  10. def isAsciiPrintable(data: ByteVector): Boolean

    Permalink
  11. def isPay2PubkeyHash(address: String): Boolean

    Permalink
  12. def nodeFee(baseFee: MilliSatoshi, proportionalFee: Long, paymentAmount: MilliSatoshi): MilliSatoshi

    Permalink
  13. def randomBytes(length: Int): ByteVector

    Permalink
  14. def randomBytes32: ByteVector32

    Permalink
  15. def randomBytes64: ByteVector64

    Permalink
  16. def randomKey: PrivateKey

    Permalink
  17. val secureRandom: SecureRandom

    Permalink
  18. def serializationResult(attempt: Attempt[BitVector]): ByteVector

    Permalink
  19. def toLongId(fundingTxHash: ByteVector32, fundingOutputIndex: Int): ByteVector32

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped