package tezos-client-007-PsDELPH1

  1. Overview
  2. Docs
val read : Tezos_rpc.RPC_context.simple -> ?chain:[ `Main | `Test | `Hash of Tezos_crypto.Chain_id.t ] -> ?block: [ `Genesis | `Head of int | `Alias of [ `Caboose | `Checkpoint | `Savepoint ] * int | `Hash of Tezos_crypto.Block_hash.t * int | `Level of Int32.t ] -> ?depth:int -> string list -> (Tezos_shell_services__Block_services.raw_context, Tezos_error_monad.TzCore.error list) result Lwt.t
val merkle_tree : Tezos_rpc.RPC_context.simple -> ?chain:[ `Main | `Test | `Hash of Tezos_crypto.Chain_id.t ] -> ?block: [ `Genesis | `Head of int | `Alias of [ `Caboose | `Checkpoint | `Savepoint ] * int | `Hash of Tezos_crypto.Block_hash.t * int | `Level of Int32.t ] -> ?holey:bool -> string list -> (Tezos_shell_services__Block_services.merkle_node Tezos_stdlib.TzString.Map.t option, Tezos_error_monad.TzCore.error list) result Lwt.t