ChannelStateWithCommitments

sealed class ChannelStateWithCommitments : ChannelState

Types

Companion
Link copied to clipboard
common
object Companion

Functions

export
Link copied to clipboard
common
abstract fun export(nodeParams: NodeParams): ChannelStateWithCommitments

Properties

channelId
Link copied to clipboard
common
val channelId: ByteVector32
commitments
Link copied to clipboard
common
abstract val commitments: Commitments
currentOnChainFeerates
Link copied to clipboard
common
abstract val currentOnChainFeerates: OnChainFeerates
currentTip
Link copied to clipboard
common
abstract val currentTip: Pair<Int, BlockHeader>
staticParams
Link copied to clipboard
common
abstract val staticParams: StaticParams

Inheritors

WaitForRemotePublishFutureCommitment
Link copied to clipboard
WaitForFundingConfirmed
Link copied to clipboard
WaitForFundingLocked
Link copied to clipboard
Normal
Link copied to clipboard
ShuttingDown
Link copied to clipboard
Negotiating
Link copied to clipboard
Closing
Link copied to clipboard
Closed
Link copied to clipboard
ErrorInformationLeak
Link copied to clipboard