wip fix mess

This commit is contained in:
swrup 2025-12-15 08:56:44 +01:00
parent 26f5e392ee
commit 50a6137967
6 changed files with 115 additions and 96 deletions

View file

@ -102,14 +102,7 @@ end = struct
| true -> Ok ()
let jsont = EddsaSignature.jsont
let caqti : EddsaSignature.t Caqti_type.t =
let open Caqti_type in
let open EddsaSignature in
custom
~encode:(fun v -> Ok (to_octets v))
~decode:(fun s -> Ok (of_octets s))
octets
let caqti : EddsaSignature.t Caqti_type.t = EddsaSignature.caqti
end
module DenominationKeyAnnouncement = struct