Closed

data class Closed(state: Closing) : ChannelStateWithCommitments

Constructors

Closed
Link copied to clipboard
common
fun Closed(from: Closed)

Functions

export
Link copied to clipboard
common
open override fun export(nodeParams: NodeParams): Closed

Properties

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