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

Copy Markdown View Source

Closed redacted non-authorizing consumption-chain facts.

Summary

Types

t()

@type t() :: %BoundedAuthorityProtocol.V1.ChainFacts{
  chain_id: binary(),
  first_sequence: pos_integer(),
  last_hash: binary(),
  last_sequence: pos_integer(),
  previous_hash: binary(),
  row_count: pos_integer(),
  trust: :not_evaluated,
  verification: :boundary_consistent,
  version: 1
}