package octez-protocol-020-PsParisC-libs

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

Module Tezos_020_PsParisC_test_helpers.Script_big_mapSource

Sourceval update : 'key -> 'value option -> ('key, 'value) Tezos_protocol_020_PsParisC.Protocol.Script_typed_ir.big_map -> Tezos_protocol_020_PsParisC.Protocol.Alpha_context.t -> (('key, 'value) Tezos_protocol_020_PsParisC.Protocol.Script_typed_ir.big_map * Tezos_protocol_020_PsParisC.Protocol.Alpha_context.t) Tezos_protocol_020_PsParisC.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_020_PsParisC.Protocol.Script_typed_ir.comparable_ty -> ('value, _) Tezos_protocol_020_PsParisC.Protocol.Script_typed_ir.ty -> ('key * 'value) list -> Tezos_protocol_020_PsParisC.Protocol.Alpha_context.t -> (('key, 'value) Tezos_protocol_020_PsParisC.Protocol.Script_typed_ir.big_map * Tezos_protocol_020_PsParisC.Protocol.Alpha_context.t) Tezos_protocol_020_PsParisC.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.