Files
app-ethereum/src_bagl/ui_flow_712.h
Alexandre Paillier 1b46ccb190 Extract EIP-712 UI code
2022-09-14 17:27:33 +02:00

13 lines
223 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_