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
2 Constants
The zero index is treated specially.
val zero : t
val one : t
val max_int : t
2 Arithmetics
2 Conversion to integer types
val to_int64 : t -> int64
val of_int64 : int64 -> t
val to_int : t -> int
val of_int : int -> t
val of_uint32 : Stdint.Uint32.t -> t
val to_uint32 : t -> Stdint.Uint32.t
module Unsafe : sig ... end
These conversions may underflow/overflow. Use with caution.
2 Set and Map
val pp : Stdlib.Format.formatter -> t -> unit
2 Printing
val to_bytes_big_endian : t -> Stdlib.Bytes.t -> int -> unit
encoding
val of_bytes_big_endian : Stdlib.Bytes.t -> int -> t
ON THIS PAGE
No table of contents