package plebeia

  1. Overview
  2. Docs

Module encapsulating the values inserted in the Patricia tree.

type t

Type of a value.

val encoding : t Data_encoding.t
val of_string : string -> t
val to_string : t -> string
val of_bytes : bytes -> t
val to_bytes : t -> bytes

conversions between binary bytes

val to_hex : t -> Hex.t
val to_hex_string : t -> string
val length : t -> int

in bytes