MCPcopy Create free account
hub / github.com/ElementsProject/lightning / TlvStream

Class TlvStream

plugins/lsps-plugin/src/core/tlv.rs:17–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15
16#[derive(Clone, Debug, Default, PartialEq, Eq, PartialOrd, Ord)]
17pub struct TlvStream(pub Vec<TlvRecord>);
18
19#[derive(Debug, Error)]
20pub enum TlvError {

Callers 8

from_bytesMethod · 0.70
fromMethod · 0.70
json_hex_roundtripFunction · 0.70

Calls

no outgoing calls