package tezos-protocol-003-PsddFKi3

  1. Overview
  2. Docs
Tezos protocol 003-PsddFKi3 package

Install

dune-project
 Dependency

Authors

Maintainers

Sources

tezos-18.0.tar.gz
sha256=dbc3b675aee59c2c574e5d0a771193a2ecfca31e7a5bc5aed66598080596ce1c
sha512=b97ed762b9d24744305c358af0d20f394376b64bfdd758dd4a81775326caf445caa57c4f6445da3dd6468ff492de18e4c14af6f374dfcbb7e4d64b7b720e5e2a

doc/tezos_raw_protocol_003_PsddFKi3/Tezos_raw_protocol_003_PsddFKi3/Script_repr/index.html

Module Tezos_raw_protocol_003_PsddFKi3.Script_reprSource

Sourceval lazy_expr : expr -> lazy_expr
Sourcetype t = {
  1. code : lazy_expr;
  2. storage : lazy_expr;
}
Sourceval deserialized_cost : expr -> Gas_limit_repr.cost
Sourceval traversal_cost : node -> Gas_limit_repr.cost
Sourceval node_cost : node -> Gas_limit_repr.cost
Sourceval int_node_cost_of_numbits : int -> Gas_limit_repr.cost
Sourceval string_node_cost : string -> Gas_limit_repr.cost
Sourceval string_node_cost_of_length : int -> Gas_limit_repr.cost
Sourceval bytes_node_cost_of_length : int -> Gas_limit_repr.cost
Sourceval prim_node_cost_nonrec : expr list -> annot -> Gas_limit_repr.cost
Sourceval prim_node_cost_nonrec_of_length : int -> annot -> Gas_limit_repr.cost
Sourceval seq_node_cost_nonrec : expr list -> Gas_limit_repr.cost
Sourceval seq_node_cost_nonrec_of_length : int -> Gas_limit_repr.cost
Sourceval minimal_deserialize_cost : lazy_expr -> Gas_limit_repr.cost