package octez-shell-libs

  1. Overview
  2. Docs
Octez shell libraries

Install

Dune Dependency

Authors

Maintainers

Sources

tezos-octez-v20.1.tag.bz2
sha256=ddfb5076eeb0b32ac21c1eed44e8fc86a6743ef18ab23fff02d36e365bb73d61
sha512=d22a827df5146e0aa274df48bc2150b098177ff7e5eab52c6109e867eb0a1f0ec63e6bfbb0e3645a6c2112de3877c91a17df32ccbff301891ce4ba630c997a65

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.