package tezos-protocol-005-PsBabyM1

  1. Overview
  2. Docs
Tezos/Protocol: economic-protocol definition

Install

Dune Dependency

Authors

Maintainers

Sources

tezos-16.1.tar.gz
sha256=43723d096307603703a1a89ed1b2eb202b365f5e7824b96b0cbf813b343a6cf7
sha512=b2a637f2e965000d3d49ad85277ca24d6cb07a1a7cf2bc69d296d8b03ad78c3eaa8e21e94b9162e62c2e11649cd03bc845b2a3dafe623b91065df69d47dc8e4f

doc/tezos-protocol-005-PsBabyM1.raw/Tezos_raw_protocol_005_PsBabyM1/Alpha_context/index.html

Module Tezos_raw_protocol_005_PsBabyM1.Alpha_contextSource

Sourcemodule type BASIC_DATA = sig ... end
Sourcetype t
Sourcetype context = t
Sourcemodule Tez : sig ... end
Sourcemodule Period : sig ... end
Sourcemodule Timestamp : sig ... end
Sourcemodule Raw_level : sig ... end
Sourcemodule Cycle : sig ... end
Sourcemodule Gas : sig ... end
Sourcemodule Script_int : module type of Script_int_repr
Sourcemodule Script_timestamp : sig ... end
Sourcemodule Script : sig ... end
Sourcemodule Constants : sig ... end
Sourcemodule Voting_period : sig ... end
Sourcemodule Level : sig ... end
Sourcemodule Fitness : sig ... end
Sourcemodule Nonce : sig ... end
Sourcemodule Seed : sig ... end
Sourcemodule Big_map : sig ... end
Sourcemodule Contract : sig ... end
Sourcemodule Delegate : sig ... end
Sourcemodule Vote : sig ... end
Sourcemodule Block_header : sig ... end
Sourcemodule Kind : sig ... end
Sourcetype 'kind operation = {
  1. shell : Tezos_protocol_environment_005_PsBabyM1.Operation.shell_header;
  2. protocol_data : 'kind protocol_data;
}
Sourceand 'kind protocol_data = {
  1. contents : 'kind contents_list;
  2. signature : Tezos_protocol_environment_005_PsBabyM1.Signature.t option;
}
Sourceand _ contents_list =
  1. | Single : 'kind contents -> 'kind contents_list
  2. | Cons : 'kind Kind.manager contents * 'rest Kind.manager contents_list -> ('kind * 'rest) Kind.manager contents_list
Sourcetype 'kind internal_operation = {
  1. source : Contract.contract;
  2. operation : 'kind manager_operation;
  3. nonce : int;
}
Sourcetype packed_manager_operation =
  1. | Manager : 'kind manager_operation -> packed_manager_operation
Sourcetype packed_contents =
  1. | Contents : 'kind contents -> packed_contents
Sourcetype packed_contents_list =
  1. | Contents_list : 'kind contents_list -> packed_contents_list
Sourcetype packed_protocol_data =
  1. | Operation_data : 'kind protocol_data -> packed_protocol_data
Sourcetype packed_internal_operation =
  1. | Internal_operation : 'kind internal_operation -> packed_internal_operation
Sourceval manager_kind : 'kind manager_operation -> 'kind Kind.manager
Sourcemodule Fees : sig ... end
Sourcemodule Operation : sig ... end
Sourcemodule Roll : sig ... end
Sourcemodule Commitment : sig ... end
Sourcemodule Bootstrap : sig ... end
Sourcemodule Global : sig ... end
Sourceval included_endorsements : context -> int
Sourceval reset_internal_nonce : context -> context
Sourceval record_internal_nonce : context -> int -> context
Sourceval internal_nonce_already_recorded : context -> int -> bool
Sourceval get_fees : context -> Tez.t
Sourceval get_rewards : context -> Tez.t
OCaml

Innovation. Community. Security.