Module Values.AssetHashesSource

Sourcetype nonrec t = (HashAlgorithm.t * HashValue.t) list
Sourceval make : 'a -> 'a
Sourceval of_header : (Base.String.t * 'a) list -> (HashAlgorithm.t * 'a) list
Sourceval to_value : (HashAlgorithm.t * 'a) list -> [> `Map of ([> `Enum of string ] * [> `String of 'a ]) list ]
Sourceval to_query : (HashAlgorithm.t * string) list -> Awso.Client.Query.t
Sourceval to_header : 'a -> 'b
Sourceval of_xml : 'a -> 'b
Sourceval of_json : Yojson.Safe.t -> (HashAlgorithm.t * string) list
Sourceval to_json : (HashAlgorithm.t * string) list -> Yojson.Safe.t