plebeia
Functional storage using Merkle Patricia tree
1024" x-on:close-sidebar="sidebar=window.innerWidth > 1024 && true">
package plebeia
-
plebeia
-
-
plebeia.msync
-
plebeia.test_utils
-
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
val encoding : t Data_encoding.t
val empty : t
val is_empty : t -> bool
has_prefix seg k
returns Some postfix
when seg
is a prefix of k
and the postfix is postfix
is_prefix k seg
returns Some postfix
when k
is a prefix of seg
and the postfix is postfix
val to_string : t -> string
val pp : Stdlib.Format.formatter -> t -> unit
val keys : ( Node_type.t -> Node_type.view ) -> Node_type.t -> t list
List all the keys of the node
ON THIS PAGE
No table of contents