ChannelId

sealed class ChannelId : ChannelAction

Types

IdAssigned
Link copied to clipboard
common
data class IdAssigned(remoteNodeId: PublicKey, temporaryChannelId: ByteVector32, channelId: ByteVector32) : ChannelAction.ChannelId
IdSwitch
Link copied to clipboard
common
data class IdSwitch(oldChannelId: ByteVector32, newChannelId: ByteVector32) : ChannelAction.ChannelId

Inheritors

ChannelAction.ChannelId
Link copied to clipboard
ChannelAction.ChannelId
Link copied to clipboard