Moved EIP712 filtering related code into its own file
This commit is contained in:
12
src_features/signMessageEIP712/schema_hash.h
Normal file
12
src_features/signMessageEIP712/schema_hash.h
Normal file
@@ -0,0 +1,12 @@
|
||||
#ifndef SCHEMA_HASH_H_
|
||||
#define SCHEMA_HASH_H_
|
||||
|
||||
#ifdef HAVE_EIP712_FULL_SUPPORT
|
||||
|
||||
#include <stdbool.h>
|
||||
|
||||
bool compute_schema_hash(void);
|
||||
|
||||
#endif // HAVE_EIP712_FULL_SUPPORT
|
||||
|
||||
#endif // SCHEMA_HASH_H_
|
||||
Reference in New Issue
Block a user