Merge Starkware branch
This commit is contained in:
46
src/ui_flow.h
Normal file
46
src/ui_flow.h
Normal file
@@ -0,0 +1,46 @@
|
||||
#include "shared_context.h"
|
||||
|
||||
#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 [];
|
||||
|
||||
extern const ux_flow_step_t * const ux_display_stark_public_flow [];
|
||||
|
||||
#ifdef HAVE_STARKWARE
|
||||
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user