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

Copy Markdown View Source

Closed deterministic boundary-anchor signing input.

Summary

Types

t()

@type t() :: %BoundedAuthorityProtocol.V1.BoundaryAnchor{
  anchor_id: binary(),
  anchored_at: integer(),
  chain_hash: binary(),
  chain_id: binary(),
  key_id: binary(),
  public_key: binary(),
  sequence: non_neg_integer()
}