WaitForOpenChannel

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

Functions

handleLocalError
Link copied to clipboard
common
open override fun handleLocalError(event: ChannelEvent, t: Throwable): Pair<ChannelState, List<ChannelAction>>
handleRemoteError
Link copied to clipboard
common
fun handleRemoteError(e: Error): Pair<ChannelState, List<ChannelAction>>
process
Link copied to clipboard
common
fun process(event: ChannelEvent): Pair<ChannelState, List<ChannelAction>>
processInternal
Link copied to clipboard
common
open override fun processInternal(event: ChannelEvent): Pair<ChannelState, List<ChannelAction>>

Properties

channelConfig
Link copied to clipboard
common
val channelConfig: ChannelConfig
currentBlockHeight
Link copied to clipboard
common
val currentBlockHeight: Int
currentOnChainFeerates
Link copied to clipboard
common
open override val currentOnChainFeerates: OnChainFeerates
currentTip
Link copied to clipboard
common
open override val currentTip: Pair<Int, BlockHeader>
keyManager
Link copied to clipboard
common
val keyManager: KeyManager
localParams
Link copied to clipboard
common
val localParams: LocalParams
logger
Link copied to clipboard
common
val logger: Logger
privateKey
Link copied to clipboard
common
val privateKey: PrivateKey
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