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

Copy Markdown View Source

Closed selector type used by BoundedAuthorityProtocol.V1.Operation.

Selector enforcement is performed through the verification façade.

Summary

Types

t()

@type t() ::
  :all
  | {:equals, [binary()], BoundedAuthorityProtocol.V1.Json.value()}
  | {:one_of, [binary()], [BoundedAuthorityProtocol.V1.Json.value()]}