WaitForInit

data class WaitForInit(staticParams: StaticParams, currentTip: Pair<Int, BlockHeader>, currentOnChainFeerates: OnChainFeerates) : ChannelState

Constructors

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

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