2022-05-12 17:30:04 +02:00
|
|
|
#ifndef COMMON_EIP712_H_
|
|
|
|
|
#define COMMON_EIP712_H_
|
|
|
|
|
|
|
|
|
|
#include <stdint.h>
|
|
|
|
|
#include "ux.h"
|
|
|
|
|
|
2022-08-25 10:26:48 +02:00
|
|
|
unsigned int ui_712_approve_cb();
|
|
|
|
|
unsigned int ui_712_reject_cb();
|
2022-05-12 17:30:04 +02:00
|
|
|
|
2022-07-19 11:49:18 +02:00
|
|
|
#endif // COMMON_EIP712_H_
|