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
Library plebeia
type t = Merkle_proof.t
type detail = Path.t * Segment.segment list * Node_type.node option
val encoding : Vc.t -> Merkle_proof.t Data_encoding.t
val pp : Stdlib.Format.formatter -> Merkle_proof.t -> unit
val make :
Path.t list ->
cursor ->
( cursor
* (Merkle_proof.t * (Path.t * Segment.t list * Node_type.t option) list),
Error.t )
Stdlib.result
val check :
Vc.t ->
Merkle_proof.t ->
( Hash.Prefix.t * (Path.t * Segment.t list * Node_type.t option) list,
Error.t )
Stdlib.result
ON THIS PAGE
No table of contents