package tezos-storage

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = {
  1. block_header : Tezos_base.Block_header.t;
  2. operations : (int * Tezos_base.Operation.t list) list;
  3. operation_hashes : (int * Tezos_crypto.Operation_hash.t list) list;
}
val encoding : t Data_encoding.t
val to_bytes : t -> Bytes.t
val of_bytes : Bytes.t -> t option