package tezos-protocol-003-PsddFKi3

  1. Overview
  2. Docs
Tezos protocol 003-PsddFKi3 package

Install

dune-project
 Dependency

Authors

Maintainers

Sources

tezos-18.0.tar.gz
sha256=dbc3b675aee59c2c574e5d0a771193a2ecfca31e7a5bc5aed66598080596ce1c
sha512=b97ed762b9d24744305c358af0d20f394376b64bfdd758dd4a81775326caf445caa57c4f6445da3dd6468ff492de18e4c14af6f374dfcbb7e4d64b7b720e5e2a

doc/tezos_raw_protocol_003_PsddFKi3/Tezos_raw_protocol_003_PsddFKi3/Storage_sigs/index.html

Module Tezos_raw_protocol_003_PsddFKi3.Storage_sigsSource

Entity Accessor Signatures

***************************************

Sourcemodule type Single_data_storage = sig ... end

The generic signature of a single data accessor (a single value bound to a specific key in the hierarchical (key x value) database).

Sourcemodule type Single_carbonated_data_storage = sig ... end

Variant of Single_data_storage with gas accounting.

Sourcemodule type Non_iterable_indexed_data_storage = sig ... end

Restricted version of Indexed_data_storage w/o iterators.

Variant of Non_iterable_indexed_data_storage with gas accounting.

Sourcemodule type Indexed_data_storage = sig ... end

The generic signature of indexed data accessors (a set of values of the same type indexed by keys of the same form in the hierarchical (key x value) database).

Sourcemodule type Indexed_data_snapshotable_storage = sig ... end
Sourcemodule type Data_set_storage = sig ... end

The generic signature of a data set accessor (a set of values bound to a specific key prefix in the hierarchical (key x value) database).

Sourcemodule type NAME = sig ... end
Sourcemodule type VALUE = sig ... end
Sourcemodule type Indexed_raw_context = sig ... end