package tezos-store

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

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 : Format.formatter -> t -> unit

Pretty-printer

OCaml

Innovation. Community. Security.