Files
app-ethereum/src/ui_callbacks.h

23 lines
1.2 KiB
C
Raw Normal View History

2020-06-27 13:24:04 +02:00
#include "shared_context.h"
unsigned int io_seproxyhal_touch_settings(const bagl_element_t *e);
unsigned int io_seproxyhal_touch_exit(const bagl_element_t *e);
unsigned int io_seproxyhal_touch_tx_ok(const bagl_element_t *e);
unsigned int io_seproxyhal_touch_tx_cancel(const bagl_element_t *e);
unsigned int io_seproxyhal_touch_address_ok(const bagl_element_t *e);
unsigned int io_seproxyhal_touch_address_cancel(const bagl_element_t *e);
unsigned int io_seproxyhal_touch_signMessage_ok(const bagl_element_t *e);
unsigned int io_seproxyhal_touch_signMessage_cancel(const bagl_element_t *e);
unsigned int io_seproxyhal_touch_data_ok(const bagl_element_t *e);
unsigned int io_seproxyhal_touch_data_cancel(const bagl_element_t *e);
2020-09-26 15:49:36 +02:00
unsigned int io_seproxyhal_touch_signMessage712_v0_ok(const bagl_element_t *e);
unsigned int io_seproxyhal_touch_signMessage712_v0_cancel(const bagl_element_t *e);
2020-10-27 11:16:50 +01:00
unsigned int io_seproxyhal_touch_eth2_address_ok(const bagl_element_t *e);
2020-06-27 13:24:04 +02:00
void ui_idle(void);
void io_seproxyhal_send_status(uint32_t sw);
2020-12-01 16:20:13 +01:00
void format_signature_out(const uint8_t *signature);
2020-06-27 13:24:04 +02:00
void finalizeParsing(bool direct);
2020-12-01 16:20:13 +01:00
tokenDefinition_t *getKnownToken(uint8_t *contractAddress);