WaitForFundingSigned

data class WaitForFundingSigned(staticParams: StaticParams, currentTip: Pair<Int, BlockHeader>, currentOnChainFeerates: OnChainFeerates, channelId: ByteVector32, localParams: LocalParams, remoteParams: RemoteParams, fundingTx: Transaction, fundingTxFee: Satoshi, localSpec: CommitmentSpec, localCommitTx: Transactions.TransactionWithInputInfo.CommitTx, remoteCommit: RemoteCommit, channelFlags: Byte, channelConfig: ChannelConfig, channelFeatures: ChannelFeatures, lastSent: FundingCreated) : ChannelState

Functions

handleLocalError
Link copied to clipboard
common
open override fun handleLocalError(event: ChannelEvent, t: Throwable): Pair<ChannelState, List<ChannelAction>>
handleRemoteError
Link copied to clipboard
common
fun handleRemoteError(e: Error): Pair<ChannelState, List<ChannelAction>>
process
Link copied to clipboard
common
fun process(event: ChannelEvent): Pair<ChannelState, List<ChannelAction>>
processInternal
Link copied to clipboard
common
open override fun processInternal(event: ChannelEvent): Pair<ChannelState, List<ChannelAction>>

Properties

channelConfig
Link copied to clipboard
common
val channelConfig: ChannelConfig
channelFeatures
Link copied to clipboard
common
val channelFeatures: ChannelFeatures
channelFlags
Link copied to clipboard
common
val channelFlags: Byte
channelId
Link copied to clipboard
common
val channelId: ByteVector32
currentBlockHeight
Link copied to clipboard
common
val currentBlockHeight: Int
currentOnChainFeerates
Link copied to clipboard
common
open override val currentOnChainFeerates: OnChainFeerates
currentTip
Link copied to clipboard
common
open override val currentTip: Pair<Int, BlockHeader>
fundingTx
Link copied to clipboard
common
val fundingTx: Transaction
fundingTxFee
Link copied to clipboard
common
val fundingTxFee: Satoshi
keyManager
Link copied to clipboard
common
val keyManager: KeyManager
lastSent
Link copied to clipboard
common
val lastSent: FundingCreated
localCommitTx
Link copied to clipboard
common
localParams
Link copied to clipboard
common
val localParams: LocalParams
localSpec
Link copied to clipboard
common
val localSpec: CommitmentSpec
logger
Link copied to clipboard
common
val logger: Logger
privateKey
Link copied to clipboard
common
val privateKey: PrivateKey
remoteCommit
Link copied to clipboard
common
val remoteCommit: RemoteCommit
remoteParams
Link copied to clipboard
common
val remoteParams: RemoteParams
staticParams
Link copied to clipboard
common
open override val staticParams: StaticParams