+ aml_officer_setup

This commit is contained in:
swrup 2025-12-21 19:11:45 +01:00
parent ef0a51c166
commit 4f27ad4d6d
2 changed files with 43 additions and 16 deletions

View file

@ -733,10 +733,10 @@ end
module AmlOfficerSetup = struct
type t = {
officer_pub: EddsaPublicKey.t;
master_sig: MasterAmlOfficerStatus.t;
officer_name: string;
is_active: bool;
read_only: bool;
master_sig: MasterAmlOfficerStatus.t;
change_date: Timestamp.t;
}