package octez-l2-libs

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type block_id = [
  1. | `Head
  2. | `Hash of Tezos_base.TzPervasives.Block_hash.t
  3. | `Level of Stdlib.Int32.t
  4. | `Finalized
  5. | `Cemented
]
val construct_block_id : [< `Cemented | `Finalized | `Hash of Tezos_base.TzPervasives.Block_hash.t | `Head | `Level of int32 ] -> string
val destruct_block_id : string -> ([> `Cemented | `Finalized | `Hash of Tezos_base.TzPervasives.Block_hash.t | `Head | `Level of int32 ], string) Stdlib.result
val block_id : block_id Tezos_rpc.Arg.t
val l2_message_hash : L2_message.hash Tezos_rpc.Arg.t
OCaml

Innovation. Community. Security.