This commit is contained in:
swrup 2025-11-23 15:37:05 +01:00
parent 056c111d88
commit 481a0644cb
5 changed files with 126 additions and 54 deletions

View file

@ -12,6 +12,7 @@ type t = {
fee_deposit: Amount.t;
fee_refresh: Amount.t;
fee_refund: Amount.t;
age_mask: int;
h_pub: Bin_type.DenominationHash.t;
sign: string -> RsaSignature.t;
master_sig: EddsaSignature.t option;
@ -62,6 +63,7 @@ let make
fee_deposit;
fee_refresh;
fee_refund;
age_mask= 0;
h_pub;
sign;
master_sig;