Syncing
data class Syncing(state: ChannelStateWithCommitments, waitForTheirReestablishMessage: Boolean) : ChannelState
Content copied to clipboard
waitForTheirReestablishMessage == true means that we want to wait until we've received their channel_reestablish message before we send ours (for example, to extract encrypted backup data from extra fields) waitForTheirReestablishMessage == false means that we've already sent our channel_reestablish message
Constructors
Syncing
Link copied to clipboard
fun Syncing(state: ChannelStateWithCommitments, waitForTheirReestablishMessage: Boolean)
Content copied to clipboard
Functions
handle Local Error
Link copied to clipboard
open override 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
open override 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
state
Link copied to clipboard
staticParams
Link copied to clipboard
waitForTheirReestablishMessage
Link copied to clipboard