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

Copy Markdown View Source

Raw rows and compact JWS values presented for deterministic archive framing.

Summary

Types

t()

@type t() :: %BoundedAuthorityProtocol.V1.AnchoredExportInput{
  end_anchor: binary(),
  rows: [binary()],
  start_anchor: binary(),
  transitions: [binary()]
}