package tezos-protocol-010-PtGRANAD

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Alpha_context.Big_mapSource

Sourcemodule Id : sig ... end

list_values ?offset ?length ctxt id lists all values stored in big map id.

The first offset values are ignored (if passed). Negative offsets are treated as 0.

There will be no more than length values in the result list (if passed). Negative values are treated as 0.

The returned context takes into account gas consumption of loading values.

Sourcetype update = {
  1. key : Script_repr.expr;
  2. key_hash : Script_expr_hash.t;
  3. value : Script_repr.expr option;
}
Sourcetype updates = update list
Sourcetype alloc = {
  1. key_type : Script_repr.expr;
  2. value_type : Script_repr.expr;
}
OCaml

Innovation. Community. Security.