package tezos-protocol-015-PtLimaPt

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

Module Tezos_raw_protocol_015_PtLimaPt.Storage_costsSource

Sourceval read_access : path_length:int -> read_bytes:int -> Gas_limit_repr.cost

Cost of reading read_bytes at a key of length path_length.

Sourceval write_access : written_bytes:int -> Gas_limit_repr.cost

Cost of performing a single write access, writing written_bytes bytes.

Sourceval list_key_values_traverse : size:int -> Gas_limit_repr.cost

list_key_values_traverse ~size returns the cost of traversing a context with size number of elements.

OCaml

Innovation. Community. Security.