Wait For Funding Signed
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
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
channelConfig
Link copied to clipboard
channelFeatures
Link copied to clipboard
channelFlags
Link copied to clipboard
currentBlockHeight
Link copied to clipboard
currentOnChainFeerates
Link copied to clipboard
currentTip
Link copied to clipboard
fundingTxFee
Link copied to clipboard
keyManager
Link copied to clipboard
lastSent
Link copied to clipboard
localCommitTx
Link copied to clipboard
localParams
Link copied to clipboard
localSpec
Link copied to clipboard
privateKey
Link copied to clipboard
remoteCommit
Link copied to clipboard
remoteParams
Link copied to clipboard
staticParams
Link copied to clipboard