Now buffers the EIP-712 pairs to show more than one per screen

This commit is contained in:
Alexandre Paillier
2024-06-06 18:13:11 +02:00
parent c7f5ba67e8
commit ae359b481e
3 changed files with 73 additions and 12 deletions

View File

@@ -43,6 +43,9 @@ void ui_712_token_join_prepare_addr_check(uint8_t index);
void ui_712_token_join_prepare_amount(uint8_t index, const char *name, uint8_t name_length);
void amount_join_set_token_received(void);
bool ui_712_show_raw_key(const void *field_ptr);
#ifdef SCREEN_SIZE_WALLET
char *get_ui_pairs_buffer(size_t *size);
#endif
#endif // HAVE_EIP712_FULL_SUPPORT