package tezos-protocol-005-PsBabyM1

  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_005_PsBabyM1.Z.t;
    }
Sourcetype cost
Sourceval free : cost
Sourceval atomic_step_cost : int -> 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.