package tezos-client-011-PtHangz2

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val block_header : 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 ] -> Tezos_base.Block_header.t -> Bytes.t Tezos_base.TzPervasives.tzresult Lwt.t