package conex

  1. Overview
  2. Docs
Establishing trust in community repositories

Install

Dune Dependency

Authors

Maintainers

Sources

conex-v0.11.0.tbz
sha256=9b64ab189a68ebb37daed618ce0c201f082469f4b4efa8cc9099442a169d924b
sha512=30caad9a0a8d45d24933652733349e251c0e8decb6ac4c7de18fc4ae8a621865f8af5b2d02a5c9fcca0cc122e6a443ba91f2f7a350f729633923f9c1b5cf913d

doc/conex/Conex_resource/Targets/index.html

Module Conex_resource.TargetsSource

Sourcetype t = {
  1. created : timestamp;
  2. counter : Conex_utils.Uint.t;
  3. epoch : Conex_utils.Uint.t;
  4. name : identifier;
  5. keys : Key.t Conex_utils.M.t;
  6. valid : Expression.t;
  7. delegations : Delegation.t list;
  8. targets : Target.t list;
  9. signatures : Signature.t Conex_utils.M.t;
}
Sourceval t : ?counter:Conex_utils.Uint.t -> ?epoch:Conex_utils.Uint.t -> ?keys:Key.t Conex_utils.M.t -> ?delegations:Delegation.t list -> ?targets:Target.t list -> ?signatures:Signature.t Conex_utils.M.t -> timestamp -> identifier -> Expression.t -> t
Sourceval add_signature : t -> identifier -> Signature.t -> t
Sourceval equal : t -> t -> bool

equal a b is true if all fields of a and b are equal.

pp t is a pretty printer for a targets.

Sourceval of_wire : Wire.t -> (t * string list, string) result

of_wire w converts w to a targets or error.

Sourceval wire : t -> Wire.t

wire t is the wire representation of t.

Sourceval wire_raw : t -> Wire.t

wire_raw t is the wire representation of t.

OCaml

Innovation. Community. Security.