package tezos-protocol-008-PtEdo2Zk

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = private
  1. | Unaccounted
  2. | Limited of {
    1. remaining : Arith.fp;
    }
type cost
val free : cost
val alloc_bytes_cost : int -> cost
val alloc_mbytes_cost : int -> cost
val (+@) : cost -> cost -> cost
val set_limit : context -> 'a Arith.t -> context
val set_unlimited : context -> context
val level : context -> t
val consumed : since:context -> until:context -> Arith.fp
val block_level : context -> Arith.fp
val cost_of_repr : Gas_limit_repr.cost -> cost
OCaml

Innovation. Community. Security.