package tezos-protocol-alpha

  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-alpha.raw/Tezos_raw_protocol_alpha/Alpha_context/Block_header/index.html

Module Alpha_context.Block_headerSource

This module re-exports definitions from Block_header_repr.

Sourcetype contents = {
  1. payload_hash : Block_payload_hash.t;
  2. payload_round : Round.t;
  3. seed_nonce_hash : Nonce_hash.t option;
  4. proof_of_work_nonce : bytes;
  5. liquidity_baking_toggle_vote : Liquidity_baking_repr.liquidity_baking_toggle_vote;
}
Sourcetype protocol_data = {
  1. contents : contents;
  2. signature : signature;
}
Sourcetype block_header = t
Sourcetype block_watermark =
  1. | Block_header of Tezos_protocol_environment_alpha.Chain_id.t
Sourcemodule Proof_of_work : sig ... end
Sourceval raw : block_header -> raw
Sourceval max_header_length : int

The maximum size of block headers in bytes

Sourceval begin_validate_block_header : block_header:t -> chain_id:Tezos_protocol_environment_alpha.Chain_id.t -> predecessor_timestamp:Tezos_protocol_environment_alpha.Time.t -> predecessor_round:Round.t -> fitness:Fitness.t -> timestamp:Tezos_protocol_environment_alpha.Time.t -> delegate_pk:public_key -> round_durations:Round.round_durations -> proof_of_work_threshold:int64 -> expected_commitment:bool -> unit Tezos_protocol_environment_alpha.Error_monad.tzresult
Sourcetype locked_round_evidence = {
  1. preendorsement_round : Round.t;
  2. preendorsement_count : int;
}
Sourcetype checkable_payload_hash =
  1. | No_check
  2. | Expected_payload_hash of Block_payload_hash.t
Sourceval finalize_validate_block_header : block_header_contents:contents -> round:Round.t -> fitness:Fitness.t -> checkable_payload_hash:checkable_payload_hash -> locked_round_evidence:locked_round_evidence option -> consensus_threshold:int -> unit Tezos_protocol_environment_alpha.Error_monad.tzresult
OCaml

Innovation. Community. Security.