Files
app-ethereum/src_features/signMessageEIP712/ui_flow_712.h
2022-08-05 17:52:47 +02:00

13 lines
221 B
C

#ifndef UI_FLOW_712_H_
#define UI_FLOW_712_H_
#ifdef HAVE_EIP712_FULL_SUPPORT
#include "ux_flow_engine.h"
extern const ux_flow_step_t* const ux_712_flow[];
#endif // HAVE_EIP712_FULL_SUPPORT
#endif // UI_FLOW_712_H_