Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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)]
17
pub struct TlvStream(pub Vec<TlvRecord>);
18
19
#[derive(Debug, Error)]
20
pub enum TlvError {
Callers
8
from_bytes
Method · 0.70
from
Method · 0.70
encode_then_decode_roundtrip
Function · 0.70
json_hex_roundtrip
Function · 0.70
bigsize_boundary_minimal_encodings
Function · 0.70
encode_rejects_duplicate_types
Function · 0.70
set_u64_overwrite_keeps_order
Function · 0.70
set_tu64_overwrite_keeps_order
Function · 0.70
Calls
no outgoing calls
Tested by
6
encode_then_decode_roundtrip
Function · 0.56
json_hex_roundtrip
Function · 0.56
bigsize_boundary_minimal_encodings
Function · 0.56
encode_rejects_duplicate_types
Function · 0.56
set_u64_overwrite_keeps_order
Function · 0.56
set_tu64_overwrite_keeps_order
Function · 0.56