package octez-shell-libs

  1. Overview
  2. Docs
Octez shell libraries

Install

Dune Dependency

Authors

Maintainers

Sources

tezos-18.1.tar.gz
sha256=aa2f5bc99cc4ca2217c52a1af2a2cdfd3b383208cb859ca2e79ca0903396ca1d
sha512=d68bb3eb615e3dcccc845fddfc9901c95b3c6dc8e105e39522ce97637b1308a7fa7aa1d271351d5933febd7476b2819e1694f31198f1f0919681f1f9cc97cb3a

doc/tezos_store_shared/Tezos_store_shared/Block_level/index.html

Module Tezos_store_shared.Block_levelSource

Block level satisfying Index.Key interface.

Sourcetype t = int32

The type for block levels

Sourceval t : t Repr.t
Sourceval equal : t -> t -> bool

Equality

Sourceval hash : t -> int

hash level returns the hash of the level.

Sourceval hash_size : int

hash_size is the constant size (in number of bits) of the hashed value of the type t.

Sourceval encoded_size : int

encoded_size is the constant size (in number of bytes) of the encoded value.

Sourceval encode : t -> string

Encoder

Sourceval decode : string -> int -> t

Decoder

Sourceval pp : Stdlib.Format.formatter -> t -> unit

Pretty-printer

OCaml

Innovation. Community. Security.