@onekeyfe/hd-core 1.2.2-alpha.100 → 1.2.2-alpha.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/__tests__/AllNetworkGetAddressBase.tracing.test.ts +20 -4
- package/__tests__/DeviceCommands.test.ts +13 -0
- package/__tests__/check-all-firmware-release-protocol-v2.test.ts +0 -2
- package/__tests__/check-firmware-release-protocol-v2.test.ts +0 -2
- package/__tests__/device-lifecycle-events.test.ts +86 -0
- package/__tests__/deviceUploadNft.test.ts +68 -0
- package/__tests__/evmSignTypedData.test.ts +42 -0
- package/__tests__/firmware-update/firmware-update-v4-install-poll.test.ts +825 -12
- package/__tests__/logBlockEvent.test.ts +45 -122
- package/__tests__/open-wallet-session.test.ts +781 -69
- package/__tests__/pro2HostAssetPackage.test.ts +165 -0
- package/__tests__/protocol-v2-resources.test.ts +7 -4
- package/__tests__/protocol-v2-unlock-policy.test.ts +35 -1
- package/__tests__/protocol-v2.test.ts +925 -97
- package/__tests__/protocolV2FileWrite.test.ts +40 -0
- package/dist/api/FirmwareUpdateV4.d.ts +5 -0
- package/dist/api/FirmwareUpdateV4.d.ts.map +1 -1
- package/dist/api/OpenWalletSession.d.ts.map +1 -1
- package/dist/api/allnetwork/AllNetworkGetAddressBase.d.ts.map +1 -1
- package/dist/api/evm/EVMSignTypedData.d.ts.map +1 -1
- package/dist/api/firmware/FirmwareUpdateBaseMethod.d.ts +2 -2
- package/dist/api/firmware/FirmwareUpdateBaseMethod.d.ts.map +1 -1
- package/dist/api/firmware/getBinary.d.ts +2 -2
- package/dist/api/helpers/protocolV2FileWrite.d.ts +1 -0
- package/dist/api/helpers/protocolV2FileWrite.d.ts.map +1 -1
- package/dist/api/protocol-v2/DeviceGetFirmwareUpdateStatus.d.ts.map +1 -1
- package/dist/api/protocol-v2/DeviceUploadNft.d.ts.map +1 -1
- package/dist/api/protocol-v2/DeviceUploadWallpaper.d.ts.map +1 -1
- package/dist/api/protocol-v2/helpers.d.ts.map +1 -1
- package/dist/core/RequestQueue.d.ts +2 -0
- package/dist/core/RequestQueue.d.ts.map +1 -1
- package/dist/core/index.d.ts +3 -1
- package/dist/core/index.d.ts.map +1 -1
- package/dist/device/Device.d.ts +1 -1
- package/dist/device/Device.d.ts.map +1 -1
- package/dist/device/DeviceConnector.d.ts +1 -1
- package/dist/device/DeviceConnector.d.ts.map +1 -1
- package/dist/events/logBlockEvent.d.ts.map +1 -1
- package/dist/events/ui-request.d.ts +3 -0
- package/dist/events/ui-request.d.ts.map +1 -1
- package/dist/index.d.ts +21 -5
- package/dist/index.js +2511 -1538
- package/dist/protocols/protocol-v2/resources.d.ts.map +1 -1
- package/dist/protocols/protocol-v2/unlockPolicyRunner.d.ts +2 -0
- package/dist/protocols/protocol-v2/unlockPolicyRunner.d.ts.map +1 -1
- package/dist/protocols/protocol-v2/walletSession.d.ts +3 -0
- package/dist/protocols/protocol-v2/walletSession.d.ts.map +1 -1
- package/dist/types/settings.d.ts +2 -2
- package/dist/types/settings.d.ts.map +1 -1
- package/dist/utils/deviceFeaturesUtils.d.ts +3 -0
- package/dist/utils/deviceFeaturesUtils.d.ts.map +1 -1
- package/dist/utils/patch.d.ts +1 -1
- package/dist/utils/patch.d.ts.map +1 -1
- package/dist/utils/pro2HostAssetPackage.d.ts +8 -0
- package/dist/utils/pro2HostAssetPackage.d.ts.map +1 -0
- package/package.json +4 -4
- package/src/api/FirmwareUpdateV4.ts +474 -83
- package/src/api/OpenWalletSession.ts +39 -12
- package/src/api/allnetwork/AllNetworkGetAddressBase.ts +5 -2
- package/src/api/evm/EVMSignTypedData.ts +1 -0
- package/src/api/firmware/FirmwareUpdateBaseMethod.ts +9 -3
- package/src/api/helpers/protocolV2FileWrite.ts +11 -5
- package/src/api/protocol-v2/DeviceGetFirmwareUpdateStatus.ts +7 -1
- package/src/api/protocol-v2/DeviceUploadNft.ts +31 -8
- package/src/api/protocol-v2/DeviceUploadWallpaper.ts +33 -8
- package/src/api/protocol-v2/helpers.ts +8 -0
- package/src/core/RequestQueue.ts +16 -1
- package/src/core/index.ts +164 -26
- package/src/data/messages/messages-protocol-v2.json +1589 -1375
- package/src/device/Device.ts +3 -1
- package/src/device/DeviceConnector.ts +7 -3
- package/src/events/logBlockEvent.ts +6 -75
- package/src/events/ui-request.ts +3 -0
- package/src/protocols/protocol-v2/resources.ts +9 -1
- package/src/protocols/protocol-v2/unlockPolicyRunner.ts +8 -1
- package/src/protocols/protocol-v2/walletSession.ts +223 -56
- package/src/types/settings.ts +4 -2
- package/src/utils/deviceFeaturesUtils.ts +4 -0
- package/src/utils/pro2HostAssetPackage.ts +400 -0
|
@@ -1,700 +1,218 @@
|
|
|
1
1
|
{
|
|
2
2
|
"nested": {
|
|
3
|
-
"
|
|
4
|
-
"
|
|
5
|
-
|
|
6
|
-
|
|
3
|
+
"AlephiumGetAddress": {
|
|
4
|
+
"fields": {
|
|
5
|
+
"address_n": {
|
|
6
|
+
"rule": "repeated",
|
|
7
|
+
"type": "uint32",
|
|
8
|
+
"id": 1,
|
|
9
|
+
"options": {
|
|
10
|
+
"packed": false
|
|
11
|
+
}
|
|
12
|
+
},
|
|
13
|
+
"show_display": {
|
|
14
|
+
"type": "bool",
|
|
15
|
+
"id": 2
|
|
16
|
+
},
|
|
17
|
+
"include_public_key": {
|
|
18
|
+
"type": "bool",
|
|
19
|
+
"id": 3
|
|
20
|
+
},
|
|
21
|
+
"target_group": {
|
|
22
|
+
"type": "uint32",
|
|
23
|
+
"id": 4
|
|
24
|
+
}
|
|
25
|
+
}
|
|
7
26
|
},
|
|
8
|
-
"
|
|
9
|
-
"
|
|
10
|
-
|
|
11
|
-
|
|
27
|
+
"AlephiumAddress": {
|
|
28
|
+
"fields": {
|
|
29
|
+
"address": {
|
|
30
|
+
"rule": "required",
|
|
31
|
+
"type": "string",
|
|
32
|
+
"id": 1
|
|
33
|
+
},
|
|
34
|
+
"public_key": {
|
|
35
|
+
"type": "bytes",
|
|
36
|
+
"id": 2
|
|
37
|
+
},
|
|
38
|
+
"derived_path": {
|
|
39
|
+
"rule": "repeated",
|
|
40
|
+
"type": "uint32",
|
|
41
|
+
"id": 3,
|
|
42
|
+
"options": {
|
|
43
|
+
"packed": false
|
|
44
|
+
}
|
|
45
|
+
}
|
|
46
|
+
}
|
|
12
47
|
},
|
|
13
|
-
"
|
|
14
|
-
"
|
|
15
|
-
|
|
16
|
-
|
|
48
|
+
"AlephiumSignTx": {
|
|
49
|
+
"fields": {
|
|
50
|
+
"address_n": {
|
|
51
|
+
"rule": "repeated",
|
|
52
|
+
"type": "uint32",
|
|
53
|
+
"id": 1,
|
|
54
|
+
"options": {
|
|
55
|
+
"packed": false
|
|
56
|
+
}
|
|
57
|
+
},
|
|
58
|
+
"data_initial_chunk": {
|
|
59
|
+
"rule": "required",
|
|
60
|
+
"type": "bytes",
|
|
61
|
+
"id": 2
|
|
62
|
+
},
|
|
63
|
+
"data_length": {
|
|
64
|
+
"type": "uint32",
|
|
65
|
+
"id": 3
|
|
66
|
+
}
|
|
67
|
+
}
|
|
17
68
|
},
|
|
18
|
-
"
|
|
19
|
-
"
|
|
20
|
-
|
|
21
|
-
|
|
69
|
+
"AlephiumSignedTx": {
|
|
70
|
+
"fields": {
|
|
71
|
+
"signature": {
|
|
72
|
+
"rule": "required",
|
|
73
|
+
"type": "bytes",
|
|
74
|
+
"id": 1
|
|
75
|
+
},
|
|
76
|
+
"address": {
|
|
77
|
+
"rule": "required",
|
|
78
|
+
"type": "string",
|
|
79
|
+
"id": 2
|
|
80
|
+
}
|
|
81
|
+
}
|
|
22
82
|
},
|
|
23
|
-
"
|
|
24
|
-
"
|
|
25
|
-
|
|
26
|
-
|
|
83
|
+
"AlephiumTxRequest": {
|
|
84
|
+
"fields": {
|
|
85
|
+
"data_length": {
|
|
86
|
+
"type": "uint32",
|
|
87
|
+
"id": 1
|
|
88
|
+
},
|
|
89
|
+
"public_key": {
|
|
90
|
+
"type": "bytes",
|
|
91
|
+
"id": 2
|
|
92
|
+
},
|
|
93
|
+
"signature": {
|
|
94
|
+
"type": "bytes",
|
|
95
|
+
"id": 3
|
|
96
|
+
}
|
|
97
|
+
}
|
|
27
98
|
},
|
|
28
|
-
"
|
|
29
|
-
"
|
|
30
|
-
|
|
31
|
-
|
|
99
|
+
"AlephiumTxAck": {
|
|
100
|
+
"fields": {
|
|
101
|
+
"data_chunk": {
|
|
102
|
+
"rule": "required",
|
|
103
|
+
"type": "bytes",
|
|
104
|
+
"id": 1
|
|
105
|
+
}
|
|
106
|
+
}
|
|
32
107
|
},
|
|
33
|
-
"
|
|
34
|
-
"
|
|
35
|
-
|
|
36
|
-
|
|
108
|
+
"AlephiumBytecodeRequest": {
|
|
109
|
+
"fields": {
|
|
110
|
+
"data_length": {
|
|
111
|
+
"type": "uint32",
|
|
112
|
+
"id": 1
|
|
113
|
+
},
|
|
114
|
+
"public_key": {
|
|
115
|
+
"type": "bytes",
|
|
116
|
+
"id": 2
|
|
117
|
+
},
|
|
118
|
+
"signature": {
|
|
119
|
+
"type": "bytes",
|
|
120
|
+
"id": 3
|
|
121
|
+
}
|
|
122
|
+
}
|
|
37
123
|
},
|
|
38
|
-
"
|
|
39
|
-
"
|
|
40
|
-
|
|
41
|
-
|
|
124
|
+
"AlephiumBytecodeAck": {
|
|
125
|
+
"fields": {
|
|
126
|
+
"bytecode_data": {
|
|
127
|
+
"rule": "required",
|
|
128
|
+
"type": "bytes",
|
|
129
|
+
"id": 1
|
|
130
|
+
}
|
|
131
|
+
}
|
|
42
132
|
},
|
|
43
|
-
"
|
|
44
|
-
"
|
|
45
|
-
|
|
46
|
-
|
|
133
|
+
"AlephiumSignMessage": {
|
|
134
|
+
"fields": {
|
|
135
|
+
"address_n": {
|
|
136
|
+
"rule": "repeated",
|
|
137
|
+
"type": "uint32",
|
|
138
|
+
"id": 1,
|
|
139
|
+
"options": {
|
|
140
|
+
"packed": false
|
|
141
|
+
}
|
|
142
|
+
},
|
|
143
|
+
"message": {
|
|
144
|
+
"type": "bytes",
|
|
145
|
+
"id": 2
|
|
146
|
+
},
|
|
147
|
+
"message_type": {
|
|
148
|
+
"type": "bytes",
|
|
149
|
+
"id": 3
|
|
150
|
+
}
|
|
151
|
+
}
|
|
47
152
|
},
|
|
48
|
-
"
|
|
49
|
-
"
|
|
50
|
-
|
|
51
|
-
|
|
153
|
+
"AlephiumMessageSignature": {
|
|
154
|
+
"fields": {
|
|
155
|
+
"signature": {
|
|
156
|
+
"type": "bytes",
|
|
157
|
+
"id": 1
|
|
158
|
+
},
|
|
159
|
+
"address": {
|
|
160
|
+
"type": "string",
|
|
161
|
+
"id": 2
|
|
162
|
+
}
|
|
163
|
+
}
|
|
52
164
|
},
|
|
53
|
-
"
|
|
54
|
-
"
|
|
55
|
-
|
|
56
|
-
|
|
165
|
+
"AlgorandGetAddress": {
|
|
166
|
+
"fields": {
|
|
167
|
+
"address_n": {
|
|
168
|
+
"rule": "repeated",
|
|
169
|
+
"type": "uint32",
|
|
170
|
+
"id": 1,
|
|
171
|
+
"options": {
|
|
172
|
+
"packed": false
|
|
173
|
+
}
|
|
174
|
+
},
|
|
175
|
+
"show_display": {
|
|
176
|
+
"type": "bool",
|
|
177
|
+
"id": 3
|
|
178
|
+
}
|
|
179
|
+
}
|
|
57
180
|
},
|
|
58
|
-
"
|
|
59
|
-
"
|
|
60
|
-
|
|
61
|
-
|
|
181
|
+
"AlgorandAddress": {
|
|
182
|
+
"fields": {
|
|
183
|
+
"address": {
|
|
184
|
+
"type": "string",
|
|
185
|
+
"id": 1
|
|
186
|
+
}
|
|
187
|
+
}
|
|
62
188
|
},
|
|
63
|
-
"
|
|
64
|
-
"
|
|
65
|
-
|
|
66
|
-
|
|
189
|
+
"AlgorandSignTx": {
|
|
190
|
+
"fields": {
|
|
191
|
+
"address_n": {
|
|
192
|
+
"rule": "repeated",
|
|
193
|
+
"type": "uint32",
|
|
194
|
+
"id": 1,
|
|
195
|
+
"options": {
|
|
196
|
+
"packed": false
|
|
197
|
+
}
|
|
198
|
+
},
|
|
199
|
+
"raw_tx": {
|
|
200
|
+
"rule": "required",
|
|
201
|
+
"type": "bytes",
|
|
202
|
+
"id": 2
|
|
203
|
+
}
|
|
204
|
+
}
|
|
67
205
|
},
|
|
68
|
-
"
|
|
69
|
-
"
|
|
70
|
-
"
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
"MessageType_LoadDevice": 13,
|
|
79
|
-
"MessageType_ResetDevice": 14,
|
|
80
|
-
"MessageType_SetBusy": 16,
|
|
81
|
-
"MessageType_Features": 17,
|
|
82
|
-
"MessageType_Cancel": 20,
|
|
83
|
-
"MessageType_LockDevice": 24,
|
|
84
|
-
"MessageType_ApplySettings": 25,
|
|
85
|
-
"MessageType_ButtonRequest": 26,
|
|
86
|
-
"MessageType_ButtonAck": 27,
|
|
87
|
-
"MessageType_ApplyFlags": 28,
|
|
88
|
-
"MessageType_GetNonce": 31,
|
|
89
|
-
"MessageType_Nonce": 33,
|
|
90
|
-
"MessageType_BackupDevice": 34,
|
|
91
|
-
"MessageType_EntropyRequest": 35,
|
|
92
|
-
"MessageType_EntropyAck": 36,
|
|
93
|
-
"MessageType_PassphraseRequest": 41,
|
|
94
|
-
"MessageType_PassphraseAck": 42,
|
|
95
|
-
"MessageType_RecoveryDevice": 45,
|
|
96
|
-
"MessageType_WordRequest": 46,
|
|
97
|
-
"MessageType_WordAck": 47,
|
|
98
|
-
"MessageType_GetFeatures": 55,
|
|
99
|
-
"MessageType_SdProtect": 79,
|
|
100
|
-
"MessageType_ChangeWipeCode": 82,
|
|
101
|
-
"MessageType_DoPreauthorized": 84,
|
|
102
|
-
"MessageType_PreauthorizedRequest": 85,
|
|
103
|
-
"MessageType_CancelAuthorization": 86,
|
|
104
|
-
"MessageType_GetFirmwareHash": 88,
|
|
105
|
-
"MessageType_FirmwareHash": 89,
|
|
106
|
-
"MessageType_UnlockPath": 93,
|
|
107
|
-
"MessageType_UnlockedPathRequest": 94,
|
|
108
|
-
"MessageType_SetU2FCounter": 63,
|
|
109
|
-
"MessageType_GetNextU2FCounter": 80,
|
|
110
|
-
"MessageType_NextU2FCounter": 81,
|
|
111
|
-
"MessageType_Deprecated_PassphraseStateRequest": 77,
|
|
112
|
-
"MessageType_Deprecated_PassphraseStateAck": 78,
|
|
113
|
-
"MessageType_GetPublicKey": 11,
|
|
114
|
-
"MessageType_PublicKey": 12,
|
|
115
|
-
"MessageType_SignTx": 15,
|
|
116
|
-
"MessageType_TxRequest": 21,
|
|
117
|
-
"MessageType_TxAck": 22,
|
|
118
|
-
"MessageType_GetAddress": 29,
|
|
119
|
-
"MessageType_Address": 30,
|
|
120
|
-
"MessageType_TxAckPaymentRequest": 37,
|
|
121
|
-
"MessageType_SignMessage": 38,
|
|
122
|
-
"MessageType_VerifyMessage": 39,
|
|
123
|
-
"MessageType_MessageSignature": 40,
|
|
124
|
-
"MessageType_GetOwnershipId": 43,
|
|
125
|
-
"MessageType_OwnershipId": 44,
|
|
126
|
-
"MessageType_GetOwnershipProof": 49,
|
|
127
|
-
"MessageType_OwnershipProof": 50,
|
|
128
|
-
"MessageType_AuthorizeCoinJoin": 51,
|
|
129
|
-
"MessageType_SignPsbt": 10052,
|
|
130
|
-
"MessageType_SignedPsbt": 10053,
|
|
131
|
-
"MessageType_CipherKeyValue": 23,
|
|
132
|
-
"MessageType_CipheredKeyValue": 48,
|
|
133
|
-
"MessageType_SignIdentity": 53,
|
|
134
|
-
"MessageType_SignedIdentity": 54,
|
|
135
|
-
"MessageType_GetECDHSessionKey": 61,
|
|
136
|
-
"MessageType_ECDHSessionKey": 62,
|
|
137
|
-
"MessageType_CosiCommit": 71,
|
|
138
|
-
"MessageType_CosiCommitment": 72,
|
|
139
|
-
"MessageType_CosiSign": 73,
|
|
140
|
-
"MessageType_CosiSignature": 74,
|
|
141
|
-
"MessageType_BatchGetPublickeys": 10016,
|
|
142
|
-
"MessageType_EcdsaPublicKeys": 10017,
|
|
143
|
-
"MessageType_EthereumGetPublicKey": 450,
|
|
144
|
-
"MessageType_EthereumPublicKey": 451,
|
|
145
|
-
"MessageType_EthereumGetAddress": 56,
|
|
146
|
-
"MessageType_EthereumAddress": 57,
|
|
147
|
-
"MessageType_EthereumSignTx": 58,
|
|
148
|
-
"MessageType_EthereumSignTxEIP1559": 452,
|
|
149
|
-
"MessageType_EthereumTxRequest": 59,
|
|
150
|
-
"MessageType_EthereumTxAck": 60,
|
|
151
|
-
"MessageType_EthereumSignMessage": 64,
|
|
152
|
-
"MessageType_EthereumVerifyMessage": 65,
|
|
153
|
-
"MessageType_EthereumMessageSignature": 66,
|
|
154
|
-
"MessageType_EthereumSignTypedData": 464,
|
|
155
|
-
"MessageType_EthereumTypedDataStructRequest": 465,
|
|
156
|
-
"MessageType_EthereumTypedDataStructAck": 466,
|
|
157
|
-
"MessageType_EthereumTypedDataValueRequest": 467,
|
|
158
|
-
"MessageType_EthereumTypedDataValueAck": 468,
|
|
159
|
-
"MessageType_EthereumTypedDataSignature": 469,
|
|
160
|
-
"MessageType_EthereumSignTypedHash": 470,
|
|
161
|
-
"MessageType_EthereumGetPublicKeyOneKey": 20100,
|
|
162
|
-
"MessageType_EthereumPublicKeyOneKey": 20101,
|
|
163
|
-
"MessageType_EthereumGetAddressOneKey": 20102,
|
|
164
|
-
"MessageType_EthereumAddressOneKey": 20103,
|
|
165
|
-
"MessageType_EthereumSignTxOneKey": 20104,
|
|
166
|
-
"MessageType_EthereumSignTxEIP1559OneKey": 20105,
|
|
167
|
-
"MessageType_EthereumTxRequestOneKey": 20106,
|
|
168
|
-
"MessageType_EthereumTxAckOneKey": 20107,
|
|
169
|
-
"MessageType_EthereumSignMessageOneKey": 20108,
|
|
170
|
-
"MessageType_EthereumVerifyMessageOneKey": 20109,
|
|
171
|
-
"MessageType_EthereumMessageSignatureOneKey": 20110,
|
|
172
|
-
"MessageType_EthereumSignTypedDataOneKey": 20111,
|
|
173
|
-
"MessageType_EthereumTypedDataStructRequestOneKey": 20112,
|
|
174
|
-
"MessageType_EthereumTypedDataStructAckOneKey": 20113,
|
|
175
|
-
"MessageType_EthereumTypedDataValueRequestOneKey": 20114,
|
|
176
|
-
"MessageType_EthereumTypedDataValueAckOneKey": 20115,
|
|
177
|
-
"MessageType_EthereumTypedDataSignatureOneKey": 20116,
|
|
178
|
-
"MessageType_EthereumSignTypedHashOneKey": 20117,
|
|
179
|
-
"MessageType_EthereumGnosisSafeTxAck": 20118,
|
|
180
|
-
"MessageType_EthereumGnosisSafeTxRequest": 20119,
|
|
181
|
-
"MessageType_EthereumSignTxEIP7702OneKey": 20120,
|
|
182
|
-
"MessageType_EthereumSignTypedDataQR": 20121,
|
|
183
|
-
"MessageType_NEMGetAddress": 67,
|
|
184
|
-
"MessageType_NEMAddress": 68,
|
|
185
|
-
"MessageType_NEMSignTx": 69,
|
|
186
|
-
"MessageType_NEMSignedTx": 70,
|
|
187
|
-
"MessageType_NEMDecryptMessage": 75,
|
|
188
|
-
"MessageType_NEMDecryptedMessage": 76,
|
|
189
|
-
"MessageType_TezosGetAddress": 150,
|
|
190
|
-
"MessageType_TezosAddress": 151,
|
|
191
|
-
"MessageType_TezosSignTx": 152,
|
|
192
|
-
"MessageType_TezosSignedTx": 153,
|
|
193
|
-
"MessageType_TezosGetPublicKey": 154,
|
|
194
|
-
"MessageType_TezosPublicKey": 155,
|
|
195
|
-
"MessageType_StellarSignTx": 202,
|
|
196
|
-
"MessageType_StellarTxOpRequest": 203,
|
|
197
|
-
"MessageType_StellarGetAddress": 207,
|
|
198
|
-
"MessageType_StellarAddress": 208,
|
|
199
|
-
"MessageType_StellarCreateAccountOp": 210,
|
|
200
|
-
"MessageType_StellarPaymentOp": 211,
|
|
201
|
-
"MessageType_StellarPathPaymentStrictReceiveOp": 212,
|
|
202
|
-
"MessageType_StellarManageSellOfferOp": 213,
|
|
203
|
-
"MessageType_StellarCreatePassiveSellOfferOp": 214,
|
|
204
|
-
"MessageType_StellarSetOptionsOp": 215,
|
|
205
|
-
"MessageType_StellarChangeTrustOp": 216,
|
|
206
|
-
"MessageType_StellarAllowTrustOp": 217,
|
|
207
|
-
"MessageType_StellarAccountMergeOp": 218,
|
|
208
|
-
"MessageType_StellarManageDataOp": 220,
|
|
209
|
-
"MessageType_StellarBumpSequenceOp": 221,
|
|
210
|
-
"MessageType_StellarManageBuyOfferOp": 222,
|
|
211
|
-
"MessageType_StellarPathPaymentStrictSendOp": 223,
|
|
212
|
-
"MessageType_StellarSignedTx": 230,
|
|
213
|
-
"MessageType_CardanoGetPublicKey": 305,
|
|
214
|
-
"MessageType_CardanoPublicKey": 306,
|
|
215
|
-
"MessageType_CardanoGetAddress": 307,
|
|
216
|
-
"MessageType_CardanoAddress": 308,
|
|
217
|
-
"MessageType_CardanoTxItemAck": 313,
|
|
218
|
-
"MessageType_CardanoTxAuxiliaryDataSupplement": 314,
|
|
219
|
-
"MessageType_CardanoTxWitnessRequest": 315,
|
|
220
|
-
"MessageType_CardanoTxWitnessResponse": 316,
|
|
221
|
-
"MessageType_CardanoTxHostAck": 317,
|
|
222
|
-
"MessageType_CardanoTxBodyHash": 318,
|
|
223
|
-
"MessageType_CardanoSignTxFinished": 319,
|
|
224
|
-
"MessageType_CardanoSignTxInit": 320,
|
|
225
|
-
"MessageType_CardanoTxInput": 321,
|
|
226
|
-
"MessageType_CardanoTxOutput": 322,
|
|
227
|
-
"MessageType_CardanoAssetGroup": 323,
|
|
228
|
-
"MessageType_CardanoToken": 324,
|
|
229
|
-
"MessageType_CardanoTxCertificate": 325,
|
|
230
|
-
"MessageType_CardanoTxWithdrawal": 326,
|
|
231
|
-
"MessageType_CardanoTxAuxiliaryData": 327,
|
|
232
|
-
"MessageType_CardanoPoolOwner": 328,
|
|
233
|
-
"MessageType_CardanoPoolRelayParameters": 329,
|
|
234
|
-
"MessageType_CardanoGetNativeScriptHash": 330,
|
|
235
|
-
"MessageType_CardanoNativeScriptHash": 331,
|
|
236
|
-
"MessageType_CardanoTxMint": 332,
|
|
237
|
-
"MessageType_CardanoTxCollateralInput": 333,
|
|
238
|
-
"MessageType_CardanoTxRequiredSigner": 334,
|
|
239
|
-
"MessageType_CardanoTxInlineDatumChunk": 335,
|
|
240
|
-
"MessageType_CardanoTxReferenceScriptChunk": 336,
|
|
241
|
-
"MessageType_CardanoTxReferenceInput": 337,
|
|
242
|
-
"MessageType_CardanoSignMessage": 350,
|
|
243
|
-
"MessageType_CardanoMessageSignature": 351,
|
|
244
|
-
"MessageType_RippleGetAddress": 400,
|
|
245
|
-
"MessageType_RippleAddress": 401,
|
|
246
|
-
"MessageType_RippleSignTx": 402,
|
|
247
|
-
"MessageType_RippleSignedTx": 403,
|
|
248
|
-
"MessageType_MoneroTransactionInitRequest": 501,
|
|
249
|
-
"MessageType_MoneroTransactionInitAck": 502,
|
|
250
|
-
"MessageType_MoneroTransactionSetInputRequest": 503,
|
|
251
|
-
"MessageType_MoneroTransactionSetInputAck": 504,
|
|
252
|
-
"MessageType_MoneroTransactionInputViniRequest": 507,
|
|
253
|
-
"MessageType_MoneroTransactionInputViniAck": 508,
|
|
254
|
-
"MessageType_MoneroTransactionAllInputsSetRequest": 509,
|
|
255
|
-
"MessageType_MoneroTransactionAllInputsSetAck": 510,
|
|
256
|
-
"MessageType_MoneroTransactionSetOutputRequest": 511,
|
|
257
|
-
"MessageType_MoneroTransactionSetOutputAck": 512,
|
|
258
|
-
"MessageType_MoneroTransactionAllOutSetRequest": 513,
|
|
259
|
-
"MessageType_MoneroTransactionAllOutSetAck": 514,
|
|
260
|
-
"MessageType_MoneroTransactionSignInputRequest": 515,
|
|
261
|
-
"MessageType_MoneroTransactionSignInputAck": 516,
|
|
262
|
-
"MessageType_MoneroTransactionFinalRequest": 517,
|
|
263
|
-
"MessageType_MoneroTransactionFinalAck": 518,
|
|
264
|
-
"MessageType_MoneroKeyImageExportInitRequest": 530,
|
|
265
|
-
"MessageType_MoneroKeyImageExportInitAck": 531,
|
|
266
|
-
"MessageType_MoneroKeyImageSyncStepRequest": 532,
|
|
267
|
-
"MessageType_MoneroKeyImageSyncStepAck": 533,
|
|
268
|
-
"MessageType_MoneroKeyImageSyncFinalRequest": 534,
|
|
269
|
-
"MessageType_MoneroKeyImageSyncFinalAck": 535,
|
|
270
|
-
"MessageType_MoneroGetAddress": 540,
|
|
271
|
-
"MessageType_MoneroAddress": 541,
|
|
272
|
-
"MessageType_MoneroGetWatchKey": 542,
|
|
273
|
-
"MessageType_MoneroWatchKey": 543,
|
|
274
|
-
"MessageType_DebugMoneroDiagRequest": 546,
|
|
275
|
-
"MessageType_DebugMoneroDiagAck": 547,
|
|
276
|
-
"MessageType_MoneroGetTxKeyRequest": 550,
|
|
277
|
-
"MessageType_MoneroGetTxKeyAck": 551,
|
|
278
|
-
"MessageType_MoneroLiveRefreshStartRequest": 552,
|
|
279
|
-
"MessageType_MoneroLiveRefreshStartAck": 553,
|
|
280
|
-
"MessageType_MoneroLiveRefreshStepRequest": 554,
|
|
281
|
-
"MessageType_MoneroLiveRefreshStepAck": 555,
|
|
282
|
-
"MessageType_MoneroLiveRefreshFinalRequest": 556,
|
|
283
|
-
"MessageType_MoneroLiveRefreshFinalAck": 557,
|
|
284
|
-
"MessageType_EosGetPublicKey": 600,
|
|
285
|
-
"MessageType_EosPublicKey": 601,
|
|
286
|
-
"MessageType_EosSignTx": 602,
|
|
287
|
-
"MessageType_EosTxActionRequest": 603,
|
|
288
|
-
"MessageType_EosTxActionAck": 604,
|
|
289
|
-
"MessageType_EosSignedTx": 605,
|
|
290
|
-
"MessageType_BinanceGetAddress": 700,
|
|
291
|
-
"MessageType_BinanceAddress": 701,
|
|
292
|
-
"MessageType_BinanceGetPublicKey": 702,
|
|
293
|
-
"MessageType_BinancePublicKey": 703,
|
|
294
|
-
"MessageType_BinanceSignTx": 704,
|
|
295
|
-
"MessageType_BinanceTxRequest": 705,
|
|
296
|
-
"MessageType_BinanceTransferMsg": 706,
|
|
297
|
-
"MessageType_BinanceOrderMsg": 707,
|
|
298
|
-
"MessageType_BinanceCancelMsg": 708,
|
|
299
|
-
"MessageType_BinanceSignedTx": 709,
|
|
300
|
-
"MessageType_StarcoinGetAddress": 10300,
|
|
301
|
-
"MessageType_StarcoinAddress": 10301,
|
|
302
|
-
"MessageType_StarcoinGetPublicKey": 10302,
|
|
303
|
-
"MessageType_StarcoinPublicKey": 10303,
|
|
304
|
-
"MessageType_StarcoinSignTx": 10304,
|
|
305
|
-
"MessageType_StarcoinSignedTx": 10305,
|
|
306
|
-
"MessageType_StarcoinSignMessage": 10306,
|
|
307
|
-
"MessageType_StarcoinMessageSignature": 10307,
|
|
308
|
-
"MessageType_StarcoinVerifyMessage": 10308,
|
|
309
|
-
"MessageType_ConfluxGetAddress": 10112,
|
|
310
|
-
"MessageType_ConfluxAddress": 10113,
|
|
311
|
-
"MessageType_ConfluxSignTx": 10114,
|
|
312
|
-
"MessageType_ConfluxTxRequest": 10115,
|
|
313
|
-
"MessageType_ConfluxTxAck": 10116,
|
|
314
|
-
"MessageType_ConfluxSignMessage": 10117,
|
|
315
|
-
"MessageType_ConfluxSignMessageCIP23": 10118,
|
|
316
|
-
"MessageType_ConfluxMessageSignature": 10119,
|
|
317
|
-
"MessageType_TronGetAddress": 10501,
|
|
318
|
-
"MessageType_TronAddress": 10502,
|
|
319
|
-
"MessageType_TronSignTx": 10503,
|
|
320
|
-
"MessageType_TronSignedTx": 10504,
|
|
321
|
-
"MessageType_TronSignMessage": 10505,
|
|
322
|
-
"MessageType_TronMessageSignature": 10506,
|
|
323
|
-
"MessageType_NearGetAddress": 10701,
|
|
324
|
-
"MessageType_NearAddress": 10702,
|
|
325
|
-
"MessageType_NearSignTx": 10703,
|
|
326
|
-
"MessageType_NearSignedTx": 10704,
|
|
327
|
-
"MessageType_AptosGetAddress": 10600,
|
|
328
|
-
"MessageType_AptosAddress": 10601,
|
|
329
|
-
"MessageType_AptosSignTx": 10602,
|
|
330
|
-
"MessageType_AptosSignedTx": 10603,
|
|
331
|
-
"MessageType_AptosSignMessage": 10604,
|
|
332
|
-
"MessageType_AptosMessageSignature": 10605,
|
|
333
|
-
"MessageType_AptosSignSIWAMessage": 10606,
|
|
334
|
-
"MessageType_WebAuthnListResidentCredentials": 800,
|
|
335
|
-
"MessageType_WebAuthnCredentials": 801,
|
|
336
|
-
"MessageType_WebAuthnAddResidentCredential": 802,
|
|
337
|
-
"MessageType_WebAuthnRemoveResidentCredential": 803,
|
|
338
|
-
"MessageType_SolanaGetAddress": 10100,
|
|
339
|
-
"MessageType_SolanaAddress": 10101,
|
|
340
|
-
"MessageType_SolanaSignTx": 10102,
|
|
341
|
-
"MessageType_SolanaSignedTx": 10103,
|
|
342
|
-
"MessageType_SolanaSignOffChainMessage": 10104,
|
|
343
|
-
"MessageType_SolanaMessageSignature": 10105,
|
|
344
|
-
"MessageType_SolanaSignUnsafeMessage": 10106,
|
|
345
|
-
"MessageType_CosmosGetAddress": 10800,
|
|
346
|
-
"MessageType_CosmosAddress": 10801,
|
|
347
|
-
"MessageType_CosmosSignTx": 10802,
|
|
348
|
-
"MessageType_CosmosSignedTx": 10803,
|
|
349
|
-
"MessageType_AlgorandGetAddress": 10900,
|
|
350
|
-
"MessageType_AlgorandAddress": 10901,
|
|
351
|
-
"MessageType_AlgorandSignTx": 10902,
|
|
352
|
-
"MessageType_AlgorandSignedTx": 10903,
|
|
353
|
-
"MessageType_PolkadotGetAddress": 11000,
|
|
354
|
-
"MessageType_PolkadotAddress": 11001,
|
|
355
|
-
"MessageType_PolkadotSignTx": 11002,
|
|
356
|
-
"MessageType_PolkadotSignedTx": 11003,
|
|
357
|
-
"MessageType_SuiGetAddress": 11100,
|
|
358
|
-
"MessageType_SuiAddress": 11101,
|
|
359
|
-
"MessageType_SuiSignTx": 11102,
|
|
360
|
-
"MessageType_SuiSignedTx": 11103,
|
|
361
|
-
"MessageType_SuiSignMessage": 11104,
|
|
362
|
-
"MessageType_SuiMessageSignature": 11105,
|
|
363
|
-
"MessageType_SuiTxRequest": 11106,
|
|
364
|
-
"MessageType_SuiTxAck": 11107,
|
|
365
|
-
"MessageType_FilecoinGetAddress": 11200,
|
|
366
|
-
"MessageType_FilecoinAddress": 11201,
|
|
367
|
-
"MessageType_FilecoinSignTx": 11202,
|
|
368
|
-
"MessageType_FilecoinSignedTx": 11203,
|
|
369
|
-
"MessageType_KaspaGetAddress": 11300,
|
|
370
|
-
"MessageType_KaspaAddress": 11301,
|
|
371
|
-
"MessageType_KaspaSignTx": 11302,
|
|
372
|
-
"MessageType_KaspaSignedTx": 11303,
|
|
373
|
-
"MessageType_KaspaTxInputRequest": 11304,
|
|
374
|
-
"MessageType_KaspaTxInputAck": 11305,
|
|
375
|
-
"MessageType_NexaGetAddress": 11400,
|
|
376
|
-
"MessageType_NexaAddress": 11401,
|
|
377
|
-
"MessageType_NexaSignTx": 11402,
|
|
378
|
-
"MessageType_NexaSignedTx": 11403,
|
|
379
|
-
"MessageType_NexaTxInputRequest": 11404,
|
|
380
|
-
"MessageType_NexaTxInputAck": 11405,
|
|
381
|
-
"MessageType_NostrGetPublicKey": 11500,
|
|
382
|
-
"MessageType_NostrPublicKey": 11501,
|
|
383
|
-
"MessageType_NostrSignEvent": 11502,
|
|
384
|
-
"MessageType_NostrSignedEvent": 11503,
|
|
385
|
-
"MessageType_NostrEncryptMessage": 11504,
|
|
386
|
-
"MessageType_NostrEncryptedMessage": 11505,
|
|
387
|
-
"MessageType_NostrDecryptMessage": 11506,
|
|
388
|
-
"MessageType_NostrDecryptedMessage": 11507,
|
|
389
|
-
"MessageType_NostrSignSchnorr": 11508,
|
|
390
|
-
"MessageType_NostrSignedSchnorr": 11509,
|
|
391
|
-
"MessageType_LnurlAuth": 11600,
|
|
392
|
-
"MessageType_LnurlAuthResp": 11601,
|
|
393
|
-
"MessageType_NervosGetAddress": 11701,
|
|
394
|
-
"MessageType_NervosAddress": 11702,
|
|
395
|
-
"MessageType_NervosSignTx": 11703,
|
|
396
|
-
"MessageType_NervosSignedTx": 11704,
|
|
397
|
-
"MessageType_NervosTxRequest": 11705,
|
|
398
|
-
"MessageType_NervosTxAck": 11706,
|
|
399
|
-
"MessageType_TonGetAddress": 11901,
|
|
400
|
-
"MessageType_TonAddress": 11902,
|
|
401
|
-
"MessageType_TonSignMessage": 11903,
|
|
402
|
-
"MessageType_TonSignedMessage": 11904,
|
|
403
|
-
"MessageType_TonSignProof": 11905,
|
|
404
|
-
"MessageType_TonSignedProof": 11906,
|
|
405
|
-
"MessageType_TonTxAck": 11907,
|
|
406
|
-
"MessageType_AlephiumGetAddress": 12101,
|
|
407
|
-
"MessageType_AlephiumAddress": 12102,
|
|
408
|
-
"MessageType_AlephiumSignTx": 12103,
|
|
409
|
-
"MessageType_AlephiumSignedTx": 12104,
|
|
410
|
-
"MessageType_AlephiumTxRequest": 12105,
|
|
411
|
-
"MessageType_AlephiumTxAck": 12106,
|
|
412
|
-
"MessageType_AlephiumBytecodeRequest": 12107,
|
|
413
|
-
"MessageType_AlephiumBytecodeAck": 12108,
|
|
414
|
-
"MessageType_AlephiumSignMessage": 12109,
|
|
415
|
-
"MessageType_AlephiumMessageSignature": 12110,
|
|
416
|
-
"MessageType_BenfenGetAddress": 12201,
|
|
417
|
-
"MessageType_BenfenAddress": 12202,
|
|
418
|
-
"MessageType_BenfenSignTx": 12203,
|
|
419
|
-
"MessageType_BenfenSignedTx": 12204,
|
|
420
|
-
"MessageType_BenfenSignMessage": 12205,
|
|
421
|
-
"MessageType_BenfenMessageSignature": 12206,
|
|
422
|
-
"MessageType_BenfenTxRequest": 12207,
|
|
423
|
-
"MessageType_BenfenTxAck": 12208,
|
|
424
|
-
"MessageType_NeoGetAddress": 12301,
|
|
425
|
-
"MessageType_NeoAddress": 12302,
|
|
426
|
-
"MessageType_NeoSignTx": 12303,
|
|
427
|
-
"MessageType_NeoSignedTx": 12304,
|
|
428
|
-
"MessageType_DeviceFactoryInfoSet": 60000,
|
|
429
|
-
"MessageType_DeviceFactoryInfoGet": 60001,
|
|
430
|
-
"MessageType_DeviceFactoryInfo": 60002,
|
|
431
|
-
"MessageType_DeviceFactoryPermanentLock": 60003,
|
|
432
|
-
"MessageType_DeviceFactoryTest": 60004,
|
|
433
|
-
"MessageType_ProtocolInfoRequest": 60200,
|
|
434
|
-
"MessageType_ProtocolInfo": 60201,
|
|
435
|
-
"MessageType_Ping": 60206,
|
|
436
|
-
"MessageType_Success": 60207,
|
|
437
|
-
"MessageType_Failure": 60208,
|
|
438
|
-
"MessageType_DeviceReboot": 60400,
|
|
439
|
-
"MessageType_DeviceSettings": 60410,
|
|
440
|
-
"MessageType_DeviceSettingsGet": 60411,
|
|
441
|
-
"MessageType_DeviceSettingsSet": 60412,
|
|
442
|
-
"MessageType_DeviceSettingsPageShow": 60413,
|
|
443
|
-
"MessageType_DeviceCertificate": 60420,
|
|
444
|
-
"MessageType_DeviceCertificateWrite": 60421,
|
|
445
|
-
"MessageType_DeviceCertificateRead": 60422,
|
|
446
|
-
"MessageType_DeviceCertificateSignature": 60423,
|
|
447
|
-
"MessageType_DeviceCertificateSign": 60424,
|
|
448
|
-
"MessageType_DeviceMiscUsbMscControl": 60440,
|
|
449
|
-
"MessageType_DeviceInfoGet": 60600,
|
|
450
|
-
"MessageType_DeviceInfo": 60601,
|
|
451
|
-
"MessageType_DeviceStatusGet": 60602,
|
|
452
|
-
"MessageType_DeviceStatus": 60603,
|
|
453
|
-
"MessageType_FilesystemPermissionFix": 60800,
|
|
454
|
-
"MessageType_FilesystemPathInfo": 60801,
|
|
455
|
-
"MessageType_FilesystemPathInfoQuery": 60802,
|
|
456
|
-
"MessageType_FilesystemFile": 60803,
|
|
457
|
-
"MessageType_FilesystemFileRead": 60804,
|
|
458
|
-
"MessageType_FilesystemFileWrite": 60805,
|
|
459
|
-
"MessageType_FilesystemFileDelete": 60806,
|
|
460
|
-
"MessageType_FilesystemDir": 60807,
|
|
461
|
-
"MessageType_FilesystemDirList": 60808,
|
|
462
|
-
"MessageType_FilesystemDirMake": 60809,
|
|
463
|
-
"MessageType_FilesystemDirRemove": 60810,
|
|
464
|
-
"MessageType_FilesystemFormat": 60811,
|
|
465
|
-
"MessageType_DeviceFirmwareUpdateStage": 61000,
|
|
466
|
-
"MessageType_DeviceFirmwareUpdateRequest": 61001,
|
|
467
|
-
"MessageType_DeviceFirmwareUpdateStatusGet": 61002,
|
|
468
|
-
"MessageType_DeviceFirmwareUpdateStatus": 61003,
|
|
469
|
-
"MessageType_DeviceSessionGet": 61200,
|
|
470
|
-
"MessageType_DeviceSession": 61201,
|
|
471
|
-
"MessageType_DeviceSessionAskPin": 61202,
|
|
472
|
-
"MessageType_DeviceSessionAskPassphrase": 61203,
|
|
473
|
-
"MessageType_PortfolioUpdate": 61400,
|
|
474
|
-
"MessageType_NftUpdate": 61500,
|
|
475
|
-
"MessageType_OnboardingStatusGet": 61600,
|
|
476
|
-
"MessageType_OnboardingStatus": 61601
|
|
477
|
-
},
|
|
478
|
-
"reserved": [
|
|
479
|
-
[90, 92],
|
|
480
|
-
[114, 122],
|
|
481
|
-
[300, 304],
|
|
482
|
-
[309, 312]
|
|
483
|
-
]
|
|
484
|
-
},
|
|
485
|
-
"AlephiumGetAddress": {
|
|
486
|
-
"fields": {
|
|
487
|
-
"address_n": {
|
|
488
|
-
"rule": "repeated",
|
|
489
|
-
"type": "uint32",
|
|
490
|
-
"id": 1,
|
|
491
|
-
"options": {
|
|
492
|
-
"packed": false
|
|
493
|
-
}
|
|
494
|
-
},
|
|
495
|
-
"show_display": {
|
|
496
|
-
"type": "bool",
|
|
497
|
-
"id": 2
|
|
498
|
-
},
|
|
499
|
-
"include_public_key": {
|
|
500
|
-
"type": "bool",
|
|
501
|
-
"id": 3
|
|
502
|
-
},
|
|
503
|
-
"target_group": {
|
|
504
|
-
"type": "uint32",
|
|
505
|
-
"id": 4
|
|
506
|
-
}
|
|
507
|
-
}
|
|
508
|
-
},
|
|
509
|
-
"AlephiumAddress": {
|
|
510
|
-
"fields": {
|
|
511
|
-
"address": {
|
|
512
|
-
"rule": "required",
|
|
513
|
-
"type": "string",
|
|
514
|
-
"id": 1
|
|
515
|
-
},
|
|
516
|
-
"public_key": {
|
|
517
|
-
"type": "bytes",
|
|
518
|
-
"id": 2
|
|
519
|
-
},
|
|
520
|
-
"derived_path": {
|
|
521
|
-
"rule": "repeated",
|
|
522
|
-
"type": "uint32",
|
|
523
|
-
"id": 3,
|
|
524
|
-
"options": {
|
|
525
|
-
"packed": false
|
|
526
|
-
}
|
|
527
|
-
}
|
|
528
|
-
}
|
|
529
|
-
},
|
|
530
|
-
"AlephiumSignTx": {
|
|
531
|
-
"fields": {
|
|
532
|
-
"address_n": {
|
|
533
|
-
"rule": "repeated",
|
|
534
|
-
"type": "uint32",
|
|
535
|
-
"id": 1,
|
|
536
|
-
"options": {
|
|
537
|
-
"packed": false
|
|
538
|
-
}
|
|
539
|
-
},
|
|
540
|
-
"data_initial_chunk": {
|
|
541
|
-
"rule": "required",
|
|
542
|
-
"type": "bytes",
|
|
543
|
-
"id": 2
|
|
544
|
-
},
|
|
545
|
-
"data_length": {
|
|
546
|
-
"type": "uint32",
|
|
547
|
-
"id": 3
|
|
548
|
-
}
|
|
549
|
-
}
|
|
550
|
-
},
|
|
551
|
-
"AlephiumSignedTx": {
|
|
552
|
-
"fields": {
|
|
553
|
-
"signature": {
|
|
554
|
-
"rule": "required",
|
|
555
|
-
"type": "bytes",
|
|
556
|
-
"id": 1
|
|
557
|
-
},
|
|
558
|
-
"address": {
|
|
559
|
-
"rule": "required",
|
|
560
|
-
"type": "string",
|
|
561
|
-
"id": 2
|
|
562
|
-
}
|
|
563
|
-
}
|
|
564
|
-
},
|
|
565
|
-
"AlephiumTxRequest": {
|
|
566
|
-
"fields": {
|
|
567
|
-
"data_length": {
|
|
568
|
-
"type": "uint32",
|
|
569
|
-
"id": 1
|
|
570
|
-
},
|
|
571
|
-
"public_key": {
|
|
572
|
-
"type": "bytes",
|
|
573
|
-
"id": 2
|
|
574
|
-
},
|
|
575
|
-
"signature": {
|
|
576
|
-
"type": "bytes",
|
|
577
|
-
"id": 3
|
|
578
|
-
}
|
|
579
|
-
}
|
|
580
|
-
},
|
|
581
|
-
"AlephiumTxAck": {
|
|
582
|
-
"fields": {
|
|
583
|
-
"data_chunk": {
|
|
584
|
-
"rule": "required",
|
|
585
|
-
"type": "bytes",
|
|
586
|
-
"id": 1
|
|
587
|
-
}
|
|
588
|
-
}
|
|
589
|
-
},
|
|
590
|
-
"AlephiumBytecodeRequest": {
|
|
591
|
-
"fields": {
|
|
592
|
-
"data_length": {
|
|
593
|
-
"type": "uint32",
|
|
594
|
-
"id": 1
|
|
595
|
-
},
|
|
596
|
-
"public_key": {
|
|
597
|
-
"type": "bytes",
|
|
598
|
-
"id": 2
|
|
599
|
-
},
|
|
600
|
-
"signature": {
|
|
601
|
-
"type": "bytes",
|
|
602
|
-
"id": 3
|
|
603
|
-
}
|
|
604
|
-
}
|
|
605
|
-
},
|
|
606
|
-
"AlephiumBytecodeAck": {
|
|
607
|
-
"fields": {
|
|
608
|
-
"bytecode_data": {
|
|
609
|
-
"rule": "required",
|
|
610
|
-
"type": "bytes",
|
|
611
|
-
"id": 1
|
|
612
|
-
}
|
|
613
|
-
}
|
|
614
|
-
},
|
|
615
|
-
"AlephiumSignMessage": {
|
|
616
|
-
"fields": {
|
|
617
|
-
"address_n": {
|
|
618
|
-
"rule": "repeated",
|
|
619
|
-
"type": "uint32",
|
|
620
|
-
"id": 1,
|
|
621
|
-
"options": {
|
|
622
|
-
"packed": false
|
|
623
|
-
}
|
|
624
|
-
},
|
|
625
|
-
"message": {
|
|
626
|
-
"type": "bytes",
|
|
627
|
-
"id": 2
|
|
628
|
-
},
|
|
629
|
-
"message_type": {
|
|
630
|
-
"type": "bytes",
|
|
631
|
-
"id": 3
|
|
632
|
-
}
|
|
633
|
-
}
|
|
634
|
-
},
|
|
635
|
-
"AlephiumMessageSignature": {
|
|
636
|
-
"fields": {
|
|
637
|
-
"signature": {
|
|
638
|
-
"type": "bytes",
|
|
639
|
-
"id": 1
|
|
640
|
-
},
|
|
641
|
-
"address": {
|
|
642
|
-
"type": "string",
|
|
643
|
-
"id": 2
|
|
644
|
-
}
|
|
645
|
-
}
|
|
646
|
-
},
|
|
647
|
-
"AlgorandGetAddress": {
|
|
648
|
-
"fields": {
|
|
649
|
-
"address_n": {
|
|
650
|
-
"rule": "repeated",
|
|
651
|
-
"type": "uint32",
|
|
652
|
-
"id": 1,
|
|
653
|
-
"options": {
|
|
654
|
-
"packed": false
|
|
655
|
-
}
|
|
656
|
-
},
|
|
657
|
-
"show_display": {
|
|
658
|
-
"type": "bool",
|
|
659
|
-
"id": 3
|
|
660
|
-
}
|
|
661
|
-
}
|
|
662
|
-
},
|
|
663
|
-
"AlgorandAddress": {
|
|
664
|
-
"fields": {
|
|
665
|
-
"address": {
|
|
666
|
-
"type": "string",
|
|
667
|
-
"id": 1
|
|
668
|
-
}
|
|
669
|
-
}
|
|
670
|
-
},
|
|
671
|
-
"AlgorandSignTx": {
|
|
672
|
-
"fields": {
|
|
673
|
-
"address_n": {
|
|
674
|
-
"rule": "repeated",
|
|
675
|
-
"type": "uint32",
|
|
676
|
-
"id": 1,
|
|
677
|
-
"options": {
|
|
678
|
-
"packed": false
|
|
679
|
-
}
|
|
680
|
-
},
|
|
681
|
-
"raw_tx": {
|
|
682
|
-
"rule": "required",
|
|
683
|
-
"type": "bytes",
|
|
684
|
-
"id": 2
|
|
685
|
-
}
|
|
686
|
-
}
|
|
687
|
-
},
|
|
688
|
-
"AlgorandSignedTx": {
|
|
689
|
-
"fields": {
|
|
690
|
-
"signature": {
|
|
691
|
-
"rule": "required",
|
|
692
|
-
"type": "bytes",
|
|
693
|
-
"id": 1
|
|
694
|
-
}
|
|
695
|
-
}
|
|
696
|
-
},
|
|
697
|
-
"AptosTransactionType": {
|
|
206
|
+
"AlgorandSignedTx": {
|
|
207
|
+
"fields": {
|
|
208
|
+
"signature": {
|
|
209
|
+
"rule": "required",
|
|
210
|
+
"type": "bytes",
|
|
211
|
+
"id": 1
|
|
212
|
+
}
|
|
213
|
+
}
|
|
214
|
+
},
|
|
215
|
+
"AptosTransactionType": {
|
|
698
216
|
"values": {
|
|
699
217
|
"STANDARD": 0,
|
|
700
218
|
"WITH_DATA": 1
|
|
@@ -4621,249 +4139,19 @@
|
|
|
4621
4139
|
"active": {
|
|
4622
4140
|
"rule": "required",
|
|
4623
4141
|
"type": "EosAuthorization",
|
|
4624
|
-
"id": 4
|
|
4625
|
-
}
|
|
4626
|
-
}
|
|
4627
|
-
},
|
|
4628
|
-
"EosActionUnknown": {
|
|
4629
|
-
"fields": {
|
|
4630
|
-
"data_size": {
|
|
4631
|
-
"rule": "required",
|
|
4632
|
-
"type": "uint32",
|
|
4633
|
-
"id": 1
|
|
4634
|
-
},
|
|
4635
|
-
"data_chunk": {
|
|
4636
|
-
"rule": "required",
|
|
4637
|
-
"type": "bytes",
|
|
4638
|
-
"id": 2
|
|
4639
|
-
}
|
|
4640
|
-
}
|
|
4641
|
-
}
|
|
4642
|
-
}
|
|
4643
|
-
},
|
|
4644
|
-
"EosSignedTx": {
|
|
4645
|
-
"fields": {
|
|
4646
|
-
"signature": {
|
|
4647
|
-
"rule": "required",
|
|
4648
|
-
"type": "string",
|
|
4649
|
-
"id": 1
|
|
4650
|
-
}
|
|
4651
|
-
}
|
|
4652
|
-
},
|
|
4653
|
-
"EthereumGetPublicKey": {
|
|
4654
|
-
"fields": {
|
|
4655
|
-
"address_n": {
|
|
4656
|
-
"rule": "repeated",
|
|
4657
|
-
"type": "uint32",
|
|
4658
|
-
"id": 1,
|
|
4659
|
-
"options": {
|
|
4660
|
-
"packed": false
|
|
4661
|
-
}
|
|
4662
|
-
},
|
|
4663
|
-
"show_display": {
|
|
4664
|
-
"type": "bool",
|
|
4665
|
-
"id": 2
|
|
4666
|
-
}
|
|
4667
|
-
}
|
|
4668
|
-
},
|
|
4669
|
-
"EthereumPublicKey": {
|
|
4670
|
-
"fields": {
|
|
4671
|
-
"node": {
|
|
4672
|
-
"rule": "required",
|
|
4673
|
-
"type": "HDNodeType",
|
|
4674
|
-
"id": 1
|
|
4675
|
-
},
|
|
4676
|
-
"xpub": {
|
|
4677
|
-
"rule": "required",
|
|
4678
|
-
"type": "string",
|
|
4679
|
-
"id": 2
|
|
4680
|
-
}
|
|
4681
|
-
}
|
|
4682
|
-
},
|
|
4683
|
-
"EthereumGetAddress": {
|
|
4684
|
-
"fields": {
|
|
4685
|
-
"address_n": {
|
|
4686
|
-
"rule": "repeated",
|
|
4687
|
-
"type": "uint32",
|
|
4688
|
-
"id": 1,
|
|
4689
|
-
"options": {
|
|
4690
|
-
"packed": false
|
|
4691
|
-
}
|
|
4692
|
-
},
|
|
4693
|
-
"show_display": {
|
|
4694
|
-
"type": "bool",
|
|
4695
|
-
"id": 2
|
|
4696
|
-
},
|
|
4697
|
-
"encoded_network": {
|
|
4698
|
-
"type": "bytes",
|
|
4699
|
-
"id": 3
|
|
4700
|
-
}
|
|
4701
|
-
}
|
|
4702
|
-
},
|
|
4703
|
-
"EthereumAddress": {
|
|
4704
|
-
"fields": {
|
|
4705
|
-
"_old_address": {
|
|
4706
|
-
"type": "bytes",
|
|
4707
|
-
"id": 1,
|
|
4708
|
-
"options": {
|
|
4709
|
-
"deprecated": true
|
|
4710
|
-
}
|
|
4711
|
-
},
|
|
4712
|
-
"address": {
|
|
4713
|
-
"type": "string",
|
|
4714
|
-
"id": 2
|
|
4715
|
-
}
|
|
4716
|
-
}
|
|
4717
|
-
},
|
|
4718
|
-
"EthereumSignTx": {
|
|
4719
|
-
"fields": {
|
|
4720
|
-
"address_n": {
|
|
4721
|
-
"rule": "repeated",
|
|
4722
|
-
"type": "uint32",
|
|
4723
|
-
"id": 1,
|
|
4724
|
-
"options": {
|
|
4725
|
-
"packed": false
|
|
4726
|
-
}
|
|
4727
|
-
},
|
|
4728
|
-
"nonce": {
|
|
4729
|
-
"type": "bytes",
|
|
4730
|
-
"id": 2,
|
|
4731
|
-
"options": {
|
|
4732
|
-
"default": ""
|
|
4733
|
-
}
|
|
4734
|
-
},
|
|
4735
|
-
"gas_price": {
|
|
4736
|
-
"rule": "required",
|
|
4737
|
-
"type": "bytes",
|
|
4738
|
-
"id": 3
|
|
4739
|
-
},
|
|
4740
|
-
"gas_limit": {
|
|
4741
|
-
"rule": "required",
|
|
4742
|
-
"type": "bytes",
|
|
4743
|
-
"id": 4
|
|
4744
|
-
},
|
|
4745
|
-
"to": {
|
|
4746
|
-
"type": "string",
|
|
4747
|
-
"id": 11,
|
|
4748
|
-
"options": {
|
|
4749
|
-
"default": ""
|
|
4750
|
-
}
|
|
4751
|
-
},
|
|
4752
|
-
"value": {
|
|
4753
|
-
"type": "bytes",
|
|
4754
|
-
"id": 6,
|
|
4755
|
-
"options": {
|
|
4756
|
-
"default": ""
|
|
4757
|
-
}
|
|
4758
|
-
},
|
|
4759
|
-
"data_initial_chunk": {
|
|
4760
|
-
"type": "bytes",
|
|
4761
|
-
"id": 7,
|
|
4762
|
-
"options": {
|
|
4763
|
-
"default": ""
|
|
4764
|
-
}
|
|
4765
|
-
},
|
|
4766
|
-
"data_length": {
|
|
4767
|
-
"type": "uint32",
|
|
4768
|
-
"id": 8,
|
|
4769
|
-
"options": {
|
|
4770
|
-
"default": 0
|
|
4771
|
-
}
|
|
4772
|
-
},
|
|
4773
|
-
"chain_id": {
|
|
4774
|
-
"rule": "required",
|
|
4775
|
-
"type": "uint64",
|
|
4776
|
-
"id": 9
|
|
4777
|
-
},
|
|
4778
|
-
"tx_type": {
|
|
4779
|
-
"type": "uint32",
|
|
4780
|
-
"id": 10
|
|
4781
|
-
},
|
|
4782
|
-
"definitions": {
|
|
4783
|
-
"type": "EthereumDefinitions",
|
|
4784
|
-
"id": 12
|
|
4785
|
-
}
|
|
4786
|
-
}
|
|
4787
|
-
},
|
|
4788
|
-
"EthereumSignTxEIP1559": {
|
|
4789
|
-
"fields": {
|
|
4790
|
-
"address_n": {
|
|
4791
|
-
"rule": "repeated",
|
|
4792
|
-
"type": "uint32",
|
|
4793
|
-
"id": 1,
|
|
4794
|
-
"options": {
|
|
4795
|
-
"packed": false
|
|
4796
|
-
}
|
|
4797
|
-
},
|
|
4798
|
-
"nonce": {
|
|
4799
|
-
"rule": "required",
|
|
4800
|
-
"type": "bytes",
|
|
4801
|
-
"id": 2
|
|
4802
|
-
},
|
|
4803
|
-
"max_gas_fee": {
|
|
4804
|
-
"rule": "required",
|
|
4805
|
-
"type": "bytes",
|
|
4806
|
-
"id": 3
|
|
4807
|
-
},
|
|
4808
|
-
"max_priority_fee": {
|
|
4809
|
-
"rule": "required",
|
|
4810
|
-
"type": "bytes",
|
|
4811
|
-
"id": 4
|
|
4812
|
-
},
|
|
4813
|
-
"gas_limit": {
|
|
4814
|
-
"rule": "required",
|
|
4815
|
-
"type": "bytes",
|
|
4816
|
-
"id": 5
|
|
4817
|
-
},
|
|
4818
|
-
"to": {
|
|
4819
|
-
"type": "string",
|
|
4820
|
-
"id": 6,
|
|
4821
|
-
"options": {
|
|
4822
|
-
"default": ""
|
|
4823
|
-
}
|
|
4824
|
-
},
|
|
4825
|
-
"value": {
|
|
4826
|
-
"rule": "required",
|
|
4827
|
-
"type": "bytes",
|
|
4828
|
-
"id": 7
|
|
4829
|
-
},
|
|
4830
|
-
"data_initial_chunk": {
|
|
4831
|
-
"type": "bytes",
|
|
4832
|
-
"id": 8,
|
|
4833
|
-
"options": {
|
|
4834
|
-
"default": ""
|
|
4835
|
-
}
|
|
4836
|
-
},
|
|
4837
|
-
"data_length": {
|
|
4838
|
-
"rule": "required",
|
|
4839
|
-
"type": "uint32",
|
|
4840
|
-
"id": 9
|
|
4841
|
-
},
|
|
4842
|
-
"chain_id": {
|
|
4843
|
-
"rule": "required",
|
|
4844
|
-
"type": "uint64",
|
|
4845
|
-
"id": 10
|
|
4846
|
-
},
|
|
4847
|
-
"access_list": {
|
|
4848
|
-
"rule": "repeated",
|
|
4849
|
-
"type": "EthereumAccessList",
|
|
4850
|
-
"id": 11
|
|
4142
|
+
"id": 4
|
|
4143
|
+
}
|
|
4144
|
+
}
|
|
4851
4145
|
},
|
|
4852
|
-
"
|
|
4853
|
-
"type": "EthereumDefinitions",
|
|
4854
|
-
"id": 12
|
|
4855
|
-
}
|
|
4856
|
-
},
|
|
4857
|
-
"nested": {
|
|
4858
|
-
"EthereumAccessList": {
|
|
4146
|
+
"EosActionUnknown": {
|
|
4859
4147
|
"fields": {
|
|
4860
|
-
"
|
|
4148
|
+
"data_size": {
|
|
4861
4149
|
"rule": "required",
|
|
4862
|
-
"type": "
|
|
4150
|
+
"type": "uint32",
|
|
4863
4151
|
"id": 1
|
|
4864
4152
|
},
|
|
4865
|
-
"
|
|
4866
|
-
"rule": "
|
|
4153
|
+
"data_chunk": {
|
|
4154
|
+
"rule": "required",
|
|
4867
4155
|
"type": "bytes",
|
|
4868
4156
|
"id": 2
|
|
4869
4157
|
}
|
|
@@ -4871,36 +4159,95 @@
|
|
|
4871
4159
|
}
|
|
4872
4160
|
}
|
|
4873
4161
|
},
|
|
4874
|
-
"
|
|
4162
|
+
"EosSignedTx": {
|
|
4875
4163
|
"fields": {
|
|
4876
|
-
"
|
|
4877
|
-
"
|
|
4164
|
+
"signature": {
|
|
4165
|
+
"rule": "required",
|
|
4166
|
+
"type": "string",
|
|
4167
|
+
"id": 1
|
|
4168
|
+
}
|
|
4169
|
+
}
|
|
4170
|
+
},
|
|
4171
|
+
"EthereumDefinitionType": {
|
|
4172
|
+
"values": {
|
|
4173
|
+
"NETWORK": 0,
|
|
4174
|
+
"TOKEN": 1
|
|
4175
|
+
}
|
|
4176
|
+
},
|
|
4177
|
+
"EthereumNetworkInfo": {
|
|
4178
|
+
"fields": {
|
|
4179
|
+
"chain_id": {
|
|
4180
|
+
"rule": "required",
|
|
4181
|
+
"type": "uint64",
|
|
4878
4182
|
"id": 1
|
|
4879
4183
|
},
|
|
4880
|
-
"
|
|
4881
|
-
"
|
|
4184
|
+
"symbol": {
|
|
4185
|
+
"rule": "required",
|
|
4186
|
+
"type": "string",
|
|
4882
4187
|
"id": 2
|
|
4883
4188
|
},
|
|
4884
|
-
"
|
|
4885
|
-
"
|
|
4189
|
+
"slip44": {
|
|
4190
|
+
"rule": "required",
|
|
4191
|
+
"type": "uint32",
|
|
4886
4192
|
"id": 3
|
|
4887
4193
|
},
|
|
4888
|
-
"
|
|
4889
|
-
"
|
|
4194
|
+
"name": {
|
|
4195
|
+
"rule": "required",
|
|
4196
|
+
"type": "string",
|
|
4890
4197
|
"id": 4
|
|
4198
|
+
},
|
|
4199
|
+
"icon": {
|
|
4200
|
+
"type": "string",
|
|
4201
|
+
"id": 101
|
|
4202
|
+
},
|
|
4203
|
+
"primary_color": {
|
|
4204
|
+
"type": "uint64",
|
|
4205
|
+
"id": 102
|
|
4891
4206
|
}
|
|
4892
4207
|
}
|
|
4893
4208
|
},
|
|
4894
|
-
"
|
|
4209
|
+
"EthereumTokenInfo": {
|
|
4895
4210
|
"fields": {
|
|
4896
|
-
"
|
|
4211
|
+
"address": {
|
|
4897
4212
|
"rule": "required",
|
|
4898
4213
|
"type": "bytes",
|
|
4899
4214
|
"id": 1
|
|
4215
|
+
},
|
|
4216
|
+
"chain_id": {
|
|
4217
|
+
"rule": "required",
|
|
4218
|
+
"type": "uint64",
|
|
4219
|
+
"id": 2
|
|
4220
|
+
},
|
|
4221
|
+
"symbol": {
|
|
4222
|
+
"rule": "required",
|
|
4223
|
+
"type": "string",
|
|
4224
|
+
"id": 3
|
|
4225
|
+
},
|
|
4226
|
+
"decimals": {
|
|
4227
|
+
"rule": "required",
|
|
4228
|
+
"type": "uint32",
|
|
4229
|
+
"id": 4
|
|
4230
|
+
},
|
|
4231
|
+
"name": {
|
|
4232
|
+
"rule": "required",
|
|
4233
|
+
"type": "string",
|
|
4234
|
+
"id": 5
|
|
4900
4235
|
}
|
|
4901
4236
|
}
|
|
4902
4237
|
},
|
|
4903
|
-
"
|
|
4238
|
+
"EthereumDefinitions": {
|
|
4239
|
+
"fields": {
|
|
4240
|
+
"encoded_network": {
|
|
4241
|
+
"type": "bytes",
|
|
4242
|
+
"id": 1
|
|
4243
|
+
},
|
|
4244
|
+
"encoded_token": {
|
|
4245
|
+
"type": "bytes",
|
|
4246
|
+
"id": 2
|
|
4247
|
+
}
|
|
4248
|
+
}
|
|
4249
|
+
},
|
|
4250
|
+
"EthereumSignTypedDataOneKey": {
|
|
4904
4251
|
"fields": {
|
|
4905
4252
|
"address_n": {
|
|
4906
4253
|
"rule": "repeated",
|
|
@@ -4910,165 +4257,216 @@
|
|
|
4910
4257
|
"packed": false
|
|
4911
4258
|
}
|
|
4912
4259
|
},
|
|
4913
|
-
"
|
|
4260
|
+
"primary_type": {
|
|
4914
4261
|
"rule": "required",
|
|
4915
|
-
"type": "
|
|
4262
|
+
"type": "string",
|
|
4916
4263
|
"id": 2
|
|
4917
4264
|
},
|
|
4918
|
-
"
|
|
4919
|
-
"type": "
|
|
4920
|
-
"id": 3
|
|
4265
|
+
"metamask_v4_compat": {
|
|
4266
|
+
"type": "bool",
|
|
4267
|
+
"id": 3,
|
|
4268
|
+
"options": {
|
|
4269
|
+
"default": true
|
|
4270
|
+
}
|
|
4271
|
+
},
|
|
4272
|
+
"chain_id": {
|
|
4273
|
+
"type": "uint64",
|
|
4274
|
+
"id": 4
|
|
4921
4275
|
}
|
|
4922
4276
|
}
|
|
4923
4277
|
},
|
|
4924
|
-
"
|
|
4278
|
+
"EthereumTypedDataStructRequestOneKey": {
|
|
4925
4279
|
"fields": {
|
|
4926
|
-
"
|
|
4927
|
-
"rule": "required",
|
|
4928
|
-
"type": "bytes",
|
|
4929
|
-
"id": 2
|
|
4930
|
-
},
|
|
4931
|
-
"address": {
|
|
4280
|
+
"name": {
|
|
4932
4281
|
"rule": "required",
|
|
4933
4282
|
"type": "string",
|
|
4934
|
-
"id":
|
|
4283
|
+
"id": 1
|
|
4935
4284
|
}
|
|
4936
4285
|
}
|
|
4937
4286
|
},
|
|
4938
|
-
"
|
|
4287
|
+
"EthereumTypedDataStructAckOneKey": {
|
|
4939
4288
|
"fields": {
|
|
4940
|
-
"
|
|
4941
|
-
"rule": "
|
|
4942
|
-
"type": "
|
|
4943
|
-
"id":
|
|
4289
|
+
"members": {
|
|
4290
|
+
"rule": "repeated",
|
|
4291
|
+
"type": "EthereumStructMemberOneKey",
|
|
4292
|
+
"id": 1
|
|
4293
|
+
}
|
|
4294
|
+
},
|
|
4295
|
+
"nested": {
|
|
4296
|
+
"EthereumStructMemberOneKey": {
|
|
4297
|
+
"fields": {
|
|
4298
|
+
"type": {
|
|
4299
|
+
"rule": "required",
|
|
4300
|
+
"type": "EthereumFieldTypeOneKey",
|
|
4301
|
+
"id": 1
|
|
4302
|
+
},
|
|
4303
|
+
"name": {
|
|
4304
|
+
"rule": "required",
|
|
4305
|
+
"type": "string",
|
|
4306
|
+
"id": 2
|
|
4307
|
+
}
|
|
4308
|
+
}
|
|
4944
4309
|
},
|
|
4945
|
-
"
|
|
4946
|
-
"
|
|
4947
|
-
|
|
4948
|
-
|
|
4310
|
+
"EthereumFieldTypeOneKey": {
|
|
4311
|
+
"fields": {
|
|
4312
|
+
"data_type": {
|
|
4313
|
+
"rule": "required",
|
|
4314
|
+
"type": "EthereumDataTypeOneKey",
|
|
4315
|
+
"id": 1
|
|
4316
|
+
},
|
|
4317
|
+
"size": {
|
|
4318
|
+
"type": "uint32",
|
|
4319
|
+
"id": 2
|
|
4320
|
+
},
|
|
4321
|
+
"entry_type": {
|
|
4322
|
+
"type": "EthereumFieldTypeOneKey",
|
|
4323
|
+
"id": 3
|
|
4324
|
+
},
|
|
4325
|
+
"struct_name": {
|
|
4326
|
+
"type": "string",
|
|
4327
|
+
"id": 4
|
|
4328
|
+
}
|
|
4329
|
+
}
|
|
4949
4330
|
},
|
|
4950
|
-
"
|
|
4951
|
-
"
|
|
4952
|
-
|
|
4953
|
-
|
|
4331
|
+
"EthereumDataTypeOneKey": {
|
|
4332
|
+
"values": {
|
|
4333
|
+
"UINT": 1,
|
|
4334
|
+
"INT": 2,
|
|
4335
|
+
"BYTES": 3,
|
|
4336
|
+
"STRING": 4,
|
|
4337
|
+
"BOOL": 5,
|
|
4338
|
+
"ADDRESS": 6,
|
|
4339
|
+
"ARRAY": 7,
|
|
4340
|
+
"STRUCT": 8
|
|
4341
|
+
}
|
|
4954
4342
|
}
|
|
4955
4343
|
}
|
|
4956
4344
|
},
|
|
4957
|
-
"
|
|
4345
|
+
"EthereumTypedDataValueRequestOneKey": {
|
|
4958
4346
|
"fields": {
|
|
4959
|
-
"
|
|
4347
|
+
"member_path": {
|
|
4960
4348
|
"rule": "repeated",
|
|
4961
4349
|
"type": "uint32",
|
|
4962
4350
|
"id": 1,
|
|
4963
4351
|
"options": {
|
|
4964
4352
|
"packed": false
|
|
4965
4353
|
}
|
|
4966
|
-
},
|
|
4967
|
-
"domain_separator_hash": {
|
|
4968
|
-
"rule": "required",
|
|
4969
|
-
"type": "bytes",
|
|
4970
|
-
"id": 2
|
|
4971
|
-
},
|
|
4972
|
-
"message_hash": {
|
|
4973
|
-
"type": "bytes",
|
|
4974
|
-
"id": 3
|
|
4975
|
-
},
|
|
4976
|
-
"encoded_network": {
|
|
4977
|
-
"type": "bytes",
|
|
4978
|
-
"id": 4
|
|
4979
4354
|
}
|
|
4980
4355
|
}
|
|
4981
4356
|
},
|
|
4982
|
-
"
|
|
4357
|
+
"EthereumTypedDataValueAckOneKey": {
|
|
4983
4358
|
"fields": {
|
|
4984
|
-
"
|
|
4359
|
+
"value": {
|
|
4985
4360
|
"rule": "required",
|
|
4986
4361
|
"type": "bytes",
|
|
4987
4362
|
"id": 1
|
|
4988
|
-
},
|
|
4989
|
-
"address": {
|
|
4990
|
-
"rule": "required",
|
|
4991
|
-
"type": "string",
|
|
4992
|
-
"id": 2
|
|
4993
4363
|
}
|
|
4994
4364
|
}
|
|
4995
4365
|
},
|
|
4996
|
-
"
|
|
4366
|
+
"EthereumGnosisSafeTxOperation": {
|
|
4997
4367
|
"values": {
|
|
4998
|
-
"
|
|
4999
|
-
"
|
|
4368
|
+
"CALL": 0,
|
|
4369
|
+
"DELEGATE_CALL": 1
|
|
5000
4370
|
}
|
|
5001
4371
|
},
|
|
5002
|
-
"
|
|
4372
|
+
"EthereumGnosisSafeTxRequest": {
|
|
4373
|
+
"fields": {}
|
|
4374
|
+
},
|
|
4375
|
+
"EthereumGnosisSafeTxAck": {
|
|
5003
4376
|
"fields": {
|
|
5004
|
-
"
|
|
4377
|
+
"to": {
|
|
5005
4378
|
"rule": "required",
|
|
5006
|
-
"type": "
|
|
4379
|
+
"type": "string",
|
|
5007
4380
|
"id": 1
|
|
5008
4381
|
},
|
|
5009
|
-
"
|
|
4382
|
+
"value": {
|
|
4383
|
+
"rule": "required",
|
|
4384
|
+
"type": "bytes",
|
|
4385
|
+
"id": 2
|
|
4386
|
+
},
|
|
4387
|
+
"data": {
|
|
4388
|
+
"type": "bytes",
|
|
4389
|
+
"id": 3
|
|
4390
|
+
},
|
|
4391
|
+
"operation": {
|
|
4392
|
+
"rule": "required",
|
|
4393
|
+
"type": "EthereumGnosisSafeTxOperation",
|
|
4394
|
+
"id": 4
|
|
4395
|
+
},
|
|
4396
|
+
"safeTxGas": {
|
|
4397
|
+
"rule": "required",
|
|
4398
|
+
"type": "bytes",
|
|
4399
|
+
"id": 5
|
|
4400
|
+
},
|
|
4401
|
+
"baseGas": {
|
|
5010
4402
|
"rule": "required",
|
|
5011
|
-
"type": "
|
|
5012
|
-
"id":
|
|
4403
|
+
"type": "bytes",
|
|
4404
|
+
"id": 6
|
|
5013
4405
|
},
|
|
5014
|
-
"
|
|
4406
|
+
"gasPrice": {
|
|
5015
4407
|
"rule": "required",
|
|
5016
|
-
"type": "
|
|
5017
|
-
"id":
|
|
4408
|
+
"type": "bytes",
|
|
4409
|
+
"id": 7
|
|
5018
4410
|
},
|
|
5019
|
-
"
|
|
4411
|
+
"gasToken": {
|
|
5020
4412
|
"rule": "required",
|
|
5021
4413
|
"type": "string",
|
|
5022
|
-
"id":
|
|
4414
|
+
"id": 8
|
|
5023
4415
|
},
|
|
5024
|
-
"
|
|
4416
|
+
"refundReceiver": {
|
|
4417
|
+
"rule": "required",
|
|
5025
4418
|
"type": "string",
|
|
5026
|
-
"id":
|
|
4419
|
+
"id": 9
|
|
5027
4420
|
},
|
|
5028
|
-
"
|
|
5029
|
-
"type": "uint64",
|
|
5030
|
-
"id": 102
|
|
5031
|
-
}
|
|
5032
|
-
}
|
|
5033
|
-
},
|
|
5034
|
-
"EthereumTokenInfo": {
|
|
5035
|
-
"fields": {
|
|
5036
|
-
"address": {
|
|
4421
|
+
"nonce": {
|
|
5037
4422
|
"rule": "required",
|
|
5038
4423
|
"type": "bytes",
|
|
5039
|
-
"id":
|
|
4424
|
+
"id": 10
|
|
5040
4425
|
},
|
|
5041
4426
|
"chain_id": {
|
|
5042
4427
|
"rule": "required",
|
|
5043
4428
|
"type": "uint64",
|
|
5044
|
-
"id":
|
|
5045
|
-
},
|
|
5046
|
-
"symbol": {
|
|
5047
|
-
"rule": "required",
|
|
5048
|
-
"type": "string",
|
|
5049
|
-
"id": 3
|
|
5050
|
-
},
|
|
5051
|
-
"decimals": {
|
|
5052
|
-
"rule": "required",
|
|
5053
|
-
"type": "uint32",
|
|
5054
|
-
"id": 4
|
|
4429
|
+
"id": 11
|
|
5055
4430
|
},
|
|
5056
|
-
"
|
|
4431
|
+
"verifyingContract": {
|
|
5057
4432
|
"rule": "required",
|
|
5058
4433
|
"type": "string",
|
|
5059
|
-
"id":
|
|
4434
|
+
"id": 12
|
|
5060
4435
|
}
|
|
5061
4436
|
}
|
|
5062
4437
|
},
|
|
5063
|
-
"
|
|
4438
|
+
"EthereumSignTypedDataQR": {
|
|
5064
4439
|
"fields": {
|
|
5065
|
-
"
|
|
5066
|
-
"
|
|
5067
|
-
"
|
|
4440
|
+
"address_n": {
|
|
4441
|
+
"rule": "repeated",
|
|
4442
|
+
"type": "uint32",
|
|
4443
|
+
"id": 1,
|
|
4444
|
+
"options": {
|
|
4445
|
+
"packed": false
|
|
4446
|
+
}
|
|
5068
4447
|
},
|
|
5069
|
-
"
|
|
4448
|
+
"json_data": {
|
|
5070
4449
|
"type": "bytes",
|
|
5071
4450
|
"id": 2
|
|
4451
|
+
},
|
|
4452
|
+
"chain_id": {
|
|
4453
|
+
"type": "uint64",
|
|
4454
|
+
"id": 3
|
|
4455
|
+
},
|
|
4456
|
+
"metamask_v4_compat": {
|
|
4457
|
+
"type": "bool",
|
|
4458
|
+
"id": 4,
|
|
4459
|
+
"options": {
|
|
4460
|
+
"default": true
|
|
4461
|
+
}
|
|
4462
|
+
},
|
|
4463
|
+
"request_id": {
|
|
4464
|
+
"type": "bytes",
|
|
4465
|
+
"id": 5
|
|
4466
|
+
},
|
|
4467
|
+
"source_fingerprint": {
|
|
4468
|
+
"type": "uint32",
|
|
4469
|
+
"id": 6
|
|
5072
4470
|
}
|
|
5073
4471
|
}
|
|
5074
4472
|
},
|
|
@@ -5179,16 +4577,266 @@
|
|
|
5179
4577
|
}
|
|
5180
4578
|
}
|
|
5181
4579
|
},
|
|
5182
|
-
"EthereumTypedDataValueAck": {
|
|
4580
|
+
"EthereumTypedDataValueAck": {
|
|
4581
|
+
"fields": {
|
|
4582
|
+
"value": {
|
|
4583
|
+
"rule": "required",
|
|
4584
|
+
"type": "bytes",
|
|
4585
|
+
"id": 1
|
|
4586
|
+
}
|
|
4587
|
+
}
|
|
4588
|
+
},
|
|
4589
|
+
"EthereumGetPublicKeyOneKey": {
|
|
4590
|
+
"fields": {
|
|
4591
|
+
"address_n": {
|
|
4592
|
+
"rule": "repeated",
|
|
4593
|
+
"type": "uint32",
|
|
4594
|
+
"id": 1,
|
|
4595
|
+
"options": {
|
|
4596
|
+
"packed": false
|
|
4597
|
+
}
|
|
4598
|
+
},
|
|
4599
|
+
"show_display": {
|
|
4600
|
+
"type": "bool",
|
|
4601
|
+
"id": 2
|
|
4602
|
+
},
|
|
4603
|
+
"chain_id": {
|
|
4604
|
+
"type": "uint64",
|
|
4605
|
+
"id": 3
|
|
4606
|
+
}
|
|
4607
|
+
}
|
|
4608
|
+
},
|
|
4609
|
+
"EthereumPublicKeyOneKey": {
|
|
4610
|
+
"fields": {
|
|
4611
|
+
"node": {
|
|
4612
|
+
"rule": "required",
|
|
4613
|
+
"type": "HDNodeType",
|
|
4614
|
+
"id": 1
|
|
4615
|
+
},
|
|
4616
|
+
"xpub": {
|
|
4617
|
+
"rule": "required",
|
|
4618
|
+
"type": "string",
|
|
4619
|
+
"id": 2
|
|
4620
|
+
}
|
|
4621
|
+
}
|
|
4622
|
+
},
|
|
4623
|
+
"EthereumGetAddressOneKey": {
|
|
4624
|
+
"fields": {
|
|
4625
|
+
"address_n": {
|
|
4626
|
+
"rule": "repeated",
|
|
4627
|
+
"type": "uint32",
|
|
4628
|
+
"id": 1,
|
|
4629
|
+
"options": {
|
|
4630
|
+
"packed": false
|
|
4631
|
+
}
|
|
4632
|
+
},
|
|
4633
|
+
"show_display": {
|
|
4634
|
+
"type": "bool",
|
|
4635
|
+
"id": 2
|
|
4636
|
+
},
|
|
4637
|
+
"chain_id": {
|
|
4638
|
+
"type": "uint64",
|
|
4639
|
+
"id": 3
|
|
4640
|
+
}
|
|
4641
|
+
}
|
|
4642
|
+
},
|
|
4643
|
+
"EthereumAddressOneKey": {
|
|
4644
|
+
"fields": {
|
|
4645
|
+
"_old_address": {
|
|
4646
|
+
"type": "bytes",
|
|
4647
|
+
"id": 1,
|
|
4648
|
+
"options": {
|
|
4649
|
+
"deprecated": true
|
|
4650
|
+
}
|
|
4651
|
+
},
|
|
4652
|
+
"address": {
|
|
4653
|
+
"type": "string",
|
|
4654
|
+
"id": 2
|
|
4655
|
+
}
|
|
4656
|
+
}
|
|
4657
|
+
},
|
|
4658
|
+
"EthereumSignTxOneKey": {
|
|
4659
|
+
"fields": {
|
|
4660
|
+
"address_n": {
|
|
4661
|
+
"rule": "repeated",
|
|
4662
|
+
"type": "uint32",
|
|
4663
|
+
"id": 1,
|
|
4664
|
+
"options": {
|
|
4665
|
+
"packed": false
|
|
4666
|
+
}
|
|
4667
|
+
},
|
|
4668
|
+
"nonce": {
|
|
4669
|
+
"type": "bytes",
|
|
4670
|
+
"id": 2,
|
|
4671
|
+
"options": {
|
|
4672
|
+
"default": ""
|
|
4673
|
+
}
|
|
4674
|
+
},
|
|
4675
|
+
"gas_price": {
|
|
4676
|
+
"rule": "required",
|
|
4677
|
+
"type": "bytes",
|
|
4678
|
+
"id": 3
|
|
4679
|
+
},
|
|
4680
|
+
"gas_limit": {
|
|
4681
|
+
"rule": "required",
|
|
4682
|
+
"type": "bytes",
|
|
4683
|
+
"id": 4
|
|
4684
|
+
},
|
|
4685
|
+
"to": {
|
|
4686
|
+
"type": "string",
|
|
4687
|
+
"id": 11,
|
|
4688
|
+
"options": {
|
|
4689
|
+
"default": ""
|
|
4690
|
+
}
|
|
4691
|
+
},
|
|
4692
|
+
"value": {
|
|
4693
|
+
"type": "bytes",
|
|
4694
|
+
"id": 6,
|
|
4695
|
+
"options": {
|
|
4696
|
+
"default": ""
|
|
4697
|
+
}
|
|
4698
|
+
},
|
|
4699
|
+
"data_initial_chunk": {
|
|
4700
|
+
"type": "bytes",
|
|
4701
|
+
"id": 7,
|
|
4702
|
+
"options": {
|
|
4703
|
+
"default": ""
|
|
4704
|
+
}
|
|
4705
|
+
},
|
|
4706
|
+
"data_length": {
|
|
4707
|
+
"type": "uint32",
|
|
4708
|
+
"id": 8,
|
|
4709
|
+
"options": {
|
|
4710
|
+
"default": 0
|
|
4711
|
+
}
|
|
4712
|
+
},
|
|
4713
|
+
"chain_id": {
|
|
4714
|
+
"rule": "required",
|
|
4715
|
+
"type": "uint64",
|
|
4716
|
+
"id": 9
|
|
4717
|
+
},
|
|
4718
|
+
"tx_type": {
|
|
4719
|
+
"type": "uint32",
|
|
4720
|
+
"id": 10
|
|
4721
|
+
},
|
|
4722
|
+
"expected_address": {
|
|
4723
|
+
"type": "bytes",
|
|
4724
|
+
"id": 12
|
|
4725
|
+
},
|
|
4726
|
+
"source_fingerprint": {
|
|
4727
|
+
"type": "uint32",
|
|
4728
|
+
"id": 13
|
|
4729
|
+
}
|
|
4730
|
+
}
|
|
4731
|
+
},
|
|
4732
|
+
"EthereumAccessListOneKey": {
|
|
4733
|
+
"fields": {
|
|
4734
|
+
"address": {
|
|
4735
|
+
"rule": "required",
|
|
4736
|
+
"type": "string",
|
|
4737
|
+
"id": 1
|
|
4738
|
+
},
|
|
4739
|
+
"storage_keys": {
|
|
4740
|
+
"rule": "repeated",
|
|
4741
|
+
"type": "bytes",
|
|
4742
|
+
"id": 2
|
|
4743
|
+
}
|
|
4744
|
+
}
|
|
4745
|
+
},
|
|
4746
|
+
"EthereumSignTxEIP1559OneKey": {
|
|
4747
|
+
"fields": {
|
|
4748
|
+
"address_n": {
|
|
4749
|
+
"rule": "repeated",
|
|
4750
|
+
"type": "uint32",
|
|
4751
|
+
"id": 1,
|
|
4752
|
+
"options": {
|
|
4753
|
+
"packed": false
|
|
4754
|
+
}
|
|
4755
|
+
},
|
|
4756
|
+
"nonce": {
|
|
4757
|
+
"rule": "required",
|
|
4758
|
+
"type": "bytes",
|
|
4759
|
+
"id": 2
|
|
4760
|
+
},
|
|
4761
|
+
"max_gas_fee": {
|
|
4762
|
+
"rule": "required",
|
|
4763
|
+
"type": "bytes",
|
|
4764
|
+
"id": 3
|
|
4765
|
+
},
|
|
4766
|
+
"max_priority_fee": {
|
|
4767
|
+
"rule": "required",
|
|
4768
|
+
"type": "bytes",
|
|
4769
|
+
"id": 4
|
|
4770
|
+
},
|
|
4771
|
+
"gas_limit": {
|
|
4772
|
+
"rule": "required",
|
|
4773
|
+
"type": "bytes",
|
|
4774
|
+
"id": 5
|
|
4775
|
+
},
|
|
4776
|
+
"to": {
|
|
4777
|
+
"type": "string",
|
|
4778
|
+
"id": 6,
|
|
4779
|
+
"options": {
|
|
4780
|
+
"default": ""
|
|
4781
|
+
}
|
|
4782
|
+
},
|
|
4783
|
+
"value": {
|
|
4784
|
+
"rule": "required",
|
|
4785
|
+
"type": "bytes",
|
|
4786
|
+
"id": 7
|
|
4787
|
+
},
|
|
4788
|
+
"data_initial_chunk": {
|
|
4789
|
+
"type": "bytes",
|
|
4790
|
+
"id": 8,
|
|
4791
|
+
"options": {
|
|
4792
|
+
"default": ""
|
|
4793
|
+
}
|
|
4794
|
+
},
|
|
4795
|
+
"data_length": {
|
|
4796
|
+
"rule": "required",
|
|
4797
|
+
"type": "uint32",
|
|
4798
|
+
"id": 9
|
|
4799
|
+
},
|
|
4800
|
+
"chain_id": {
|
|
4801
|
+
"rule": "required",
|
|
4802
|
+
"type": "uint64",
|
|
4803
|
+
"id": 10
|
|
4804
|
+
},
|
|
4805
|
+
"access_list": {
|
|
4806
|
+
"rule": "repeated",
|
|
4807
|
+
"type": "EthereumAccessListOneKey",
|
|
4808
|
+
"id": 11
|
|
4809
|
+
},
|
|
4810
|
+
"expected_address": {
|
|
4811
|
+
"type": "bytes",
|
|
4812
|
+
"id": 12
|
|
4813
|
+
},
|
|
4814
|
+
"source_fingerprint": {
|
|
4815
|
+
"type": "uint32",
|
|
4816
|
+
"id": 13
|
|
4817
|
+
}
|
|
4818
|
+
}
|
|
4819
|
+
},
|
|
4820
|
+
"EthereumAuthorizationSignature": {
|
|
5183
4821
|
"fields": {
|
|
5184
|
-
"
|
|
4822
|
+
"y_parity": {
|
|
5185
4823
|
"rule": "required",
|
|
5186
|
-
"type": "
|
|
4824
|
+
"type": "uint32",
|
|
5187
4825
|
"id": 1
|
|
4826
|
+
},
|
|
4827
|
+
"r": {
|
|
4828
|
+
"rule": "required",
|
|
4829
|
+
"type": "bytes",
|
|
4830
|
+
"id": 2
|
|
4831
|
+
},
|
|
4832
|
+
"s": {
|
|
4833
|
+
"rule": "required",
|
|
4834
|
+
"type": "bytes",
|
|
4835
|
+
"id": 3
|
|
5188
4836
|
}
|
|
5189
4837
|
}
|
|
5190
4838
|
},
|
|
5191
|
-
"
|
|
4839
|
+
"EthereumSignTxEIP7702OneKey": {
|
|
5192
4840
|
"fields": {
|
|
5193
4841
|
"address_n": {
|
|
5194
4842
|
"rule": "repeated",
|
|
@@ -5198,185 +4846,195 @@
|
|
|
5198
4846
|
"packed": false
|
|
5199
4847
|
}
|
|
5200
4848
|
},
|
|
5201
|
-
"
|
|
4849
|
+
"nonce": {
|
|
5202
4850
|
"rule": "required",
|
|
5203
|
-
"type": "
|
|
4851
|
+
"type": "bytes",
|
|
5204
4852
|
"id": 2
|
|
5205
4853
|
},
|
|
5206
|
-
"
|
|
5207
|
-
"
|
|
5208
|
-
"
|
|
4854
|
+
"max_gas_fee": {
|
|
4855
|
+
"rule": "required",
|
|
4856
|
+
"type": "bytes",
|
|
4857
|
+
"id": 3
|
|
4858
|
+
},
|
|
4859
|
+
"max_priority_fee": {
|
|
4860
|
+
"rule": "required",
|
|
4861
|
+
"type": "bytes",
|
|
4862
|
+
"id": 4
|
|
4863
|
+
},
|
|
4864
|
+
"gas_limit": {
|
|
4865
|
+
"rule": "required",
|
|
4866
|
+
"type": "bytes",
|
|
4867
|
+
"id": 5
|
|
4868
|
+
},
|
|
4869
|
+
"to": {
|
|
4870
|
+
"rule": "required",
|
|
4871
|
+
"type": "string",
|
|
4872
|
+
"id": 6
|
|
4873
|
+
},
|
|
4874
|
+
"value": {
|
|
4875
|
+
"rule": "required",
|
|
4876
|
+
"type": "bytes",
|
|
4877
|
+
"id": 7
|
|
4878
|
+
},
|
|
4879
|
+
"data_initial_chunk": {
|
|
4880
|
+
"type": "bytes",
|
|
4881
|
+
"id": 8,
|
|
5209
4882
|
"options": {
|
|
5210
|
-
"default":
|
|
4883
|
+
"default": ""
|
|
5211
4884
|
}
|
|
5212
4885
|
},
|
|
4886
|
+
"data_length": {
|
|
4887
|
+
"rule": "required",
|
|
4888
|
+
"type": "uint32",
|
|
4889
|
+
"id": 9
|
|
4890
|
+
},
|
|
5213
4891
|
"chain_id": {
|
|
5214
|
-
"type": "uint64",
|
|
5215
|
-
"id": 4
|
|
5216
|
-
}
|
|
5217
|
-
}
|
|
5218
|
-
},
|
|
5219
|
-
"EthereumTypedDataStructRequestOneKey": {
|
|
5220
|
-
"fields": {
|
|
5221
|
-
"name": {
|
|
5222
4892
|
"rule": "required",
|
|
5223
|
-
"type": "
|
|
5224
|
-
"id":
|
|
5225
|
-
}
|
|
5226
|
-
|
|
5227
|
-
},
|
|
5228
|
-
"EthereumTypedDataStructAckOneKey": {
|
|
5229
|
-
"fields": {
|
|
5230
|
-
"members": {
|
|
4893
|
+
"type": "uint64",
|
|
4894
|
+
"id": 10
|
|
4895
|
+
},
|
|
4896
|
+
"access_list": {
|
|
5231
4897
|
"rule": "repeated",
|
|
5232
|
-
"type": "
|
|
5233
|
-
"id":
|
|
4898
|
+
"type": "EthereumAccessListOneKey",
|
|
4899
|
+
"id": 11
|
|
4900
|
+
},
|
|
4901
|
+
"authorization_list": {
|
|
4902
|
+
"rule": "repeated",
|
|
4903
|
+
"type": "EthereumAuthorizationOneKey",
|
|
4904
|
+
"id": 12
|
|
5234
4905
|
}
|
|
5235
4906
|
},
|
|
5236
4907
|
"nested": {
|
|
5237
|
-
"
|
|
4908
|
+
"EthereumAuthorizationOneKey": {
|
|
5238
4909
|
"fields": {
|
|
5239
|
-
"
|
|
5240
|
-
"rule": "
|
|
5241
|
-
"type": "
|
|
5242
|
-
"id": 1
|
|
4910
|
+
"address_n": {
|
|
4911
|
+
"rule": "repeated",
|
|
4912
|
+
"type": "uint32",
|
|
4913
|
+
"id": 1,
|
|
4914
|
+
"options": {
|
|
4915
|
+
"packed": false
|
|
4916
|
+
}
|
|
5243
4917
|
},
|
|
5244
|
-
"
|
|
5245
|
-
"rule": "required",
|
|
5246
|
-
"type": "string",
|
|
5247
|
-
"id": 2
|
|
5248
|
-
}
|
|
5249
|
-
}
|
|
5250
|
-
},
|
|
5251
|
-
"EthereumFieldTypeOneKey": {
|
|
5252
|
-
"fields": {
|
|
5253
|
-
"data_type": {
|
|
4918
|
+
"chain_id": {
|
|
5254
4919
|
"rule": "required",
|
|
5255
|
-
"type": "
|
|
5256
|
-
"id": 1
|
|
5257
|
-
},
|
|
5258
|
-
"size": {
|
|
5259
|
-
"type": "uint32",
|
|
4920
|
+
"type": "uint64",
|
|
5260
4921
|
"id": 2
|
|
5261
4922
|
},
|
|
5262
|
-
"
|
|
5263
|
-
"
|
|
4923
|
+
"address": {
|
|
4924
|
+
"rule": "required",
|
|
4925
|
+
"type": "string",
|
|
5264
4926
|
"id": 3
|
|
5265
4927
|
},
|
|
5266
|
-
"
|
|
5267
|
-
"
|
|
4928
|
+
"nonce": {
|
|
4929
|
+
"rule": "required",
|
|
4930
|
+
"type": "bytes",
|
|
5268
4931
|
"id": 4
|
|
4932
|
+
},
|
|
4933
|
+
"signature": {
|
|
4934
|
+
"type": "EthereumAuthorizationSignature",
|
|
4935
|
+
"id": 5
|
|
5269
4936
|
}
|
|
5270
4937
|
}
|
|
5271
|
-
},
|
|
5272
|
-
"EthereumDataTypeOneKey": {
|
|
5273
|
-
"values": {
|
|
5274
|
-
"UINT": 1,
|
|
5275
|
-
"INT": 2,
|
|
5276
|
-
"BYTES": 3,
|
|
5277
|
-
"STRING": 4,
|
|
5278
|
-
"BOOL": 5,
|
|
5279
|
-
"ADDRESS": 6,
|
|
5280
|
-
"ARRAY": 7,
|
|
5281
|
-
"STRUCT": 8
|
|
5282
|
-
}
|
|
5283
4938
|
}
|
|
5284
4939
|
}
|
|
5285
4940
|
},
|
|
5286
|
-
"
|
|
4941
|
+
"EthereumTxRequestOneKey": {
|
|
5287
4942
|
"fields": {
|
|
5288
|
-
"
|
|
5289
|
-
"rule": "repeated",
|
|
4943
|
+
"data_length": {
|
|
5290
4944
|
"type": "uint32",
|
|
5291
|
-
"id": 1
|
|
5292
|
-
|
|
5293
|
-
|
|
5294
|
-
|
|
4945
|
+
"id": 1
|
|
4946
|
+
},
|
|
4947
|
+
"signature_v": {
|
|
4948
|
+
"type": "uint32",
|
|
4949
|
+
"id": 2
|
|
4950
|
+
},
|
|
4951
|
+
"signature_r": {
|
|
4952
|
+
"type": "bytes",
|
|
4953
|
+
"id": 3
|
|
4954
|
+
},
|
|
4955
|
+
"signature_s": {
|
|
4956
|
+
"type": "bytes",
|
|
4957
|
+
"id": 4
|
|
4958
|
+
},
|
|
4959
|
+
"authorization_signatures": {
|
|
4960
|
+
"rule": "repeated",
|
|
4961
|
+
"type": "EthereumAuthorizationSignature",
|
|
4962
|
+
"id": 10
|
|
5295
4963
|
}
|
|
5296
4964
|
}
|
|
5297
4965
|
},
|
|
5298
|
-
"
|
|
4966
|
+
"EthereumTxAckOneKey": {
|
|
5299
4967
|
"fields": {
|
|
5300
|
-
"
|
|
4968
|
+
"data_chunk": {
|
|
5301
4969
|
"rule": "required",
|
|
5302
4970
|
"type": "bytes",
|
|
5303
4971
|
"id": 1
|
|
5304
4972
|
}
|
|
5305
4973
|
}
|
|
5306
4974
|
},
|
|
5307
|
-
"
|
|
5308
|
-
"values": {
|
|
5309
|
-
"CALL": 0,
|
|
5310
|
-
"DELEGATE_CALL": 1
|
|
5311
|
-
}
|
|
5312
|
-
},
|
|
5313
|
-
"EthereumGnosisSafeTxRequest": {
|
|
5314
|
-
"fields": {}
|
|
5315
|
-
},
|
|
5316
|
-
"EthereumGnosisSafeTxAck": {
|
|
4975
|
+
"EthereumSignMessageOneKey": {
|
|
5317
4976
|
"fields": {
|
|
5318
|
-
"
|
|
5319
|
-
"rule": "
|
|
5320
|
-
"type": "
|
|
5321
|
-
"id": 1
|
|
4977
|
+
"address_n": {
|
|
4978
|
+
"rule": "repeated",
|
|
4979
|
+
"type": "uint32",
|
|
4980
|
+
"id": 1,
|
|
4981
|
+
"options": {
|
|
4982
|
+
"packed": false
|
|
4983
|
+
}
|
|
5322
4984
|
},
|
|
5323
|
-
"
|
|
4985
|
+
"message": {
|
|
5324
4986
|
"rule": "required",
|
|
5325
4987
|
"type": "bytes",
|
|
5326
4988
|
"id": 2
|
|
5327
4989
|
},
|
|
5328
|
-
"
|
|
5329
|
-
"type": "
|
|
4990
|
+
"chain_id": {
|
|
4991
|
+
"type": "uint64",
|
|
5330
4992
|
"id": 3
|
|
5331
4993
|
},
|
|
5332
|
-
"
|
|
5333
|
-
"
|
|
5334
|
-
"type": "EthereumGnosisSafeTxOperation",
|
|
4994
|
+
"source_fingerprint": {
|
|
4995
|
+
"type": "uint32",
|
|
5335
4996
|
"id": 4
|
|
5336
|
-
}
|
|
5337
|
-
|
|
4997
|
+
}
|
|
4998
|
+
}
|
|
4999
|
+
},
|
|
5000
|
+
"EthereumMessageSignatureOneKey": {
|
|
5001
|
+
"fields": {
|
|
5002
|
+
"signature": {
|
|
5338
5003
|
"rule": "required",
|
|
5339
5004
|
"type": "bytes",
|
|
5340
|
-
"id":
|
|
5005
|
+
"id": 2
|
|
5341
5006
|
},
|
|
5342
|
-
"
|
|
5007
|
+
"address": {
|
|
5343
5008
|
"rule": "required",
|
|
5344
|
-
"type": "
|
|
5345
|
-
"id":
|
|
5346
|
-
}
|
|
5347
|
-
|
|
5009
|
+
"type": "string",
|
|
5010
|
+
"id": 3
|
|
5011
|
+
}
|
|
5012
|
+
}
|
|
5013
|
+
},
|
|
5014
|
+
"EthereumVerifyMessageOneKey": {
|
|
5015
|
+
"fields": {
|
|
5016
|
+
"signature": {
|
|
5348
5017
|
"rule": "required",
|
|
5349
5018
|
"type": "bytes",
|
|
5350
|
-
"id":
|
|
5019
|
+
"id": 2
|
|
5351
5020
|
},
|
|
5352
|
-
"
|
|
5021
|
+
"message": {
|
|
5353
5022
|
"rule": "required",
|
|
5354
|
-
"type": "
|
|
5355
|
-
"id":
|
|
5023
|
+
"type": "bytes",
|
|
5024
|
+
"id": 3
|
|
5356
5025
|
},
|
|
5357
|
-
"
|
|
5026
|
+
"address": {
|
|
5358
5027
|
"rule": "required",
|
|
5359
5028
|
"type": "string",
|
|
5360
|
-
"id":
|
|
5361
|
-
},
|
|
5362
|
-
"nonce": {
|
|
5363
|
-
"rule": "required",
|
|
5364
|
-
"type": "bytes",
|
|
5365
|
-
"id": 10
|
|
5029
|
+
"id": 4
|
|
5366
5030
|
},
|
|
5367
5031
|
"chain_id": {
|
|
5368
|
-
"rule": "required",
|
|
5369
5032
|
"type": "uint64",
|
|
5370
|
-
"id":
|
|
5371
|
-
},
|
|
5372
|
-
"verifyingContract": {
|
|
5373
|
-
"rule": "required",
|
|
5374
|
-
"type": "string",
|
|
5375
|
-
"id": 12
|
|
5033
|
+
"id": 5
|
|
5376
5034
|
}
|
|
5377
5035
|
}
|
|
5378
5036
|
},
|
|
5379
|
-
"
|
|
5037
|
+
"EthereumSignTypedHashOneKey": {
|
|
5380
5038
|
"fields": {
|
|
5381
5039
|
"address_n": {
|
|
5382
5040
|
"rule": "repeated",
|
|
@@ -5386,28 +5044,36 @@
|
|
|
5386
5044
|
"packed": false
|
|
5387
5045
|
}
|
|
5388
5046
|
},
|
|
5389
|
-
"
|
|
5047
|
+
"domain_separator_hash": {
|
|
5048
|
+
"rule": "required",
|
|
5390
5049
|
"type": "bytes",
|
|
5391
5050
|
"id": 2
|
|
5392
5051
|
},
|
|
5393
|
-
"
|
|
5394
|
-
"type": "
|
|
5052
|
+
"message_hash": {
|
|
5053
|
+
"type": "bytes",
|
|
5395
5054
|
"id": 3
|
|
5396
5055
|
},
|
|
5397
|
-
"
|
|
5398
|
-
"type": "
|
|
5399
|
-
"id": 4
|
|
5400
|
-
|
|
5401
|
-
|
|
5402
|
-
|
|
5403
|
-
|
|
5404
|
-
|
|
5056
|
+
"chain_id": {
|
|
5057
|
+
"type": "uint64",
|
|
5058
|
+
"id": 4
|
|
5059
|
+
}
|
|
5060
|
+
}
|
|
5061
|
+
},
|
|
5062
|
+
"EthereumTypedDataSignatureOneKey": {
|
|
5063
|
+
"fields": {
|
|
5064
|
+
"signature": {
|
|
5065
|
+
"rule": "required",
|
|
5405
5066
|
"type": "bytes",
|
|
5406
|
-
"id":
|
|
5067
|
+
"id": 1
|
|
5068
|
+
},
|
|
5069
|
+
"address": {
|
|
5070
|
+
"rule": "required",
|
|
5071
|
+
"type": "string",
|
|
5072
|
+
"id": 2
|
|
5407
5073
|
}
|
|
5408
5074
|
}
|
|
5409
5075
|
},
|
|
5410
|
-
"
|
|
5076
|
+
"EthereumGetPublicKey": {
|
|
5411
5077
|
"fields": {
|
|
5412
5078
|
"address_n": {
|
|
5413
5079
|
"rule": "repeated",
|
|
@@ -5420,14 +5086,10 @@
|
|
|
5420
5086
|
"show_display": {
|
|
5421
5087
|
"type": "bool",
|
|
5422
5088
|
"id": 2
|
|
5423
|
-
},
|
|
5424
|
-
"chain_id": {
|
|
5425
|
-
"type": "uint64",
|
|
5426
|
-
"id": 3
|
|
5427
5089
|
}
|
|
5428
5090
|
}
|
|
5429
5091
|
},
|
|
5430
|
-
"
|
|
5092
|
+
"EthereumPublicKey": {
|
|
5431
5093
|
"fields": {
|
|
5432
5094
|
"node": {
|
|
5433
5095
|
"rule": "required",
|
|
@@ -5441,7 +5103,7 @@
|
|
|
5441
5103
|
}
|
|
5442
5104
|
}
|
|
5443
5105
|
},
|
|
5444
|
-
"
|
|
5106
|
+
"EthereumGetAddress": {
|
|
5445
5107
|
"fields": {
|
|
5446
5108
|
"address_n": {
|
|
5447
5109
|
"rule": "repeated",
|
|
@@ -5455,13 +5117,13 @@
|
|
|
5455
5117
|
"type": "bool",
|
|
5456
5118
|
"id": 2
|
|
5457
5119
|
},
|
|
5458
|
-
"
|
|
5459
|
-
"type": "
|
|
5120
|
+
"encoded_network": {
|
|
5121
|
+
"type": "bytes",
|
|
5460
5122
|
"id": 3
|
|
5461
5123
|
}
|
|
5462
5124
|
}
|
|
5463
5125
|
},
|
|
5464
|
-
"
|
|
5126
|
+
"EthereumAddress": {
|
|
5465
5127
|
"fields": {
|
|
5466
5128
|
"_old_address": {
|
|
5467
5129
|
"type": "bytes",
|
|
@@ -5476,7 +5138,7 @@
|
|
|
5476
5138
|
}
|
|
5477
5139
|
}
|
|
5478
5140
|
},
|
|
5479
|
-
"
|
|
5141
|
+
"EthereumSignTx": {
|
|
5480
5142
|
"fields": {
|
|
5481
5143
|
"address_n": {
|
|
5482
5144
|
"rule": "repeated",
|
|
@@ -5539,24 +5201,14 @@
|
|
|
5539
5201
|
"tx_type": {
|
|
5540
5202
|
"type": "uint32",
|
|
5541
5203
|
"id": 10
|
|
5542
|
-
}
|
|
5543
|
-
}
|
|
5544
|
-
},
|
|
5545
|
-
"EthereumAccessListOneKey": {
|
|
5546
|
-
"fields": {
|
|
5547
|
-
"address": {
|
|
5548
|
-
"rule": "required",
|
|
5549
|
-
"type": "string",
|
|
5550
|
-
"id": 1
|
|
5551
5204
|
},
|
|
5552
|
-
"
|
|
5553
|
-
"
|
|
5554
|
-
"
|
|
5555
|
-
"id": 2
|
|
5205
|
+
"definitions": {
|
|
5206
|
+
"type": "EthereumDefinitions",
|
|
5207
|
+
"id": 12
|
|
5556
5208
|
}
|
|
5557
5209
|
}
|
|
5558
5210
|
},
|
|
5559
|
-
"
|
|
5211
|
+
"EthereumSignTxEIP1559": {
|
|
5560
5212
|
"fields": {
|
|
5561
5213
|
"address_n": {
|
|
5562
5214
|
"rule": "repeated",
|
|
@@ -5617,133 +5269,32 @@
|
|
|
5617
5269
|
},
|
|
5618
5270
|
"access_list": {
|
|
5619
5271
|
"rule": "repeated",
|
|
5620
|
-
"type": "
|
|
5621
|
-
"id": 11
|
|
5622
|
-
}
|
|
5623
|
-
}
|
|
5624
|
-
},
|
|
5625
|
-
"EthereumAuthorizationSignature": {
|
|
5626
|
-
"fields": {
|
|
5627
|
-
"y_parity": {
|
|
5628
|
-
"rule": "required",
|
|
5629
|
-
"type": "uint32",
|
|
5630
|
-
"id": 1
|
|
5631
|
-
},
|
|
5632
|
-
"r": {
|
|
5633
|
-
"rule": "required",
|
|
5634
|
-
"type": "bytes",
|
|
5635
|
-
"id": 2
|
|
5636
|
-
},
|
|
5637
|
-
"s": {
|
|
5638
|
-
"rule": "required",
|
|
5639
|
-
"type": "bytes",
|
|
5640
|
-
"id": 3
|
|
5641
|
-
}
|
|
5642
|
-
}
|
|
5643
|
-
},
|
|
5644
|
-
"EthereumSignTxEIP7702OneKey": {
|
|
5645
|
-
"fields": {
|
|
5646
|
-
"address_n": {
|
|
5647
|
-
"rule": "repeated",
|
|
5648
|
-
"type": "uint32",
|
|
5649
|
-
"id": 1,
|
|
5650
|
-
"options": {
|
|
5651
|
-
"packed": false
|
|
5652
|
-
}
|
|
5653
|
-
},
|
|
5654
|
-
"nonce": {
|
|
5655
|
-
"rule": "required",
|
|
5656
|
-
"type": "bytes",
|
|
5657
|
-
"id": 2
|
|
5658
|
-
},
|
|
5659
|
-
"max_gas_fee": {
|
|
5660
|
-
"rule": "required",
|
|
5661
|
-
"type": "bytes",
|
|
5662
|
-
"id": 3
|
|
5663
|
-
},
|
|
5664
|
-
"max_priority_fee": {
|
|
5665
|
-
"rule": "required",
|
|
5666
|
-
"type": "bytes",
|
|
5667
|
-
"id": 4
|
|
5668
|
-
},
|
|
5669
|
-
"gas_limit": {
|
|
5670
|
-
"rule": "required",
|
|
5671
|
-
"type": "bytes",
|
|
5672
|
-
"id": 5
|
|
5673
|
-
},
|
|
5674
|
-
"to": {
|
|
5675
|
-
"rule": "required",
|
|
5676
|
-
"type": "string",
|
|
5677
|
-
"id": 6
|
|
5678
|
-
},
|
|
5679
|
-
"value": {
|
|
5680
|
-
"rule": "required",
|
|
5681
|
-
"type": "bytes",
|
|
5682
|
-
"id": 7
|
|
5683
|
-
},
|
|
5684
|
-
"data_initial_chunk": {
|
|
5685
|
-
"type": "bytes",
|
|
5686
|
-
"id": 8,
|
|
5687
|
-
"options": {
|
|
5688
|
-
"default": ""
|
|
5689
|
-
}
|
|
5690
|
-
},
|
|
5691
|
-
"data_length": {
|
|
5692
|
-
"rule": "required",
|
|
5693
|
-
"type": "uint32",
|
|
5694
|
-
"id": 9
|
|
5695
|
-
},
|
|
5696
|
-
"chain_id": {
|
|
5697
|
-
"rule": "required",
|
|
5698
|
-
"type": "uint64",
|
|
5699
|
-
"id": 10
|
|
5700
|
-
},
|
|
5701
|
-
"access_list": {
|
|
5702
|
-
"rule": "repeated",
|
|
5703
|
-
"type": "EthereumAccessListOneKey",
|
|
5272
|
+
"type": "EthereumAccessList",
|
|
5704
5273
|
"id": 11
|
|
5705
5274
|
},
|
|
5706
|
-
"
|
|
5707
|
-
"
|
|
5708
|
-
"type": "EthereumAuthorizationOneKey",
|
|
5275
|
+
"definitions": {
|
|
5276
|
+
"type": "EthereumDefinitions",
|
|
5709
5277
|
"id": 12
|
|
5710
5278
|
}
|
|
5711
5279
|
},
|
|
5712
5280
|
"nested": {
|
|
5713
|
-
"
|
|
5281
|
+
"EthereumAccessList": {
|
|
5714
5282
|
"fields": {
|
|
5715
|
-
"address_n": {
|
|
5716
|
-
"rule": "repeated",
|
|
5717
|
-
"type": "uint32",
|
|
5718
|
-
"id": 1,
|
|
5719
|
-
"options": {
|
|
5720
|
-
"packed": false
|
|
5721
|
-
}
|
|
5722
|
-
},
|
|
5723
|
-
"chain_id": {
|
|
5724
|
-
"rule": "required",
|
|
5725
|
-
"type": "uint64",
|
|
5726
|
-
"id": 2
|
|
5727
|
-
},
|
|
5728
5283
|
"address": {
|
|
5729
5284
|
"rule": "required",
|
|
5730
5285
|
"type": "string",
|
|
5731
|
-
"id":
|
|
5286
|
+
"id": 1
|
|
5732
5287
|
},
|
|
5733
|
-
"
|
|
5734
|
-
"rule": "
|
|
5288
|
+
"storage_keys": {
|
|
5289
|
+
"rule": "repeated",
|
|
5735
5290
|
"type": "bytes",
|
|
5736
|
-
"id":
|
|
5737
|
-
},
|
|
5738
|
-
"signature": {
|
|
5739
|
-
"type": "EthereumAuthorizationSignature",
|
|
5740
|
-
"id": 5
|
|
5291
|
+
"id": 2
|
|
5741
5292
|
}
|
|
5742
5293
|
}
|
|
5743
5294
|
}
|
|
5744
5295
|
}
|
|
5745
5296
|
},
|
|
5746
|
-
"
|
|
5297
|
+
"EthereumTxRequest": {
|
|
5747
5298
|
"fields": {
|
|
5748
5299
|
"data_length": {
|
|
5749
5300
|
"type": "uint32",
|
|
@@ -5760,15 +5311,10 @@
|
|
|
5760
5311
|
"signature_s": {
|
|
5761
5312
|
"type": "bytes",
|
|
5762
5313
|
"id": 4
|
|
5763
|
-
},
|
|
5764
|
-
"authorization_signatures": {
|
|
5765
|
-
"rule": "repeated",
|
|
5766
|
-
"type": "EthereumAuthorizationSignature",
|
|
5767
|
-
"id": 10
|
|
5768
5314
|
}
|
|
5769
5315
|
}
|
|
5770
5316
|
},
|
|
5771
|
-
"
|
|
5317
|
+
"EthereumTxAck": {
|
|
5772
5318
|
"fields": {
|
|
5773
5319
|
"data_chunk": {
|
|
5774
5320
|
"rule": "required",
|
|
@@ -5777,7 +5323,7 @@
|
|
|
5777
5323
|
}
|
|
5778
5324
|
}
|
|
5779
5325
|
},
|
|
5780
|
-
"
|
|
5326
|
+
"EthereumSignMessage": {
|
|
5781
5327
|
"fields": {
|
|
5782
5328
|
"address_n": {
|
|
5783
5329
|
"rule": "repeated",
|
|
@@ -5792,13 +5338,13 @@
|
|
|
5792
5338
|
"type": "bytes",
|
|
5793
5339
|
"id": 2
|
|
5794
5340
|
},
|
|
5795
|
-
"
|
|
5796
|
-
"type": "
|
|
5341
|
+
"encoded_network": {
|
|
5342
|
+
"type": "bytes",
|
|
5797
5343
|
"id": 3
|
|
5798
5344
|
}
|
|
5799
5345
|
}
|
|
5800
5346
|
},
|
|
5801
|
-
"
|
|
5347
|
+
"EthereumMessageSignature": {
|
|
5802
5348
|
"fields": {
|
|
5803
5349
|
"signature": {
|
|
5804
5350
|
"rule": "required",
|
|
@@ -5812,7 +5358,7 @@
|
|
|
5812
5358
|
}
|
|
5813
5359
|
}
|
|
5814
5360
|
},
|
|
5815
|
-
"
|
|
5361
|
+
"EthereumVerifyMessage": {
|
|
5816
5362
|
"fields": {
|
|
5817
5363
|
"signature": {
|
|
5818
5364
|
"rule": "required",
|
|
@@ -5828,14 +5374,10 @@
|
|
|
5828
5374
|
"rule": "required",
|
|
5829
5375
|
"type": "string",
|
|
5830
5376
|
"id": 4
|
|
5831
|
-
},
|
|
5832
|
-
"chain_id": {
|
|
5833
|
-
"type": "uint64",
|
|
5834
|
-
"id": 5
|
|
5835
5377
|
}
|
|
5836
5378
|
}
|
|
5837
5379
|
},
|
|
5838
|
-
"
|
|
5380
|
+
"EthereumSignTypedHash": {
|
|
5839
5381
|
"fields": {
|
|
5840
5382
|
"address_n": {
|
|
5841
5383
|
"rule": "repeated",
|
|
@@ -5854,13 +5396,13 @@
|
|
|
5854
5396
|
"type": "bytes",
|
|
5855
5397
|
"id": 3
|
|
5856
5398
|
},
|
|
5857
|
-
"
|
|
5858
|
-
"type": "
|
|
5399
|
+
"encoded_network": {
|
|
5400
|
+
"type": "bytes",
|
|
5859
5401
|
"id": 4
|
|
5860
5402
|
}
|
|
5861
5403
|
}
|
|
5862
5404
|
},
|
|
5863
|
-
"
|
|
5405
|
+
"EthereumTypedDataSignature": {
|
|
5864
5406
|
"fields": {
|
|
5865
5407
|
"signature": {
|
|
5866
5408
|
"rule": "required",
|
|
@@ -9474,6 +9016,10 @@
|
|
|
9474
9016
|
"rule": "required",
|
|
9475
9017
|
"type": "bytes",
|
|
9476
9018
|
"id": 2
|
|
9019
|
+
},
|
|
9020
|
+
"source_fingerprint": {
|
|
9021
|
+
"type": "uint32",
|
|
9022
|
+
"id": 3
|
|
9477
9023
|
}
|
|
9478
9024
|
}
|
|
9479
9025
|
},
|
|
@@ -9518,6 +9064,10 @@
|
|
|
9518
9064
|
"application_domain": {
|
|
9519
9065
|
"type": "bytes",
|
|
9520
9066
|
"id": 5
|
|
9067
|
+
},
|
|
9068
|
+
"source_fingerprint": {
|
|
9069
|
+
"type": "uint32",
|
|
9070
|
+
"id": 6
|
|
9521
9071
|
}
|
|
9522
9072
|
}
|
|
9523
9073
|
},
|
|
@@ -9535,6 +9085,10 @@
|
|
|
9535
9085
|
"rule": "required",
|
|
9536
9086
|
"type": "bytes",
|
|
9537
9087
|
"id": 2
|
|
9088
|
+
},
|
|
9089
|
+
"source_fingerprint": {
|
|
9090
|
+
"type": "uint32",
|
|
9091
|
+
"id": 3
|
|
9538
9092
|
}
|
|
9539
9093
|
}
|
|
9540
9094
|
},
|
|
@@ -11443,60 +10997,545 @@
|
|
|
11443
10997
|
"id": 1
|
|
11444
10998
|
}
|
|
11445
10999
|
},
|
|
11446
|
-
"nested": {
|
|
11447
|
-
"WebAuthnCredential": {
|
|
11448
|
-
"fields": {
|
|
11449
|
-
"index": {
|
|
11450
|
-
"type": "uint32",
|
|
11451
|
-
"id": 1
|
|
11452
|
-
},
|
|
11453
|
-
"id": {
|
|
11454
|
-
"type": "bytes",
|
|
11455
|
-
"id": 2
|
|
11456
|
-
},
|
|
11457
|
-
"rp_id": {
|
|
11458
|
-
"type": "string",
|
|
11459
|
-
"id": 3
|
|
11460
|
-
},
|
|
11461
|
-
"rp_name": {
|
|
11462
|
-
"type": "string",
|
|
11463
|
-
"id": 4
|
|
11464
|
-
},
|
|
11465
|
-
"user_id": {
|
|
11466
|
-
"type": "bytes",
|
|
11467
|
-
"id": 5
|
|
11468
|
-
},
|
|
11469
|
-
"user_name": {
|
|
11470
|
-
"type": "string",
|
|
11471
|
-
"id": 6
|
|
11472
|
-
},
|
|
11473
|
-
"user_display_name": {
|
|
11474
|
-
"type": "string",
|
|
11475
|
-
"id": 7
|
|
11476
|
-
},
|
|
11477
|
-
"creation_time": {
|
|
11478
|
-
"type": "uint32",
|
|
11479
|
-
"id": 8
|
|
11480
|
-
},
|
|
11481
|
-
"hmac_secret": {
|
|
11482
|
-
"type": "bool",
|
|
11483
|
-
"id": 9
|
|
11484
|
-
},
|
|
11485
|
-
"use_sign_count": {
|
|
11486
|
-
"type": "bool",
|
|
11487
|
-
"id": 10
|
|
11488
|
-
},
|
|
11489
|
-
"algorithm": {
|
|
11490
|
-
"type": "sint32",
|
|
11491
|
-
"id": 11
|
|
11492
|
-
},
|
|
11493
|
-
"curve": {
|
|
11494
|
-
"type": "sint32",
|
|
11495
|
-
"id": 12
|
|
11496
|
-
}
|
|
11497
|
-
}
|
|
11498
|
-
}
|
|
11499
|
-
}
|
|
11000
|
+
"nested": {
|
|
11001
|
+
"WebAuthnCredential": {
|
|
11002
|
+
"fields": {
|
|
11003
|
+
"index": {
|
|
11004
|
+
"type": "uint32",
|
|
11005
|
+
"id": 1
|
|
11006
|
+
},
|
|
11007
|
+
"id": {
|
|
11008
|
+
"type": "bytes",
|
|
11009
|
+
"id": 2
|
|
11010
|
+
},
|
|
11011
|
+
"rp_id": {
|
|
11012
|
+
"type": "string",
|
|
11013
|
+
"id": 3
|
|
11014
|
+
},
|
|
11015
|
+
"rp_name": {
|
|
11016
|
+
"type": "string",
|
|
11017
|
+
"id": 4
|
|
11018
|
+
},
|
|
11019
|
+
"user_id": {
|
|
11020
|
+
"type": "bytes",
|
|
11021
|
+
"id": 5
|
|
11022
|
+
},
|
|
11023
|
+
"user_name": {
|
|
11024
|
+
"type": "string",
|
|
11025
|
+
"id": 6
|
|
11026
|
+
},
|
|
11027
|
+
"user_display_name": {
|
|
11028
|
+
"type": "string",
|
|
11029
|
+
"id": 7
|
|
11030
|
+
},
|
|
11031
|
+
"creation_time": {
|
|
11032
|
+
"type": "uint32",
|
|
11033
|
+
"id": 8
|
|
11034
|
+
},
|
|
11035
|
+
"hmac_secret": {
|
|
11036
|
+
"type": "bool",
|
|
11037
|
+
"id": 9
|
|
11038
|
+
},
|
|
11039
|
+
"use_sign_count": {
|
|
11040
|
+
"type": "bool",
|
|
11041
|
+
"id": 10
|
|
11042
|
+
},
|
|
11043
|
+
"algorithm": {
|
|
11044
|
+
"type": "sint32",
|
|
11045
|
+
"id": 11
|
|
11046
|
+
},
|
|
11047
|
+
"curve": {
|
|
11048
|
+
"type": "sint32",
|
|
11049
|
+
"id": 12
|
|
11050
|
+
}
|
|
11051
|
+
}
|
|
11052
|
+
}
|
|
11053
|
+
}
|
|
11054
|
+
},
|
|
11055
|
+
"wire_in": {
|
|
11056
|
+
"type": "bool",
|
|
11057
|
+
"id": 50002,
|
|
11058
|
+
"extend": "google.protobuf.EnumValueOptions"
|
|
11059
|
+
},
|
|
11060
|
+
"wire_out": {
|
|
11061
|
+
"type": "bool",
|
|
11062
|
+
"id": 50003,
|
|
11063
|
+
"extend": "google.protobuf.EnumValueOptions"
|
|
11064
|
+
},
|
|
11065
|
+
"wire_debug_in": {
|
|
11066
|
+
"type": "bool",
|
|
11067
|
+
"id": 50004,
|
|
11068
|
+
"extend": "google.protobuf.EnumValueOptions"
|
|
11069
|
+
},
|
|
11070
|
+
"wire_debug_out": {
|
|
11071
|
+
"type": "bool",
|
|
11072
|
+
"id": 50005,
|
|
11073
|
+
"extend": "google.protobuf.EnumValueOptions"
|
|
11074
|
+
},
|
|
11075
|
+
"wire_tiny": {
|
|
11076
|
+
"type": "bool",
|
|
11077
|
+
"id": 50006,
|
|
11078
|
+
"extend": "google.protobuf.EnumValueOptions"
|
|
11079
|
+
},
|
|
11080
|
+
"wire_bootloader": {
|
|
11081
|
+
"type": "bool",
|
|
11082
|
+
"id": 50007,
|
|
11083
|
+
"extend": "google.protobuf.EnumValueOptions"
|
|
11084
|
+
},
|
|
11085
|
+
"wire_no_fsm": {
|
|
11086
|
+
"type": "bool",
|
|
11087
|
+
"id": 50008,
|
|
11088
|
+
"extend": "google.protobuf.EnumValueOptions"
|
|
11089
|
+
},
|
|
11090
|
+
"bitcoin_only": {
|
|
11091
|
+
"type": "bool",
|
|
11092
|
+
"id": 60000,
|
|
11093
|
+
"extend": "google.protobuf.EnumValueOptions"
|
|
11094
|
+
},
|
|
11095
|
+
"has_bitcoin_only_values": {
|
|
11096
|
+
"type": "bool",
|
|
11097
|
+
"id": 51001,
|
|
11098
|
+
"extend": "google.protobuf.EnumOptions"
|
|
11099
|
+
},
|
|
11100
|
+
"experimental_message": {
|
|
11101
|
+
"type": "bool",
|
|
11102
|
+
"id": 52001,
|
|
11103
|
+
"extend": "google.protobuf.MessageOptions"
|
|
11104
|
+
},
|
|
11105
|
+
"wire_type": {
|
|
11106
|
+
"type": "uint32",
|
|
11107
|
+
"id": 52002,
|
|
11108
|
+
"extend": "google.protobuf.MessageOptions"
|
|
11109
|
+
},
|
|
11110
|
+
"experimental_field": {
|
|
11111
|
+
"type": "bool",
|
|
11112
|
+
"id": 53001,
|
|
11113
|
+
"extend": "google.protobuf.FieldOptions"
|
|
11114
|
+
},
|
|
11115
|
+
"include_in_bitcoin_only": {
|
|
11116
|
+
"type": "bool",
|
|
11117
|
+
"id": 60000,
|
|
11118
|
+
"extend": "google.protobuf.FileOptions"
|
|
11119
|
+
},
|
|
11120
|
+
"MessageType": {
|
|
11121
|
+
"options": {
|
|
11122
|
+
"(has_bitcoin_only_values)": true
|
|
11123
|
+
},
|
|
11124
|
+
"values": {
|
|
11125
|
+
"MessageType_Initialize": 0,
|
|
11126
|
+
"MessageType_ChangePin": 4,
|
|
11127
|
+
"MessageType_WipeDevice": 5,
|
|
11128
|
+
"MessageType_GetEntropy": 9,
|
|
11129
|
+
"MessageType_Entropy": 10,
|
|
11130
|
+
"MessageType_LoadDevice": 13,
|
|
11131
|
+
"MessageType_ResetDevice": 14,
|
|
11132
|
+
"MessageType_SetBusy": 16,
|
|
11133
|
+
"MessageType_Features": 17,
|
|
11134
|
+
"MessageType_Cancel": 20,
|
|
11135
|
+
"MessageType_LockDevice": 24,
|
|
11136
|
+
"MessageType_ApplySettings": 25,
|
|
11137
|
+
"MessageType_ButtonRequest": 26,
|
|
11138
|
+
"MessageType_ButtonAck": 27,
|
|
11139
|
+
"MessageType_ApplyFlags": 28,
|
|
11140
|
+
"MessageType_GetNonce": 31,
|
|
11141
|
+
"MessageType_Nonce": 33,
|
|
11142
|
+
"MessageType_BackupDevice": 34,
|
|
11143
|
+
"MessageType_EntropyRequest": 35,
|
|
11144
|
+
"MessageType_EntropyAck": 36,
|
|
11145
|
+
"MessageType_PassphraseRequest": 41,
|
|
11146
|
+
"MessageType_PassphraseAck": 42,
|
|
11147
|
+
"MessageType_RecoveryDevice": 45,
|
|
11148
|
+
"MessageType_WordRequest": 46,
|
|
11149
|
+
"MessageType_WordAck": 47,
|
|
11150
|
+
"MessageType_GetFeatures": 55,
|
|
11151
|
+
"MessageType_SdProtect": 79,
|
|
11152
|
+
"MessageType_ChangeWipeCode": 82,
|
|
11153
|
+
"MessageType_DoPreauthorized": 84,
|
|
11154
|
+
"MessageType_PreauthorizedRequest": 85,
|
|
11155
|
+
"MessageType_CancelAuthorization": 86,
|
|
11156
|
+
"MessageType_GetFirmwareHash": 88,
|
|
11157
|
+
"MessageType_FirmwareHash": 89,
|
|
11158
|
+
"MessageType_UnlockPath": 93,
|
|
11159
|
+
"MessageType_UnlockedPathRequest": 94,
|
|
11160
|
+
"MessageType_SetU2FCounter": 63,
|
|
11161
|
+
"MessageType_GetNextU2FCounter": 80,
|
|
11162
|
+
"MessageType_NextU2FCounter": 81,
|
|
11163
|
+
"MessageType_Deprecated_PassphraseStateRequest": 77,
|
|
11164
|
+
"MessageType_Deprecated_PassphraseStateAck": 78,
|
|
11165
|
+
"MessageType_GetPublicKey": 11,
|
|
11166
|
+
"MessageType_PublicKey": 12,
|
|
11167
|
+
"MessageType_SignTx": 15,
|
|
11168
|
+
"MessageType_TxRequest": 21,
|
|
11169
|
+
"MessageType_TxAck": 22,
|
|
11170
|
+
"MessageType_GetAddress": 29,
|
|
11171
|
+
"MessageType_Address": 30,
|
|
11172
|
+
"MessageType_TxAckPaymentRequest": 37,
|
|
11173
|
+
"MessageType_SignMessage": 38,
|
|
11174
|
+
"MessageType_VerifyMessage": 39,
|
|
11175
|
+
"MessageType_MessageSignature": 40,
|
|
11176
|
+
"MessageType_GetOwnershipId": 43,
|
|
11177
|
+
"MessageType_OwnershipId": 44,
|
|
11178
|
+
"MessageType_GetOwnershipProof": 49,
|
|
11179
|
+
"MessageType_OwnershipProof": 50,
|
|
11180
|
+
"MessageType_AuthorizeCoinJoin": 51,
|
|
11181
|
+
"MessageType_SignPsbt": 10052,
|
|
11182
|
+
"MessageType_SignedPsbt": 10053,
|
|
11183
|
+
"MessageType_CipherKeyValue": 23,
|
|
11184
|
+
"MessageType_CipheredKeyValue": 48,
|
|
11185
|
+
"MessageType_SignIdentity": 53,
|
|
11186
|
+
"MessageType_SignedIdentity": 54,
|
|
11187
|
+
"MessageType_GetECDHSessionKey": 61,
|
|
11188
|
+
"MessageType_ECDHSessionKey": 62,
|
|
11189
|
+
"MessageType_CosiCommit": 71,
|
|
11190
|
+
"MessageType_CosiCommitment": 72,
|
|
11191
|
+
"MessageType_CosiSign": 73,
|
|
11192
|
+
"MessageType_CosiSignature": 74,
|
|
11193
|
+
"MessageType_BatchGetPublickeys": 10016,
|
|
11194
|
+
"MessageType_EcdsaPublicKeys": 10017,
|
|
11195
|
+
"MessageType_EthereumGetPublicKey": 450,
|
|
11196
|
+
"MessageType_EthereumPublicKey": 451,
|
|
11197
|
+
"MessageType_EthereumGetAddress": 56,
|
|
11198
|
+
"MessageType_EthereumAddress": 57,
|
|
11199
|
+
"MessageType_EthereumSignTx": 58,
|
|
11200
|
+
"MessageType_EthereumSignTxEIP1559": 452,
|
|
11201
|
+
"MessageType_EthereumTxRequest": 59,
|
|
11202
|
+
"MessageType_EthereumTxAck": 60,
|
|
11203
|
+
"MessageType_EthereumSignMessage": 64,
|
|
11204
|
+
"MessageType_EthereumVerifyMessage": 65,
|
|
11205
|
+
"MessageType_EthereumMessageSignature": 66,
|
|
11206
|
+
"MessageType_EthereumSignTypedData": 464,
|
|
11207
|
+
"MessageType_EthereumTypedDataStructRequest": 465,
|
|
11208
|
+
"MessageType_EthereumTypedDataStructAck": 466,
|
|
11209
|
+
"MessageType_EthereumTypedDataValueRequest": 467,
|
|
11210
|
+
"MessageType_EthereumTypedDataValueAck": 468,
|
|
11211
|
+
"MessageType_EthereumTypedDataSignature": 469,
|
|
11212
|
+
"MessageType_EthereumSignTypedHash": 470,
|
|
11213
|
+
"MessageType_EthereumGetPublicKeyOneKey": 20100,
|
|
11214
|
+
"MessageType_EthereumPublicKeyOneKey": 20101,
|
|
11215
|
+
"MessageType_EthereumGetAddressOneKey": 20102,
|
|
11216
|
+
"MessageType_EthereumAddressOneKey": 20103,
|
|
11217
|
+
"MessageType_EthereumSignTxOneKey": 20104,
|
|
11218
|
+
"MessageType_EthereumSignTxEIP1559OneKey": 20105,
|
|
11219
|
+
"MessageType_EthereumTxRequestOneKey": 20106,
|
|
11220
|
+
"MessageType_EthereumTxAckOneKey": 20107,
|
|
11221
|
+
"MessageType_EthereumSignMessageOneKey": 20108,
|
|
11222
|
+
"MessageType_EthereumVerifyMessageOneKey": 20109,
|
|
11223
|
+
"MessageType_EthereumMessageSignatureOneKey": 20110,
|
|
11224
|
+
"MessageType_EthereumSignTypedDataOneKey": 20111,
|
|
11225
|
+
"MessageType_EthereumTypedDataStructRequestOneKey": 20112,
|
|
11226
|
+
"MessageType_EthereumTypedDataStructAckOneKey": 20113,
|
|
11227
|
+
"MessageType_EthereumTypedDataValueRequestOneKey": 20114,
|
|
11228
|
+
"MessageType_EthereumTypedDataValueAckOneKey": 20115,
|
|
11229
|
+
"MessageType_EthereumTypedDataSignatureOneKey": 20116,
|
|
11230
|
+
"MessageType_EthereumSignTypedHashOneKey": 20117,
|
|
11231
|
+
"MessageType_EthereumGnosisSafeTxAck": 20118,
|
|
11232
|
+
"MessageType_EthereumGnosisSafeTxRequest": 20119,
|
|
11233
|
+
"MessageType_EthereumSignTxEIP7702OneKey": 20120,
|
|
11234
|
+
"MessageType_EthereumSignTypedDataQR": 20121,
|
|
11235
|
+
"MessageType_NEMGetAddress": 67,
|
|
11236
|
+
"MessageType_NEMAddress": 68,
|
|
11237
|
+
"MessageType_NEMSignTx": 69,
|
|
11238
|
+
"MessageType_NEMSignedTx": 70,
|
|
11239
|
+
"MessageType_NEMDecryptMessage": 75,
|
|
11240
|
+
"MessageType_NEMDecryptedMessage": 76,
|
|
11241
|
+
"MessageType_TezosGetAddress": 150,
|
|
11242
|
+
"MessageType_TezosAddress": 151,
|
|
11243
|
+
"MessageType_TezosSignTx": 152,
|
|
11244
|
+
"MessageType_TezosSignedTx": 153,
|
|
11245
|
+
"MessageType_TezosGetPublicKey": 154,
|
|
11246
|
+
"MessageType_TezosPublicKey": 155,
|
|
11247
|
+
"MessageType_StellarSignTx": 202,
|
|
11248
|
+
"MessageType_StellarTxOpRequest": 203,
|
|
11249
|
+
"MessageType_StellarGetAddress": 207,
|
|
11250
|
+
"MessageType_StellarAddress": 208,
|
|
11251
|
+
"MessageType_StellarCreateAccountOp": 210,
|
|
11252
|
+
"MessageType_StellarPaymentOp": 211,
|
|
11253
|
+
"MessageType_StellarPathPaymentStrictReceiveOp": 212,
|
|
11254
|
+
"MessageType_StellarManageSellOfferOp": 213,
|
|
11255
|
+
"MessageType_StellarCreatePassiveSellOfferOp": 214,
|
|
11256
|
+
"MessageType_StellarSetOptionsOp": 215,
|
|
11257
|
+
"MessageType_StellarChangeTrustOp": 216,
|
|
11258
|
+
"MessageType_StellarAllowTrustOp": 217,
|
|
11259
|
+
"MessageType_StellarAccountMergeOp": 218,
|
|
11260
|
+
"MessageType_StellarManageDataOp": 220,
|
|
11261
|
+
"MessageType_StellarBumpSequenceOp": 221,
|
|
11262
|
+
"MessageType_StellarManageBuyOfferOp": 222,
|
|
11263
|
+
"MessageType_StellarPathPaymentStrictSendOp": 223,
|
|
11264
|
+
"MessageType_StellarSignedTx": 230,
|
|
11265
|
+
"MessageType_CardanoGetPublicKey": 305,
|
|
11266
|
+
"MessageType_CardanoPublicKey": 306,
|
|
11267
|
+
"MessageType_CardanoGetAddress": 307,
|
|
11268
|
+
"MessageType_CardanoAddress": 308,
|
|
11269
|
+
"MessageType_CardanoTxItemAck": 313,
|
|
11270
|
+
"MessageType_CardanoTxAuxiliaryDataSupplement": 314,
|
|
11271
|
+
"MessageType_CardanoTxWitnessRequest": 315,
|
|
11272
|
+
"MessageType_CardanoTxWitnessResponse": 316,
|
|
11273
|
+
"MessageType_CardanoTxHostAck": 317,
|
|
11274
|
+
"MessageType_CardanoTxBodyHash": 318,
|
|
11275
|
+
"MessageType_CardanoSignTxFinished": 319,
|
|
11276
|
+
"MessageType_CardanoSignTxInit": 320,
|
|
11277
|
+
"MessageType_CardanoTxInput": 321,
|
|
11278
|
+
"MessageType_CardanoTxOutput": 322,
|
|
11279
|
+
"MessageType_CardanoAssetGroup": 323,
|
|
11280
|
+
"MessageType_CardanoToken": 324,
|
|
11281
|
+
"MessageType_CardanoTxCertificate": 325,
|
|
11282
|
+
"MessageType_CardanoTxWithdrawal": 326,
|
|
11283
|
+
"MessageType_CardanoTxAuxiliaryData": 327,
|
|
11284
|
+
"MessageType_CardanoPoolOwner": 328,
|
|
11285
|
+
"MessageType_CardanoPoolRelayParameters": 329,
|
|
11286
|
+
"MessageType_CardanoGetNativeScriptHash": 330,
|
|
11287
|
+
"MessageType_CardanoNativeScriptHash": 331,
|
|
11288
|
+
"MessageType_CardanoTxMint": 332,
|
|
11289
|
+
"MessageType_CardanoTxCollateralInput": 333,
|
|
11290
|
+
"MessageType_CardanoTxRequiredSigner": 334,
|
|
11291
|
+
"MessageType_CardanoTxInlineDatumChunk": 335,
|
|
11292
|
+
"MessageType_CardanoTxReferenceScriptChunk": 336,
|
|
11293
|
+
"MessageType_CardanoTxReferenceInput": 337,
|
|
11294
|
+
"MessageType_CardanoSignMessage": 350,
|
|
11295
|
+
"MessageType_CardanoMessageSignature": 351,
|
|
11296
|
+
"MessageType_RippleGetAddress": 400,
|
|
11297
|
+
"MessageType_RippleAddress": 401,
|
|
11298
|
+
"MessageType_RippleSignTx": 402,
|
|
11299
|
+
"MessageType_RippleSignedTx": 403,
|
|
11300
|
+
"MessageType_MoneroTransactionInitRequest": 501,
|
|
11301
|
+
"MessageType_MoneroTransactionInitAck": 502,
|
|
11302
|
+
"MessageType_MoneroTransactionSetInputRequest": 503,
|
|
11303
|
+
"MessageType_MoneroTransactionSetInputAck": 504,
|
|
11304
|
+
"MessageType_MoneroTransactionInputViniRequest": 507,
|
|
11305
|
+
"MessageType_MoneroTransactionInputViniAck": 508,
|
|
11306
|
+
"MessageType_MoneroTransactionAllInputsSetRequest": 509,
|
|
11307
|
+
"MessageType_MoneroTransactionAllInputsSetAck": 510,
|
|
11308
|
+
"MessageType_MoneroTransactionSetOutputRequest": 511,
|
|
11309
|
+
"MessageType_MoneroTransactionSetOutputAck": 512,
|
|
11310
|
+
"MessageType_MoneroTransactionAllOutSetRequest": 513,
|
|
11311
|
+
"MessageType_MoneroTransactionAllOutSetAck": 514,
|
|
11312
|
+
"MessageType_MoneroTransactionSignInputRequest": 515,
|
|
11313
|
+
"MessageType_MoneroTransactionSignInputAck": 516,
|
|
11314
|
+
"MessageType_MoneroTransactionFinalRequest": 517,
|
|
11315
|
+
"MessageType_MoneroTransactionFinalAck": 518,
|
|
11316
|
+
"MessageType_MoneroKeyImageExportInitRequest": 530,
|
|
11317
|
+
"MessageType_MoneroKeyImageExportInitAck": 531,
|
|
11318
|
+
"MessageType_MoneroKeyImageSyncStepRequest": 532,
|
|
11319
|
+
"MessageType_MoneroKeyImageSyncStepAck": 533,
|
|
11320
|
+
"MessageType_MoneroKeyImageSyncFinalRequest": 534,
|
|
11321
|
+
"MessageType_MoneroKeyImageSyncFinalAck": 535,
|
|
11322
|
+
"MessageType_MoneroGetAddress": 540,
|
|
11323
|
+
"MessageType_MoneroAddress": 541,
|
|
11324
|
+
"MessageType_MoneroGetWatchKey": 542,
|
|
11325
|
+
"MessageType_MoneroWatchKey": 543,
|
|
11326
|
+
"MessageType_DebugMoneroDiagRequest": 546,
|
|
11327
|
+
"MessageType_DebugMoneroDiagAck": 547,
|
|
11328
|
+
"MessageType_MoneroGetTxKeyRequest": 550,
|
|
11329
|
+
"MessageType_MoneroGetTxKeyAck": 551,
|
|
11330
|
+
"MessageType_MoneroLiveRefreshStartRequest": 552,
|
|
11331
|
+
"MessageType_MoneroLiveRefreshStartAck": 553,
|
|
11332
|
+
"MessageType_MoneroLiveRefreshStepRequest": 554,
|
|
11333
|
+
"MessageType_MoneroLiveRefreshStepAck": 555,
|
|
11334
|
+
"MessageType_MoneroLiveRefreshFinalRequest": 556,
|
|
11335
|
+
"MessageType_MoneroLiveRefreshFinalAck": 557,
|
|
11336
|
+
"MessageType_EosGetPublicKey": 600,
|
|
11337
|
+
"MessageType_EosPublicKey": 601,
|
|
11338
|
+
"MessageType_EosSignTx": 602,
|
|
11339
|
+
"MessageType_EosTxActionRequest": 603,
|
|
11340
|
+
"MessageType_EosTxActionAck": 604,
|
|
11341
|
+
"MessageType_EosSignedTx": 605,
|
|
11342
|
+
"MessageType_BinanceGetAddress": 700,
|
|
11343
|
+
"MessageType_BinanceAddress": 701,
|
|
11344
|
+
"MessageType_BinanceGetPublicKey": 702,
|
|
11345
|
+
"MessageType_BinancePublicKey": 703,
|
|
11346
|
+
"MessageType_BinanceSignTx": 704,
|
|
11347
|
+
"MessageType_BinanceTxRequest": 705,
|
|
11348
|
+
"MessageType_BinanceTransferMsg": 706,
|
|
11349
|
+
"MessageType_BinanceOrderMsg": 707,
|
|
11350
|
+
"MessageType_BinanceCancelMsg": 708,
|
|
11351
|
+
"MessageType_BinanceSignedTx": 709,
|
|
11352
|
+
"MessageType_StarcoinGetAddress": 10300,
|
|
11353
|
+
"MessageType_StarcoinAddress": 10301,
|
|
11354
|
+
"MessageType_StarcoinGetPublicKey": 10302,
|
|
11355
|
+
"MessageType_StarcoinPublicKey": 10303,
|
|
11356
|
+
"MessageType_StarcoinSignTx": 10304,
|
|
11357
|
+
"MessageType_StarcoinSignedTx": 10305,
|
|
11358
|
+
"MessageType_StarcoinSignMessage": 10306,
|
|
11359
|
+
"MessageType_StarcoinMessageSignature": 10307,
|
|
11360
|
+
"MessageType_StarcoinVerifyMessage": 10308,
|
|
11361
|
+
"MessageType_ConfluxGetAddress": 10112,
|
|
11362
|
+
"MessageType_ConfluxAddress": 10113,
|
|
11363
|
+
"MessageType_ConfluxSignTx": 10114,
|
|
11364
|
+
"MessageType_ConfluxTxRequest": 10115,
|
|
11365
|
+
"MessageType_ConfluxTxAck": 10116,
|
|
11366
|
+
"MessageType_ConfluxSignMessage": 10117,
|
|
11367
|
+
"MessageType_ConfluxSignMessageCIP23": 10118,
|
|
11368
|
+
"MessageType_ConfluxMessageSignature": 10119,
|
|
11369
|
+
"MessageType_TronGetAddress": 10501,
|
|
11370
|
+
"MessageType_TronAddress": 10502,
|
|
11371
|
+
"MessageType_TronSignTx": 10503,
|
|
11372
|
+
"MessageType_TronSignedTx": 10504,
|
|
11373
|
+
"MessageType_TronSignMessage": 10505,
|
|
11374
|
+
"MessageType_TronMessageSignature": 10506,
|
|
11375
|
+
"MessageType_NearGetAddress": 10701,
|
|
11376
|
+
"MessageType_NearAddress": 10702,
|
|
11377
|
+
"MessageType_NearSignTx": 10703,
|
|
11378
|
+
"MessageType_NearSignedTx": 10704,
|
|
11379
|
+
"MessageType_AptosGetAddress": 10600,
|
|
11380
|
+
"MessageType_AptosAddress": 10601,
|
|
11381
|
+
"MessageType_AptosSignTx": 10602,
|
|
11382
|
+
"MessageType_AptosSignedTx": 10603,
|
|
11383
|
+
"MessageType_AptosSignMessage": 10604,
|
|
11384
|
+
"MessageType_AptosMessageSignature": 10605,
|
|
11385
|
+
"MessageType_AptosSignSIWAMessage": 10606,
|
|
11386
|
+
"MessageType_WebAuthnListResidentCredentials": 800,
|
|
11387
|
+
"MessageType_WebAuthnCredentials": 801,
|
|
11388
|
+
"MessageType_WebAuthnAddResidentCredential": 802,
|
|
11389
|
+
"MessageType_WebAuthnRemoveResidentCredential": 803,
|
|
11390
|
+
"MessageType_SolanaGetAddress": 10100,
|
|
11391
|
+
"MessageType_SolanaAddress": 10101,
|
|
11392
|
+
"MessageType_SolanaSignTx": 10102,
|
|
11393
|
+
"MessageType_SolanaSignedTx": 10103,
|
|
11394
|
+
"MessageType_SolanaSignOffChainMessage": 10104,
|
|
11395
|
+
"MessageType_SolanaMessageSignature": 10105,
|
|
11396
|
+
"MessageType_SolanaSignUnsafeMessage": 10106,
|
|
11397
|
+
"MessageType_CosmosGetAddress": 10800,
|
|
11398
|
+
"MessageType_CosmosAddress": 10801,
|
|
11399
|
+
"MessageType_CosmosSignTx": 10802,
|
|
11400
|
+
"MessageType_CosmosSignedTx": 10803,
|
|
11401
|
+
"MessageType_AlgorandGetAddress": 10900,
|
|
11402
|
+
"MessageType_AlgorandAddress": 10901,
|
|
11403
|
+
"MessageType_AlgorandSignTx": 10902,
|
|
11404
|
+
"MessageType_AlgorandSignedTx": 10903,
|
|
11405
|
+
"MessageType_PolkadotGetAddress": 11000,
|
|
11406
|
+
"MessageType_PolkadotAddress": 11001,
|
|
11407
|
+
"MessageType_PolkadotSignTx": 11002,
|
|
11408
|
+
"MessageType_PolkadotSignedTx": 11003,
|
|
11409
|
+
"MessageType_SuiGetAddress": 11100,
|
|
11410
|
+
"MessageType_SuiAddress": 11101,
|
|
11411
|
+
"MessageType_SuiSignTx": 11102,
|
|
11412
|
+
"MessageType_SuiSignedTx": 11103,
|
|
11413
|
+
"MessageType_SuiSignMessage": 11104,
|
|
11414
|
+
"MessageType_SuiMessageSignature": 11105,
|
|
11415
|
+
"MessageType_SuiTxRequest": 11106,
|
|
11416
|
+
"MessageType_SuiTxAck": 11107,
|
|
11417
|
+
"MessageType_FilecoinGetAddress": 11200,
|
|
11418
|
+
"MessageType_FilecoinAddress": 11201,
|
|
11419
|
+
"MessageType_FilecoinSignTx": 11202,
|
|
11420
|
+
"MessageType_FilecoinSignedTx": 11203,
|
|
11421
|
+
"MessageType_KaspaGetAddress": 11300,
|
|
11422
|
+
"MessageType_KaspaAddress": 11301,
|
|
11423
|
+
"MessageType_KaspaSignTx": 11302,
|
|
11424
|
+
"MessageType_KaspaSignedTx": 11303,
|
|
11425
|
+
"MessageType_KaspaTxInputRequest": 11304,
|
|
11426
|
+
"MessageType_KaspaTxInputAck": 11305,
|
|
11427
|
+
"MessageType_NexaGetAddress": 11400,
|
|
11428
|
+
"MessageType_NexaAddress": 11401,
|
|
11429
|
+
"MessageType_NexaSignTx": 11402,
|
|
11430
|
+
"MessageType_NexaSignedTx": 11403,
|
|
11431
|
+
"MessageType_NexaTxInputRequest": 11404,
|
|
11432
|
+
"MessageType_NexaTxInputAck": 11405,
|
|
11433
|
+
"MessageType_NostrGetPublicKey": 11500,
|
|
11434
|
+
"MessageType_NostrPublicKey": 11501,
|
|
11435
|
+
"MessageType_NostrSignEvent": 11502,
|
|
11436
|
+
"MessageType_NostrSignedEvent": 11503,
|
|
11437
|
+
"MessageType_NostrEncryptMessage": 11504,
|
|
11438
|
+
"MessageType_NostrEncryptedMessage": 11505,
|
|
11439
|
+
"MessageType_NostrDecryptMessage": 11506,
|
|
11440
|
+
"MessageType_NostrDecryptedMessage": 11507,
|
|
11441
|
+
"MessageType_NostrSignSchnorr": 11508,
|
|
11442
|
+
"MessageType_NostrSignedSchnorr": 11509,
|
|
11443
|
+
"MessageType_LnurlAuth": 11600,
|
|
11444
|
+
"MessageType_LnurlAuthResp": 11601,
|
|
11445
|
+
"MessageType_NervosGetAddress": 11701,
|
|
11446
|
+
"MessageType_NervosAddress": 11702,
|
|
11447
|
+
"MessageType_NervosSignTx": 11703,
|
|
11448
|
+
"MessageType_NervosSignedTx": 11704,
|
|
11449
|
+
"MessageType_NervosTxRequest": 11705,
|
|
11450
|
+
"MessageType_NervosTxAck": 11706,
|
|
11451
|
+
"MessageType_TonGetAddress": 11901,
|
|
11452
|
+
"MessageType_TonAddress": 11902,
|
|
11453
|
+
"MessageType_TonSignMessage": 11903,
|
|
11454
|
+
"MessageType_TonSignedMessage": 11904,
|
|
11455
|
+
"MessageType_TonSignProof": 11905,
|
|
11456
|
+
"MessageType_TonSignedProof": 11906,
|
|
11457
|
+
"MessageType_TonTxAck": 11907,
|
|
11458
|
+
"MessageType_AlephiumGetAddress": 12101,
|
|
11459
|
+
"MessageType_AlephiumAddress": 12102,
|
|
11460
|
+
"MessageType_AlephiumSignTx": 12103,
|
|
11461
|
+
"MessageType_AlephiumSignedTx": 12104,
|
|
11462
|
+
"MessageType_AlephiumTxRequest": 12105,
|
|
11463
|
+
"MessageType_AlephiumTxAck": 12106,
|
|
11464
|
+
"MessageType_AlephiumBytecodeRequest": 12107,
|
|
11465
|
+
"MessageType_AlephiumBytecodeAck": 12108,
|
|
11466
|
+
"MessageType_AlephiumSignMessage": 12109,
|
|
11467
|
+
"MessageType_AlephiumMessageSignature": 12110,
|
|
11468
|
+
"MessageType_BenfenGetAddress": 12201,
|
|
11469
|
+
"MessageType_BenfenAddress": 12202,
|
|
11470
|
+
"MessageType_BenfenSignTx": 12203,
|
|
11471
|
+
"MessageType_BenfenSignedTx": 12204,
|
|
11472
|
+
"MessageType_BenfenSignMessage": 12205,
|
|
11473
|
+
"MessageType_BenfenMessageSignature": 12206,
|
|
11474
|
+
"MessageType_BenfenTxRequest": 12207,
|
|
11475
|
+
"MessageType_BenfenTxAck": 12208,
|
|
11476
|
+
"MessageType_NeoGetAddress": 12301,
|
|
11477
|
+
"MessageType_NeoAddress": 12302,
|
|
11478
|
+
"MessageType_NeoSignTx": 12303,
|
|
11479
|
+
"MessageType_NeoSignedTx": 12304,
|
|
11480
|
+
"MessageType_DeviceFactoryInfoSet": 60000,
|
|
11481
|
+
"MessageType_DeviceFactoryInfoGet": 60001,
|
|
11482
|
+
"MessageType_DeviceFactoryInfo": 60002,
|
|
11483
|
+
"MessageType_DeviceFactoryPermanentLock": 60003,
|
|
11484
|
+
"MessageType_DeviceFactoryTest": 60004,
|
|
11485
|
+
"MessageType_ProtocolInfoRequest": 60200,
|
|
11486
|
+
"MessageType_ProtocolInfo": 60201,
|
|
11487
|
+
"MessageType_Ping": 60206,
|
|
11488
|
+
"MessageType_Success": 60207,
|
|
11489
|
+
"MessageType_Failure": 60208,
|
|
11490
|
+
"MessageType_DeviceReboot": 60400,
|
|
11491
|
+
"MessageType_DeviceSettings": 60410,
|
|
11492
|
+
"MessageType_DeviceSettingsGet": 60411,
|
|
11493
|
+
"MessageType_DeviceSettingsSet": 60412,
|
|
11494
|
+
"MessageType_DeviceSettingsPageShow": 60413,
|
|
11495
|
+
"MessageType_DeviceCertificate": 60420,
|
|
11496
|
+
"MessageType_DeviceCertificateWrite": 60421,
|
|
11497
|
+
"MessageType_DeviceCertificateRead": 60422,
|
|
11498
|
+
"MessageType_DeviceCertificateSignature": 60423,
|
|
11499
|
+
"MessageType_DeviceCertificateSign": 60424,
|
|
11500
|
+
"MessageType_DeviceMiscUsbMscControl": 60440,
|
|
11501
|
+
"MessageType_DeviceFindMyTokenState": 60450,
|
|
11502
|
+
"MessageType_DeviceFindMyTokenUpdate": 60451,
|
|
11503
|
+
"MessageType_DeviceFindMyTokenStateGet": 60452,
|
|
11504
|
+
"MessageType_DeviceInfoGet": 60600,
|
|
11505
|
+
"MessageType_DeviceInfo": 60601,
|
|
11506
|
+
"MessageType_DeviceStatusGet": 60602,
|
|
11507
|
+
"MessageType_DeviceStatus": 60603,
|
|
11508
|
+
"MessageType_FilesystemPermissionFix": 60800,
|
|
11509
|
+
"MessageType_FilesystemPathInfo": 60801,
|
|
11510
|
+
"MessageType_FilesystemPathInfoQuery": 60802,
|
|
11511
|
+
"MessageType_FilesystemFile": 60803,
|
|
11512
|
+
"MessageType_FilesystemFileRead": 60804,
|
|
11513
|
+
"MessageType_FilesystemFileWrite": 60805,
|
|
11514
|
+
"MessageType_FilesystemFileDelete": 60806,
|
|
11515
|
+
"MessageType_FilesystemDir": 60807,
|
|
11516
|
+
"MessageType_FilesystemDirList": 60808,
|
|
11517
|
+
"MessageType_FilesystemDirMake": 60809,
|
|
11518
|
+
"MessageType_FilesystemDirRemove": 60810,
|
|
11519
|
+
"MessageType_FilesystemFormat": 60811,
|
|
11520
|
+
"MessageType_DeviceFirmwareUpdateStage": 61000,
|
|
11521
|
+
"MessageType_DeviceFirmwareUpdateRequest": 61001,
|
|
11522
|
+
"MessageType_DeviceFirmwareUpdateStatusGet": 61002,
|
|
11523
|
+
"MessageType_DeviceFirmwareUpdateStatus": 61003,
|
|
11524
|
+
"MessageType_DeviceSessionGet": 61200,
|
|
11525
|
+
"MessageType_DeviceSession": 61201,
|
|
11526
|
+
"MessageType_DeviceSessionAskPin": 61202,
|
|
11527
|
+
"MessageType_DeviceSessionAskPassphrase": 61203,
|
|
11528
|
+
"MessageType_PortfolioUpdate": 61400,
|
|
11529
|
+
"MessageType_NftUpdate": 61500,
|
|
11530
|
+
"MessageType_OnboardingStatusGet": 61600,
|
|
11531
|
+
"MessageType_OnboardingStatus": 61601
|
|
11532
|
+
},
|
|
11533
|
+
"reserved": [
|
|
11534
|
+
[90, 92],
|
|
11535
|
+
[114, 122],
|
|
11536
|
+
[300, 304],
|
|
11537
|
+
[309, 312]
|
|
11538
|
+
]
|
|
11500
11539
|
},
|
|
11501
11540
|
"ProtocolInfoRequest": {
|
|
11502
11541
|
"fields": {
|
|
@@ -11764,6 +11803,27 @@
|
|
|
11764
11803
|
}
|
|
11765
11804
|
}
|
|
11766
11805
|
},
|
|
11806
|
+
"DeviceFindMyTokenUpdate": {
|
|
11807
|
+
"fields": {
|
|
11808
|
+
"token": {
|
|
11809
|
+
"rule": "required",
|
|
11810
|
+
"type": "bytes",
|
|
11811
|
+
"id": 1
|
|
11812
|
+
}
|
|
11813
|
+
}
|
|
11814
|
+
},
|
|
11815
|
+
"DeviceFindMyTokenStateGet": {
|
|
11816
|
+
"fields": {}
|
|
11817
|
+
},
|
|
11818
|
+
"DeviceFindMyTokenState": {
|
|
11819
|
+
"fields": {
|
|
11820
|
+
"burned": {
|
|
11821
|
+
"rule": "required",
|
|
11822
|
+
"type": "bool",
|
|
11823
|
+
"id": 1
|
|
11824
|
+
}
|
|
11825
|
+
}
|
|
11826
|
+
},
|
|
11767
11827
|
"DeviceFactoryAck": {
|
|
11768
11828
|
"values": {
|
|
11769
11829
|
"FACTORY_ACK_SUCCESS": 0,
|
|
@@ -11893,6 +11953,13 @@
|
|
|
11893
11953
|
"FW_MGMT_UPDATER_TASK_STATUS_FAILED_ENTRY_OUT_OF_BOUNDS": 10
|
|
11894
11954
|
}
|
|
11895
11955
|
},
|
|
11956
|
+
"DeviceFirmwareUpdatePhase": {
|
|
11957
|
+
"values": {
|
|
11958
|
+
"FW_MGMT_UPDATER_PHASE_PREPARE": 0,
|
|
11959
|
+
"FW_MGMT_UPDATER_PHASE_INSTALL": 1,
|
|
11960
|
+
"FW_MGMT_UPDATER_PHASE_VERIFY": 2
|
|
11961
|
+
}
|
|
11962
|
+
},
|
|
11896
11963
|
"DeviceFirmwareTarget": {
|
|
11897
11964
|
"fields": {
|
|
11898
11965
|
"target_id": {
|
|
@@ -11917,7 +11984,26 @@
|
|
|
11917
11984
|
}
|
|
11918
11985
|
},
|
|
11919
11986
|
"DeviceFirmwareUpdateRequest": {
|
|
11920
|
-
"fields": {
|
|
11987
|
+
"fields": {
|
|
11988
|
+
"reboot_after_update": {
|
|
11989
|
+
"type": "bool",
|
|
11990
|
+
"id": 1
|
|
11991
|
+
}
|
|
11992
|
+
}
|
|
11993
|
+
},
|
|
11994
|
+
"DeviceFirmwareUpdatePhaseInfo": {
|
|
11995
|
+
"fields": {
|
|
11996
|
+
"phase": {
|
|
11997
|
+
"rule": "required",
|
|
11998
|
+
"type": "DeviceFirmwareUpdatePhase",
|
|
11999
|
+
"id": 1
|
|
12000
|
+
},
|
|
12001
|
+
"progress_percent": {
|
|
12002
|
+
"rule": "required",
|
|
12003
|
+
"type": "uint32",
|
|
12004
|
+
"id": 2
|
|
12005
|
+
}
|
|
12006
|
+
}
|
|
11921
12007
|
},
|
|
11922
12008
|
"DeviceFirmwareUpdateRecord": {
|
|
11923
12009
|
"fields": {
|
|
@@ -11930,6 +12016,14 @@
|
|
|
11930
12016
|
"type": "DeviceFirmwareUpdateTaskStatus",
|
|
11931
12017
|
"id": 10
|
|
11932
12018
|
},
|
|
12019
|
+
"progress_percent": {
|
|
12020
|
+
"type": "uint32",
|
|
12021
|
+
"id": 11
|
|
12022
|
+
},
|
|
12023
|
+
"phase_info": {
|
|
12024
|
+
"type": "DeviceFirmwareUpdatePhaseInfo",
|
|
12025
|
+
"id": 12
|
|
12026
|
+
},
|
|
11933
12027
|
"payload_version": {
|
|
11934
12028
|
"type": "uint32",
|
|
11935
12029
|
"id": 20
|
|
@@ -11946,6 +12040,14 @@
|
|
|
11946
12040
|
"type": "bool",
|
|
11947
12041
|
"id": 10
|
|
11948
12042
|
},
|
|
12043
|
+
"progress_percent": {
|
|
12044
|
+
"type": "bool",
|
|
12045
|
+
"id": 11
|
|
12046
|
+
},
|
|
12047
|
+
"phase_info": {
|
|
12048
|
+
"type": "bool",
|
|
12049
|
+
"id": 12
|
|
12050
|
+
},
|
|
11949
12051
|
"payload_version": {
|
|
11950
12052
|
"type": "bool",
|
|
11951
12053
|
"id": 20
|
|
@@ -12220,11 +12322,6 @@
|
|
|
12220
12322
|
"btc_test_address": {
|
|
12221
12323
|
"type": "string",
|
|
12222
12324
|
"id": 2
|
|
12223
|
-
},
|
|
12224
|
-
"seed_domains": {
|
|
12225
|
-
"rule": "repeated",
|
|
12226
|
-
"type": "DeviceSessionSeedDomain",
|
|
12227
|
-
"id": 3
|
|
12228
12325
|
}
|
|
12229
12326
|
}
|
|
12230
12327
|
},
|
|
@@ -12237,6 +12334,11 @@
|
|
|
12237
12334
|
"btc_test_address": {
|
|
12238
12335
|
"type": "string",
|
|
12239
12336
|
"id": 2
|
|
12337
|
+
},
|
|
12338
|
+
"seed_domains": {
|
|
12339
|
+
"rule": "repeated",
|
|
12340
|
+
"type": "DeviceSessionSeedDomain",
|
|
12341
|
+
"id": 3
|
|
12240
12342
|
}
|
|
12241
12343
|
}
|
|
12242
12344
|
},
|
|
@@ -12265,6 +12367,11 @@
|
|
|
12265
12367
|
"rule": "required",
|
|
12266
12368
|
"type": "bool",
|
|
12267
12369
|
"id": 2
|
|
12370
|
+
},
|
|
12371
|
+
"seed_domains": {
|
|
12372
|
+
"rule": "repeated",
|
|
12373
|
+
"type": "DeviceSessionSeedDomain",
|
|
12374
|
+
"id": 3
|
|
12268
12375
|
}
|
|
12269
12376
|
}
|
|
12270
12377
|
},
|
|
@@ -12664,7 +12771,8 @@
|
|
|
12664
12771
|
"type": "string",
|
|
12665
12772
|
"id": 2
|
|
12666
12773
|
}
|
|
12667
|
-
}
|
|
12774
|
+
},
|
|
12775
|
+
"reserved": [[3, 3], "symbol"]
|
|
12668
12776
|
},
|
|
12669
12777
|
"ViewDetail": {
|
|
12670
12778
|
"fields": {
|
|
@@ -12690,6 +12798,20 @@
|
|
|
12690
12798
|
}
|
|
12691
12799
|
}
|
|
12692
12800
|
},
|
|
12801
|
+
"ViewCustomField": {
|
|
12802
|
+
"fields": {
|
|
12803
|
+
"key": {
|
|
12804
|
+
"rule": "required",
|
|
12805
|
+
"type": "string",
|
|
12806
|
+
"id": 1
|
|
12807
|
+
},
|
|
12808
|
+
"value": {
|
|
12809
|
+
"rule": "required",
|
|
12810
|
+
"type": "string",
|
|
12811
|
+
"id": 2
|
|
12812
|
+
}
|
|
12813
|
+
}
|
|
12814
|
+
},
|
|
12693
12815
|
"ViewTipType": {
|
|
12694
12816
|
"values": {
|
|
12695
12817
|
"Default": 0,
|
|
@@ -12713,20 +12835,74 @@
|
|
|
12713
12835
|
"text_id": {
|
|
12714
12836
|
"type": "uint32",
|
|
12715
12837
|
"id": 3
|
|
12838
|
+
},
|
|
12839
|
+
"text_arg": {
|
|
12840
|
+
"type": "string",
|
|
12841
|
+
"id": 4
|
|
12716
12842
|
}
|
|
12717
12843
|
}
|
|
12718
12844
|
},
|
|
12719
|
-
"
|
|
12845
|
+
"ViewActionCard": {
|
|
12720
12846
|
"fields": {
|
|
12721
12847
|
"initial_data": {
|
|
12722
12848
|
"rule": "required",
|
|
12723
12849
|
"type": "string",
|
|
12724
12850
|
"id": 1
|
|
12851
|
+
}
|
|
12852
|
+
},
|
|
12853
|
+
"reserved": [[2, 2], "placeholder"]
|
|
12854
|
+
},
|
|
12855
|
+
"ViewContentPreview": {
|
|
12856
|
+
"fields": {
|
|
12857
|
+
"content_key": {
|
|
12858
|
+
"rule": "required",
|
|
12859
|
+
"type": "uint32",
|
|
12860
|
+
"id": 1
|
|
12861
|
+
},
|
|
12862
|
+
"preview": {
|
|
12863
|
+
"rule": "required",
|
|
12864
|
+
"type": "bytes",
|
|
12865
|
+
"id": 2
|
|
12866
|
+
},
|
|
12867
|
+
"total_bytes": {
|
|
12868
|
+
"type": "uint32",
|
|
12869
|
+
"id": 3
|
|
12870
|
+
}
|
|
12871
|
+
}
|
|
12872
|
+
},
|
|
12873
|
+
"ViewContentEntry": {
|
|
12874
|
+
"fields": {
|
|
12875
|
+
"entry_key": {
|
|
12876
|
+
"rule": "required",
|
|
12877
|
+
"type": "uint32",
|
|
12878
|
+
"id": 1
|
|
12879
|
+
},
|
|
12880
|
+
"value": {
|
|
12881
|
+
"rule": "required",
|
|
12882
|
+
"type": "bytes",
|
|
12883
|
+
"id": 2
|
|
12884
|
+
}
|
|
12885
|
+
}
|
|
12886
|
+
},
|
|
12887
|
+
"ViewContentPage": {
|
|
12888
|
+
"fields": {
|
|
12889
|
+
"page_index": {
|
|
12890
|
+
"rule": "required",
|
|
12891
|
+
"type": "uint32",
|
|
12892
|
+
"id": 1
|
|
12725
12893
|
},
|
|
12726
|
-
"
|
|
12894
|
+
"page_count": {
|
|
12727
12895
|
"rule": "required",
|
|
12728
12896
|
"type": "uint32",
|
|
12729
12897
|
"id": 2
|
|
12898
|
+
},
|
|
12899
|
+
"chunk": {
|
|
12900
|
+
"type": "bytes",
|
|
12901
|
+
"id": 3
|
|
12902
|
+
},
|
|
12903
|
+
"entry": {
|
|
12904
|
+
"type": "ViewContentEntry",
|
|
12905
|
+
"id": 4
|
|
12730
12906
|
}
|
|
12731
12907
|
}
|
|
12732
12908
|
},
|
|
@@ -12759,8 +12935,8 @@
|
|
|
12759
12935
|
"type": "ViewTip",
|
|
12760
12936
|
"id": 4
|
|
12761
12937
|
},
|
|
12762
|
-
"
|
|
12763
|
-
"type": "
|
|
12938
|
+
"action_card": {
|
|
12939
|
+
"type": "ViewActionCard",
|
|
12764
12940
|
"id": 5
|
|
12765
12941
|
},
|
|
12766
12942
|
"slide_to_confirm": {
|
|
@@ -12780,6 +12956,40 @@
|
|
|
12780
12956
|
"title_id": {
|
|
12781
12957
|
"type": "uint32",
|
|
12782
12958
|
"id": 8
|
|
12959
|
+
},
|
|
12960
|
+
"title_arg": {
|
|
12961
|
+
"type": "string",
|
|
12962
|
+
"id": 9
|
|
12963
|
+
},
|
|
12964
|
+
"content": {
|
|
12965
|
+
"type": "ViewContentPreview",
|
|
12966
|
+
"id": 10
|
|
12967
|
+
},
|
|
12968
|
+
"custom_field": {
|
|
12969
|
+
"type": "ViewCustomField",
|
|
12970
|
+
"id": 11
|
|
12971
|
+
}
|
|
12972
|
+
}
|
|
12973
|
+
},
|
|
12974
|
+
"ViewWarningPage": {
|
|
12975
|
+
"fields": {
|
|
12976
|
+
"title_id": {
|
|
12977
|
+
"rule": "required",
|
|
12978
|
+
"type": "uint32",
|
|
12979
|
+
"id": 1
|
|
12980
|
+
},
|
|
12981
|
+
"text_id": {
|
|
12982
|
+
"rule": "required",
|
|
12983
|
+
"type": "uint32",
|
|
12984
|
+
"id": 2
|
|
12985
|
+
},
|
|
12986
|
+
"text_arg": {
|
|
12987
|
+
"type": "string",
|
|
12988
|
+
"id": 3
|
|
12989
|
+
},
|
|
12990
|
+
"cancellable": {
|
|
12991
|
+
"type": "bool",
|
|
12992
|
+
"id": 4
|
|
12783
12993
|
}
|
|
12784
12994
|
}
|
|
12785
12995
|
},
|
|
@@ -12818,6 +13028,10 @@
|
|
|
12818
13028
|
"chain_id": {
|
|
12819
13029
|
"type": "uint32",
|
|
12820
13030
|
"id": 8
|
|
13031
|
+
},
|
|
13032
|
+
"content": {
|
|
13033
|
+
"type": "ViewContentPreview",
|
|
13034
|
+
"id": 9
|
|
12821
13035
|
}
|
|
12822
13036
|
}
|
|
12823
13037
|
},
|