package tezos-dal-node-lib

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
class type cctxt = object ... end

Instance of Tezos_client_base.Client_context that only handles IOs and RPCs. Can be used for keys and RPCs related commands.

Instance of cctxt for linux systems. Relies on Tezos_rpc_http_client_unix.

val make_unix_cctxt : Uri.t -> cctxt

make_unix_context endpoint generates a cctxt with the provided endpoint.

get_slot_pages cctxt header fetches from the dal node the pages of the slot with header header.

OCaml

Innovation. Community. Security.