package tezos-protocol-003-PsddFKi3

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

Module Alpha_context.GasSource

Sourcetype t = private
  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
Sourceval set_unlimited : context -> context
Sourceval level : context -> t
OCaml

Innovation. Community. Security.