Skip to main content

SignedBuffers

Type Alias SignedBuffers 

Source
pub type SignedBuffers<V> = BTreeMap<Edge, SignedBuffer<V>>;
Expand description

Signed buffers indexed by sid-qualified edge.

Aliased Typeยง

pub struct SignedBuffers<V> { /* private fields */ }