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

Copy Markdown View Source

Mandatory caller context for atomic anchored-export verification.

Summary

Types

t()

@type t() :: %BoundedAuthorityProtocol.V1.ExpectedAnchoredExport{
  bounds: BoundedAuthorityProtocol.V1.Bounds.t() | map(),
  chain: BoundedAuthorityProtocol.V1.ExpectedChain.t(),
  digest: binary(),
  end_anchor: BoundedAuthorityProtocol.V1.ExpectedAnchor.t(),
  object_version: binary(),
  start_anchor: BoundedAuthorityProtocol.V1.ExpectedAnchor.t(),
  transitions: [BoundedAuthorityProtocol.V1.ExpectedKeyTransition.t()]
}