package tezos-protocol-alpha

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

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.