Proper cleanup after EIP712 message

This commit is contained in:
Alexandre Paillier
2022-05-12 17:30:26 +02:00
parent 0525f7cda8
commit c0eaf8d106
13 changed files with 88 additions and 13 deletions

View File

@@ -8,6 +8,9 @@ extern uint8_t *typenames_array;
extern uint8_t *structs_array;
extern uint8_t *current_struct_fields_array;
bool init_eip712_context(void);
bool eip712_context_init(void);
void eip712_context_deinit(void);
extern bool eip712_context_initialized;
#endif // EIP712_CTX_H_