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/Prevalidator/Internal_for_tests/Tools/index.html

Module Internal_for_tests.ToolsSource

Sourcetype tools = {
  1. advertise_current_head : mempool:Tezos_base.Mempool.t -> Tezos_store.Store.Block.t -> unit;
  2. chain_tools : Tezos_store.Store.Block.t Prevalidator_classification.chain_tools;
  3. fetch : ?peer:Tezos_base.P2p_peer.Id.t -> ?timeout:Tezos_base.Time.System.Span.t -> Tezos_base.TzPervasives.Operation_hash.t -> Tezos_base.Operation.t Tezos_base.TzPervasives.tzresult Lwt.t;
  4. read_block : Tezos_base.TzPervasives.Block_hash.t -> Tezos_store.Store.Block.t Tezos_base.TzPervasives.tzresult Lwt.t;
  5. send_get_current_head : ?peer:Tezos_base.P2p_peer_id.t -> unit -> unit;
  6. set_mempool : head:Tezos_base.TzPervasives.Block_hash.t -> Tezos_base.Mempool.t -> unit Tezos_base.TzPervasives.tzresult Lwt.t;
}
OCaml

Innovation. Community. Security.