Files
app-ethereum/src_features/signMessageEIP712_common/common_712.h
Alexandre Paillier de9e895ad9 EIP-712 code linting
2022-08-05 18:15:59 +02:00

11 lines
230 B
C

#ifndef COMMON_EIP712_H_
#define COMMON_EIP712_H_
#include <stdint.h>
#include "ux.h"
unsigned int ui_712_approve_cb(const bagl_element_t *e);
unsigned int ui_712_reject_cb(const bagl_element_t *e);
#endif // COMMON_EIP712_H_