Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/lightning
/ from
Method
from
plugins/lsps-plugin/src/core/tlv.rs:238–240 ·
view source on GitHub ↗
(v: Vec<TlvRecord>)
Source
from the content-addressed store, hash-verified
236
237
impl From<Vec<TlvRecord>> for TlvStream {
238
fn from(v: Vec<TlvRecord>) -> Self {
239
TlvStream(v)
240
}
241
}
242
243
/// BOLT #1 BigSize encoding
Callers
nothing calls this directly
Calls
1
TlvStream
Class · 0.70
Tested by
no test coverage detected