Files
app-ethereum/src_features/signMessageEIP712_common/common_712.h
Alexandre Paillier 1b46ccb190 Extract EIP-712 UI code
2022-09-14 17:27:33 +02:00

11 lines
184 B
C

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