BoundedAuthorityProtocol.V1.AnchoredExportFacts (Bounded Authority Protocol v0.1.1)

Copy Markdown View Source

Closed redacted non-authorizing atomic anchored-export facts.

Summary

Types

t()

@type t() :: %BoundedAuthorityProtocol.V1.AnchoredExportFacts{
  authorization: :not_evaluated,
  chain_id: binary(),
  digest: binary(),
  end_anchor_id: binary(),
  end_anchored_at: integer(),
  end_key_fingerprint: binary(),
  first_sequence: pos_integer(),
  last_hash: binary(),
  last_sequence: pos_integer(),
  previous_hash: binary(),
  row_count: pos_integer(),
  start_anchor_id: binary(),
  start_anchored_at: integer(),
  start_key_fingerprint: binary(),
  transition_count: non_neg_integer(),
  trust: :not_evaluated,
  verification: :anchored_export,
  version: 1
}