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

Copy Markdown View Source

Exact expected context for one historical boundary anchor.

Summary

Types

t()

@type t() :: %BoundedAuthorityProtocol.V1.ExpectedAnchor{
  anchor_id: binary(),
  anchored_at: integer(),
  bounds: BoundedAuthorityProtocol.V1.Bounds.t() | map(),
  chain_hash: binary(),
  chain_id: binary(),
  key_fingerprint: binary(),
  key_id: binary(),
  sequence: non_neg_integer()
}