Channel State
sealed class ChannelState
Content copied to clipboard
Channel state.
Functions
handle Local Error
Link copied to clipboard
abstract fun handleLocalError(event: ChannelEvent, t: Throwable): Pair<ChannelState, List<ChannelAction>>
Content copied to clipboard
handle Remote Error
Link copied to clipboard
process
Link copied to clipboard
fun process(event: ChannelEvent): Pair<ChannelState, List<ChannelAction>>
Content copied to clipboard
process Internal
Link copied to clipboard
abstract fun processInternal(event: ChannelEvent): Pair<ChannelState, List<ChannelAction>>
Content copied to clipboard
Properties
currentBlockHeight
Link copied to clipboard
currentOnChainFeerates
Link copied to clipboard
currentTip
Link copied to clipboard
keyManager
Link copied to clipboard
privateKey
Link copied to clipboard
staticParams
Link copied to clipboard
Inheritors
Aborted
Link copied to clipboard
ChannelStateWithCommitments
Link copied to clipboard
Offline
Link copied to clipboard
Syncing
Link copied to clipboard
WaitForAcceptChannel
Link copied to clipboard
WaitForFundingCreated
Link copied to clipboard
WaitForFundingInternal
Link copied to clipboard
WaitForFundingSigned
Link copied to clipboard
WaitForInit
Link copied to clipboard
WaitForOpenChannel
Link copied to clipboard