Negotiating

data class Negotiating(staticParams: StaticParams, currentTip: Pair<Int, BlockHeader>, currentOnChainFeerates: OnChainFeerates, commitments: Commitments, localShutdown: Shutdown, remoteShutdown: Shutdown, closingTxProposed: List<List<ClosingTxProposed>>, bestUnpublishedClosingTx: Transactions.TransactionWithInputInfo.ClosingTx?) : ChannelStateWithCommitments

Constructors

Negotiating
Link copied to clipboard
common
fun Negotiating(from: Negotiating)

Functions

export
Link copied to clipboard
common
open override fun export(nodeParams: NodeParams): Negotiating

Properties

bestUnpublishedClosingTx
Link copied to clipboard
channelId
Link copied to clipboard
common
val channelId: ByteVector32
closingTxProposed
Link copied to clipboard
common
val closingTxProposed: List<List<ClosingTxProposed>>
commitments
Link copied to clipboard
common
open override val commitments: Commitments
currentOnChainFeerates
Link copied to clipboard
common
open override val currentOnChainFeerates: OnChainFeerates
currentTip
Link copied to clipboard
common
open override val currentTip: Pair<Int, BlockHeader>
localShutdown
Link copied to clipboard
common
val localShutdown: Shutdown
remoteShutdown
Link copied to clipboard
common
val remoteShutdown: Shutdown
staticParams
Link copied to clipboard
common
open override val staticParams: StaticParams