= 1024" x-on:close-sidebar="sidebar=window.innerWidth >= 1024 && true">
ON THIS PAGE
package tezos-base
-
tezos-base
-
-
tezos-base.unix
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
tezos-base 15.0
Libraries
This package provides the following libraries (via dune):
tezos-base
Documentation:
Tezos_base.Block_header
Tezos_base.Block_locator
A locatort
is a data structure which roughly represents a list of block hashes in the chain. These hashes go from the top of the chain to the bottom. It is sparse in the sense that the distance between two hashes increases exponentially when we move away from the head.Tezos_base.Bounded
This module implements bounded (or refined) versions of data types.Tezos_base.Dal_srs
Tezos_base.Data_encoding_wrapper
Tezos_base.Distributed_db_version
Distributed_db
protocol version.Tezos_base.Fitness
Tezos_base.Genesis
Tezos_base.Internal_event_config
Configure the event-logging framework.Tezos_base.Mempool
Tezos Shell Module - Mempool, a.k.a. the operations safe to be broadcast.Tezos_base.Network_version
Tezos_base.Operation
Tezos_base.P2p_addr
Tezos_base.P2p_connection
Tezos_base.P2p_identity
Tezos_base.P2p_peer
Tezos_base.P2p_peer_id
Tezos_base.P2p_point
Tezos_base.P2p_rejection
Tezos_base.P2p_stat
Bandwidth usage statisticsTezos_base.P2p_version
P2p-layer protocol version.Tezos_base.Point_parser
Tezos_base.Protocol
Tezos_base.S
Tezos_base.Sized
Tezos_base.Test_chain_status
Tezos_base.Time
Time managementTezos_base.TzPervasives
Tezos_base.User_activated
Tezos_base.Worker_intf
Tezos_base.Worker_types
Dependencies: tezos-stdlib, tezos-crypto, data-encoding, tezos-error-monad, tezos-rpc, tezos-micheline, tezos-event-logging, ptime, ptime.clock.os, ezjsonm, lwt, ipaddr, uri
tezos-base.unix
Documentation:
Tezos_base_unix.Internal_event_unix
Configure the event-logging framework for UNIx-based applications.Tezos_base_unix.Protocol_files
Tezos_base_unix.Socket
Tezos_base_unix.Unix_error
Dependencies: tezos-error-monad, tezos-crypto, tezos-base, tezos-hacl, tezos-stdlib, tezos-stdlib-unix, data-encoding, uri
ON THIS PAGE