final case class ChanPointShim(value: lnrpc.ChanPointShim) extends Shim with Product with Serializable
- Annotations
- @SerialVersionUID()
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ChanPointShim
- Shim
- GeneratedOneof
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new ChanPointShim(value: lnrpc.ChanPointShim)
Type Members
- type ValueType = lnrpc.ChanPointShim
- Definition Classes
- ChanPointShim → GeneratedOneof
Value Members
- def chanPointShim: Option[lnrpc.ChanPointShim]
- Definition Classes
- ChanPointShim → Shim
- def isChanPointShim: Boolean
- Definition Classes
- ChanPointShim → Shim
- def isDefined: Boolean
- Definition Classes
- Shim → GeneratedOneof
- def isEmpty: Boolean
- Definition Classes
- Shim → GeneratedOneof
- def isPsbtShim: Boolean
- Definition Classes
- Shim
- def number: Int
- Definition Classes
- ChanPointShim → GeneratedOneof
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def psbtShim: Option[lnrpc.PsbtShim]
- Definition Classes
- Shim
- val value: lnrpc.ChanPointShim
- Definition Classes
- ChanPointShim → GeneratedOneof
- def valueOption: Option[ValueType]
- Definition Classes
- GeneratedOneof