= 768" x-on:close-sidebar="sidebar=window.innerWidth >= 768 && true">
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
type Tezos_base__TzPervasives.error +=
| Future_block_header of {
block : Tezos_crypto.Block_hash.t;
block_time : Tezos_base.Time.Protocol.t;
time : Tezos_base.Time.System.t;
}
type Tezos_base__TzPervasives.error +=
| Inconsistent_hash of Tezos_crypto.Context_hash.t * Tezos_crypto.Context_hash.t
type Tezos_base__TzPervasives.error +=
| Invalid_locator of Tezos_base.P2p_peer.Id.t * Tezos_base.Block_locator.t
type Tezos_base__TzPervasives.error +=
| Too_short_locator of Tezos_base.P2p_peer.Id.t * Tezos_base.Block_locator.t
type Tezos_base__TzPervasives.error +=
| Invalid_protocol of {
hash : Tezos_crypto.Protocol_hash.t;
error : protocol_error;
}
type Tezos_base__TzPervasives.error +=
| Checkpoint_error of Tezos_crypto.Block_hash.t * Tezos_base.P2p_peer.Id.t option