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 : Tezos_base.Operation.t list list;
}
val to_bytes : t -> Bytes.t
val of_bytes : Bytes.t -> t option
val encoding : t Data_encoding.t