WaitForAcceptChannel

data class WaitForAcceptChannel(staticParams: StaticParams, currentTip: Pair<Int, BlockHeader>, currentOnChainFeerates: OnChainFeerates, initFunder: InitFunder, lastSent: OpenChannel) : ChannelState

Constructors

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

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>
initFunder
Link copied to clipboard
common
val initFunder: InitFunder
lastSent
Link copied to clipboard
common
val lastSent: OpenChannel
staticParams
Link copied to clipboard
common
open override val staticParams: StaticParams