EIP712 filtering, added new APDUs
This commit is contained in:
@@ -34,11 +34,16 @@ typedef enum
|
||||
// APDUs P1
|
||||
#define P1_COMPLETE 0x00
|
||||
#define P1_PARTIAL 0xFF
|
||||
#define P1_ACTIVATE 0x00
|
||||
#define P1_CONTRACT_NAME 0x0F
|
||||
#define P1_FIELD_NAME 0xFF
|
||||
|
||||
// APDUs P2
|
||||
#define P2_NAME 0x00
|
||||
#define P2_ARRAY 0x0F
|
||||
#define P2_FIELD 0xFF
|
||||
#define P2_KEY 0x00
|
||||
#define P2_VALUE 0xFF
|
||||
|
||||
// TypeDesc masks
|
||||
#define TYPE_MASK (0xF)
|
||||
|
||||
Reference in New Issue
Block a user