package octez-l2-libs

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val metadata_size : int

The number of bytes used to store the metadata of a rollup in memory

store_has returns whether a key corresponds to a value and/or subtrees. Namely, it returns the following enum:

  • 0: There is no value at key, nor subtrees under key.
  • 1: There is a value at key, but no subtrees under key.
  • 2: There is no value at key, but there are subtrees under key.
  • 3: There is a value at key, and subtrees under key.
OCaml

Innovation. Community. Security.