Packages

c

lnrpc.FundingShim.Shim

ChanPointShim

final case class ChanPointShim(value: lnrpc.ChanPointShim) extends Shim with Product with Serializable

Annotations
@SerialVersionUID()
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ChanPointShim
  2. Shim
  3. GeneratedOneof
  4. Serializable
  5. Product
  6. Equals
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new ChanPointShim(value: lnrpc.ChanPointShim)

Type Members

  1. type ValueType = lnrpc.ChanPointShim
    Definition Classes
    ChanPointShim → GeneratedOneof

Value Members

  1. def chanPointShim: Option[lnrpc.ChanPointShim]
    Definition Classes
    ChanPointShimShim
  2. def isChanPointShim: Boolean
    Definition Classes
    ChanPointShimShim
  3. def isDefined: Boolean
    Definition Classes
    Shim → GeneratedOneof
  4. def isEmpty: Boolean
    Definition Classes
    Shim → GeneratedOneof
  5. def isPsbtShim: Boolean
    Definition Classes
    Shim
  6. def number: Int
    Definition Classes
    ChanPointShim → GeneratedOneof
  7. def productElementNames: Iterator[String]
    Definition Classes
    Product
  8. def psbtShim: Option[lnrpc.PsbtShim]
    Definition Classes
    Shim
  9. val value: lnrpc.ChanPointShim
    Definition Classes
    ChanPointShim → GeneratedOneof
  10. def valueOption: Option[ValueType]
    Definition Classes
    GeneratedOneof