Files
app-ethereum/src_features/signMessageEIP712/ui_flow_712.h

13 lines
221 B
C
Raw Normal View History

2022-05-12 17:29:35 +02:00
#ifndef UI_FLOW_712_H_
#define UI_FLOW_712_H_
#ifdef HAVE_EIP712_FULL_SUPPORT
2022-05-12 17:29:35 +02:00
#include "ux_flow_engine.h"
extern const ux_flow_step_t* const ux_712_flow[];
#endif // HAVE_EIP712_FULL_SUPPORT
2022-05-12 17:29:35 +02:00
#endif // UI_FLOW_712_H_