Wait For Funding Created
data class WaitForFundingCreated(staticParams: StaticParams, currentTip: Pair<Int, BlockHeader>, currentOnChainFeerates: OnChainFeerates, temporaryChannelId: ByteVector32, localParams: LocalParams, remoteParams: RemoteParams, fundingAmount: Satoshi, pushAmount: MilliSatoshi, initialFeerate: FeeratePerKw, remoteFirstPerCommitmentPoint: PublicKey, channelFlags: Byte, channelConfig: ChannelConfig, channelFeatures: ChannelFeatures, channelOrigin: ChannelOrigin?, lastSent: AcceptChannel) : 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
channelOrigin
Link copied to clipboard
currentBlockHeight
Link copied to clipboard
currentOnChainFeerates
Link copied to clipboard
currentTip
Link copied to clipboard
fundingAmount
Link copied to clipboard
initialFeerate
Link copied to clipboard
keyManager
Link copied to clipboard
lastSent
Link copied to clipboard
localParams
Link copied to clipboard
privateKey
Link copied to clipboard
pushAmount
Link copied to clipboard
remoteFirstPerCommitmentPoint
Link copied to clipboard
remoteParams
Link copied to clipboard
staticParams
Link copied to clipboard
temporaryChannelId
Link copied to clipboard