offline tool: add wire-fee cmd

This commit is contained in:
swrup 2026-02-03 22:03:25 +01:00
parent 6ee1a994ad
commit 17be86bfd4
5 changed files with 111 additions and 21 deletions

View file

@ -525,9 +525,6 @@ end
module WireFeeSetupMessage = struct
type t = {
wire_method: string;
(* TODO over which struct?
Signature using the exchange's offline key
with purpose TALER_SIGNATURE_MASTER_WIRE_FEES *)
master_sig_wire: MasterWireFee.t;
fee_start: Timestamp.t;
fee_end: Timestamp.t;