package tezos-protocol-017-PtNairob

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

Install

Dune Dependency

Authors

Maintainers

Sources

tezos-17.3.tar.gz
sha256=7062cd57addd452852598a2214ade393130efa087b99068d53713bdf912b3680
sha512=08e4091144a03ce3c107fb91a66501bd8b65ca3278917c455a2eaac6df3e108ade63f6ab8340a4bb152d60f404326e464d0ec95d26cafe8e82f870465d24a5fc

doc/tezos-protocol-017-PtNairob.raw/Tezos_raw_protocol_017_PtNairob/Alpha_context/Dal/Attestation/index.html

Module Dal.AttestationSource

This module re-exports definitions from Dal_attestation_repr and Raw_context.Dal.

Sourcetype t = private Bitset.t
Sourcetype operation = {
  1. attestor : public_key_hash;
  2. attestation : t;
  3. level : Raw_level.t;
}
Sourcetype shard_index = int
Sourceval empty : t
Sourceval commit : t -> Slot_index.t -> t
Sourceval is_attested : t -> Slot_index.t -> bool
Sourceval occupied_size_in_bits : t -> int
Sourceval expected_size_in_bits : max_index:Slot_index.t -> int
Sourceval shards_of_attestor : context -> attestor:public_key_hash -> shard_index list option
Sourceval record_attested_shards : context -> t -> int list -> context
Sourceval init_committee : context -> committee -> context
OCaml

Innovation. Community. Security.