File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -43,6 +43,7 @@ The general structure of a request and response is as followed:
43
43
| 0xE007 | Invalid metadata version |
44
44
| 0xE008 | Invalid token proof size |
45
45
| 0xE009 | Invalid token metadata |
46
+ | 0xE010 | Invalid key type |
46
47
| 0xEF00 | Internal error |
47
48
48
49
## Commands definitions
@@ -88,6 +89,7 @@ This command returns the public key corresponding to the secret key found at the
88
89
| Path[ 2] | byte (4) | Derivation Path Data | ? |
89
90
| Path[ 3] | byte (4) | Derivation Path Data | ? |
90
91
| Path[ 4] | byte (4) | Derivation Path Data | ? |
92
+ | Flag | byte (1) | The key type | 0 or 1: 0 indicates the default key type, and 1 indicates the groupless key type |
91
93
| Flag | byte (1) | Whether confirmation is needed | If not 0, display address and confirm before returning |
92
94
93
95
#### Response
@@ -177,6 +179,7 @@ Input data (first transaction data frame):
177
179
| Path[ 2] | byte (4) | Derivation Path Data | ? |
178
180
| Path[ 3] | byte (4) | Derivation Path Data | ? |
179
181
| Path[ 4] | byte (4) | Derivation Path Data | ? |
182
+ | Flag | byte (1) | The key type | 0 or 1: 0 indicates the default key type, and 1 indicates the groupless key type |
180
183
| Payload | byte (?) | Transaction Payload | ? |
181
184
182
185
Input data (subsequent transaction data frame):
You can’t perform that action at this time.
0 commit comments