package tezos-dal-node-services

  1. Overview
  2. Docs

A message is a portion of an encoded slot's data. It's basically a shard without the corresponding index. The proof that the corresponding shard belong to the commitment (part of the message id) is also part of the message.

type t = {
  1. share : Cryptobox.share;
  2. shard_proof : Cryptobox.shard_proof;
}
include Tezos_base.TzPervasives.PRINTABLE with type t := t
val pp : Stdlib.Format.formatter -> t -> unit
OCaml

Innovation. Community. Security.