Tezos_raw_protocol_alpha.Storage_sigsSourceThe generic signature of a single data accessor (a single value bound to a specific key in the hierarchical (key x value) database).
Restricted version of Indexed_data_storage w/o iterators.
Variant of Non_iterable_indexed_data_storage with gas accounting.
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).
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).
Variant of Data_set_storage with gas accounting.