package guardian

  1. Overview
  2. Docs

Module type Guardian.RoleSigSource

Sourcetype t
Sourceval compare : t -> t -> Ppx_deriving_runtime.int
Sourceval to_yojson : t -> Yojson.Safe.t
Sourceval name : t -> string
Sourceval find_target : t -> Uuid.Target.t option
Sourceval find_target_exn : t -> Uuid.Target.t
Sourceval of_string : string -> t
Sourceval all : t list