ChannelData

data class ChannelData(ecb: EncryptedChannelData) : ShutdownTlv

Types

Companion
Link copied to clipboard
common
object Companion : TlvValueReader<ShutdownTlv.ChannelData>

Functions

write
Link copied to clipboard
common
open fun write(): ByteArray
open override fun write(out: Output)

Properties

ecb
Link copied to clipboard
common
val ecb: EncryptedChannelData
tag
Link copied to clipboard
common
open override val tag: Long

TLV fields start with a tag that uniquely identifies the type of field within a specific namespace (usually a lightning message). See https://github.com/lightningnetwork/lightning-rfc/blob/master/01-messaging.md#type-length-value-format.