WaitForFundingLocked

data class WaitForFundingLocked(staticParams: StaticParams, currentTip: Pair<Int, BlockHeader>, currentOnChainFeerates: OnChainFeerates, commitments: Commitments, shortChannelId: ShortChannelId, lastSent: FundingLocked) : ChannelStateWithCommitments

Constructors

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

Functions

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

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>
lastSent
Link copied to clipboard
common
val lastSent: FundingLocked
shortChannelId
Link copied to clipboard
common
val shortChannelId: ShortChannelId
staticParams
Link copied to clipboard
common
open override val staticParams: StaticParams