Date/Time EIP-712 filtering implementation

This commit is contained in:
Alexandre Paillier
2024-05-13 17:40:26 +02:00
parent d6a533b720
commit 2fdb3bcb34
5 changed files with 119 additions and 5 deletions

View File

@@ -26,7 +26,7 @@ void ui_712_set_title(const char *const str, uint8_t length);
void ui_712_set_value(const char *const str, uint8_t length);
void ui_712_message_hash(void);
void ui_712_redraw_generic_step(void);
void ui_712_flag_field(bool show, bool name_provided, bool token_join);
void ui_712_flag_field(bool show, bool name_provided, bool token_join, bool datetime);
void ui_712_field_flags_reset(void);
void ui_712_finalize_field(void);
void ui_712_set_filtering_mode(e_eip712_filtering_mode mode);