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

Copy Markdown View Source

Mandatory caller-derived boundaries for one nonempty consumption-chain range.

Summary

Types

t()

@type t() :: %BoundedAuthorityProtocol.V1.ExpectedChain{
  bounds: BoundedAuthorityProtocol.V1.Bounds.t() | map(),
  chain_id: binary(),
  first_sequence: pos_integer(),
  last_hash: binary(),
  last_sequence: pos_integer(),
  previous_hash: binary(),
  row_count: pos_integer()
}