pub trait ProtoBuf: Buf {
// Provided methods
fn get_compact_size(&mut self) -> CompactSize { ... }
fn get_tu64(&mut self) -> TU64 { ... }
}Expand description
Extensions on top of Buf to include LN proto primitives
pub trait ProtoBuf: Buf {
// Provided methods
fn get_compact_size(&mut self) -> CompactSize { ... }
fn get_tu64(&mut self) -> TU64 { ... }
}Extensions on top of Buf to include LN proto primitives