package tezos-protocol-007-PsDELPH1

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

Module Tezos_raw_protocol_007_PsDELPH1.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.

OCaml

Innovation. Community. Security.