PhoenixAndroidLegacyNodeId

data class PhoenixAndroidLegacyNodeId(legacyNodeId: PublicKey, signature: ByteVector64) : InitTlv

Types

Companion
Link copied to clipboard
common
object Companion : TlvValueReader<InitTlv.PhoenixAndroidLegacyNodeId>

Functions

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

Properties

legacyNodeId
Link copied to clipboard
common
val legacyNodeId: PublicKey
signature
Link copied to clipboard
common
val signature: ByteVector64
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.