Proper cleanup after EIP712 message
This commit is contained in:
@@ -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_
|
||||
|
||||
Reference in New Issue
Block a user