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/octez-shell-libs.shell/Tezos_shell/Distributed_db_requester/index.html

Module Tezos_shell.Distributed_db_requesterSource

This module creates FULL_REQUESTER modules for several resources. Protocols, operation, block_header, operation_hashes, operations.

To do so, it instanciates the `Requester.Make` functor using the P2p layer for sending request, and a `State.t` or `State.Chain.t` for storage.

Sourcemodule type EXTENDED_REQUESTER = sig ... end
Sourcemodule type EXTENDED_REQUESTER_2 = sig ... end
Sourcemodule Raw_protocol : EXTENDED_REQUESTER with type key = Tezos_base.TzPervasives.Protocol_hash.t and type param = unit and type request_param = unit request_param and type store = Tezos_store.Store.t and type value = Tezos_base.Protocol.t and type notified_value = Tezos_base.Protocol.t
Sourcemodule Raw_operation : EXTENDED_REQUESTER with type key = Tezos_base.TzPervasives.Operation_hash.t and type param = unit and type request_param = unit request_param and type store = Tezos_store.Store.chain_store and type value = Tezos_base.Operation.t and type notified_value = Tezos_base.Operation.t
Sourcemodule Raw_block_header : EXTENDED_REQUESTER with type key = Tezos_base.TzPervasives.Block_hash.t and type param = unit and type request_param = unit request_param and type store = Tezos_store.Store.chain_store and type value = Tezos_base.Block_header.t and type notified_value = Tezos_base.Block_header.t
Sourcemodule Raw_operations : EXTENDED_REQUESTER_2 with type key = Tezos_base.TzPervasives.Block_hash.t * int and type request_param = unit request_param and type param = Tezos_base.TzPervasives.Operation_list_list_hash.t and type store = Tezos_store.Store.chain_store and type value = Tezos_base.Operation.t list and type notified_value = Tezos_base.Operation.t list * Tezos_base.TzPervasives.Operation_list_list_hash.path
OCaml

Innovation. Community. Security.