Packages

c

lnrpc.BatchOpenChannel

BatchOpenChannelLens

implicit class BatchOpenChannelLens[UpperPB] extends ObjectLens[UpperPB, BatchOpenChannel]

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BatchOpenChannelLens
  2. ObjectLens
  3. Lens
  4. Serializable
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new BatchOpenChannelLens(_l: Lens[UpperPB, BatchOpenChannel])

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. def :=(a: BatchOpenChannel): Mutation[UpperPB]
    Definition Classes
    Lens
  4. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def baseFee: Lens[UpperPB, UInt64]
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  8. def closeAddress: Lens[UpperPB, String]
  9. def commitmentType: Lens[UpperPB, CommitmentType]
  10. def compose[B](other: Lens[BatchOpenChannel, B]): Lens[UpperPB, B]
    Definition Classes
    Lens
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  13. def feeRate: Lens[UpperPB, UInt64]
  14. def field[A](getter: (BatchOpenChannel) => A)(setter: (BatchOpenChannel, A) => BatchOpenChannel): Lens[UpperPB, A]
    Definition Classes
    ObjectLens
  15. def field[A](lens: Lens[BatchOpenChannel, A]): Lens[UpperPB, A]
    Definition Classes
    ObjectLens
  16. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  17. def get(u: UpperPB): BatchOpenChannel
    Definition Classes
    ObjectLens → Lens
  18. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  19. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  21. def localFundingAmount: Lens[UpperPB, Long]
  22. def maxLocalCsv: Lens[UpperPB, UInt32]
  23. def memo: Lens[UpperPB, String]
  24. def minHtlcMsat: Lens[UpperPB, Long]
  25. def modify(f: (BatchOpenChannel) => BatchOpenChannel): Mutation[UpperPB]
    Definition Classes
    Lens
  26. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  27. def nodePubkey: Lens[UpperPB, ByteString]
  28. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  29. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  30. def pendingChanId: Lens[UpperPB, ByteString]
  31. def private: Lens[UpperPB, Boolean]
  32. def pushSat: Lens[UpperPB, Long]
  33. def remoteChanReserveSat: Lens[UpperPB, UInt64]
  34. def remoteCsvDelay: Lens[UpperPB, UInt32]
  35. def remoteMaxHtlcs: Lens[UpperPB, UInt32]
  36. def remoteMaxValueInFlightMsat: Lens[UpperPB, UInt64]
  37. def scidAlias: Lens[UpperPB, Boolean]
  38. def set(c: BatchOpenChannel): Mutation[UpperPB]
    Definition Classes
    ObjectLens → Lens
  39. def setIfDefined(aOpt: Option[BatchOpenChannel]): Mutation[UpperPB]
    Definition Classes
    Lens
  40. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  41. def toString(): String
    Definition Classes
    AnyRef → Any
  42. def update(ms: (Lens[BatchOpenChannel, BatchOpenChannel]) => Mutation[BatchOpenChannel]*): Mutation[UpperPB]
    Definition Classes
    ObjectLens
  43. def useBaseFee: Lens[UpperPB, Boolean]
  44. def useFeeRate: Lens[UpperPB, Boolean]
  45. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  46. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  47. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  48. def zeroConf: Lens[UpperPB, Boolean]
  49. def zip[B](other: Lens[UpperPB, B]): Lens[UpperPB, (BatchOpenChannel, B)]
    Definition Classes
    Lens

Inherited from ObjectLens[UpperPB, BatchOpenChannel]

Inherited from Lens[UpperPB, BatchOpenChannel]

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped