WaitForRemotePublishFutureCommitment

data class WaitForRemotePublishFutureCommitment(staticParams: StaticParams, currentTip: Pair<Int, BlockHeader>, currentOnChainFeerates: OnChainFeerates, commitments: Commitments, remoteChannelReestablish: ChannelReestablish) : ChannelStateWithCommitments

Constructors

WaitForRemotePublishFutureCommitment
Link copied to clipboard
common

Functions

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

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>
remoteChannelReestablish
Link copied to clipboard
common
val remoteChannelReestablish: ChannelReestablish
staticParams
Link copied to clipboard
common
open override val staticParams: StaticParams