Packages

o

immortan

LNParams

object LNParams

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. LNParams
  2. AnyRef
  3. 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. def addressToPubKeyScript(address: String): ByteVector
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. val blockCount: AtomicLong
  7. val blocksPerDay: Int
  8. var chainHash: ByteVector32
  9. var chainWallets: WalletExt
  10. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  11. val cltvRejectThreshold: Int
  12. var cm: ChannelMaster
  13. var connectionProvider: ConnectionProvider
  14. def createInit: Init
  15. def currentBlockDay: Long
  16. implicit val ec: ExecutionContext
  17. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  19. val failedChanRecoveryMsec: Double
  20. var feeRates: FeeRates
  21. var fiatRates: FiatRates
  22. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  23. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  24. val hcFulfillSafetyBlocks: Int
  25. val incomingFinalCltvExpiry: CltvExpiryDelta
  26. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  27. def isMainnet: Boolean
  28. def isOperational: Boolean
  29. def isPeerSupports(theirInit: Init)(feature: Feature with InitFeature): Boolean
  30. var logBag: SQLiteLog
  31. def makeChannelParams(defFinalScriptPubkey: ByteVector, walletStaticPaymentBasepoint: PublicKey, isFunder: Boolean, keyPath: KeyPath, fundingAmount: Satoshi): LocalParams
  32. def makeChannelParams(defaultFinalScriptPubkey: ByteVector, walletStaticPaymentBasepoint: PublicKey, isFunder: Boolean, fundingAmount: Satoshi): LocalParams
  33. def makeChannelParams(isFunder: Boolean, fundingAmount: Satoshi): LocalParams
  34. val maxAcceptedHtlcs: Int
  35. val maxChainConnectionsCount: Int
  36. val maxCltvExpiryDelta: CltvExpiryDelta
  37. val maxFundingSatoshis: Satoshi
  38. val maxHoldSecs: Long
  39. val maxInChannelHtlcs: Int
  40. val maxNegotiationIterations: Int
  41. val maxOffChainFeeAboveRatio: MilliSatoshi
  42. val maxOffChainFeeRatio: Double
  43. val maxReserveToFundingRatio: Double
  44. val maxToLocalDelay: CltvExpiryDelta
  45. val minChanDustLimit: Satoshi
  46. val minDepthBlocks: Int
  47. val minForceClosableIncomingHtlcAmountToFeeRatio: Int
  48. val minForceClosableOutgoingHtlcAmountToFeeRatio: Int
  49. val minInvoiceExpiryDelta: CltvExpiryDelta
  50. val minPayment: MilliSatoshi
  51. val minRoutingCltvExpiryDelta: CltvExpiryDelta
  52. val ncFulfillSafetyBlocks: Int
  53. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  54. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  55. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  56. var ourInit: Init
  57. val ourRoutingCltvExpiryDelta: CltvExpiryDelta
  58. var routerConf: RouterConf
  59. var secret: WalletSecret
  60. val shouldForceClosePaymentFeerateDiff: Double
  61. val shouldRejectPaymentFeerateDiff: Double
  62. val shouldSendUpdateFeerateDiff: Double
  63. var syncParams: SyncParams
  64. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  65. var threadPool: ExecutorService
  66. def toString(): String
    Definition Classes
    AnyRef → Any
  67. var trampoline: TrampolineOn
  68. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  69. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  70. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from AnyRef

Inherited from Any

Ungrouped