Proper cleanup after EIP712 message
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
#define UI_LOGIC_712_H_
|
||||
|
||||
#include <stdint.h>
|
||||
#include "ux.h"
|
||||
|
||||
typedef enum
|
||||
{
|
||||
@@ -17,9 +18,12 @@ typedef struct
|
||||
} t_ui_context;
|
||||
|
||||
bool ui_712_init(void);
|
||||
void ui_712_deinit(void);
|
||||
void ui_712_next_field(void);
|
||||
void ui_712_new_root_struct(const void *const struct_ptr);
|
||||
void ui_712_new_field(const void *const field_ptr, const uint8_t *const data, uint8_t length);
|
||||
void ui_712_end_sign(void);
|
||||
unsigned int ui_712_approve(const bagl_element_t *e);
|
||||
unsigned int ui_712_reject(const bagl_element_t *e);
|
||||
|
||||
#endif // UI_LOGIC_712_H_
|
||||
|
||||
Reference in New Issue
Block a user