ChannelConfigOption

sealed class ChannelConfigOption

Internal configuration option impacting the channel's structure or behavior. This must be set when creating the channel and cannot be changed afterwards.

Types

FundingPubKeyBasedChannelKeyPath
Link copied to clipboard
common
object FundingPubKeyBasedChannelKeyPath : ChannelConfigOption

If set, the channel's BIP32 key path will be deterministically derived from the funding public key. It makes it very easy to retrieve funds when channel data has been lost:

Properties

name
Link copied to clipboard
common
abstract val name: String
supportBit
Link copied to clipboard
common
abstract val supportBit: Int

Inheritors

ChannelConfigOption
Link copied to clipboard