Closing
data class Closing(staticParams: StaticParams, currentTip: Pair<Int, BlockHeader>, currentOnChainFeerates: OnChainFeerates, commitments: Commitments, fundingTx: Transaction?, waitingSinceBlock: Long, mutualCloseProposed: List<Transactions.TransactionWithInputInfo.ClosingTx>, mutualClosePublished: List<Transactions.TransactionWithInputInfo.ClosingTx>, localCommitPublished: LocalCommitPublished?, remoteCommitPublished: RemoteCommitPublished?, nextRemoteCommitPublished: RemoteCommitPublished?, futureRemoteCommitPublished: RemoteCommitPublished?, revokedCommitPublished: List<RevokedCommitPublished>) : ChannelStateWithCommitments
Content copied to clipboard
Functions
closing Type Already Known
Link copied to clipboard
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
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
update Commitments
Link copied to clipboard
open override 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
futureRemoteCommitPublished
Link copied to clipboard
keyManager
Link copied to clipboard
localCommitPublished
Link copied to clipboard
mutualCloseProposed
Link copied to clipboard
val mutualCloseProposed: List<Transactions.TransactionWithInputInfo.ClosingTx>
Content copied to clipboard
mutualClosePublished
Link copied to clipboard
val mutualClosePublished: List<Transactions.TransactionWithInputInfo.ClosingTx>
Content copied to clipboard
nextRemoteCommitPublished
Link copied to clipboard
privateKey
Link copied to clipboard
remoteCommitPublished
Link copied to clipboard
revokedCommitPublished
Link copied to clipboard
staticParams
Link copied to clipboard
waitingSinceBlock
Link copied to clipboard