2020-06-27 13:24:04 +02:00
|
|
|
#include "shared_context.h"
|
2020-10-07 16:56:40 +02:00
|
|
|
|
2020-06-27 13:24:04 +02:00
|
|
|
#include "os_io_seproxyhal.h"
|
|
|
|
|
|
|
|
|
|
extern const ux_flow_step_t * const ux_idle_flow [];
|
|
|
|
|
|
|
|
|
|
extern const ux_flow_step_t * const ux_settings_flow [];
|
|
|
|
|
|
|
|
|
|
extern const ux_flow_step_t * const ux_display_public_flow [];
|
|
|
|
|
|
|
|
|
|
extern const ux_flow_step_t * const ux_confirm_selector_flow [];
|
|
|
|
|
|
|
|
|
|
extern const ux_flow_step_t * const ux_confirm_parameter_flow [];
|
|
|
|
|
|
|
|
|
|
extern const ux_flow_step_t * const ux_approval_tx_flow [];
|
|
|
|
|
|
|
|
|
|
extern const ux_flow_step_t * const ux_approval_tx_data_warning_flow [];
|
|
|
|
|
|
|
|
|
|
extern const ux_flow_step_t * const ux_approval_allowance_flow [];
|
|
|
|
|
|
|
|
|
|
extern const ux_flow_step_t * const ux_sign_flow [];
|
|
|
|
|
|
2020-09-26 15:49:36 +02:00
|
|
|
extern const ux_flow_step_t * const ux_sign_712_v0_flow [];
|
2020-06-27 13:24:04 +02:00
|
|
|
|
|
|
|
|
#ifdef HAVE_STARKWARE
|
|
|
|
|
|
2020-09-26 15:49:36 +02:00
|
|
|
extern const ux_flow_step_t * const ux_display_stark_public_flow [];
|
|
|
|
|
|
2020-06-27 13:24:04 +02:00
|
|
|
extern const ux_flow_step_t * const ux_stark_limit_order_flow [];
|
|
|
|
|
|
|
|
|
|
extern const ux_flow_step_t * const ux_stark_transfer_flow [];
|
|
|
|
|
|
|
|
|
|
extern const ux_flow_step_t * const ux_stark_self_transfer_flow [];
|
|
|
|
|
|
|
|
|
|
extern const ux_flow_step_t * const ux_approval_starkware_register_flow [];
|
|
|
|
|
|
|
|
|
|
extern const ux_flow_step_t * const ux_approval_starkware_deposit_flow [];
|
|
|
|
|
|
|
|
|
|
extern const ux_flow_step_t * const ux_approval_starkware_withdraw_flow [];
|
|
|
|
|
|
|
|
|
|
extern const ux_flow_step_t * const ux_approval_starkware_verify_vault_id_flow [];
|
|
|
|
|
|
|
|
|
|
extern const ux_flow_step_t * const ux_approval_starkware_escape_flow [];
|
|
|
|
|
|
|
|
|
|
extern const ux_flow_step_t * const ux_approval_starkware_verify_escape_flow [];
|
|
|
|
|
|
|
|
|
|
#endif
|
|
|
|
|
|