Files
Alexandre Paillier de9e895ad9 EIP-712 code linting
2022-08-05 18:15:59 +02:00

13 lines
198 B
C

#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_