Extracted the context initialization from the main source file
This commit is contained in:
13
src_features/signMessageEIP712/context.h
Normal file
13
src_features/signMessageEIP712/context.h
Normal file
@@ -0,0 +1,13 @@
|
||||
#ifndef EIP712_CTX_H_
|
||||
#define EIP712_CTX_H_
|
||||
|
||||
#include <stdbool.h>
|
||||
|
||||
|
||||
extern uint8_t *typenames_array;
|
||||
extern uint8_t *structs_array;
|
||||
extern uint8_t *current_struct_fields_array;
|
||||
|
||||
bool init_eip712_context(void);
|
||||
|
||||
#endif // EIP712_CTX_H_
|
||||
Reference in New Issue
Block a user