Registry / crypto / lightningnetwork-lnd-tlv

lightningnetwork-lnd-tlv

JSON →
library1.3.2gogounverified

Package tlv provides Type-Length-Value encoding and decoding for the Lightning Network Daemon.

go get github.com/lightningnetwork/lnd/tlv
INSTALL
IMPORT
SIG · LIGHTNINGNETWORK-L
L
lightningnetwork-lnd-tlv
cryptogov1.3.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

tlv
github.com/lightningnetwork/lnd/tlv

Demonstrates creating a TLV record with a uint64 value.

package main import ( "fmt" "github.com/lightningnetwork/lnd/tlv" ) func main() { record := tlv.MakePrimitiveRecord(0, uint64(42)) fmt.Println(record) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.3.2latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources
lightningnetwork-lnd-tlv — go get lightningnetwork-lnd-tlv · libregistry