Delay EIP-712 array traversal until size is received
This commit is contained in:
@@ -27,7 +27,7 @@ typedef struct {
|
||||
|
||||
bool path_set_root(const char *const struct_name, uint8_t length);
|
||||
const void *path_get_field(void);
|
||||
bool path_advance(void);
|
||||
bool path_advance(bool array_check);
|
||||
bool path_init(void);
|
||||
void path_deinit(void);
|
||||
bool path_new_array_depth(const uint8_t *const data, uint8_t length);
|
||||
|
||||
Reference in New Issue
Block a user