Add EIP 712 signing v0

This commit is contained in:
BTChip github
2020-09-26 15:49:36 +02:00
committed by TamtamHero
parent c308b55535
commit 27c34e271a
10 changed files with 356 additions and 2 deletions

View File

@@ -20,10 +20,12 @@ 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 [];
extern const ux_flow_step_t * const ux_sign_712_v0_flow [];
#ifdef HAVE_STARKWARE
extern const ux_flow_step_t * const ux_display_stark_public_flow [];
extern const ux_flow_step_t * const ux_stark_limit_order_flow [];
extern const ux_flow_step_t * const ux_stark_transfer_flow [];