package tezos-protocol-010-PtGRANAD

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

Module Tezos_raw_protocol_010_PtGRANAD.Gas_limit_reprSource

Sourcetype t =
  1. | Unaccounted
  2. | Limited of {
    1. remaining : Arith.fp;
    }
Sourceval raw_consume : Arith.fp -> cost -> Arith.fp option
Sourceval free : cost
Sourceval atomic_step_cost : _ Saturation_repr.t -> cost
Sourceval step_cost : _ Saturation_repr.t -> cost
Sourceval alloc_cost : _ Saturation_repr.t -> cost
Sourceval alloc_bytes_cost : int -> cost
Sourceval alloc_mbytes_cost : int -> cost
Sourceval read_bytes_cost : int -> cost
Sourceval write_bytes_cost : int -> cost
Sourceval (*@) : _ Saturation_repr.t -> cost -> cost
Sourceval (+@) : cost -> cost -> cost
OCaml

Innovation. Community. Security.