package plebeia

  1. Overview
  2. Docs

Module Plebeia.ValueSource

Module encapsulating the values inserted in the Patricia tree.

Sourcetype t

Type of a value.

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

conversions between binary bytes

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

in bytes

OCaml

Innovation. Community. Security.