package tezos-protocol-003-PsddFKi3

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

Module Tezos_raw_protocol_003_PsddFKi3.Gas_limit_reprSource

Sourcetype t =
  1. | Unaccounted
  2. | Limited of {
    1. remaining : Tezos_protocol_environment_003_PsddFKi3.Z.t;
    }
Sourcetype cost
Sourceval free : cost
Sourceval step_cost : int -> cost
Sourceval alloc_cost : int -> cost
Sourceval alloc_bytes_cost : int -> cost
Sourceval alloc_mbytes_cost : int -> cost
Sourceval alloc_bits_cost : int -> cost
Sourceval (*@) : int -> cost -> cost
Sourceval (+@) : cost -> cost -> cost
OCaml

Innovation. Community. Security.