This commit is contained in:
parent
c68f7db1a6
commit
b62e68523a
1 changed files with 4 additions and 5 deletions
|
|
@ -30,6 +30,10 @@ module Config_types = struct
|
|||
end
|
||||
end
|
||||
|
||||
module HashCode = struct
|
||||
type t = string
|
||||
end
|
||||
|
||||
(* https://docs.taler.net/core/api-common.html#tsref-type-ErrorDetail *)
|
||||
module ErrorDetail = struct
|
||||
(* TODO GANA error codes
|
||||
|
|
@ -162,11 +166,6 @@ end = struct
|
|||
let jsont = Jsont.of_of_string ~kind:"RsaSignature" of_b32 ~enc:to_b32
|
||||
end
|
||||
|
||||
module HashCode = struct
|
||||
(* 32-byte value representing a point on Curve25519. *)
|
||||
type cs25519Point = string
|
||||
end
|
||||
|
||||
module RsaDenominationKey = struct
|
||||
type t = {
|
||||
age_mask: int;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue