package octez-protocol-019-PtParisB-libs

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

Module Tezos_019_PtParisB_test_helpers.Script_big_mapSource

Sourceval update : 'key -> 'value option -> ('key, 'value) Tezos_protocol_019_PtParisB.Protocol.Script_typed_ir.big_map -> Tezos_protocol_019_PtParisB.Protocol.Alpha_context.t -> (('key, 'value) Tezos_protocol_019_PtParisB.Protocol.Script_typed_ir.big_map * Tezos_protocol_019_PtParisB.Protocol.Alpha_context.t) Tezos_protocol_019_PtParisB.Environment.Error_monad.tzresult Lwt.t

Update a big map. See Script_typed_ir.big_map_get_and_update for details.

Sourceval of_list : 'key Tezos_protocol_019_PtParisB.Protocol.Script_typed_ir.comparable_ty -> ('value, _) Tezos_protocol_019_PtParisB.Protocol.Script_typed_ir.ty -> ('key * 'value) list -> Tezos_protocol_019_PtParisB.Protocol.Alpha_context.t -> (('key, 'value) Tezos_protocol_019_PtParisB.Protocol.Script_typed_ir.big_map * Tezos_protocol_019_PtParisB.Protocol.Alpha_context.t) Tezos_protocol_019_PtParisB.Environment.Error_monad.tzresult Lwt.t

Convert a list to a Script_big_map. If the list contains duplicate keys, the first occurence is used.

OCaml

Innovation. Community. Security.