Channel State With Commitments
Functions
handle Funding Timeout
Link copied to clipboard
fun handleFundingTimeout(): Pair<ChannelState, List<ChannelAction.Message.Send>>
Content copied to clipboard
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
update Commitments
Link copied to clipboard
abstract fun updateCommitments(input: Commitments): ChannelStateWithCommitments
Content copied to clipboard
Properties
commitments
Link copied to clipboard
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
Closed
Link copied to clipboard
Closing
Link copied to clipboard
ErrorInformationLeak
Link copied to clipboard
Negotiating
Link copied to clipboard
Normal
Link copied to clipboard
ShuttingDown
Link copied to clipboard
WaitForFundingConfirmed
Link copied to clipboard
WaitForFundingLocked
Link copied to clipboard
WaitForRemotePublishFutureCommitment
Link copied to clipboard