store secmod data on POST /management/keys
This commit is contained in:
parent
eaf9d7cb56
commit
46a82fc998
3 changed files with 34 additions and 33 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue