Channel Event
sealed class ChannelEvent
Content copied to clipboard
Channel Events (inputs to be fed to the state machine).
Types
Check Htlc Timeout
Link copied to clipboard
Connected
Link copied to clipboard
Disconnected
Link copied to clipboard
Execute Command
Link copied to clipboard
Get Funding Tx Response
Link copied to clipboard
data class GetFundingTxResponse(getTxResponse: GetTxWithMetaResponse) : ChannelEvent
Content copied to clipboard
Get Htlc Infos Response
Link copied to clipboard
data class GetHtlcInfosResponse(revokedCommitTxId: ByteVector32, htlcInfos: List<ChannelAction.Storage.HtlcInfo>) : ChannelEvent
Content copied to clipboard
Init Fundee
Link copied to clipboard
data class InitFundee(temporaryChannelId: ByteVector32, localParams: LocalParams, channelConfig: ChannelConfig, remoteInit: Init) : ChannelEvent
Content copied to clipboard
Init Funder
Link copied to clipboard
data class InitFunder(temporaryChannelId: ByteVector32, fundingAmount: Satoshi, pushAmount: MilliSatoshi, initialFeerate: FeeratePerKw, fundingTxFeerate: FeeratePerKw, localParams: LocalParams, remoteInit: Init, channelFlags: Byte, channelConfig: ChannelConfig, channelType: ChannelType.SupportedChannelType, channelOrigin: ChannelOrigin?) : ChannelEvent
Content copied to clipboard
Make Funding Tx Response
Link copied to clipboard
data class MakeFundingTxResponse(fundingTx: Transaction, fundingTxOutputIndex: Int, fee: Satoshi) : ChannelEvent
Content copied to clipboard
Message Received
Link copied to clipboard
New Block
Link copied to clipboard
Restore
Link copied to clipboard
Set On Chain Feerates
Link copied to clipboard
Watch Received
Link copied to clipboard
Inheritors
ChannelEvent
Link copied to clipboard
ChannelEvent
Link copied to clipboard
ChannelEvent
Link copied to clipboard
ChannelEvent
Link copied to clipboard
ChannelEvent
Link copied to clipboard
ChannelEvent
Link copied to clipboard
ChannelEvent
Link copied to clipboard
ChannelEvent
Link copied to clipboard
ChannelEvent
Link copied to clipboard
ChannelEvent
Link copied to clipboard
ChannelEvent
Link copied to clipboard
ChannelEvent
Link copied to clipboard
ChannelEvent
Link copied to clipboard
ChannelEvent
Link copied to clipboard