package octez-shell-libs

  1. Overview
  2. Docs
Octez shell libraries

Install

Dune Dependency

Authors

Maintainers

Sources

tezos-18.1.tar.gz
sha256=aa2f5bc99cc4ca2217c52a1af2a2cdfd3b383208cb859ca2e79ca0903396ca1d
sha512=d68bb3eb615e3dcccc845fddfc9901c95b3c6dc8e105e39522ce97637b1308a7fa7aa1d271351d5933febd7476b2819e1694f31198f1f0919681f1f9cc97cb3a

doc/octez-shell-libs.shell/Tezos_shell/Node/index.html

Module Tezos_shell.NodeSource

Sourcetype t
Sourcetype config = {
  1. genesis : Tezos_base.Genesis.t;
  2. chain_name : Tezos_base.Distributed_db_version.Name.t;
  3. sandboxed_chain_name : Tezos_base.Distributed_db_version.Name.t;
  4. user_activated_upgrades : Tezos_base.User_activated.upgrades;
  5. user_activated_protocol_overrides : Tezos_base.User_activated.protocol_overrides;
  6. operation_metadata_size_limit : Tezos_shell_services.Shell_limits.operation_metadata_size_limit;
  7. data_dir : string;
  8. internal_events : Tezos_base.Internal_event_config.t;
  9. store_root : string;
  10. context_root : string;
  11. protocol_root : string;
  12. patch_context : (Tezos_protocol_environment.Context.t -> Tezos_protocol_environment.Context.t Tezos_base.TzPervasives.tzresult Lwt.t) option;
  13. p2p : (Tezos_p2p.P2p.config * Tezos_p2p_services.P2p_limits.t) option;
  14. target : (Tezos_base.TzPervasives.Block_hash.t * int32) option;
  15. disable_mempool : bool;
    (*

    If true, all non-empty mempools will be ignored.

    *)
  16. enable_testchain : bool;
    (*

    If false, testchain related messages will be ignored.

    *)
  17. dal_config : Tezos_crypto_dal.Cryptobox.Config.t;
}
Sourceval shutdown : t -> unit Lwt.t
Sourceval build_rpc_directory : version:Tezos_version_parser.t -> commit_info:Tezos_version.Node_version.commit_info -> t -> unit Tezos_rpc.Directory.t
OCaml

Innovation. Community. Security.