= 1024" x-on:close-sidebar="sidebar=window.innerWidth >= 1024 && true">
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
type approximate_fee_bound = {
fee : Tezos_protocol_alpha.Protocol.Alpha_context.Tez.t;
counter : Z.t;
gas_limit : Tezos_protocol_alpha.Protocol.Alpha_context.Gas.Arith.integral;
storage_limit : Z.t;
}
Type to represent appoximate upper-bounds for the fee and limits, used to compute an upper bound on the size (in bytes) of an operation.
module type TAG = sig ... end
Signature for tags used in injector
module type PARAMETERS = sig ... end
Module type for parameter of functor Injector_functor.Make
.
module type S = sig ... end
Output signature for functor Injector_functor.Make
.