WaitForOpenChannel

data class WaitForOpenChannel(staticParams: StaticParams, currentTip: Pair<Int, BlockHeader>, currentOnChainFeerates: OnChainFeerates, temporaryChannelId: ByteVector32, localParams: LocalParams, remoteInit: Init) : ChannelState

Constructors

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

Properties

currentOnChainFeerates
Link copied to clipboard
common
open override val currentOnChainFeerates: OnChainFeerates
currentTip
Link copied to clipboard
common
open override val currentTip: Pair<Int, BlockHeader>
localParams
Link copied to clipboard
common
val localParams: LocalParams
remoteInit
Link copied to clipboard
common
val remoteInit: Init
staticParams
Link copied to clipboard
common
open override val staticParams: StaticParams
temporaryChannelId
Link copied to clipboard
common
val temporaryChannelId: ByteVector32