store secmod data on POST /management/keys

This commit is contained in:
swrup 2026-01-24 08:23:37 +01:00
parent eaf9d7cb56
commit 46a82fc998
3 changed files with 34 additions and 33 deletions

View file

@ -37,6 +37,8 @@ module type S = sig
denomination_hash ->
Bin_sig.MasterDenominationKeyRevocation.t ->
(unit, string) result
val store : unit -> (unit, string) result
end
module Make (_ : Pg.CONN) : S