BoundedAuthorityProtocol.V1.EncodedAnchoredExport (Bounded Authority Protocol v0.1.2)

Copy Markdown View Source

Exact archive chunks, complete digest, and byte count from deterministic framing.

Summary

Types

t()

@type t() :: %BoundedAuthorityProtocol.V1.EncodedAnchoredExport{
  byte_count: pos_integer(),
  chunks: [binary()],
  digest: binary()
}