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 -> t Data_encoding.t
val pp : Stdlib.Format.formatter -> t -> unit
make basedir paths
builds a Merkle proof of the paths
from basedir
. It also returns the objects at paths
.
val check : Vc.t -> t -> ( Hash.Prefix.t * detail list, Error.t ) Stdlib.result
Compute the top hash of the given Merkle proof. It also returns the objects at the paths attached with the proof.
ON THIS PAGE
No table of contents