@bithighlander/device-protocol 6.3.2 → 7.14.0
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/lib/messages-binance_pb.d.ts +428 -0
- package/lib/messages-binance_pb.js +3238 -0
- package/lib/messages-binance_pb.js-e +3238 -0
- package/lib/messages-cosmos_pb.d.ts +466 -0
- package/lib/messages-cosmos_pb.js +3689 -0
- package/lib/messages-cosmos_pb.js-e +3689 -0
- package/lib/messages-eos_pb.js +1962 -1097
- package/lib/messages-eos_pb.js-e +8427 -0
- package/lib/messages-ethereum_pb.d.ts +530 -0
- package/lib/messages-ethereum_pb.js +4421 -0
- package/lib/messages-ethereum_pb.js-e +4421 -0
- package/lib/messages-mayachain_pb.d.ts +294 -0
- package/lib/messages-mayachain_pb.js +2325 -0
- package/lib/messages-mayachain_pb.js-e +2325 -0
- package/lib/messages-nano_pb.d.ts +0 -7
- package/lib/messages-nano_pb.js +366 -238
- package/lib/messages-nano_pb.js-e +1692 -0
- package/lib/messages-osmosis_pb.d.ts +762 -0
- package/lib/messages-osmosis_pb.js +6042 -0
- package/lib/messages-osmosis_pb.js-e +6042 -0
- package/lib/messages-ripple_pb.d.ts +173 -0
- package/lib/messages-ripple_pb.js +1377 -0
- package/lib/messages-ripple_pb.js-e +1377 -0
- package/lib/messages-solana_pb.d.ts +195 -0
- package/lib/messages-solana_pb.js +1578 -0
- package/lib/messages-solana_pb.js-e +1578 -0
- package/lib/messages-tendermint_pb.d.ts +526 -0
- package/lib/messages-tendermint_pb.js +4169 -0
- package/lib/messages-tendermint_pb.js-e +4169 -0
- package/lib/messages-thorchain_pb.d.ts +288 -0
- package/lib/messages-thorchain_pb.js +2277 -0
- package/lib/messages-thorchain_pb.js-e +2277 -0
- package/lib/messages-ton_pb.d.ts +175 -0
- package/lib/messages-ton_pb.js +1396 -0
- package/lib/messages-ton_pb.js-e +1396 -0
- package/lib/messages-tron_pb.d.ts +161 -0
- package/lib/messages-tron_pb.js +1300 -0
- package/lib/messages-tron_pb.js-e +1300 -0
- package/lib/messages-zcash_pb.d.ts +367 -0
- package/lib/messages-zcash_pb.js +3088 -0
- package/lib/messages-zcash_pb.js-e +3088 -0
- package/lib/messages_pb.d.ts +182 -752
- package/lib/messages_pb.js +7798 -11081
- package/lib/messages_pb.js-e +18219 -0
- package/lib/proto.json +2761 -778
- package/lib/types_pb.d.ts +11 -61
- package/lib/types_pb.js +1394 -1104
- package/lib/types_pb.js-e +6185 -0
- package/package.json +7 -5
- package/lib/.keep +0 -0
- package/lib/exchange_pb.d.ts +0 -249
- package/lib/exchange_pb.js +0 -1825
- package/yarn.lock +0 -122
package/lib/proto.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"options": {
|
|
3
3
|
"java_package": "com.keepkey.deviceprotocol",
|
|
4
|
-
"java_outer_classname": "
|
|
4
|
+
"java_outer_classname": "KeepKeyMessageTon"
|
|
5
5
|
},
|
|
6
6
|
"nested": {
|
|
7
7
|
"wire_in": {
|
|
@@ -48,7 +48,8 @@
|
|
|
48
48
|
"PAYTOMULTISIG": 2,
|
|
49
49
|
"PAYTOOPRETURN": 3,
|
|
50
50
|
"PAYTOWITNESS": 4,
|
|
51
|
-
"PAYTOP2SHWITNESS": 5
|
|
51
|
+
"PAYTOP2SHWITNESS": 5,
|
|
52
|
+
"PAYTOTAPROOT": 6
|
|
52
53
|
}
|
|
53
54
|
},
|
|
54
55
|
"InputScriptType": {
|
|
@@ -57,7 +58,8 @@
|
|
|
57
58
|
"SPENDMULTISIG": 1,
|
|
58
59
|
"EXTERNAL": 2,
|
|
59
60
|
"SPENDWITNESS": 3,
|
|
60
|
-
"SPENDP2SHWITNESS": 4
|
|
61
|
+
"SPENDP2SHWITNESS": 4,
|
|
62
|
+
"SPENDTAPROOT": 5
|
|
61
63
|
}
|
|
62
64
|
},
|
|
63
65
|
"RequestType": {
|
|
@@ -73,9 +75,14 @@
|
|
|
73
75
|
"values": {
|
|
74
76
|
"SPEND": 0,
|
|
75
77
|
"TRANSFER": 1,
|
|
76
|
-
"CHANGE": 2
|
|
77
|
-
|
|
78
|
-
|
|
78
|
+
"CHANGE": 2
|
|
79
|
+
},
|
|
80
|
+
"reserved": [
|
|
81
|
+
[
|
|
82
|
+
3,
|
|
83
|
+
3
|
|
84
|
+
]
|
|
85
|
+
]
|
|
79
86
|
},
|
|
80
87
|
"ButtonRequestType": {
|
|
81
88
|
"values": {
|
|
@@ -108,13 +115,21 @@
|
|
|
108
115
|
"ButtonRequest_GetEntropy": 27,
|
|
109
116
|
"ButtonRequest_SignMessage": 28,
|
|
110
117
|
"ButtonRequest_ApplyPolicies": 29,
|
|
111
|
-
"ButtonRequest_SignExchange": 30,
|
|
112
118
|
"ButtonRequest_AutoLockDelayMs": 31,
|
|
113
119
|
"ButtonRequest_U2FCounter": 32,
|
|
114
120
|
"ButtonRequest_ConfirmEosAction": 33,
|
|
115
121
|
"ButtonRequest_ConfirmEosBudget": 34,
|
|
116
|
-
"ButtonRequest_ConfirmMemo": 35
|
|
117
|
-
|
|
122
|
+
"ButtonRequest_ConfirmMemo": 35,
|
|
123
|
+
"ButtonRequest_RemoveWipeCode": 36,
|
|
124
|
+
"ButtonRequest_ChangeWipeCode": 37,
|
|
125
|
+
"ButtonRequest_CreateWipeCode": 38
|
|
126
|
+
},
|
|
127
|
+
"reserved": [
|
|
128
|
+
[
|
|
129
|
+
30,
|
|
130
|
+
30
|
|
131
|
+
]
|
|
132
|
+
]
|
|
118
133
|
},
|
|
119
134
|
"PinMatrixRequestType": {
|
|
120
135
|
"values": {
|
|
@@ -262,6 +277,10 @@
|
|
|
262
277
|
"nanoaddr_prefix": {
|
|
263
278
|
"type": "string",
|
|
264
279
|
"id": 27
|
|
280
|
+
},
|
|
281
|
+
"taproot": {
|
|
282
|
+
"type": "bool",
|
|
283
|
+
"id": 28
|
|
265
284
|
}
|
|
266
285
|
}
|
|
267
286
|
},
|
|
@@ -375,15 +394,17 @@
|
|
|
375
394
|
"type": "OutputAddressType",
|
|
376
395
|
"id": 7
|
|
377
396
|
},
|
|
378
|
-
"exchange_type": {
|
|
379
|
-
"type": "ExchangeType",
|
|
380
|
-
"id": 8
|
|
381
|
-
},
|
|
382
397
|
"decred_script_version": {
|
|
383
398
|
"type": "uint32",
|
|
384
399
|
"id": 9
|
|
385
400
|
}
|
|
386
|
-
}
|
|
401
|
+
},
|
|
402
|
+
"reserved": [
|
|
403
|
+
[
|
|
404
|
+
8,
|
|
405
|
+
8
|
|
406
|
+
]
|
|
407
|
+
]
|
|
387
408
|
},
|
|
388
409
|
"TxOutputBinType": {
|
|
389
410
|
"fields": {
|
|
@@ -550,51 +571,6 @@
|
|
|
550
571
|
}
|
|
551
572
|
}
|
|
552
573
|
},
|
|
553
|
-
"ExchangeType": {
|
|
554
|
-
"fields": {
|
|
555
|
-
"signed_exchange_response": {
|
|
556
|
-
"type": "SignedExchangeResponse",
|
|
557
|
-
"id": 1
|
|
558
|
-
},
|
|
559
|
-
"withdrawal_coin_name": {
|
|
560
|
-
"type": "string",
|
|
561
|
-
"id": 2,
|
|
562
|
-
"options": {
|
|
563
|
-
"default": "Bitcoin"
|
|
564
|
-
}
|
|
565
|
-
},
|
|
566
|
-
"withdrawal_address_n": {
|
|
567
|
-
"rule": "repeated",
|
|
568
|
-
"type": "uint32",
|
|
569
|
-
"id": 3,
|
|
570
|
-
"options": {
|
|
571
|
-
"packed": false
|
|
572
|
-
}
|
|
573
|
-
},
|
|
574
|
-
"return_address_n": {
|
|
575
|
-
"rule": "repeated",
|
|
576
|
-
"type": "uint32",
|
|
577
|
-
"id": 4,
|
|
578
|
-
"options": {
|
|
579
|
-
"packed": false
|
|
580
|
-
}
|
|
581
|
-
},
|
|
582
|
-
"withdrawal_script_type": {
|
|
583
|
-
"type": "InputScriptType",
|
|
584
|
-
"id": 5,
|
|
585
|
-
"options": {
|
|
586
|
-
"default": "SPENDADDRESS"
|
|
587
|
-
}
|
|
588
|
-
},
|
|
589
|
-
"return_script_type": {
|
|
590
|
-
"type": "InputScriptType",
|
|
591
|
-
"id": 6,
|
|
592
|
-
"options": {
|
|
593
|
-
"default": "SPENDADDRESS"
|
|
594
|
-
}
|
|
595
|
-
}
|
|
596
|
-
}
|
|
597
|
-
},
|
|
598
574
|
"google": {
|
|
599
575
|
"nested": {
|
|
600
576
|
"protobuf": {
|
|
@@ -1492,130 +1468,6 @@
|
|
|
1492
1468
|
}
|
|
1493
1469
|
}
|
|
1494
1470
|
},
|
|
1495
|
-
"ExchangeAddress": {
|
|
1496
|
-
"fields": {
|
|
1497
|
-
"coin_type": {
|
|
1498
|
-
"type": "string",
|
|
1499
|
-
"id": 1
|
|
1500
|
-
},
|
|
1501
|
-
"address": {
|
|
1502
|
-
"type": "string",
|
|
1503
|
-
"id": 2
|
|
1504
|
-
},
|
|
1505
|
-
"dest_tag": {
|
|
1506
|
-
"type": "string",
|
|
1507
|
-
"id": 3
|
|
1508
|
-
},
|
|
1509
|
-
"rs_address": {
|
|
1510
|
-
"type": "string",
|
|
1511
|
-
"id": 4
|
|
1512
|
-
}
|
|
1513
|
-
}
|
|
1514
|
-
},
|
|
1515
|
-
"ExchangeResponseV2": {
|
|
1516
|
-
"fields": {
|
|
1517
|
-
"deposit_address": {
|
|
1518
|
-
"type": "ExchangeAddress",
|
|
1519
|
-
"id": 1
|
|
1520
|
-
},
|
|
1521
|
-
"deposit_amount": {
|
|
1522
|
-
"type": "bytes",
|
|
1523
|
-
"id": 2
|
|
1524
|
-
},
|
|
1525
|
-
"expiration": {
|
|
1526
|
-
"type": "int64",
|
|
1527
|
-
"id": 3
|
|
1528
|
-
},
|
|
1529
|
-
"quoted_rate": {
|
|
1530
|
-
"type": "bytes",
|
|
1531
|
-
"id": 4
|
|
1532
|
-
},
|
|
1533
|
-
"withdrawal_address": {
|
|
1534
|
-
"type": "ExchangeAddress",
|
|
1535
|
-
"id": 5
|
|
1536
|
-
},
|
|
1537
|
-
"withdrawal_amount": {
|
|
1538
|
-
"type": "bytes",
|
|
1539
|
-
"id": 6
|
|
1540
|
-
},
|
|
1541
|
-
"return_address": {
|
|
1542
|
-
"type": "ExchangeAddress",
|
|
1543
|
-
"id": 7
|
|
1544
|
-
},
|
|
1545
|
-
"api_key": {
|
|
1546
|
-
"type": "bytes",
|
|
1547
|
-
"id": 8
|
|
1548
|
-
},
|
|
1549
|
-
"miner_fee": {
|
|
1550
|
-
"type": "bytes",
|
|
1551
|
-
"id": 9
|
|
1552
|
-
},
|
|
1553
|
-
"order_id": {
|
|
1554
|
-
"type": "bytes",
|
|
1555
|
-
"id": 10
|
|
1556
|
-
}
|
|
1557
|
-
}
|
|
1558
|
-
},
|
|
1559
|
-
"SignedExchangeResponse": {
|
|
1560
|
-
"fields": {
|
|
1561
|
-
"response": {
|
|
1562
|
-
"type": "ExchangeResponse",
|
|
1563
|
-
"id": 1
|
|
1564
|
-
},
|
|
1565
|
-
"signature": {
|
|
1566
|
-
"type": "bytes",
|
|
1567
|
-
"id": 2
|
|
1568
|
-
},
|
|
1569
|
-
"responseV2": {
|
|
1570
|
-
"type": "ExchangeResponseV2",
|
|
1571
|
-
"id": 3
|
|
1572
|
-
}
|
|
1573
|
-
}
|
|
1574
|
-
},
|
|
1575
|
-
"ExchangeResponse": {
|
|
1576
|
-
"fields": {
|
|
1577
|
-
"deposit_address": {
|
|
1578
|
-
"type": "ExchangeAddress",
|
|
1579
|
-
"id": 1
|
|
1580
|
-
},
|
|
1581
|
-
"deposit_amount": {
|
|
1582
|
-
"type": "uint64",
|
|
1583
|
-
"id": 2
|
|
1584
|
-
},
|
|
1585
|
-
"expiration": {
|
|
1586
|
-
"type": "int64",
|
|
1587
|
-
"id": 3
|
|
1588
|
-
},
|
|
1589
|
-
"quoted_rate": {
|
|
1590
|
-
"type": "uint64",
|
|
1591
|
-
"id": 4
|
|
1592
|
-
},
|
|
1593
|
-
"withdrawal_address": {
|
|
1594
|
-
"type": "ExchangeAddress",
|
|
1595
|
-
"id": 5
|
|
1596
|
-
},
|
|
1597
|
-
"withdrawal_amount": {
|
|
1598
|
-
"type": "uint64",
|
|
1599
|
-
"id": 6
|
|
1600
|
-
},
|
|
1601
|
-
"return_address": {
|
|
1602
|
-
"type": "ExchangeAddress",
|
|
1603
|
-
"id": 7
|
|
1604
|
-
},
|
|
1605
|
-
"api_key": {
|
|
1606
|
-
"type": "bytes",
|
|
1607
|
-
"id": 8
|
|
1608
|
-
},
|
|
1609
|
-
"miner_fee": {
|
|
1610
|
-
"type": "uint64",
|
|
1611
|
-
"id": 9
|
|
1612
|
-
},
|
|
1613
|
-
"order_id": {
|
|
1614
|
-
"type": "bytes",
|
|
1615
|
-
"id": 10
|
|
1616
|
-
}
|
|
1617
|
-
}
|
|
1618
|
-
},
|
|
1619
1471
|
"MessageType": {
|
|
1620
1472
|
"values": {
|
|
1621
1473
|
"MessageType_Initialize": 0,
|
|
@@ -1690,6 +1542,22 @@
|
|
|
1690
1542
|
"MessageType_EthereumSignMessage": 108,
|
|
1691
1543
|
"MessageType_EthereumVerifyMessage": 109,
|
|
1692
1544
|
"MessageType_EthereumMessageSignature": 110,
|
|
1545
|
+
"MessageType_ChangeWipeCode": 111,
|
|
1546
|
+
"MessageType_EthereumSignTypedHash": 112,
|
|
1547
|
+
"MessageType_EthereumTypedDataSignature": 113,
|
|
1548
|
+
"MessageType_Ethereum712TypesValues": 114,
|
|
1549
|
+
"MessageType_GetBip85Mnemonic": 120,
|
|
1550
|
+
"MessageType_Bip85Mnemonic": 121,
|
|
1551
|
+
"MessageType_RippleGetAddress": 400,
|
|
1552
|
+
"MessageType_RippleAddress": 401,
|
|
1553
|
+
"MessageType_RippleSignTx": 402,
|
|
1554
|
+
"MessageType_RippleSignedTx": 403,
|
|
1555
|
+
"MessageType_ThorchainGetAddress": 500,
|
|
1556
|
+
"MessageType_ThorchainAddress": 501,
|
|
1557
|
+
"MessageType_ThorchainSignTx": 502,
|
|
1558
|
+
"MessageType_ThorchainMsgRequest": 503,
|
|
1559
|
+
"MessageType_ThorchainMsgAck": 504,
|
|
1560
|
+
"MessageType_ThorchainSignedTx": 505,
|
|
1693
1561
|
"MessageType_EosGetPublicKey": 600,
|
|
1694
1562
|
"MessageType_EosPublicKey": 601,
|
|
1695
1563
|
"MessageType_EosSignTx": 602,
|
|
@@ -1700,14 +1568,82 @@
|
|
|
1700
1568
|
"MessageType_NanoAddress": 701,
|
|
1701
1569
|
"MessageType_NanoSignTx": 702,
|
|
1702
1570
|
"MessageType_NanoSignedTx": 703,
|
|
1703
|
-
"
|
|
1704
|
-
"
|
|
1705
|
-
"
|
|
1706
|
-
"
|
|
1707
|
-
"
|
|
1708
|
-
"
|
|
1709
|
-
"
|
|
1710
|
-
"
|
|
1571
|
+
"MessageType_SolanaGetAddress": 750,
|
|
1572
|
+
"MessageType_SolanaAddress": 751,
|
|
1573
|
+
"MessageType_SolanaSignTx": 752,
|
|
1574
|
+
"MessageType_SolanaSignedTx": 753,
|
|
1575
|
+
"MessageType_SolanaSignMessage": 754,
|
|
1576
|
+
"MessageType_SolanaMessageSignature": 755,
|
|
1577
|
+
"MessageType_BinanceGetAddress": 800,
|
|
1578
|
+
"MessageType_BinanceAddress": 801,
|
|
1579
|
+
"MessageType_BinanceGetPublicKey": 802,
|
|
1580
|
+
"MessageType_BinancePublicKey": 803,
|
|
1581
|
+
"MessageType_BinanceSignTx": 804,
|
|
1582
|
+
"MessageType_BinanceTxRequest": 805,
|
|
1583
|
+
"MessageType_BinanceTransferMsg": 806,
|
|
1584
|
+
"MessageType_BinanceOrderMsg": 807,
|
|
1585
|
+
"MessageType_BinanceCancelMsg": 808,
|
|
1586
|
+
"MessageType_BinanceSignedTx": 809,
|
|
1587
|
+
"MessageType_CosmosGetAddress": 900,
|
|
1588
|
+
"MessageType_CosmosAddress": 901,
|
|
1589
|
+
"MessageType_CosmosSignTx": 902,
|
|
1590
|
+
"MessageType_CosmosMsgRequest": 903,
|
|
1591
|
+
"MessageType_CosmosMsgAck": 904,
|
|
1592
|
+
"MessageType_CosmosSignedTx": 905,
|
|
1593
|
+
"MessageType_CosmosMsgDelegate": 906,
|
|
1594
|
+
"MessageType_CosmosMsgUndelegate": 907,
|
|
1595
|
+
"MessageType_CosmosMsgRedelegate": 908,
|
|
1596
|
+
"MessageType_CosmosMsgRewards": 909,
|
|
1597
|
+
"MessageType_CosmosMsgIBCTransfer": 910,
|
|
1598
|
+
"MessageType_TendermintGetAddress": 1000,
|
|
1599
|
+
"MessageType_TendermintAddress": 1001,
|
|
1600
|
+
"MessageType_TendermintSignTx": 1002,
|
|
1601
|
+
"MessageType_TendermintMsgRequest": 1003,
|
|
1602
|
+
"MessageType_TendermintMsgAck": 1004,
|
|
1603
|
+
"MessageType_TendermintMsgSend": 1005,
|
|
1604
|
+
"MessageType_TendermintSignedTx": 1006,
|
|
1605
|
+
"MessageType_TendermintMsgDelegate": 1007,
|
|
1606
|
+
"MessageType_TendermintMsgUndelegate": 1008,
|
|
1607
|
+
"MessageType_TendermintMsgRedelegate": 1009,
|
|
1608
|
+
"MessageType_TendermintMsgRewards": 1010,
|
|
1609
|
+
"MessageType_TendermintMsgIBCTransfer": 1011,
|
|
1610
|
+
"MessageType_OsmosisGetAddress": 1100,
|
|
1611
|
+
"MessageType_OsmosisAddress": 1101,
|
|
1612
|
+
"MessageType_OsmosisSignTx": 1102,
|
|
1613
|
+
"MessageType_OsmosisMsgRequest": 1103,
|
|
1614
|
+
"MessageType_OsmosisMsgAck": 1104,
|
|
1615
|
+
"MessageType_OsmosisMsgSend": 1105,
|
|
1616
|
+
"MessageType_OsmosisMsgDelegate": 1106,
|
|
1617
|
+
"MessageType_OsmosisMsgUndelegate": 1107,
|
|
1618
|
+
"MessageType_OsmosisMsgRedelegate": 1108,
|
|
1619
|
+
"MessageType_OsmosisMsgRewards": 1109,
|
|
1620
|
+
"MessageType_OsmosisMsgLPAdd": 1110,
|
|
1621
|
+
"MessageType_OsmosisMsgLPRemove": 1111,
|
|
1622
|
+
"MessageType_OsmosisMsgLPStake": 1112,
|
|
1623
|
+
"MessageType_OsmosisMsgLPUnstake": 1113,
|
|
1624
|
+
"MessageType_OsmosisMsgIBCTransfer": 1114,
|
|
1625
|
+
"MessageType_OsmosisMsgSwap": 1115,
|
|
1626
|
+
"MessageType_OsmosisSignedTx": 1116,
|
|
1627
|
+
"MessageType_MayachainGetAddress": 1200,
|
|
1628
|
+
"MessageType_MayachainAddress": 1201,
|
|
1629
|
+
"MessageType_MayachainSignTx": 1202,
|
|
1630
|
+
"MessageType_MayachainMsgRequest": 1203,
|
|
1631
|
+
"MessageType_MayachainMsgAck": 1204,
|
|
1632
|
+
"MessageType_MayachainSignedTx": 1205,
|
|
1633
|
+
"MessageType_ZcashSignPCZT": 1300,
|
|
1634
|
+
"MessageType_ZcashPCZTAction": 1301,
|
|
1635
|
+
"MessageType_ZcashPCZTActionAck": 1302,
|
|
1636
|
+
"MessageType_ZcashSignedPCZT": 1303,
|
|
1637
|
+
"MessageType_ZcashGetOrchardFVK": 1304,
|
|
1638
|
+
"MessageType_ZcashOrchardFVK": 1305,
|
|
1639
|
+
"MessageType_TronGetAddress": 1400,
|
|
1640
|
+
"MessageType_TronAddress": 1401,
|
|
1641
|
+
"MessageType_TronSignTx": 1402,
|
|
1642
|
+
"MessageType_TronSignedTx": 1403,
|
|
1643
|
+
"MessageType_TonGetAddress": 1500,
|
|
1644
|
+
"MessageType_TonAddress": 1501,
|
|
1645
|
+
"MessageType_TonSignTx": 1502,
|
|
1646
|
+
"MessageType_TonSignedTx": 1503
|
|
1711
1647
|
}
|
|
1712
1648
|
},
|
|
1713
1649
|
"Initialize": {
|
|
@@ -1807,6 +1743,14 @@
|
|
|
1807
1743
|
"no_backup": {
|
|
1808
1744
|
"type": "bool",
|
|
1809
1745
|
"id": 24
|
|
1746
|
+
},
|
|
1747
|
+
"wipe_code_protection": {
|
|
1748
|
+
"type": "bool",
|
|
1749
|
+
"id": 25
|
|
1750
|
+
},
|
|
1751
|
+
"auto_lock_delay_ms": {
|
|
1752
|
+
"type": "uint32",
|
|
1753
|
+
"id": 26
|
|
1810
1754
|
}
|
|
1811
1755
|
}
|
|
1812
1756
|
},
|
|
@@ -1891,6 +1835,10 @@
|
|
|
1891
1835
|
"passphrase_protection": {
|
|
1892
1836
|
"type": "bool",
|
|
1893
1837
|
"id": 4
|
|
1838
|
+
},
|
|
1839
|
+
"wipe_code_protection": {
|
|
1840
|
+
"type": "bool",
|
|
1841
|
+
"id": 5
|
|
1894
1842
|
}
|
|
1895
1843
|
}
|
|
1896
1844
|
},
|
|
@@ -2060,38 +2008,6 @@
|
|
|
2060
2008
|
}
|
|
2061
2009
|
}
|
|
2062
2010
|
},
|
|
2063
|
-
"EthereumGetAddress": {
|
|
2064
|
-
"fields": {
|
|
2065
|
-
"address_n": {
|
|
2066
|
-
"rule": "repeated",
|
|
2067
|
-
"type": "uint32",
|
|
2068
|
-
"id": 1,
|
|
2069
|
-
"options": {
|
|
2070
|
-
"packed": false
|
|
2071
|
-
}
|
|
2072
|
-
},
|
|
2073
|
-
"show_display": {
|
|
2074
|
-
"type": "bool",
|
|
2075
|
-
"id": 2
|
|
2076
|
-
}
|
|
2077
|
-
}
|
|
2078
|
-
},
|
|
2079
|
-
"CosmosGetAddress": {
|
|
2080
|
-
"fields": {
|
|
2081
|
-
"address_n": {
|
|
2082
|
-
"rule": "repeated",
|
|
2083
|
-
"type": "uint32",
|
|
2084
|
-
"id": 1,
|
|
2085
|
-
"options": {
|
|
2086
|
-
"packed": false
|
|
2087
|
-
}
|
|
2088
|
-
},
|
|
2089
|
-
"show_display": {
|
|
2090
|
-
"type": "bool",
|
|
2091
|
-
"id": 2
|
|
2092
|
-
}
|
|
2093
|
-
}
|
|
2094
|
-
},
|
|
2095
2011
|
"Address": {
|
|
2096
2012
|
"fields": {
|
|
2097
2013
|
"address": {
|
|
@@ -2101,32 +2017,6 @@
|
|
|
2101
2017
|
}
|
|
2102
2018
|
}
|
|
2103
2019
|
},
|
|
2104
|
-
"EthereumAddress": {
|
|
2105
|
-
"fields": {
|
|
2106
|
-
"address": {
|
|
2107
|
-
"rule": "required",
|
|
2108
|
-
"type": "bytes",
|
|
2109
|
-
"id": 1
|
|
2110
|
-
},
|
|
2111
|
-
"address_str": {
|
|
2112
|
-
"type": "string",
|
|
2113
|
-
"id": 2
|
|
2114
|
-
}
|
|
2115
|
-
}
|
|
2116
|
-
},
|
|
2117
|
-
"CosmosAddress": {
|
|
2118
|
-
"fields": {
|
|
2119
|
-
"address": {
|
|
2120
|
-
"rule": "required",
|
|
2121
|
-
"type": "bytes",
|
|
2122
|
-
"id": 1
|
|
2123
|
-
},
|
|
2124
|
-
"address_str": {
|
|
2125
|
-
"type": "string",
|
|
2126
|
-
"id": 2
|
|
2127
|
-
}
|
|
2128
|
-
}
|
|
2129
|
-
},
|
|
2130
2020
|
"WipeDevice": {
|
|
2131
2021
|
"fields": {}
|
|
2132
2022
|
},
|
|
@@ -2508,6 +2398,29 @@
|
|
|
2508
2398
|
}
|
|
2509
2399
|
}
|
|
2510
2400
|
},
|
|
2401
|
+
"GetBip85Mnemonic": {
|
|
2402
|
+
"fields": {
|
|
2403
|
+
"word_count": {
|
|
2404
|
+
"rule": "required",
|
|
2405
|
+
"type": "uint32",
|
|
2406
|
+
"id": 1
|
|
2407
|
+
},
|
|
2408
|
+
"index": {
|
|
2409
|
+
"rule": "required",
|
|
2410
|
+
"type": "uint32",
|
|
2411
|
+
"id": 2
|
|
2412
|
+
}
|
|
2413
|
+
}
|
|
2414
|
+
},
|
|
2415
|
+
"Bip85Mnemonic": {
|
|
2416
|
+
"fields": {
|
|
2417
|
+
"mnemonic": {
|
|
2418
|
+
"rule": "required",
|
|
2419
|
+
"type": "string",
|
|
2420
|
+
"id": 1
|
|
2421
|
+
}
|
|
2422
|
+
}
|
|
2423
|
+
},
|
|
2511
2424
|
"SignTx": {
|
|
2512
2425
|
"fields": {
|
|
2513
2426
|
"outputs_count": {
|
|
@@ -2591,83 +2504,263 @@
|
|
|
2591
2504
|
}
|
|
2592
2505
|
}
|
|
2593
2506
|
},
|
|
2594
|
-
"
|
|
2507
|
+
"SignIdentity": {
|
|
2595
2508
|
"fields": {
|
|
2596
|
-
"
|
|
2597
|
-
"
|
|
2598
|
-
"
|
|
2599
|
-
"id": 1,
|
|
2600
|
-
"options": {
|
|
2601
|
-
"packed": false
|
|
2602
|
-
}
|
|
2509
|
+
"identity": {
|
|
2510
|
+
"type": "IdentityType",
|
|
2511
|
+
"id": 1
|
|
2603
2512
|
},
|
|
2604
|
-
"
|
|
2513
|
+
"challenge_hidden": {
|
|
2605
2514
|
"type": "bytes",
|
|
2606
2515
|
"id": 2
|
|
2607
2516
|
},
|
|
2608
|
-
"
|
|
2609
|
-
"type": "
|
|
2517
|
+
"challenge_visual": {
|
|
2518
|
+
"type": "string",
|
|
2610
2519
|
"id": 3
|
|
2611
2520
|
},
|
|
2612
|
-
"
|
|
2613
|
-
"type": "
|
|
2521
|
+
"ecdsa_curve_name": {
|
|
2522
|
+
"type": "string",
|
|
2614
2523
|
"id": 4
|
|
2524
|
+
}
|
|
2525
|
+
}
|
|
2526
|
+
},
|
|
2527
|
+
"SignedIdentity": {
|
|
2528
|
+
"fields": {
|
|
2529
|
+
"address": {
|
|
2530
|
+
"type": "string",
|
|
2531
|
+
"id": 1
|
|
2615
2532
|
},
|
|
2616
|
-
"
|
|
2533
|
+
"public_key": {
|
|
2617
2534
|
"type": "bytes",
|
|
2618
|
-
"id":
|
|
2535
|
+
"id": 2
|
|
2619
2536
|
},
|
|
2620
|
-
"
|
|
2537
|
+
"signature": {
|
|
2621
2538
|
"type": "bytes",
|
|
2622
|
-
"id":
|
|
2539
|
+
"id": 3
|
|
2540
|
+
}
|
|
2541
|
+
}
|
|
2542
|
+
},
|
|
2543
|
+
"ApplyPolicies": {
|
|
2544
|
+
"fields": {
|
|
2545
|
+
"policy": {
|
|
2546
|
+
"rule": "repeated",
|
|
2547
|
+
"type": "PolicyType",
|
|
2548
|
+
"id": 1
|
|
2549
|
+
}
|
|
2550
|
+
}
|
|
2551
|
+
},
|
|
2552
|
+
"FlashHash": {
|
|
2553
|
+
"fields": {
|
|
2554
|
+
"address": {
|
|
2555
|
+
"type": "uint32",
|
|
2556
|
+
"id": 1
|
|
2623
2557
|
},
|
|
2624
|
-
"
|
|
2558
|
+
"length": {
|
|
2559
|
+
"type": "uint32",
|
|
2560
|
+
"id": 2
|
|
2561
|
+
},
|
|
2562
|
+
"challenge": {
|
|
2625
2563
|
"type": "bytes",
|
|
2626
|
-
"id":
|
|
2564
|
+
"id": 3
|
|
2565
|
+
}
|
|
2566
|
+
}
|
|
2567
|
+
},
|
|
2568
|
+
"FlashWrite": {
|
|
2569
|
+
"fields": {
|
|
2570
|
+
"address": {
|
|
2571
|
+
"type": "uint32",
|
|
2572
|
+
"id": 1
|
|
2627
2573
|
},
|
|
2628
|
-
"
|
|
2574
|
+
"data": {
|
|
2575
|
+
"type": "bytes",
|
|
2576
|
+
"id": 2
|
|
2577
|
+
},
|
|
2578
|
+
"erase": {
|
|
2579
|
+
"type": "bool",
|
|
2580
|
+
"id": 3
|
|
2581
|
+
}
|
|
2582
|
+
}
|
|
2583
|
+
},
|
|
2584
|
+
"FlashHashResponse": {
|
|
2585
|
+
"fields": {
|
|
2586
|
+
"data": {
|
|
2587
|
+
"type": "bytes",
|
|
2588
|
+
"id": 1
|
|
2589
|
+
}
|
|
2590
|
+
}
|
|
2591
|
+
},
|
|
2592
|
+
"DebugLinkFlashDump": {
|
|
2593
|
+
"fields": {
|
|
2594
|
+
"address": {
|
|
2629
2595
|
"type": "uint32",
|
|
2630
|
-
"id":
|
|
2596
|
+
"id": 1
|
|
2631
2597
|
},
|
|
2632
|
-
"
|
|
2633
|
-
"rule": "repeated",
|
|
2598
|
+
"length": {
|
|
2634
2599
|
"type": "uint32",
|
|
2635
|
-
"id":
|
|
2636
|
-
|
|
2637
|
-
|
|
2638
|
-
|
|
2600
|
+
"id": 2
|
|
2601
|
+
}
|
|
2602
|
+
}
|
|
2603
|
+
},
|
|
2604
|
+
"DebugLinkFlashDumpResponse": {
|
|
2605
|
+
"fields": {
|
|
2606
|
+
"data": {
|
|
2607
|
+
"type": "bytes",
|
|
2608
|
+
"id": 1
|
|
2609
|
+
}
|
|
2610
|
+
}
|
|
2611
|
+
},
|
|
2612
|
+
"SoftReset": {
|
|
2613
|
+
"fields": {}
|
|
2614
|
+
},
|
|
2615
|
+
"FirmwareErase": {
|
|
2616
|
+
"fields": {}
|
|
2617
|
+
},
|
|
2618
|
+
"FirmwareUpload": {
|
|
2619
|
+
"fields": {
|
|
2620
|
+
"payload_hash": {
|
|
2621
|
+
"rule": "required",
|
|
2622
|
+
"type": "bytes",
|
|
2623
|
+
"id": 1
|
|
2639
2624
|
},
|
|
2640
|
-
"
|
|
2641
|
-
"
|
|
2625
|
+
"payload": {
|
|
2626
|
+
"rule": "required",
|
|
2627
|
+
"type": "bytes",
|
|
2628
|
+
"id": 2
|
|
2629
|
+
}
|
|
2630
|
+
}
|
|
2631
|
+
},
|
|
2632
|
+
"DebugLinkDecision": {
|
|
2633
|
+
"fields": {
|
|
2634
|
+
"yes_no": {
|
|
2635
|
+
"rule": "required",
|
|
2636
|
+
"type": "bool",
|
|
2637
|
+
"id": 1
|
|
2638
|
+
}
|
|
2639
|
+
}
|
|
2640
|
+
},
|
|
2641
|
+
"DebugLinkGetState": {
|
|
2642
|
+
"fields": {}
|
|
2643
|
+
},
|
|
2644
|
+
"DebugLinkState": {
|
|
2645
|
+
"fields": {
|
|
2646
|
+
"layout": {
|
|
2647
|
+
"type": "bytes",
|
|
2648
|
+
"id": 1
|
|
2649
|
+
},
|
|
2650
|
+
"pin": {
|
|
2651
|
+
"type": "string",
|
|
2652
|
+
"id": 2
|
|
2653
|
+
},
|
|
2654
|
+
"matrix": {
|
|
2655
|
+
"type": "string",
|
|
2656
|
+
"id": 3
|
|
2657
|
+
},
|
|
2658
|
+
"mnemonic": {
|
|
2659
|
+
"type": "string",
|
|
2660
|
+
"id": 4
|
|
2661
|
+
},
|
|
2662
|
+
"node": {
|
|
2663
|
+
"type": "HDNodeType",
|
|
2664
|
+
"id": 5
|
|
2665
|
+
},
|
|
2666
|
+
"passphrase_protection": {
|
|
2667
|
+
"type": "bool",
|
|
2668
|
+
"id": 6
|
|
2669
|
+
},
|
|
2670
|
+
"reset_word": {
|
|
2671
|
+
"type": "string",
|
|
2672
|
+
"id": 7
|
|
2673
|
+
},
|
|
2674
|
+
"reset_entropy": {
|
|
2675
|
+
"type": "bytes",
|
|
2676
|
+
"id": 8
|
|
2677
|
+
},
|
|
2678
|
+
"recovery_fake_word": {
|
|
2679
|
+
"type": "string",
|
|
2680
|
+
"id": 9
|
|
2681
|
+
},
|
|
2682
|
+
"recovery_word_pos": {
|
|
2683
|
+
"type": "uint32",
|
|
2642
2684
|
"id": 10
|
|
2643
2685
|
},
|
|
2644
|
-
"
|
|
2645
|
-
"type": "
|
|
2686
|
+
"recovery_cipher": {
|
|
2687
|
+
"type": "string",
|
|
2646
2688
|
"id": 11
|
|
2647
2689
|
},
|
|
2648
|
-
"
|
|
2649
|
-
"type": "
|
|
2690
|
+
"recovery_auto_completed_word": {
|
|
2691
|
+
"type": "string",
|
|
2650
2692
|
"id": 12
|
|
2651
2693
|
},
|
|
2652
|
-
"
|
|
2694
|
+
"firmware_hash": {
|
|
2653
2695
|
"type": "bytes",
|
|
2654
|
-
"id":
|
|
2696
|
+
"id": 13
|
|
2655
2697
|
},
|
|
2656
|
-
"
|
|
2698
|
+
"storage_hash": {
|
|
2657
2699
|
"type": "bytes",
|
|
2658
|
-
"id":
|
|
2700
|
+
"id": 14
|
|
2701
|
+
}
|
|
2702
|
+
}
|
|
2703
|
+
},
|
|
2704
|
+
"DebugLinkStop": {
|
|
2705
|
+
"fields": {}
|
|
2706
|
+
},
|
|
2707
|
+
"DebugLinkLog": {
|
|
2708
|
+
"fields": {
|
|
2709
|
+
"level": {
|
|
2710
|
+
"type": "uint32",
|
|
2711
|
+
"id": 1
|
|
2659
2712
|
},
|
|
2660
|
-
"
|
|
2713
|
+
"bucket": {
|
|
2661
2714
|
"type": "string",
|
|
2662
|
-
"id":
|
|
2715
|
+
"id": 2
|
|
2663
2716
|
},
|
|
2664
|
-
"
|
|
2717
|
+
"text": {
|
|
2718
|
+
"type": "string",
|
|
2719
|
+
"id": 3
|
|
2720
|
+
}
|
|
2721
|
+
}
|
|
2722
|
+
},
|
|
2723
|
+
"DebugLinkFillConfig": {
|
|
2724
|
+
"fields": {}
|
|
2725
|
+
},
|
|
2726
|
+
"ChangeWipeCode": {
|
|
2727
|
+
"fields": {
|
|
2728
|
+
"remove": {
|
|
2729
|
+
"type": "bool",
|
|
2730
|
+
"id": 1
|
|
2731
|
+
}
|
|
2732
|
+
}
|
|
2733
|
+
},
|
|
2734
|
+
"EthereumGetAddress": {
|
|
2735
|
+
"fields": {
|
|
2736
|
+
"address_n": {
|
|
2737
|
+
"rule": "repeated",
|
|
2665
2738
|
"type": "uint32",
|
|
2666
|
-
"id":
|
|
2739
|
+
"id": 1,
|
|
2740
|
+
"options": {
|
|
2741
|
+
"packed": false
|
|
2742
|
+
}
|
|
2743
|
+
},
|
|
2744
|
+
"show_display": {
|
|
2745
|
+
"type": "bool",
|
|
2746
|
+
"id": 2
|
|
2667
2747
|
}
|
|
2668
2748
|
}
|
|
2669
2749
|
},
|
|
2670
|
-
"
|
|
2750
|
+
"EthereumAddress": {
|
|
2751
|
+
"fields": {
|
|
2752
|
+
"address": {
|
|
2753
|
+
"rule": "required",
|
|
2754
|
+
"type": "bytes",
|
|
2755
|
+
"id": 1
|
|
2756
|
+
},
|
|
2757
|
+
"address_str": {
|
|
2758
|
+
"type": "string",
|
|
2759
|
+
"id": 2
|
|
2760
|
+
}
|
|
2761
|
+
}
|
|
2762
|
+
},
|
|
2763
|
+
"EthereumSignTx": {
|
|
2671
2764
|
"fields": {
|
|
2672
2765
|
"address_n": {
|
|
2673
2766
|
"rule": "repeated",
|
|
@@ -2717,14 +2810,18 @@
|
|
|
2717
2810
|
"type": "OutputAddressType",
|
|
2718
2811
|
"id": 10
|
|
2719
2812
|
},
|
|
2720
|
-
"exchange_type": {
|
|
2721
|
-
"type": "ExchangeType",
|
|
2722
|
-
"id": 11
|
|
2723
|
-
},
|
|
2724
2813
|
"chain_id": {
|
|
2725
2814
|
"type": "uint32",
|
|
2726
2815
|
"id": 12
|
|
2727
2816
|
},
|
|
2817
|
+
"max_fee_per_gas": {
|
|
2818
|
+
"type": "bytes",
|
|
2819
|
+
"id": 13
|
|
2820
|
+
},
|
|
2821
|
+
"max_priority_fee_per_gas": {
|
|
2822
|
+
"type": "bytes",
|
|
2823
|
+
"id": 14
|
|
2824
|
+
},
|
|
2728
2825
|
"token_value": {
|
|
2729
2826
|
"type": "bytes",
|
|
2730
2827
|
"id": 100
|
|
@@ -2740,8 +2837,18 @@
|
|
|
2740
2837
|
"tx_type": {
|
|
2741
2838
|
"type": "uint32",
|
|
2742
2839
|
"id": 103
|
|
2840
|
+
},
|
|
2841
|
+
"type": {
|
|
2842
|
+
"type": "uint32",
|
|
2843
|
+
"id": 104
|
|
2743
2844
|
}
|
|
2744
|
-
}
|
|
2845
|
+
},
|
|
2846
|
+
"reserved": [
|
|
2847
|
+
[
|
|
2848
|
+
11,
|
|
2849
|
+
11
|
|
2850
|
+
]
|
|
2851
|
+
]
|
|
2745
2852
|
},
|
|
2746
2853
|
"EthereumTxRequest": {
|
|
2747
2854
|
"fields": {
|
|
@@ -2771,45 +2878,9 @@
|
|
|
2771
2878
|
}
|
|
2772
2879
|
}
|
|
2773
2880
|
},
|
|
2774
|
-
"
|
|
2881
|
+
"EthereumTxAck": {
|
|
2775
2882
|
"fields": {
|
|
2776
|
-
"
|
|
2777
|
-
"type": "uint32",
|
|
2778
|
-
"id": 1
|
|
2779
|
-
},
|
|
2780
|
-
"signature_v": {
|
|
2781
|
-
"type": "uint32",
|
|
2782
|
-
"id": 2
|
|
2783
|
-
},
|
|
2784
|
-
"signature_r": {
|
|
2785
|
-
"type": "bytes",
|
|
2786
|
-
"id": 3
|
|
2787
|
-
},
|
|
2788
|
-
"signature_s": {
|
|
2789
|
-
"type": "bytes",
|
|
2790
|
-
"id": 4
|
|
2791
|
-
},
|
|
2792
|
-
"hash": {
|
|
2793
|
-
"type": "bytes",
|
|
2794
|
-
"id": 5
|
|
2795
|
-
},
|
|
2796
|
-
"signature_der": {
|
|
2797
|
-
"type": "bytes",
|
|
2798
|
-
"id": 6
|
|
2799
|
-
}
|
|
2800
|
-
}
|
|
2801
|
-
},
|
|
2802
|
-
"EthereumTxAck": {
|
|
2803
|
-
"fields": {
|
|
2804
|
-
"data_chunk": {
|
|
2805
|
-
"type": "bytes",
|
|
2806
|
-
"id": 1
|
|
2807
|
-
}
|
|
2808
|
-
}
|
|
2809
|
-
},
|
|
2810
|
-
"CosmosTxAck": {
|
|
2811
|
-
"fields": {
|
|
2812
|
-
"data_chunk": {
|
|
2883
|
+
"data_chunk": {
|
|
2813
2884
|
"type": "bytes",
|
|
2814
2885
|
"id": 1
|
|
2815
2886
|
}
|
|
@@ -2832,23 +2903,6 @@
|
|
|
2832
2903
|
}
|
|
2833
2904
|
}
|
|
2834
2905
|
},
|
|
2835
|
-
"CosmosSignMessage": {
|
|
2836
|
-
"fields": {
|
|
2837
|
-
"address_n": {
|
|
2838
|
-
"rule": "repeated",
|
|
2839
|
-
"type": "uint32",
|
|
2840
|
-
"id": 1,
|
|
2841
|
-
"options": {
|
|
2842
|
-
"packed": false
|
|
2843
|
-
}
|
|
2844
|
-
},
|
|
2845
|
-
"message": {
|
|
2846
|
-
"rule": "required",
|
|
2847
|
-
"type": "bytes",
|
|
2848
|
-
"id": 2
|
|
2849
|
-
}
|
|
2850
|
-
}
|
|
2851
|
-
},
|
|
2852
2906
|
"EthereumVerifyMessage": {
|
|
2853
2907
|
"fields": {
|
|
2854
2908
|
"address": {
|
|
@@ -2865,7 +2919,7 @@
|
|
|
2865
2919
|
}
|
|
2866
2920
|
}
|
|
2867
2921
|
},
|
|
2868
|
-
"
|
|
2922
|
+
"EthereumMessageSignature": {
|
|
2869
2923
|
"fields": {
|
|
2870
2924
|
"address": {
|
|
2871
2925
|
"type": "bytes",
|
|
@@ -2874,368 +2928,201 @@
|
|
|
2874
2928
|
"signature": {
|
|
2875
2929
|
"type": "bytes",
|
|
2876
2930
|
"id": 2
|
|
2877
|
-
},
|
|
2878
|
-
"message": {
|
|
2879
|
-
"type": "bytes",
|
|
2880
|
-
"id": 3
|
|
2881
2931
|
}
|
|
2882
2932
|
}
|
|
2883
2933
|
},
|
|
2884
|
-
"
|
|
2934
|
+
"EthereumSignTypedHash": {
|
|
2885
2935
|
"fields": {
|
|
2886
|
-
"
|
|
2887
|
-
"
|
|
2888
|
-
"
|
|
2936
|
+
"address_n": {
|
|
2937
|
+
"rule": "repeated",
|
|
2938
|
+
"type": "uint32",
|
|
2939
|
+
"id": 1,
|
|
2940
|
+
"options": {
|
|
2941
|
+
"packed": false
|
|
2942
|
+
}
|
|
2889
2943
|
},
|
|
2890
|
-
"
|
|
2944
|
+
"domain_separator_hash": {
|
|
2945
|
+
"rule": "required",
|
|
2891
2946
|
"type": "bytes",
|
|
2892
2947
|
"id": 2
|
|
2893
|
-
}
|
|
2894
|
-
}
|
|
2895
|
-
},
|
|
2896
|
-
"CosmosMessageSignature": {
|
|
2897
|
-
"fields": {
|
|
2898
|
-
"address": {
|
|
2899
|
-
"type": "bytes",
|
|
2900
|
-
"id": 1
|
|
2901
2948
|
},
|
|
2902
|
-
"
|
|
2949
|
+
"message_hash": {
|
|
2903
2950
|
"type": "bytes",
|
|
2904
|
-
"id":
|
|
2951
|
+
"id": 3
|
|
2905
2952
|
}
|
|
2906
2953
|
}
|
|
2907
2954
|
},
|
|
2908
|
-
"
|
|
2955
|
+
"EthereumTypedDataSignature": {
|
|
2909
2956
|
"fields": {
|
|
2910
|
-
"
|
|
2911
|
-
"
|
|
2957
|
+
"signature": {
|
|
2958
|
+
"rule": "required",
|
|
2959
|
+
"type": "bytes",
|
|
2912
2960
|
"id": 1
|
|
2913
2961
|
},
|
|
2914
|
-
"
|
|
2915
|
-
"
|
|
2962
|
+
"address": {
|
|
2963
|
+
"rule": "required",
|
|
2964
|
+
"type": "string",
|
|
2916
2965
|
"id": 2
|
|
2917
2966
|
},
|
|
2918
|
-
"
|
|
2919
|
-
"type": "
|
|
2967
|
+
"domain_separator_hash": {
|
|
2968
|
+
"type": "bytes",
|
|
2920
2969
|
"id": 3
|
|
2921
2970
|
},
|
|
2922
|
-
"
|
|
2923
|
-
"
|
|
2971
|
+
"has_msg_hash": {
|
|
2972
|
+
"rule": "required",
|
|
2973
|
+
"type": "bool",
|
|
2924
2974
|
"id": 4
|
|
2975
|
+
},
|
|
2976
|
+
"message_hash": {
|
|
2977
|
+
"type": "bytes",
|
|
2978
|
+
"id": 5
|
|
2925
2979
|
}
|
|
2926
2980
|
}
|
|
2927
2981
|
},
|
|
2928
|
-
"
|
|
2982
|
+
"Ethereum712TypesValues": {
|
|
2929
2983
|
"fields": {
|
|
2930
|
-
"
|
|
2931
|
-
"
|
|
2932
|
-
"
|
|
2984
|
+
"address_n": {
|
|
2985
|
+
"rule": "repeated",
|
|
2986
|
+
"type": "uint32",
|
|
2987
|
+
"id": 1,
|
|
2988
|
+
"options": {
|
|
2989
|
+
"packed": false
|
|
2990
|
+
}
|
|
2933
2991
|
},
|
|
2934
|
-
"
|
|
2935
|
-
"
|
|
2992
|
+
"eip712types": {
|
|
2993
|
+
"rule": "required",
|
|
2994
|
+
"type": "string",
|
|
2936
2995
|
"id": 2
|
|
2937
2996
|
},
|
|
2938
|
-
"
|
|
2939
|
-
"
|
|
2997
|
+
"eip712primetype": {
|
|
2998
|
+
"rule": "required",
|
|
2999
|
+
"type": "string",
|
|
2940
3000
|
"id": 3
|
|
3001
|
+
},
|
|
3002
|
+
"eip712data": {
|
|
3003
|
+
"rule": "required",
|
|
3004
|
+
"type": "string",
|
|
3005
|
+
"id": 4
|
|
3006
|
+
},
|
|
3007
|
+
"eip712typevals": {
|
|
3008
|
+
"rule": "required",
|
|
3009
|
+
"type": "uint32",
|
|
3010
|
+
"id": 5
|
|
2941
3011
|
}
|
|
2942
3012
|
}
|
|
2943
3013
|
},
|
|
2944
|
-
"
|
|
2945
|
-
"
|
|
2946
|
-
"
|
|
2947
|
-
|
|
2948
|
-
|
|
2949
|
-
"id": 1
|
|
2950
|
-
}
|
|
3014
|
+
"EosPublicKeyKind": {
|
|
3015
|
+
"values": {
|
|
3016
|
+
"EOS": 0,
|
|
3017
|
+
"EOS_K1": 1,
|
|
3018
|
+
"EOS_R1": 2
|
|
2951
3019
|
}
|
|
2952
3020
|
},
|
|
2953
|
-
"
|
|
3021
|
+
"EosGetPublicKey": {
|
|
2954
3022
|
"fields": {
|
|
2955
|
-
"
|
|
3023
|
+
"address_n": {
|
|
3024
|
+
"rule": "repeated",
|
|
2956
3025
|
"type": "uint32",
|
|
2957
|
-
"id": 1
|
|
3026
|
+
"id": 1,
|
|
3027
|
+
"options": {
|
|
3028
|
+
"packed": false
|
|
3029
|
+
}
|
|
2958
3030
|
},
|
|
2959
|
-
"
|
|
2960
|
-
"type": "
|
|
3031
|
+
"show_display": {
|
|
3032
|
+
"type": "bool",
|
|
2961
3033
|
"id": 2
|
|
2962
3034
|
},
|
|
2963
|
-
"
|
|
2964
|
-
"type": "
|
|
3035
|
+
"kind": {
|
|
3036
|
+
"type": "EosPublicKeyKind",
|
|
2965
3037
|
"id": 3
|
|
2966
3038
|
}
|
|
2967
3039
|
}
|
|
2968
3040
|
},
|
|
2969
|
-
"
|
|
3041
|
+
"EosPublicKey": {
|
|
2970
3042
|
"fields": {
|
|
2971
|
-
"
|
|
2972
|
-
"type": "
|
|
3043
|
+
"wif_public_key": {
|
|
3044
|
+
"type": "string",
|
|
2973
3045
|
"id": 1
|
|
2974
3046
|
},
|
|
2975
|
-
"
|
|
3047
|
+
"raw_public_key": {
|
|
2976
3048
|
"type": "bytes",
|
|
2977
3049
|
"id": 2
|
|
2978
|
-
},
|
|
2979
|
-
"erase": {
|
|
2980
|
-
"type": "bool",
|
|
2981
|
-
"id": 3
|
|
2982
3050
|
}
|
|
2983
3051
|
}
|
|
2984
3052
|
},
|
|
2985
|
-
"
|
|
3053
|
+
"EosSignTx": {
|
|
2986
3054
|
"fields": {
|
|
2987
|
-
"
|
|
3055
|
+
"address_n": {
|
|
3056
|
+
"rule": "repeated",
|
|
3057
|
+
"type": "uint32",
|
|
3058
|
+
"id": 1,
|
|
3059
|
+
"options": {
|
|
3060
|
+
"packed": false
|
|
3061
|
+
}
|
|
3062
|
+
},
|
|
3063
|
+
"chain_id": {
|
|
2988
3064
|
"type": "bytes",
|
|
2989
|
-
"id":
|
|
3065
|
+
"id": 2
|
|
3066
|
+
},
|
|
3067
|
+
"header": {
|
|
3068
|
+
"type": "EosTxHeader",
|
|
3069
|
+
"id": 3
|
|
3070
|
+
},
|
|
3071
|
+
"num_actions": {
|
|
3072
|
+
"type": "uint32",
|
|
3073
|
+
"id": 4
|
|
2990
3074
|
}
|
|
2991
3075
|
}
|
|
2992
3076
|
},
|
|
2993
|
-
"
|
|
3077
|
+
"EosTxHeader": {
|
|
2994
3078
|
"fields": {
|
|
2995
|
-
"
|
|
3079
|
+
"expiration": {
|
|
3080
|
+
"rule": "required",
|
|
2996
3081
|
"type": "uint32",
|
|
2997
3082
|
"id": 1
|
|
2998
3083
|
},
|
|
2999
|
-
"
|
|
3084
|
+
"ref_block_num": {
|
|
3085
|
+
"rule": "required",
|
|
3000
3086
|
"type": "uint32",
|
|
3001
3087
|
"id": 2
|
|
3002
|
-
}
|
|
3003
|
-
|
|
3004
|
-
},
|
|
3005
|
-
"DebugLinkFlashDumpResponse": {
|
|
3006
|
-
"fields": {
|
|
3007
|
-
"data": {
|
|
3008
|
-
"type": "bytes",
|
|
3009
|
-
"id": 1
|
|
3010
|
-
}
|
|
3011
|
-
}
|
|
3012
|
-
},
|
|
3013
|
-
"SoftReset": {
|
|
3014
|
-
"fields": {}
|
|
3015
|
-
},
|
|
3016
|
-
"FirmwareErase": {
|
|
3017
|
-
"fields": {}
|
|
3018
|
-
},
|
|
3019
|
-
"FirmwareUpload": {
|
|
3020
|
-
"fields": {
|
|
3021
|
-
"payload_hash": {
|
|
3088
|
+
},
|
|
3089
|
+
"ref_block_prefix": {
|
|
3022
3090
|
"rule": "required",
|
|
3023
|
-
"type": "
|
|
3024
|
-
"id":
|
|
3091
|
+
"type": "uint32",
|
|
3092
|
+
"id": 3
|
|
3025
3093
|
},
|
|
3026
|
-
"
|
|
3094
|
+
"max_net_usage_words": {
|
|
3027
3095
|
"rule": "required",
|
|
3028
|
-
"type": "
|
|
3029
|
-
"id":
|
|
3030
|
-
}
|
|
3031
|
-
|
|
3032
|
-
},
|
|
3033
|
-
"DebugLinkDecision": {
|
|
3034
|
-
"fields": {
|
|
3035
|
-
"yes_no": {
|
|
3096
|
+
"type": "uint32",
|
|
3097
|
+
"id": 4
|
|
3098
|
+
},
|
|
3099
|
+
"max_cpu_usage_ms": {
|
|
3036
3100
|
"rule": "required",
|
|
3037
|
-
"type": "
|
|
3038
|
-
"id":
|
|
3101
|
+
"type": "uint32",
|
|
3102
|
+
"id": 5
|
|
3103
|
+
},
|
|
3104
|
+
"delay_sec": {
|
|
3105
|
+
"rule": "required",
|
|
3106
|
+
"type": "uint32",
|
|
3107
|
+
"id": 6
|
|
3039
3108
|
}
|
|
3040
3109
|
}
|
|
3041
3110
|
},
|
|
3042
|
-
"
|
|
3111
|
+
"EosTxActionRequest": {
|
|
3043
3112
|
"fields": {}
|
|
3044
3113
|
},
|
|
3045
|
-
"
|
|
3114
|
+
"EosTxActionAck": {
|
|
3046
3115
|
"fields": {
|
|
3047
|
-
"
|
|
3048
|
-
"type": "
|
|
3116
|
+
"common": {
|
|
3117
|
+
"type": "EosActionCommon",
|
|
3049
3118
|
"id": 1
|
|
3050
3119
|
},
|
|
3051
|
-
"
|
|
3052
|
-
"type": "
|
|
3120
|
+
"transfer": {
|
|
3121
|
+
"type": "EosActionTransfer",
|
|
3053
3122
|
"id": 2
|
|
3054
3123
|
},
|
|
3055
|
-
"
|
|
3056
|
-
"type": "
|
|
3057
|
-
"id": 3
|
|
3058
|
-
},
|
|
3059
|
-
"mnemonic": {
|
|
3060
|
-
"type": "string",
|
|
3061
|
-
"id": 4
|
|
3062
|
-
},
|
|
3063
|
-
"node": {
|
|
3064
|
-
"type": "HDNodeType",
|
|
3065
|
-
"id": 5
|
|
3066
|
-
},
|
|
3067
|
-
"passphrase_protection": {
|
|
3068
|
-
"type": "bool",
|
|
3069
|
-
"id": 6
|
|
3070
|
-
},
|
|
3071
|
-
"reset_word": {
|
|
3072
|
-
"type": "string",
|
|
3073
|
-
"id": 7
|
|
3074
|
-
},
|
|
3075
|
-
"reset_entropy": {
|
|
3076
|
-
"type": "bytes",
|
|
3077
|
-
"id": 8
|
|
3078
|
-
},
|
|
3079
|
-
"recovery_fake_word": {
|
|
3080
|
-
"type": "string",
|
|
3081
|
-
"id": 9
|
|
3082
|
-
},
|
|
3083
|
-
"recovery_word_pos": {
|
|
3084
|
-
"type": "uint32",
|
|
3085
|
-
"id": 10
|
|
3086
|
-
},
|
|
3087
|
-
"recovery_cipher": {
|
|
3088
|
-
"type": "string",
|
|
3089
|
-
"id": 11
|
|
3090
|
-
},
|
|
3091
|
-
"recovery_auto_completed_word": {
|
|
3092
|
-
"type": "string",
|
|
3093
|
-
"id": 12
|
|
3094
|
-
},
|
|
3095
|
-
"firmware_hash": {
|
|
3096
|
-
"type": "bytes",
|
|
3097
|
-
"id": 13
|
|
3098
|
-
},
|
|
3099
|
-
"storage_hash": {
|
|
3100
|
-
"type": "bytes",
|
|
3101
|
-
"id": 14
|
|
3102
|
-
}
|
|
3103
|
-
}
|
|
3104
|
-
},
|
|
3105
|
-
"DebugLinkStop": {
|
|
3106
|
-
"fields": {}
|
|
3107
|
-
},
|
|
3108
|
-
"DebugLinkLog": {
|
|
3109
|
-
"fields": {
|
|
3110
|
-
"level": {
|
|
3111
|
-
"type": "uint32",
|
|
3112
|
-
"id": 1
|
|
3113
|
-
},
|
|
3114
|
-
"bucket": {
|
|
3115
|
-
"type": "string",
|
|
3116
|
-
"id": 2
|
|
3117
|
-
},
|
|
3118
|
-
"text": {
|
|
3119
|
-
"type": "string",
|
|
3120
|
-
"id": 3
|
|
3121
|
-
}
|
|
3122
|
-
}
|
|
3123
|
-
},
|
|
3124
|
-
"DebugLinkFillConfig": {
|
|
3125
|
-
"fields": {}
|
|
3126
|
-
},
|
|
3127
|
-
"EosPublicKeyKind": {
|
|
3128
|
-
"values": {
|
|
3129
|
-
"EOS": 0,
|
|
3130
|
-
"EOS_K1": 1,
|
|
3131
|
-
"EOS_R1": 2
|
|
3132
|
-
}
|
|
3133
|
-
},
|
|
3134
|
-
"EosGetPublicKey": {
|
|
3135
|
-
"fields": {
|
|
3136
|
-
"address_n": {
|
|
3137
|
-
"rule": "repeated",
|
|
3138
|
-
"type": "uint32",
|
|
3139
|
-
"id": 1,
|
|
3140
|
-
"options": {
|
|
3141
|
-
"packed": false
|
|
3142
|
-
}
|
|
3143
|
-
},
|
|
3144
|
-
"show_display": {
|
|
3145
|
-
"type": "bool",
|
|
3146
|
-
"id": 2
|
|
3147
|
-
},
|
|
3148
|
-
"kind": {
|
|
3149
|
-
"type": "EosPublicKeyKind",
|
|
3150
|
-
"id": 3
|
|
3151
|
-
}
|
|
3152
|
-
}
|
|
3153
|
-
},
|
|
3154
|
-
"EosPublicKey": {
|
|
3155
|
-
"fields": {
|
|
3156
|
-
"wif_public_key": {
|
|
3157
|
-
"type": "string",
|
|
3158
|
-
"id": 1
|
|
3159
|
-
},
|
|
3160
|
-
"raw_public_key": {
|
|
3161
|
-
"type": "bytes",
|
|
3162
|
-
"id": 2
|
|
3163
|
-
}
|
|
3164
|
-
}
|
|
3165
|
-
},
|
|
3166
|
-
"EosSignTx": {
|
|
3167
|
-
"fields": {
|
|
3168
|
-
"address_n": {
|
|
3169
|
-
"rule": "repeated",
|
|
3170
|
-
"type": "uint32",
|
|
3171
|
-
"id": 1,
|
|
3172
|
-
"options": {
|
|
3173
|
-
"packed": false
|
|
3174
|
-
}
|
|
3175
|
-
},
|
|
3176
|
-
"chain_id": {
|
|
3177
|
-
"type": "bytes",
|
|
3178
|
-
"id": 2
|
|
3179
|
-
},
|
|
3180
|
-
"header": {
|
|
3181
|
-
"type": "EosTxHeader",
|
|
3182
|
-
"id": 3
|
|
3183
|
-
},
|
|
3184
|
-
"num_actions": {
|
|
3185
|
-
"type": "uint32",
|
|
3186
|
-
"id": 4
|
|
3187
|
-
}
|
|
3188
|
-
}
|
|
3189
|
-
},
|
|
3190
|
-
"EosTxHeader": {
|
|
3191
|
-
"fields": {
|
|
3192
|
-
"expiration": {
|
|
3193
|
-
"rule": "required",
|
|
3194
|
-
"type": "uint32",
|
|
3195
|
-
"id": 1
|
|
3196
|
-
},
|
|
3197
|
-
"ref_block_num": {
|
|
3198
|
-
"rule": "required",
|
|
3199
|
-
"type": "uint32",
|
|
3200
|
-
"id": 2
|
|
3201
|
-
},
|
|
3202
|
-
"ref_block_prefix": {
|
|
3203
|
-
"rule": "required",
|
|
3204
|
-
"type": "uint32",
|
|
3205
|
-
"id": 3
|
|
3206
|
-
},
|
|
3207
|
-
"max_net_usage_words": {
|
|
3208
|
-
"rule": "required",
|
|
3209
|
-
"type": "uint32",
|
|
3210
|
-
"id": 4
|
|
3211
|
-
},
|
|
3212
|
-
"max_cpu_usage_ms": {
|
|
3213
|
-
"rule": "required",
|
|
3214
|
-
"type": "uint32",
|
|
3215
|
-
"id": 5
|
|
3216
|
-
},
|
|
3217
|
-
"delay_sec": {
|
|
3218
|
-
"rule": "required",
|
|
3219
|
-
"type": "uint32",
|
|
3220
|
-
"id": 6
|
|
3221
|
-
}
|
|
3222
|
-
}
|
|
3223
|
-
},
|
|
3224
|
-
"EosTxActionRequest": {
|
|
3225
|
-
"fields": {}
|
|
3226
|
-
},
|
|
3227
|
-
"EosTxActionAck": {
|
|
3228
|
-
"fields": {
|
|
3229
|
-
"common": {
|
|
3230
|
-
"type": "EosActionCommon",
|
|
3231
|
-
"id": 1
|
|
3232
|
-
},
|
|
3233
|
-
"transfer": {
|
|
3234
|
-
"type": "EosActionTransfer",
|
|
3235
|
-
"id": 2
|
|
3236
|
-
},
|
|
3237
|
-
"delegate": {
|
|
3238
|
-
"type": "EosActionDelegate",
|
|
3124
|
+
"delegate": {
|
|
3125
|
+
"type": "EosActionDelegate",
|
|
3239
3126
|
"id": 3
|
|
3240
3127
|
},
|
|
3241
3128
|
"undelegate": {
|
|
@@ -3602,167 +3489,2269 @@
|
|
|
3602
3489
|
},
|
|
3603
3490
|
"EosActionUpdateAuth": {
|
|
3604
3491
|
"fields": {
|
|
3605
|
-
"account": {
|
|
3606
|
-
"type": "uint64",
|
|
3492
|
+
"account": {
|
|
3493
|
+
"type": "uint64",
|
|
3494
|
+
"id": 1,
|
|
3495
|
+
"options": {
|
|
3496
|
+
"jstype": "JS_STRING"
|
|
3497
|
+
}
|
|
3498
|
+
},
|
|
3499
|
+
"permission": {
|
|
3500
|
+
"type": "uint64",
|
|
3501
|
+
"id": 2,
|
|
3502
|
+
"options": {
|
|
3503
|
+
"jstype": "JS_STRING"
|
|
3504
|
+
}
|
|
3505
|
+
},
|
|
3506
|
+
"parent": {
|
|
3507
|
+
"type": "uint64",
|
|
3508
|
+
"id": 3,
|
|
3509
|
+
"options": {
|
|
3510
|
+
"jstype": "JS_STRING"
|
|
3511
|
+
}
|
|
3512
|
+
},
|
|
3513
|
+
"auth": {
|
|
3514
|
+
"type": "EosAuthorization",
|
|
3515
|
+
"id": 4
|
|
3516
|
+
}
|
|
3517
|
+
}
|
|
3518
|
+
},
|
|
3519
|
+
"EosActionDeleteAuth": {
|
|
3520
|
+
"fields": {
|
|
3521
|
+
"account": {
|
|
3522
|
+
"type": "uint64",
|
|
3523
|
+
"id": 1,
|
|
3524
|
+
"options": {
|
|
3525
|
+
"jstype": "JS_STRING"
|
|
3526
|
+
}
|
|
3527
|
+
},
|
|
3528
|
+
"permission": {
|
|
3529
|
+
"type": "uint64",
|
|
3530
|
+
"id": 2,
|
|
3531
|
+
"options": {
|
|
3532
|
+
"jstype": "JS_STRING"
|
|
3533
|
+
}
|
|
3534
|
+
}
|
|
3535
|
+
}
|
|
3536
|
+
},
|
|
3537
|
+
"EosActionLinkAuth": {
|
|
3538
|
+
"fields": {
|
|
3539
|
+
"account": {
|
|
3540
|
+
"type": "uint64",
|
|
3541
|
+
"id": 1,
|
|
3542
|
+
"options": {
|
|
3543
|
+
"jstype": "JS_STRING"
|
|
3544
|
+
}
|
|
3545
|
+
},
|
|
3546
|
+
"code": {
|
|
3547
|
+
"type": "uint64",
|
|
3548
|
+
"id": 2,
|
|
3549
|
+
"options": {
|
|
3550
|
+
"jstype": "JS_STRING"
|
|
3551
|
+
}
|
|
3552
|
+
},
|
|
3553
|
+
"type": {
|
|
3554
|
+
"type": "uint64",
|
|
3555
|
+
"id": 3,
|
|
3556
|
+
"options": {
|
|
3557
|
+
"jstype": "JS_STRING"
|
|
3558
|
+
}
|
|
3559
|
+
},
|
|
3560
|
+
"requirement": {
|
|
3561
|
+
"type": "uint64",
|
|
3562
|
+
"id": 4,
|
|
3563
|
+
"options": {
|
|
3564
|
+
"jstype": "JS_STRING"
|
|
3565
|
+
}
|
|
3566
|
+
}
|
|
3567
|
+
}
|
|
3568
|
+
},
|
|
3569
|
+
"EosActionUnlinkAuth": {
|
|
3570
|
+
"fields": {
|
|
3571
|
+
"account": {
|
|
3572
|
+
"type": "uint64",
|
|
3573
|
+
"id": 1,
|
|
3574
|
+
"options": {
|
|
3575
|
+
"jstype": "JS_STRING"
|
|
3576
|
+
}
|
|
3577
|
+
},
|
|
3578
|
+
"code": {
|
|
3579
|
+
"type": "uint64",
|
|
3580
|
+
"id": 2,
|
|
3581
|
+
"options": {
|
|
3582
|
+
"jstype": "JS_STRING"
|
|
3583
|
+
}
|
|
3584
|
+
},
|
|
3585
|
+
"type": {
|
|
3586
|
+
"type": "uint64",
|
|
3587
|
+
"id": 3,
|
|
3588
|
+
"options": {
|
|
3589
|
+
"jstype": "JS_STRING"
|
|
3590
|
+
}
|
|
3591
|
+
}
|
|
3592
|
+
}
|
|
3593
|
+
},
|
|
3594
|
+
"EosActionNewAccount": {
|
|
3595
|
+
"fields": {
|
|
3596
|
+
"creator": {
|
|
3597
|
+
"type": "uint64",
|
|
3598
|
+
"id": 1,
|
|
3599
|
+
"options": {
|
|
3600
|
+
"jstype": "JS_STRING"
|
|
3601
|
+
}
|
|
3602
|
+
},
|
|
3603
|
+
"name": {
|
|
3604
|
+
"type": "uint64",
|
|
3605
|
+
"id": 2,
|
|
3606
|
+
"options": {
|
|
3607
|
+
"jstype": "JS_STRING"
|
|
3608
|
+
}
|
|
3609
|
+
},
|
|
3610
|
+
"owner": {
|
|
3611
|
+
"type": "EosAuthorization",
|
|
3612
|
+
"id": 3
|
|
3613
|
+
},
|
|
3614
|
+
"active": {
|
|
3615
|
+
"type": "EosAuthorization",
|
|
3616
|
+
"id": 4
|
|
3617
|
+
}
|
|
3618
|
+
}
|
|
3619
|
+
},
|
|
3620
|
+
"EosActionUnknown": {
|
|
3621
|
+
"fields": {
|
|
3622
|
+
"data_size": {
|
|
3623
|
+
"type": "uint32",
|
|
3624
|
+
"id": 1
|
|
3625
|
+
},
|
|
3626
|
+
"data_chunk": {
|
|
3627
|
+
"type": "bytes",
|
|
3628
|
+
"id": 2
|
|
3629
|
+
}
|
|
3630
|
+
}
|
|
3631
|
+
},
|
|
3632
|
+
"EosSignedTx": {
|
|
3633
|
+
"fields": {
|
|
3634
|
+
"signature_v": {
|
|
3635
|
+
"type": "uint32",
|
|
3636
|
+
"id": 1
|
|
3637
|
+
},
|
|
3638
|
+
"signature_r": {
|
|
3639
|
+
"type": "bytes",
|
|
3640
|
+
"id": 2
|
|
3641
|
+
},
|
|
3642
|
+
"signature_s": {
|
|
3643
|
+
"type": "bytes",
|
|
3644
|
+
"id": 3
|
|
3645
|
+
},
|
|
3646
|
+
"hash": {
|
|
3647
|
+
"type": "bytes",
|
|
3648
|
+
"id": 4
|
|
3649
|
+
}
|
|
3650
|
+
}
|
|
3651
|
+
},
|
|
3652
|
+
"NanoGetAddress": {
|
|
3653
|
+
"fields": {
|
|
3654
|
+
"address_n": {
|
|
3655
|
+
"rule": "repeated",
|
|
3656
|
+
"type": "uint32",
|
|
3657
|
+
"id": 1,
|
|
3658
|
+
"options": {
|
|
3659
|
+
"packed": false
|
|
3660
|
+
}
|
|
3661
|
+
},
|
|
3662
|
+
"coin_name": {
|
|
3663
|
+
"type": "string",
|
|
3664
|
+
"id": 2,
|
|
3665
|
+
"options": {
|
|
3666
|
+
"default": "Nano"
|
|
3667
|
+
}
|
|
3668
|
+
},
|
|
3669
|
+
"show_display": {
|
|
3670
|
+
"type": "bool",
|
|
3671
|
+
"id": 3
|
|
3672
|
+
}
|
|
3673
|
+
}
|
|
3674
|
+
},
|
|
3675
|
+
"NanoAddress": {
|
|
3676
|
+
"fields": {
|
|
3677
|
+
"address": {
|
|
3678
|
+
"type": "string",
|
|
3679
|
+
"id": 1
|
|
3680
|
+
}
|
|
3681
|
+
}
|
|
3682
|
+
},
|
|
3683
|
+
"NanoSignTx": {
|
|
3684
|
+
"fields": {
|
|
3685
|
+
"address_n": {
|
|
3686
|
+
"rule": "repeated",
|
|
3687
|
+
"type": "uint32",
|
|
3688
|
+
"id": 1,
|
|
3689
|
+
"options": {
|
|
3690
|
+
"packed": false
|
|
3691
|
+
}
|
|
3692
|
+
},
|
|
3693
|
+
"coin_name": {
|
|
3694
|
+
"type": "string",
|
|
3695
|
+
"id": 2,
|
|
3696
|
+
"options": {
|
|
3697
|
+
"default": "Nano"
|
|
3698
|
+
}
|
|
3699
|
+
},
|
|
3700
|
+
"parent_block": {
|
|
3701
|
+
"type": "ParentBlock",
|
|
3702
|
+
"id": 3
|
|
3703
|
+
},
|
|
3704
|
+
"link_hash": {
|
|
3705
|
+
"type": "bytes",
|
|
3706
|
+
"id": 4
|
|
3707
|
+
},
|
|
3708
|
+
"link_recipient": {
|
|
3709
|
+
"type": "string",
|
|
3710
|
+
"id": 5
|
|
3711
|
+
},
|
|
3712
|
+
"link_recipient_n": {
|
|
3713
|
+
"rule": "repeated",
|
|
3714
|
+
"type": "uint32",
|
|
3715
|
+
"id": 6,
|
|
3716
|
+
"options": {
|
|
3717
|
+
"packed": false
|
|
3718
|
+
}
|
|
3719
|
+
},
|
|
3720
|
+
"representative": {
|
|
3721
|
+
"type": "string",
|
|
3722
|
+
"id": 7
|
|
3723
|
+
},
|
|
3724
|
+
"balance": {
|
|
3725
|
+
"type": "bytes",
|
|
3726
|
+
"id": 8
|
|
3727
|
+
}
|
|
3728
|
+
},
|
|
3729
|
+
"reserved": [
|
|
3730
|
+
[
|
|
3731
|
+
9,
|
|
3732
|
+
9
|
|
3733
|
+
]
|
|
3734
|
+
],
|
|
3735
|
+
"nested": {
|
|
3736
|
+
"ParentBlock": {
|
|
3737
|
+
"fields": {
|
|
3738
|
+
"parent_hash": {
|
|
3739
|
+
"type": "bytes",
|
|
3740
|
+
"id": 1
|
|
3741
|
+
},
|
|
3742
|
+
"link": {
|
|
3743
|
+
"type": "bytes",
|
|
3744
|
+
"id": 2
|
|
3745
|
+
},
|
|
3746
|
+
"representative": {
|
|
3747
|
+
"type": "string",
|
|
3748
|
+
"id": 4
|
|
3749
|
+
},
|
|
3750
|
+
"balance": {
|
|
3751
|
+
"type": "bytes",
|
|
3752
|
+
"id": 5
|
|
3753
|
+
}
|
|
3754
|
+
}
|
|
3755
|
+
}
|
|
3756
|
+
}
|
|
3757
|
+
},
|
|
3758
|
+
"NanoSignedTx": {
|
|
3759
|
+
"fields": {
|
|
3760
|
+
"signature": {
|
|
3761
|
+
"type": "bytes",
|
|
3762
|
+
"id": 1
|
|
3763
|
+
},
|
|
3764
|
+
"block_hash": {
|
|
3765
|
+
"type": "bytes",
|
|
3766
|
+
"id": 2
|
|
3767
|
+
}
|
|
3768
|
+
}
|
|
3769
|
+
},
|
|
3770
|
+
"CosmosGetAddress": {
|
|
3771
|
+
"fields": {
|
|
3772
|
+
"address_n": {
|
|
3773
|
+
"rule": "repeated",
|
|
3774
|
+
"type": "uint32",
|
|
3775
|
+
"id": 1,
|
|
3776
|
+
"options": {
|
|
3777
|
+
"packed": false
|
|
3778
|
+
}
|
|
3779
|
+
},
|
|
3780
|
+
"show_display": {
|
|
3781
|
+
"type": "bool",
|
|
3782
|
+
"id": 2
|
|
3783
|
+
}
|
|
3784
|
+
}
|
|
3785
|
+
},
|
|
3786
|
+
"CosmosAddress": {
|
|
3787
|
+
"fields": {
|
|
3788
|
+
"address": {
|
|
3789
|
+
"type": "string",
|
|
3790
|
+
"id": 1
|
|
3791
|
+
}
|
|
3792
|
+
}
|
|
3793
|
+
},
|
|
3794
|
+
"CosmosSignTx": {
|
|
3795
|
+
"fields": {
|
|
3796
|
+
"address_n": {
|
|
3797
|
+
"rule": "repeated",
|
|
3798
|
+
"type": "uint32",
|
|
3799
|
+
"id": 1,
|
|
3800
|
+
"options": {
|
|
3801
|
+
"packed": false
|
|
3802
|
+
}
|
|
3803
|
+
},
|
|
3804
|
+
"account_number": {
|
|
3805
|
+
"type": "uint64",
|
|
3806
|
+
"id": 2,
|
|
3807
|
+
"options": {
|
|
3808
|
+
"jstype": "JS_STRING"
|
|
3809
|
+
}
|
|
3810
|
+
},
|
|
3811
|
+
"chain_id": {
|
|
3812
|
+
"type": "string",
|
|
3813
|
+
"id": 3
|
|
3814
|
+
},
|
|
3815
|
+
"fee_amount": {
|
|
3816
|
+
"type": "uint32",
|
|
3817
|
+
"id": 4
|
|
3818
|
+
},
|
|
3819
|
+
"gas": {
|
|
3820
|
+
"type": "uint32",
|
|
3821
|
+
"id": 5
|
|
3822
|
+
},
|
|
3823
|
+
"memo": {
|
|
3824
|
+
"type": "string",
|
|
3825
|
+
"id": 6
|
|
3826
|
+
},
|
|
3827
|
+
"sequence": {
|
|
3828
|
+
"type": "uint64",
|
|
3829
|
+
"id": 7,
|
|
3830
|
+
"options": {
|
|
3831
|
+
"jstype": "JS_STRING"
|
|
3832
|
+
}
|
|
3833
|
+
},
|
|
3834
|
+
"msg_count": {
|
|
3835
|
+
"type": "uint32",
|
|
3836
|
+
"id": 8
|
|
3837
|
+
}
|
|
3838
|
+
}
|
|
3839
|
+
},
|
|
3840
|
+
"CosmosMsgRequest": {
|
|
3841
|
+
"fields": {}
|
|
3842
|
+
},
|
|
3843
|
+
"CosmosMsgAck": {
|
|
3844
|
+
"fields": {
|
|
3845
|
+
"send": {
|
|
3846
|
+
"type": "CosmosMsgSend",
|
|
3847
|
+
"id": 1
|
|
3848
|
+
},
|
|
3849
|
+
"delegate": {
|
|
3850
|
+
"type": "CosmosMsgDelegate",
|
|
3851
|
+
"id": 2
|
|
3852
|
+
},
|
|
3853
|
+
"undelegate": {
|
|
3854
|
+
"type": "CosmosMsgUndelegate",
|
|
3855
|
+
"id": 3
|
|
3856
|
+
},
|
|
3857
|
+
"redelegate": {
|
|
3858
|
+
"type": "CosmosMsgRedelegate",
|
|
3859
|
+
"id": 4
|
|
3860
|
+
},
|
|
3861
|
+
"rewards": {
|
|
3862
|
+
"type": "CosmosMsgRewards",
|
|
3863
|
+
"id": 5
|
|
3864
|
+
},
|
|
3865
|
+
"ibc_transfer": {
|
|
3866
|
+
"type": "CosmosMsgIBCTransfer",
|
|
3867
|
+
"id": 6
|
|
3868
|
+
}
|
|
3869
|
+
}
|
|
3870
|
+
},
|
|
3871
|
+
"CosmosMsgSend": {
|
|
3872
|
+
"fields": {
|
|
3873
|
+
"from_address": {
|
|
3874
|
+
"type": "string",
|
|
3875
|
+
"id": 6
|
|
3876
|
+
},
|
|
3877
|
+
"to_address": {
|
|
3878
|
+
"type": "string",
|
|
3879
|
+
"id": 7
|
|
3880
|
+
},
|
|
3881
|
+
"amount": {
|
|
3882
|
+
"type": "uint64",
|
|
3883
|
+
"id": 8,
|
|
3884
|
+
"options": {
|
|
3885
|
+
"jstype": "JS_STRING"
|
|
3886
|
+
}
|
|
3887
|
+
},
|
|
3888
|
+
"address_type": {
|
|
3889
|
+
"type": "OutputAddressType",
|
|
3890
|
+
"id": 9
|
|
3891
|
+
}
|
|
3892
|
+
},
|
|
3893
|
+
"reserved": [
|
|
3894
|
+
[
|
|
3895
|
+
10,
|
|
3896
|
+
10
|
|
3897
|
+
]
|
|
3898
|
+
]
|
|
3899
|
+
},
|
|
3900
|
+
"CosmosMsgDelegate": {
|
|
3901
|
+
"fields": {
|
|
3902
|
+
"delegator_address": {
|
|
3903
|
+
"type": "string",
|
|
3904
|
+
"id": 1
|
|
3905
|
+
},
|
|
3906
|
+
"validator_address": {
|
|
3907
|
+
"type": "string",
|
|
3908
|
+
"id": 2
|
|
3909
|
+
},
|
|
3910
|
+
"amount": {
|
|
3911
|
+
"type": "uint64",
|
|
3912
|
+
"id": 3,
|
|
3913
|
+
"options": {
|
|
3914
|
+
"jstype": "JS_STRING"
|
|
3915
|
+
}
|
|
3916
|
+
}
|
|
3917
|
+
}
|
|
3918
|
+
},
|
|
3919
|
+
"CosmosMsgUndelegate": {
|
|
3920
|
+
"fields": {
|
|
3921
|
+
"delegator_address": {
|
|
3922
|
+
"type": "string",
|
|
3923
|
+
"id": 1
|
|
3924
|
+
},
|
|
3925
|
+
"validator_address": {
|
|
3926
|
+
"type": "string",
|
|
3927
|
+
"id": 2
|
|
3928
|
+
},
|
|
3929
|
+
"amount": {
|
|
3930
|
+
"type": "uint64",
|
|
3931
|
+
"id": 3,
|
|
3932
|
+
"options": {
|
|
3933
|
+
"jstype": "JS_STRING"
|
|
3934
|
+
}
|
|
3935
|
+
}
|
|
3936
|
+
}
|
|
3937
|
+
},
|
|
3938
|
+
"CosmosMsgRedelegate": {
|
|
3939
|
+
"fields": {
|
|
3940
|
+
"delegator_address": {
|
|
3941
|
+
"type": "string",
|
|
3942
|
+
"id": 1
|
|
3943
|
+
},
|
|
3944
|
+
"validator_src_address": {
|
|
3945
|
+
"type": "string",
|
|
3946
|
+
"id": 2
|
|
3947
|
+
},
|
|
3948
|
+
"validator_dst_address": {
|
|
3949
|
+
"type": "string",
|
|
3950
|
+
"id": 3
|
|
3951
|
+
},
|
|
3952
|
+
"amount": {
|
|
3953
|
+
"type": "uint64",
|
|
3954
|
+
"id": 4,
|
|
3955
|
+
"options": {
|
|
3956
|
+
"jstype": "JS_STRING"
|
|
3957
|
+
}
|
|
3958
|
+
}
|
|
3959
|
+
}
|
|
3960
|
+
},
|
|
3961
|
+
"CosmosMsgRewards": {
|
|
3962
|
+
"fields": {
|
|
3963
|
+
"delegator_address": {
|
|
3964
|
+
"type": "string",
|
|
3965
|
+
"id": 1
|
|
3966
|
+
},
|
|
3967
|
+
"validator_address": {
|
|
3968
|
+
"type": "string",
|
|
3969
|
+
"id": 2
|
|
3970
|
+
},
|
|
3971
|
+
"amount": {
|
|
3972
|
+
"type": "uint64",
|
|
3973
|
+
"id": 3,
|
|
3974
|
+
"options": {
|
|
3975
|
+
"jstype": "JS_STRING"
|
|
3976
|
+
}
|
|
3977
|
+
}
|
|
3978
|
+
}
|
|
3979
|
+
},
|
|
3980
|
+
"CosmosMsgIBCTransfer": {
|
|
3981
|
+
"fields": {
|
|
3982
|
+
"receiver": {
|
|
3983
|
+
"type": "string",
|
|
3984
|
+
"id": 1
|
|
3985
|
+
},
|
|
3986
|
+
"sender": {
|
|
3987
|
+
"type": "string",
|
|
3988
|
+
"id": 2
|
|
3989
|
+
},
|
|
3990
|
+
"source_channel": {
|
|
3991
|
+
"type": "string",
|
|
3992
|
+
"id": 3
|
|
3993
|
+
},
|
|
3994
|
+
"source_port": {
|
|
3995
|
+
"type": "string",
|
|
3996
|
+
"id": 4
|
|
3997
|
+
},
|
|
3998
|
+
"revision_height": {
|
|
3999
|
+
"type": "string",
|
|
4000
|
+
"id": 5
|
|
4001
|
+
},
|
|
4002
|
+
"revision_number": {
|
|
4003
|
+
"type": "string",
|
|
4004
|
+
"id": 6
|
|
4005
|
+
},
|
|
4006
|
+
"denom": {
|
|
4007
|
+
"type": "string",
|
|
4008
|
+
"id": 7
|
|
4009
|
+
},
|
|
4010
|
+
"amount": {
|
|
4011
|
+
"type": "uint64",
|
|
4012
|
+
"id": 8
|
|
4013
|
+
}
|
|
4014
|
+
}
|
|
4015
|
+
},
|
|
4016
|
+
"CosmosSignedTx": {
|
|
4017
|
+
"fields": {
|
|
4018
|
+
"public_key": {
|
|
4019
|
+
"type": "bytes",
|
|
4020
|
+
"id": 1
|
|
4021
|
+
},
|
|
4022
|
+
"signature": {
|
|
4023
|
+
"type": "bytes",
|
|
4024
|
+
"id": 2
|
|
4025
|
+
}
|
|
4026
|
+
}
|
|
4027
|
+
},
|
|
4028
|
+
"BinanceGetAddress": {
|
|
4029
|
+
"fields": {
|
|
4030
|
+
"address_n": {
|
|
4031
|
+
"rule": "repeated",
|
|
4032
|
+
"type": "uint32",
|
|
4033
|
+
"id": 1,
|
|
4034
|
+
"options": {
|
|
4035
|
+
"packed": false
|
|
4036
|
+
}
|
|
4037
|
+
},
|
|
4038
|
+
"show_display": {
|
|
4039
|
+
"type": "bool",
|
|
4040
|
+
"id": 2
|
|
4041
|
+
}
|
|
4042
|
+
}
|
|
4043
|
+
},
|
|
4044
|
+
"BinanceAddress": {
|
|
4045
|
+
"fields": {
|
|
4046
|
+
"address": {
|
|
4047
|
+
"type": "string",
|
|
4048
|
+
"id": 1
|
|
4049
|
+
}
|
|
4050
|
+
}
|
|
4051
|
+
},
|
|
4052
|
+
"BinanceGetPublicKey": {
|
|
4053
|
+
"fields": {
|
|
4054
|
+
"address_n": {
|
|
4055
|
+
"rule": "repeated",
|
|
4056
|
+
"type": "uint32",
|
|
4057
|
+
"id": 1,
|
|
4058
|
+
"options": {
|
|
4059
|
+
"packed": false
|
|
4060
|
+
}
|
|
4061
|
+
},
|
|
4062
|
+
"show_display": {
|
|
4063
|
+
"type": "bool",
|
|
4064
|
+
"id": 2
|
|
4065
|
+
}
|
|
4066
|
+
}
|
|
4067
|
+
},
|
|
4068
|
+
"BinancePublicKey": {
|
|
4069
|
+
"fields": {
|
|
4070
|
+
"public_key": {
|
|
4071
|
+
"type": "bytes",
|
|
4072
|
+
"id": 1
|
|
4073
|
+
}
|
|
4074
|
+
}
|
|
4075
|
+
},
|
|
4076
|
+
"BinanceSignTx": {
|
|
4077
|
+
"fields": {
|
|
4078
|
+
"address_n": {
|
|
4079
|
+
"rule": "repeated",
|
|
4080
|
+
"type": "uint32",
|
|
4081
|
+
"id": 1,
|
|
4082
|
+
"options": {
|
|
4083
|
+
"packed": false
|
|
4084
|
+
}
|
|
4085
|
+
},
|
|
4086
|
+
"msg_count": {
|
|
4087
|
+
"type": "uint32",
|
|
4088
|
+
"id": 2
|
|
4089
|
+
},
|
|
4090
|
+
"account_number": {
|
|
4091
|
+
"type": "sint64",
|
|
4092
|
+
"id": 3,
|
|
4093
|
+
"options": {
|
|
4094
|
+
"jstype": "JS_STRING"
|
|
4095
|
+
}
|
|
4096
|
+
},
|
|
4097
|
+
"chain_id": {
|
|
4098
|
+
"type": "string",
|
|
4099
|
+
"id": 4
|
|
4100
|
+
},
|
|
4101
|
+
"memo": {
|
|
4102
|
+
"type": "string",
|
|
4103
|
+
"id": 5
|
|
4104
|
+
},
|
|
4105
|
+
"sequence": {
|
|
4106
|
+
"type": "sint64",
|
|
4107
|
+
"id": 6,
|
|
4108
|
+
"options": {
|
|
4109
|
+
"jstype": "JS_STRING"
|
|
4110
|
+
}
|
|
4111
|
+
},
|
|
4112
|
+
"source": {
|
|
4113
|
+
"type": "sint64",
|
|
4114
|
+
"id": 7,
|
|
4115
|
+
"options": {
|
|
4116
|
+
"jstype": "JS_STRING"
|
|
4117
|
+
}
|
|
4118
|
+
}
|
|
4119
|
+
}
|
|
4120
|
+
},
|
|
4121
|
+
"BinanceTxRequest": {
|
|
4122
|
+
"fields": {}
|
|
4123
|
+
},
|
|
4124
|
+
"BinanceTransferMsg": {
|
|
4125
|
+
"fields": {
|
|
4126
|
+
"inputs": {
|
|
4127
|
+
"rule": "repeated",
|
|
4128
|
+
"type": "BinanceInputOutput",
|
|
4129
|
+
"id": 1
|
|
4130
|
+
},
|
|
4131
|
+
"outputs": {
|
|
4132
|
+
"rule": "repeated",
|
|
4133
|
+
"type": "BinanceInputOutput",
|
|
4134
|
+
"id": 2
|
|
4135
|
+
}
|
|
4136
|
+
},
|
|
4137
|
+
"nested": {
|
|
4138
|
+
"BinanceInputOutput": {
|
|
4139
|
+
"fields": {
|
|
4140
|
+
"address": {
|
|
4141
|
+
"type": "string",
|
|
4142
|
+
"id": 1
|
|
4143
|
+
},
|
|
4144
|
+
"coins": {
|
|
4145
|
+
"rule": "repeated",
|
|
4146
|
+
"type": "BinanceCoin",
|
|
4147
|
+
"id": 2
|
|
4148
|
+
},
|
|
4149
|
+
"address_type": {
|
|
4150
|
+
"type": "OutputAddressType",
|
|
4151
|
+
"id": 3
|
|
4152
|
+
}
|
|
4153
|
+
},
|
|
4154
|
+
"reserved": [
|
|
4155
|
+
[
|
|
4156
|
+
4,
|
|
4157
|
+
4
|
|
4158
|
+
]
|
|
4159
|
+
]
|
|
4160
|
+
},
|
|
4161
|
+
"BinanceCoin": {
|
|
4162
|
+
"fields": {
|
|
4163
|
+
"amount": {
|
|
4164
|
+
"type": "sint64",
|
|
4165
|
+
"id": 1,
|
|
4166
|
+
"options": {
|
|
4167
|
+
"jstype": "JS_STRING"
|
|
4168
|
+
}
|
|
4169
|
+
},
|
|
4170
|
+
"denom": {
|
|
4171
|
+
"type": "string",
|
|
4172
|
+
"id": 2
|
|
4173
|
+
}
|
|
4174
|
+
}
|
|
4175
|
+
}
|
|
4176
|
+
}
|
|
4177
|
+
},
|
|
4178
|
+
"BinanceOrderMsg": {
|
|
4179
|
+
"fields": {
|
|
4180
|
+
"id": {
|
|
4181
|
+
"type": "string",
|
|
4182
|
+
"id": 1
|
|
4183
|
+
},
|
|
4184
|
+
"ordertype": {
|
|
4185
|
+
"type": "BinanceOrderType",
|
|
4186
|
+
"id": 2
|
|
4187
|
+
},
|
|
4188
|
+
"price": {
|
|
4189
|
+
"type": "sint64",
|
|
4190
|
+
"id": 3,
|
|
4191
|
+
"options": {
|
|
4192
|
+
"jstype": "JS_STRING"
|
|
4193
|
+
}
|
|
4194
|
+
},
|
|
4195
|
+
"quantity": {
|
|
4196
|
+
"type": "sint64",
|
|
4197
|
+
"id": 4,
|
|
4198
|
+
"options": {
|
|
4199
|
+
"jstype": "JS_STRING"
|
|
4200
|
+
}
|
|
4201
|
+
},
|
|
4202
|
+
"sender": {
|
|
4203
|
+
"type": "string",
|
|
4204
|
+
"id": 5
|
|
4205
|
+
},
|
|
4206
|
+
"side": {
|
|
4207
|
+
"type": "BinanceOrderSide",
|
|
4208
|
+
"id": 6
|
|
4209
|
+
},
|
|
4210
|
+
"symbol": {
|
|
4211
|
+
"type": "string",
|
|
4212
|
+
"id": 7
|
|
4213
|
+
},
|
|
4214
|
+
"timeinforce": {
|
|
4215
|
+
"type": "BinanceTimeInForce",
|
|
4216
|
+
"id": 8
|
|
4217
|
+
}
|
|
4218
|
+
},
|
|
4219
|
+
"nested": {
|
|
4220
|
+
"BinanceOrderType": {
|
|
4221
|
+
"values": {
|
|
4222
|
+
"OT_UNKNOWN": 0,
|
|
4223
|
+
"MARKET": 1,
|
|
4224
|
+
"LIMIT": 2,
|
|
4225
|
+
"OT_RESERVED": 3
|
|
4226
|
+
}
|
|
4227
|
+
},
|
|
4228
|
+
"BinanceOrderSide": {
|
|
4229
|
+
"values": {
|
|
4230
|
+
"SIDE_UNKNOWN": 0,
|
|
4231
|
+
"BUY": 1,
|
|
4232
|
+
"SELL": 2
|
|
4233
|
+
}
|
|
4234
|
+
},
|
|
4235
|
+
"BinanceTimeInForce": {
|
|
4236
|
+
"values": {
|
|
4237
|
+
"TIF_UNKNOWN": 0,
|
|
4238
|
+
"GTE": 1,
|
|
4239
|
+
"TIF_RESERVED": 2,
|
|
4240
|
+
"IOC": 3
|
|
4241
|
+
}
|
|
4242
|
+
}
|
|
4243
|
+
}
|
|
4244
|
+
},
|
|
4245
|
+
"BinanceCancelMsg": {
|
|
4246
|
+
"fields": {
|
|
4247
|
+
"refid": {
|
|
4248
|
+
"type": "string",
|
|
4249
|
+
"id": 1
|
|
4250
|
+
},
|
|
4251
|
+
"sender": {
|
|
4252
|
+
"type": "string",
|
|
4253
|
+
"id": 2
|
|
4254
|
+
},
|
|
4255
|
+
"symbol": {
|
|
4256
|
+
"type": "string",
|
|
4257
|
+
"id": 3
|
|
4258
|
+
}
|
|
4259
|
+
}
|
|
4260
|
+
},
|
|
4261
|
+
"BinanceSignedTx": {
|
|
4262
|
+
"fields": {
|
|
4263
|
+
"signature": {
|
|
4264
|
+
"type": "bytes",
|
|
4265
|
+
"id": 1
|
|
4266
|
+
},
|
|
4267
|
+
"public_key": {
|
|
4268
|
+
"type": "bytes",
|
|
4269
|
+
"id": 2
|
|
4270
|
+
}
|
|
4271
|
+
}
|
|
4272
|
+
},
|
|
4273
|
+
"RippleGetAddress": {
|
|
4274
|
+
"fields": {
|
|
4275
|
+
"address_n": {
|
|
4276
|
+
"rule": "repeated",
|
|
4277
|
+
"type": "uint32",
|
|
4278
|
+
"id": 1,
|
|
4279
|
+
"options": {
|
|
4280
|
+
"packed": false
|
|
4281
|
+
}
|
|
4282
|
+
},
|
|
4283
|
+
"show_display": {
|
|
4284
|
+
"type": "bool",
|
|
4285
|
+
"id": 2
|
|
4286
|
+
}
|
|
4287
|
+
}
|
|
4288
|
+
},
|
|
4289
|
+
"RippleAddress": {
|
|
4290
|
+
"fields": {
|
|
4291
|
+
"address": {
|
|
4292
|
+
"type": "string",
|
|
4293
|
+
"id": 1
|
|
4294
|
+
}
|
|
4295
|
+
}
|
|
4296
|
+
},
|
|
4297
|
+
"RippleSignTx": {
|
|
4298
|
+
"fields": {
|
|
4299
|
+
"address_n": {
|
|
4300
|
+
"rule": "repeated",
|
|
4301
|
+
"type": "uint32",
|
|
4302
|
+
"id": 1,
|
|
4303
|
+
"options": {
|
|
4304
|
+
"packed": false
|
|
4305
|
+
}
|
|
4306
|
+
},
|
|
4307
|
+
"fee": {
|
|
4308
|
+
"type": "uint64",
|
|
4309
|
+
"id": 2
|
|
4310
|
+
},
|
|
4311
|
+
"flags": {
|
|
4312
|
+
"type": "uint32",
|
|
4313
|
+
"id": 3
|
|
4314
|
+
},
|
|
4315
|
+
"sequence": {
|
|
4316
|
+
"type": "uint32",
|
|
4317
|
+
"id": 4
|
|
4318
|
+
},
|
|
4319
|
+
"last_ledger_sequence": {
|
|
4320
|
+
"type": "uint32",
|
|
4321
|
+
"id": 5
|
|
4322
|
+
},
|
|
4323
|
+
"payment": {
|
|
4324
|
+
"type": "RipplePayment",
|
|
4325
|
+
"id": 6
|
|
4326
|
+
}
|
|
4327
|
+
}
|
|
4328
|
+
},
|
|
4329
|
+
"RipplePayment": {
|
|
4330
|
+
"fields": {
|
|
4331
|
+
"amount": {
|
|
4332
|
+
"type": "uint64",
|
|
4333
|
+
"id": 1
|
|
4334
|
+
},
|
|
4335
|
+
"destination": {
|
|
4336
|
+
"type": "string",
|
|
4337
|
+
"id": 2
|
|
4338
|
+
},
|
|
4339
|
+
"destination_tag": {
|
|
4340
|
+
"type": "uint32",
|
|
4341
|
+
"id": 3
|
|
4342
|
+
}
|
|
4343
|
+
}
|
|
4344
|
+
},
|
|
4345
|
+
"RippleSignedTx": {
|
|
4346
|
+
"fields": {
|
|
4347
|
+
"signature": {
|
|
4348
|
+
"type": "bytes",
|
|
4349
|
+
"id": 1
|
|
4350
|
+
},
|
|
4351
|
+
"serialized_tx": {
|
|
4352
|
+
"type": "bytes",
|
|
4353
|
+
"id": 2
|
|
4354
|
+
}
|
|
4355
|
+
}
|
|
4356
|
+
},
|
|
4357
|
+
"TendermintGetAddress": {
|
|
4358
|
+
"fields": {
|
|
4359
|
+
"address_n": {
|
|
4360
|
+
"rule": "repeated",
|
|
4361
|
+
"type": "uint32",
|
|
4362
|
+
"id": 1,
|
|
4363
|
+
"options": {
|
|
4364
|
+
"packed": false
|
|
4365
|
+
}
|
|
4366
|
+
},
|
|
4367
|
+
"show_display": {
|
|
4368
|
+
"type": "bool",
|
|
4369
|
+
"id": 2
|
|
4370
|
+
},
|
|
4371
|
+
"testnet": {
|
|
4372
|
+
"type": "bool",
|
|
4373
|
+
"id": 3
|
|
4374
|
+
},
|
|
4375
|
+
"address_prefix": {
|
|
4376
|
+
"type": "string",
|
|
4377
|
+
"id": 4
|
|
4378
|
+
},
|
|
4379
|
+
"chain_name": {
|
|
4380
|
+
"type": "string",
|
|
4381
|
+
"id": 5
|
|
4382
|
+
}
|
|
4383
|
+
}
|
|
4384
|
+
},
|
|
4385
|
+
"TendermintAddress": {
|
|
4386
|
+
"fields": {
|
|
4387
|
+
"address": {
|
|
4388
|
+
"type": "string",
|
|
4389
|
+
"id": 1
|
|
4390
|
+
}
|
|
4391
|
+
}
|
|
4392
|
+
},
|
|
4393
|
+
"TendermintSignTx": {
|
|
4394
|
+
"fields": {
|
|
4395
|
+
"address_n": {
|
|
4396
|
+
"rule": "repeated",
|
|
4397
|
+
"type": "uint32",
|
|
4398
|
+
"id": 1,
|
|
4399
|
+
"options": {
|
|
4400
|
+
"packed": false
|
|
4401
|
+
}
|
|
4402
|
+
},
|
|
4403
|
+
"account_number": {
|
|
4404
|
+
"type": "uint64",
|
|
4405
|
+
"id": 2,
|
|
4406
|
+
"options": {
|
|
4407
|
+
"jstype": "JS_STRING"
|
|
4408
|
+
}
|
|
4409
|
+
},
|
|
4410
|
+
"chain_id": {
|
|
4411
|
+
"type": "string",
|
|
4412
|
+
"id": 3
|
|
4413
|
+
},
|
|
4414
|
+
"fee_amount": {
|
|
4415
|
+
"type": "uint32",
|
|
4416
|
+
"id": 4
|
|
4417
|
+
},
|
|
4418
|
+
"gas": {
|
|
4419
|
+
"type": "uint32",
|
|
4420
|
+
"id": 5
|
|
4421
|
+
},
|
|
4422
|
+
"memo": {
|
|
4423
|
+
"type": "string",
|
|
4424
|
+
"id": 6
|
|
4425
|
+
},
|
|
4426
|
+
"sequence": {
|
|
4427
|
+
"type": "uint64",
|
|
4428
|
+
"id": 7,
|
|
4429
|
+
"options": {
|
|
4430
|
+
"jstype": "JS_STRING"
|
|
4431
|
+
}
|
|
4432
|
+
},
|
|
4433
|
+
"msg_count": {
|
|
4434
|
+
"type": "uint32",
|
|
4435
|
+
"id": 8
|
|
4436
|
+
},
|
|
4437
|
+
"testnet": {
|
|
4438
|
+
"type": "bool",
|
|
4439
|
+
"id": 9
|
|
4440
|
+
},
|
|
4441
|
+
"denom": {
|
|
4442
|
+
"type": "string",
|
|
4443
|
+
"id": 10
|
|
4444
|
+
},
|
|
4445
|
+
"decimals": {
|
|
4446
|
+
"type": "uint64",
|
|
4447
|
+
"id": 11
|
|
4448
|
+
},
|
|
4449
|
+
"chain_name": {
|
|
4450
|
+
"type": "string",
|
|
4451
|
+
"id": 12
|
|
4452
|
+
},
|
|
4453
|
+
"message_type_prefix": {
|
|
4454
|
+
"type": "string",
|
|
4455
|
+
"id": 13
|
|
4456
|
+
}
|
|
4457
|
+
}
|
|
4458
|
+
},
|
|
4459
|
+
"TendermintMsgRequest": {
|
|
4460
|
+
"fields": {}
|
|
4461
|
+
},
|
|
4462
|
+
"TendermintMsgAck": {
|
|
4463
|
+
"fields": {
|
|
4464
|
+
"send": {
|
|
4465
|
+
"type": "TendermintMsgSend",
|
|
4466
|
+
"id": 1
|
|
4467
|
+
},
|
|
4468
|
+
"delegate": {
|
|
4469
|
+
"type": "TendermintMsgDelegate",
|
|
4470
|
+
"id": 2
|
|
4471
|
+
},
|
|
4472
|
+
"undelegate": {
|
|
4473
|
+
"type": "TendermintMsgUndelegate",
|
|
4474
|
+
"id": 3
|
|
4475
|
+
},
|
|
4476
|
+
"redelegate": {
|
|
4477
|
+
"type": "TendermintMsgRedelegate",
|
|
4478
|
+
"id": 4
|
|
4479
|
+
},
|
|
4480
|
+
"rewards": {
|
|
4481
|
+
"type": "TendermintMsgRewards",
|
|
4482
|
+
"id": 5
|
|
4483
|
+
},
|
|
4484
|
+
"ibc_transfer": {
|
|
4485
|
+
"type": "TendermintMsgIBCTransfer",
|
|
4486
|
+
"id": 6
|
|
4487
|
+
},
|
|
4488
|
+
"denom": {
|
|
4489
|
+
"type": "string",
|
|
4490
|
+
"id": 7
|
|
4491
|
+
},
|
|
4492
|
+
"chain_name": {
|
|
4493
|
+
"type": "string",
|
|
4494
|
+
"id": 8
|
|
4495
|
+
},
|
|
4496
|
+
"message_type_prefix": {
|
|
4497
|
+
"type": "string",
|
|
4498
|
+
"id": 9
|
|
4499
|
+
}
|
|
4500
|
+
}
|
|
4501
|
+
},
|
|
4502
|
+
"TendermintMsgSend": {
|
|
4503
|
+
"fields": {
|
|
4504
|
+
"from_address": {
|
|
4505
|
+
"type": "string",
|
|
4506
|
+
"id": 6
|
|
4507
|
+
},
|
|
4508
|
+
"to_address": {
|
|
4509
|
+
"type": "string",
|
|
4510
|
+
"id": 7
|
|
4511
|
+
},
|
|
4512
|
+
"amount": {
|
|
4513
|
+
"type": "uint64",
|
|
4514
|
+
"id": 8,
|
|
4515
|
+
"options": {
|
|
4516
|
+
"jstype": "JS_STRING"
|
|
4517
|
+
}
|
|
4518
|
+
},
|
|
4519
|
+
"address_type": {
|
|
4520
|
+
"type": "OutputAddressType",
|
|
4521
|
+
"id": 9
|
|
4522
|
+
}
|
|
4523
|
+
},
|
|
4524
|
+
"reserved": [
|
|
4525
|
+
[
|
|
4526
|
+
10,
|
|
4527
|
+
10
|
|
4528
|
+
]
|
|
4529
|
+
]
|
|
4530
|
+
},
|
|
4531
|
+
"TendermintMsgDelegate": {
|
|
4532
|
+
"fields": {
|
|
4533
|
+
"delegator_address": {
|
|
4534
|
+
"type": "string",
|
|
4535
|
+
"id": 1
|
|
4536
|
+
},
|
|
4537
|
+
"validator_address": {
|
|
4538
|
+
"type": "string",
|
|
4539
|
+
"id": 2
|
|
4540
|
+
},
|
|
4541
|
+
"amount": {
|
|
4542
|
+
"type": "uint64",
|
|
4543
|
+
"id": 3,
|
|
4544
|
+
"options": {
|
|
4545
|
+
"jstype": "JS_STRING"
|
|
4546
|
+
}
|
|
4547
|
+
}
|
|
4548
|
+
}
|
|
4549
|
+
},
|
|
4550
|
+
"TendermintMsgUndelegate": {
|
|
4551
|
+
"fields": {
|
|
4552
|
+
"delegator_address": {
|
|
4553
|
+
"type": "string",
|
|
4554
|
+
"id": 1
|
|
4555
|
+
},
|
|
4556
|
+
"validator_address": {
|
|
4557
|
+
"type": "string",
|
|
4558
|
+
"id": 2
|
|
4559
|
+
},
|
|
4560
|
+
"amount": {
|
|
4561
|
+
"type": "uint64",
|
|
4562
|
+
"id": 3,
|
|
4563
|
+
"options": {
|
|
4564
|
+
"jstype": "JS_STRING"
|
|
4565
|
+
}
|
|
4566
|
+
}
|
|
4567
|
+
}
|
|
4568
|
+
},
|
|
4569
|
+
"TendermintMsgRedelegate": {
|
|
4570
|
+
"fields": {
|
|
4571
|
+
"delegator_address": {
|
|
4572
|
+
"type": "string",
|
|
4573
|
+
"id": 1
|
|
4574
|
+
},
|
|
4575
|
+
"validator_src_address": {
|
|
4576
|
+
"type": "string",
|
|
4577
|
+
"id": 2
|
|
4578
|
+
},
|
|
4579
|
+
"validator_dst_address": {
|
|
4580
|
+
"type": "string",
|
|
4581
|
+
"id": 3
|
|
4582
|
+
},
|
|
4583
|
+
"amount": {
|
|
4584
|
+
"type": "uint64",
|
|
4585
|
+
"id": 4,
|
|
4586
|
+
"options": {
|
|
4587
|
+
"jstype": "JS_STRING"
|
|
4588
|
+
}
|
|
4589
|
+
}
|
|
4590
|
+
}
|
|
4591
|
+
},
|
|
4592
|
+
"TendermintMsgRewards": {
|
|
4593
|
+
"fields": {
|
|
4594
|
+
"delegator_address": {
|
|
4595
|
+
"type": "string",
|
|
4596
|
+
"id": 1
|
|
4597
|
+
},
|
|
4598
|
+
"validator_address": {
|
|
4599
|
+
"type": "string",
|
|
4600
|
+
"id": 2
|
|
4601
|
+
},
|
|
4602
|
+
"amount": {
|
|
4603
|
+
"type": "uint64",
|
|
4604
|
+
"id": 3,
|
|
4605
|
+
"options": {
|
|
4606
|
+
"jstype": "JS_STRING"
|
|
4607
|
+
}
|
|
4608
|
+
}
|
|
4609
|
+
}
|
|
4610
|
+
},
|
|
4611
|
+
"TendermintMsgIBCTransfer": {
|
|
4612
|
+
"fields": {
|
|
4613
|
+
"receiver": {
|
|
4614
|
+
"type": "string",
|
|
4615
|
+
"id": 1
|
|
4616
|
+
},
|
|
4617
|
+
"sender": {
|
|
4618
|
+
"type": "string",
|
|
4619
|
+
"id": 2
|
|
4620
|
+
},
|
|
4621
|
+
"source_channel": {
|
|
4622
|
+
"type": "string",
|
|
4623
|
+
"id": 3
|
|
4624
|
+
},
|
|
4625
|
+
"source_port": {
|
|
4626
|
+
"type": "string",
|
|
4627
|
+
"id": 4
|
|
4628
|
+
},
|
|
4629
|
+
"revision_height": {
|
|
4630
|
+
"type": "string",
|
|
4631
|
+
"id": 5
|
|
4632
|
+
},
|
|
4633
|
+
"revision_number": {
|
|
4634
|
+
"type": "string",
|
|
4635
|
+
"id": 6
|
|
4636
|
+
},
|
|
4637
|
+
"denom": {
|
|
4638
|
+
"type": "string",
|
|
4639
|
+
"id": 7
|
|
4640
|
+
}
|
|
4641
|
+
}
|
|
4642
|
+
},
|
|
4643
|
+
"TendermintSignedTx": {
|
|
4644
|
+
"fields": {
|
|
4645
|
+
"public_key": {
|
|
4646
|
+
"type": "bytes",
|
|
4647
|
+
"id": 1
|
|
4648
|
+
},
|
|
4649
|
+
"signature": {
|
|
4650
|
+
"type": "bytes",
|
|
4651
|
+
"id": 2
|
|
4652
|
+
}
|
|
4653
|
+
}
|
|
4654
|
+
},
|
|
4655
|
+
"ThorchainGetAddress": {
|
|
4656
|
+
"fields": {
|
|
4657
|
+
"address_n": {
|
|
4658
|
+
"rule": "repeated",
|
|
4659
|
+
"type": "uint32",
|
|
4660
|
+
"id": 1,
|
|
4661
|
+
"options": {
|
|
4662
|
+
"packed": false
|
|
4663
|
+
}
|
|
4664
|
+
},
|
|
4665
|
+
"show_display": {
|
|
4666
|
+
"type": "bool",
|
|
4667
|
+
"id": 2
|
|
4668
|
+
},
|
|
4669
|
+
"testnet": {
|
|
4670
|
+
"type": "bool",
|
|
4671
|
+
"id": 3
|
|
4672
|
+
}
|
|
4673
|
+
}
|
|
4674
|
+
},
|
|
4675
|
+
"ThorchainAddress": {
|
|
4676
|
+
"fields": {
|
|
4677
|
+
"address": {
|
|
4678
|
+
"type": "string",
|
|
4679
|
+
"id": 1
|
|
4680
|
+
}
|
|
4681
|
+
}
|
|
4682
|
+
},
|
|
4683
|
+
"ThorchainSignTx": {
|
|
4684
|
+
"fields": {
|
|
4685
|
+
"address_n": {
|
|
4686
|
+
"rule": "repeated",
|
|
4687
|
+
"type": "uint32",
|
|
4688
|
+
"id": 1,
|
|
4689
|
+
"options": {
|
|
4690
|
+
"packed": false
|
|
4691
|
+
}
|
|
4692
|
+
},
|
|
4693
|
+
"account_number": {
|
|
4694
|
+
"type": "uint64",
|
|
4695
|
+
"id": 2,
|
|
4696
|
+
"options": {
|
|
4697
|
+
"jstype": "JS_STRING"
|
|
4698
|
+
}
|
|
4699
|
+
},
|
|
4700
|
+
"chain_id": {
|
|
4701
|
+
"type": "string",
|
|
4702
|
+
"id": 3
|
|
4703
|
+
},
|
|
4704
|
+
"fee_amount": {
|
|
4705
|
+
"type": "uint32",
|
|
4706
|
+
"id": 4
|
|
4707
|
+
},
|
|
4708
|
+
"gas": {
|
|
4709
|
+
"type": "uint32",
|
|
4710
|
+
"id": 5
|
|
4711
|
+
},
|
|
4712
|
+
"memo": {
|
|
4713
|
+
"type": "string",
|
|
4714
|
+
"id": 6
|
|
4715
|
+
},
|
|
4716
|
+
"sequence": {
|
|
4717
|
+
"type": "uint64",
|
|
4718
|
+
"id": 7,
|
|
4719
|
+
"options": {
|
|
4720
|
+
"jstype": "JS_STRING"
|
|
4721
|
+
}
|
|
4722
|
+
},
|
|
4723
|
+
"msg_count": {
|
|
4724
|
+
"type": "uint32",
|
|
4725
|
+
"id": 8
|
|
4726
|
+
},
|
|
4727
|
+
"testnet": {
|
|
4728
|
+
"type": "bool",
|
|
4729
|
+
"id": 9
|
|
4730
|
+
}
|
|
4731
|
+
}
|
|
4732
|
+
},
|
|
4733
|
+
"ThorchainMsgRequest": {
|
|
4734
|
+
"fields": {}
|
|
4735
|
+
},
|
|
4736
|
+
"ThorchainMsgAck": {
|
|
4737
|
+
"fields": {
|
|
4738
|
+
"send": {
|
|
4739
|
+
"type": "ThorchainMsgSend",
|
|
4740
|
+
"id": 1
|
|
4741
|
+
},
|
|
4742
|
+
"deposit": {
|
|
4743
|
+
"type": "ThorchainMsgDeposit",
|
|
4744
|
+
"id": 2
|
|
4745
|
+
}
|
|
4746
|
+
}
|
|
4747
|
+
},
|
|
4748
|
+
"ThorchainMsgSend": {
|
|
4749
|
+
"fields": {
|
|
4750
|
+
"from_address": {
|
|
4751
|
+
"type": "string",
|
|
4752
|
+
"id": 6
|
|
4753
|
+
},
|
|
4754
|
+
"to_address": {
|
|
4755
|
+
"type": "string",
|
|
4756
|
+
"id": 7
|
|
4757
|
+
},
|
|
4758
|
+
"amount": {
|
|
4759
|
+
"type": "uint64",
|
|
4760
|
+
"id": 8,
|
|
4761
|
+
"options": {
|
|
4762
|
+
"jstype": "JS_STRING"
|
|
4763
|
+
}
|
|
4764
|
+
},
|
|
4765
|
+
"address_type": {
|
|
4766
|
+
"type": "OutputAddressType",
|
|
4767
|
+
"id": 9
|
|
4768
|
+
}
|
|
4769
|
+
},
|
|
4770
|
+
"reserved": [
|
|
4771
|
+
[
|
|
4772
|
+
10,
|
|
4773
|
+
10
|
|
4774
|
+
]
|
|
4775
|
+
]
|
|
4776
|
+
},
|
|
4777
|
+
"ThorchainMsgDeposit": {
|
|
4778
|
+
"fields": {
|
|
4779
|
+
"asset": {
|
|
4780
|
+
"type": "string",
|
|
4781
|
+
"id": 1
|
|
4782
|
+
},
|
|
4783
|
+
"amount": {
|
|
4784
|
+
"type": "uint64",
|
|
4785
|
+
"id": 2,
|
|
4786
|
+
"options": {
|
|
4787
|
+
"jstype": "JS_STRING"
|
|
4788
|
+
}
|
|
4789
|
+
},
|
|
4790
|
+
"memo": {
|
|
4791
|
+
"type": "string",
|
|
4792
|
+
"id": 3
|
|
4793
|
+
},
|
|
4794
|
+
"signer": {
|
|
4795
|
+
"type": "string",
|
|
4796
|
+
"id": 4
|
|
4797
|
+
}
|
|
4798
|
+
}
|
|
4799
|
+
},
|
|
4800
|
+
"ThorchainSignedTx": {
|
|
4801
|
+
"fields": {
|
|
4802
|
+
"public_key": {
|
|
4803
|
+
"type": "bytes",
|
|
4804
|
+
"id": 1
|
|
4805
|
+
},
|
|
4806
|
+
"signature": {
|
|
4807
|
+
"type": "bytes",
|
|
4808
|
+
"id": 2
|
|
4809
|
+
}
|
|
4810
|
+
}
|
|
4811
|
+
},
|
|
4812
|
+
"OsmosisGetAddress": {
|
|
4813
|
+
"fields": {
|
|
4814
|
+
"address_n": {
|
|
4815
|
+
"rule": "repeated",
|
|
4816
|
+
"type": "uint32",
|
|
4817
|
+
"id": 1,
|
|
4818
|
+
"options": {
|
|
4819
|
+
"packed": false
|
|
4820
|
+
}
|
|
4821
|
+
},
|
|
4822
|
+
"show_display": {
|
|
4823
|
+
"type": "bool",
|
|
4824
|
+
"id": 2
|
|
4825
|
+
},
|
|
4826
|
+
"testnet": {
|
|
4827
|
+
"type": "bool",
|
|
4828
|
+
"id": 3
|
|
4829
|
+
}
|
|
4830
|
+
}
|
|
4831
|
+
},
|
|
4832
|
+
"OsmosisAddress": {
|
|
4833
|
+
"fields": {
|
|
4834
|
+
"address": {
|
|
4835
|
+
"type": "string",
|
|
4836
|
+
"id": 1
|
|
4837
|
+
}
|
|
4838
|
+
}
|
|
4839
|
+
},
|
|
4840
|
+
"OsmosisSignTx": {
|
|
4841
|
+
"fields": {
|
|
4842
|
+
"address_n": {
|
|
4843
|
+
"rule": "repeated",
|
|
4844
|
+
"type": "uint32",
|
|
4845
|
+
"id": 1,
|
|
4846
|
+
"options": {
|
|
4847
|
+
"packed": false
|
|
4848
|
+
}
|
|
4849
|
+
},
|
|
4850
|
+
"account_number": {
|
|
4851
|
+
"type": "uint64",
|
|
4852
|
+
"id": 2,
|
|
4853
|
+
"options": {
|
|
4854
|
+
"jstype": "JS_STRING"
|
|
4855
|
+
}
|
|
4856
|
+
},
|
|
4857
|
+
"chain_id": {
|
|
4858
|
+
"type": "string",
|
|
4859
|
+
"id": 3
|
|
4860
|
+
},
|
|
4861
|
+
"fee_amount": {
|
|
4862
|
+
"type": "uint32",
|
|
4863
|
+
"id": 4
|
|
4864
|
+
},
|
|
4865
|
+
"gas": {
|
|
4866
|
+
"type": "uint32",
|
|
4867
|
+
"id": 5
|
|
4868
|
+
},
|
|
4869
|
+
"memo": {
|
|
4870
|
+
"type": "string",
|
|
4871
|
+
"id": 6
|
|
4872
|
+
},
|
|
4873
|
+
"sequence": {
|
|
4874
|
+
"type": "uint64",
|
|
4875
|
+
"id": 7,
|
|
4876
|
+
"options": {
|
|
4877
|
+
"jstype": "JS_STRING"
|
|
4878
|
+
}
|
|
4879
|
+
},
|
|
4880
|
+
"msg_count": {
|
|
4881
|
+
"type": "uint32",
|
|
4882
|
+
"id": 8
|
|
4883
|
+
},
|
|
4884
|
+
"testnet": {
|
|
4885
|
+
"type": "bool",
|
|
4886
|
+
"id": 9
|
|
4887
|
+
}
|
|
4888
|
+
}
|
|
4889
|
+
},
|
|
4890
|
+
"OsmosisMsgRequest": {
|
|
4891
|
+
"fields": {}
|
|
4892
|
+
},
|
|
4893
|
+
"OsmosisMsgAck": {
|
|
4894
|
+
"fields": {
|
|
4895
|
+
"send": {
|
|
4896
|
+
"type": "OsmosisMsgSend",
|
|
4897
|
+
"id": 1
|
|
4898
|
+
},
|
|
4899
|
+
"delegate": {
|
|
4900
|
+
"type": "OsmosisMsgDelegate",
|
|
4901
|
+
"id": 2
|
|
4902
|
+
},
|
|
4903
|
+
"undelegate": {
|
|
4904
|
+
"type": "OsmosisMsgUndelegate",
|
|
4905
|
+
"id": 3
|
|
4906
|
+
},
|
|
4907
|
+
"redelegate": {
|
|
4908
|
+
"type": "OsmosisMsgRedelegate",
|
|
4909
|
+
"id": 4
|
|
4910
|
+
},
|
|
4911
|
+
"rewards": {
|
|
4912
|
+
"type": "OsmosisMsgRewards",
|
|
4913
|
+
"id": 5
|
|
4914
|
+
},
|
|
4915
|
+
"lp_add": {
|
|
4916
|
+
"type": "OsmosisMsgLPAdd",
|
|
4917
|
+
"id": 6
|
|
4918
|
+
},
|
|
4919
|
+
"lp_remove": {
|
|
4920
|
+
"type": "OsmosisMsgLPRemove",
|
|
4921
|
+
"id": 7
|
|
4922
|
+
},
|
|
4923
|
+
"lp_stake": {
|
|
4924
|
+
"type": "OsmosisMsgLPStake",
|
|
4925
|
+
"id": 8
|
|
4926
|
+
},
|
|
4927
|
+
"lp_unstake": {
|
|
4928
|
+
"type": "OsmosisMsgLPUnstake",
|
|
4929
|
+
"id": 9
|
|
4930
|
+
},
|
|
4931
|
+
"ibc_transfer": {
|
|
4932
|
+
"type": "OsmosisMsgIBCTransfer",
|
|
4933
|
+
"id": 10
|
|
4934
|
+
},
|
|
4935
|
+
"swap": {
|
|
4936
|
+
"type": "OsmosisMsgSwap",
|
|
4937
|
+
"id": 11
|
|
4938
|
+
}
|
|
4939
|
+
}
|
|
4940
|
+
},
|
|
4941
|
+
"OsmosisMsgSend": {
|
|
4942
|
+
"fields": {
|
|
4943
|
+
"from_address": {
|
|
4944
|
+
"type": "string",
|
|
4945
|
+
"id": 1
|
|
4946
|
+
},
|
|
4947
|
+
"to_address": {
|
|
4948
|
+
"type": "string",
|
|
4949
|
+
"id": 2
|
|
4950
|
+
},
|
|
4951
|
+
"denom": {
|
|
4952
|
+
"type": "string",
|
|
4953
|
+
"id": 3
|
|
4954
|
+
},
|
|
4955
|
+
"amount": {
|
|
4956
|
+
"type": "string",
|
|
4957
|
+
"id": 4
|
|
4958
|
+
},
|
|
4959
|
+
"address_type": {
|
|
4960
|
+
"type": "OutputAddressType",
|
|
4961
|
+
"id": 5
|
|
4962
|
+
}
|
|
4963
|
+
}
|
|
4964
|
+
},
|
|
4965
|
+
"OsmosisMsgDelegate": {
|
|
4966
|
+
"fields": {
|
|
4967
|
+
"delegator_address": {
|
|
4968
|
+
"type": "string",
|
|
4969
|
+
"id": 1
|
|
4970
|
+
},
|
|
4971
|
+
"validator_address": {
|
|
4972
|
+
"type": "string",
|
|
4973
|
+
"id": 2
|
|
4974
|
+
},
|
|
4975
|
+
"denom": {
|
|
4976
|
+
"type": "string",
|
|
4977
|
+
"id": 3
|
|
4978
|
+
},
|
|
4979
|
+
"amount": {
|
|
4980
|
+
"type": "string",
|
|
4981
|
+
"id": 4
|
|
4982
|
+
}
|
|
4983
|
+
}
|
|
4984
|
+
},
|
|
4985
|
+
"OsmosisMsgUndelegate": {
|
|
4986
|
+
"fields": {
|
|
4987
|
+
"delegator_address": {
|
|
4988
|
+
"type": "string",
|
|
4989
|
+
"id": 1
|
|
4990
|
+
},
|
|
4991
|
+
"validator_address": {
|
|
4992
|
+
"type": "string",
|
|
4993
|
+
"id": 2
|
|
4994
|
+
},
|
|
4995
|
+
"denom": {
|
|
4996
|
+
"type": "string",
|
|
4997
|
+
"id": 3
|
|
4998
|
+
},
|
|
4999
|
+
"amount": {
|
|
5000
|
+
"type": "string",
|
|
5001
|
+
"id": 4
|
|
5002
|
+
}
|
|
5003
|
+
}
|
|
5004
|
+
},
|
|
5005
|
+
"OsmosisMsgRedelegate": {
|
|
5006
|
+
"fields": {
|
|
5007
|
+
"delegator_address": {
|
|
5008
|
+
"type": "string",
|
|
5009
|
+
"id": 1
|
|
5010
|
+
},
|
|
5011
|
+
"validator_src_address": {
|
|
5012
|
+
"type": "string",
|
|
5013
|
+
"id": 2
|
|
5014
|
+
},
|
|
5015
|
+
"validator_dst_address": {
|
|
5016
|
+
"type": "string",
|
|
5017
|
+
"id": 3
|
|
5018
|
+
},
|
|
5019
|
+
"denom": {
|
|
5020
|
+
"type": "string",
|
|
5021
|
+
"id": 4
|
|
5022
|
+
},
|
|
5023
|
+
"amount": {
|
|
5024
|
+
"type": "string",
|
|
5025
|
+
"id": 5
|
|
5026
|
+
}
|
|
5027
|
+
}
|
|
5028
|
+
},
|
|
5029
|
+
"OsmosisMsgLPAdd": {
|
|
5030
|
+
"fields": {
|
|
5031
|
+
"sender": {
|
|
5032
|
+
"type": "string",
|
|
5033
|
+
"id": 1
|
|
5034
|
+
},
|
|
5035
|
+
"pool_id": {
|
|
5036
|
+
"type": "uint64",
|
|
5037
|
+
"id": 2,
|
|
5038
|
+
"options": {
|
|
5039
|
+
"jstype": "JS_STRING"
|
|
5040
|
+
}
|
|
5041
|
+
},
|
|
5042
|
+
"share_out_amount": {
|
|
5043
|
+
"type": "string",
|
|
5044
|
+
"id": 3
|
|
5045
|
+
},
|
|
5046
|
+
"denom_in_max_a": {
|
|
5047
|
+
"type": "string",
|
|
5048
|
+
"id": 4
|
|
5049
|
+
},
|
|
5050
|
+
"amount_in_max_a": {
|
|
5051
|
+
"type": "string",
|
|
5052
|
+
"id": 5
|
|
5053
|
+
},
|
|
5054
|
+
"denom_in_max_b": {
|
|
5055
|
+
"type": "string",
|
|
5056
|
+
"id": 6
|
|
5057
|
+
},
|
|
5058
|
+
"amount_in_max_b": {
|
|
5059
|
+
"type": "string",
|
|
5060
|
+
"id": 7
|
|
5061
|
+
}
|
|
5062
|
+
}
|
|
5063
|
+
},
|
|
5064
|
+
"OsmosisMsgLPRemove": {
|
|
5065
|
+
"fields": {
|
|
5066
|
+
"sender": {
|
|
5067
|
+
"type": "string",
|
|
5068
|
+
"id": 1
|
|
5069
|
+
},
|
|
5070
|
+
"pool_id": {
|
|
5071
|
+
"type": "uint64",
|
|
5072
|
+
"id": 2,
|
|
5073
|
+
"options": {
|
|
5074
|
+
"jstype": "JS_STRING"
|
|
5075
|
+
}
|
|
5076
|
+
},
|
|
5077
|
+
"share_in_amount": {
|
|
5078
|
+
"type": "string",
|
|
5079
|
+
"id": 3
|
|
5080
|
+
},
|
|
5081
|
+
"denom_out_min_a": {
|
|
5082
|
+
"type": "string",
|
|
5083
|
+
"id": 4
|
|
5084
|
+
},
|
|
5085
|
+
"amount_out_min_a": {
|
|
5086
|
+
"type": "string",
|
|
5087
|
+
"id": 5
|
|
5088
|
+
},
|
|
5089
|
+
"denom_out_min_b": {
|
|
5090
|
+
"type": "string",
|
|
5091
|
+
"id": 6
|
|
5092
|
+
},
|
|
5093
|
+
"amount_out_min_b": {
|
|
5094
|
+
"type": "string",
|
|
5095
|
+
"id": 7
|
|
5096
|
+
}
|
|
5097
|
+
}
|
|
5098
|
+
},
|
|
5099
|
+
"OsmosisMsgLPStake": {
|
|
5100
|
+
"fields": {
|
|
5101
|
+
"owner": {
|
|
5102
|
+
"type": "string",
|
|
5103
|
+
"id": 1
|
|
5104
|
+
},
|
|
5105
|
+
"duration": {
|
|
5106
|
+
"type": "uint64",
|
|
5107
|
+
"id": 2,
|
|
5108
|
+
"options": {
|
|
5109
|
+
"jstype": "JS_STRING"
|
|
5110
|
+
}
|
|
5111
|
+
},
|
|
5112
|
+
"denom": {
|
|
5113
|
+
"type": "string",
|
|
5114
|
+
"id": 4
|
|
5115
|
+
},
|
|
5116
|
+
"amount": {
|
|
5117
|
+
"type": "string",
|
|
5118
|
+
"id": 5
|
|
5119
|
+
}
|
|
5120
|
+
}
|
|
5121
|
+
},
|
|
5122
|
+
"OsmosisMsgLPUnstake": {
|
|
5123
|
+
"fields": {
|
|
5124
|
+
"owner": {
|
|
5125
|
+
"type": "string",
|
|
5126
|
+
"id": 1
|
|
5127
|
+
},
|
|
5128
|
+
"id": {
|
|
5129
|
+
"type": "string",
|
|
5130
|
+
"id": 2
|
|
5131
|
+
}
|
|
5132
|
+
}
|
|
5133
|
+
},
|
|
5134
|
+
"OsmosisMsgRewards": {
|
|
5135
|
+
"fields": {
|
|
5136
|
+
"delegator_address": {
|
|
5137
|
+
"type": "string",
|
|
5138
|
+
"id": 1
|
|
5139
|
+
},
|
|
5140
|
+
"validator_address": {
|
|
5141
|
+
"type": "string",
|
|
5142
|
+
"id": 2
|
|
5143
|
+
}
|
|
5144
|
+
}
|
|
5145
|
+
},
|
|
5146
|
+
"OsmosisMsgIBCTransfer": {
|
|
5147
|
+
"fields": {
|
|
5148
|
+
"source_port": {
|
|
5149
|
+
"type": "string",
|
|
5150
|
+
"id": 1
|
|
5151
|
+
},
|
|
5152
|
+
"source_channel": {
|
|
5153
|
+
"type": "string",
|
|
5154
|
+
"id": 2
|
|
5155
|
+
},
|
|
5156
|
+
"denom": {
|
|
5157
|
+
"type": "string",
|
|
5158
|
+
"id": 3
|
|
5159
|
+
},
|
|
5160
|
+
"amount": {
|
|
5161
|
+
"type": "string",
|
|
5162
|
+
"id": 4
|
|
5163
|
+
},
|
|
5164
|
+
"sender": {
|
|
5165
|
+
"type": "string",
|
|
5166
|
+
"id": 5
|
|
5167
|
+
},
|
|
5168
|
+
"receiver": {
|
|
5169
|
+
"type": "string",
|
|
5170
|
+
"id": 6
|
|
5171
|
+
},
|
|
5172
|
+
"revision_number": {
|
|
5173
|
+
"type": "string",
|
|
5174
|
+
"id": 7
|
|
5175
|
+
},
|
|
5176
|
+
"revision_height": {
|
|
5177
|
+
"type": "string",
|
|
5178
|
+
"id": 8
|
|
5179
|
+
}
|
|
5180
|
+
}
|
|
5181
|
+
},
|
|
5182
|
+
"OsmosisMsgSwap": {
|
|
5183
|
+
"fields": {
|
|
5184
|
+
"sender": {
|
|
5185
|
+
"type": "string",
|
|
5186
|
+
"id": 1
|
|
5187
|
+
},
|
|
5188
|
+
"pool_id": {
|
|
5189
|
+
"type": "uint64",
|
|
5190
|
+
"id": 2,
|
|
5191
|
+
"options": {
|
|
5192
|
+
"jstype": "JS_STRING"
|
|
5193
|
+
}
|
|
5194
|
+
},
|
|
5195
|
+
"token_out_denom": {
|
|
5196
|
+
"type": "string",
|
|
5197
|
+
"id": 3
|
|
5198
|
+
},
|
|
5199
|
+
"token_in_denom": {
|
|
5200
|
+
"type": "string",
|
|
5201
|
+
"id": 4
|
|
5202
|
+
},
|
|
5203
|
+
"token_in_amount": {
|
|
5204
|
+
"type": "string",
|
|
5205
|
+
"id": 5
|
|
5206
|
+
},
|
|
5207
|
+
"token_out_min_amount": {
|
|
5208
|
+
"type": "string",
|
|
5209
|
+
"id": 6
|
|
5210
|
+
}
|
|
5211
|
+
}
|
|
5212
|
+
},
|
|
5213
|
+
"OsmosisSignedTx": {
|
|
5214
|
+
"fields": {
|
|
5215
|
+
"public_key": {
|
|
5216
|
+
"type": "bytes",
|
|
5217
|
+
"id": 1
|
|
5218
|
+
},
|
|
5219
|
+
"signature": {
|
|
5220
|
+
"type": "bytes",
|
|
5221
|
+
"id": 2
|
|
5222
|
+
}
|
|
5223
|
+
}
|
|
5224
|
+
},
|
|
5225
|
+
"MayachainGetAddress": {
|
|
5226
|
+
"fields": {
|
|
5227
|
+
"address_n": {
|
|
5228
|
+
"rule": "repeated",
|
|
5229
|
+
"type": "uint32",
|
|
5230
|
+
"id": 1,
|
|
5231
|
+
"options": {
|
|
5232
|
+
"packed": false
|
|
5233
|
+
}
|
|
5234
|
+
},
|
|
5235
|
+
"show_display": {
|
|
5236
|
+
"type": "bool",
|
|
5237
|
+
"id": 2
|
|
5238
|
+
},
|
|
5239
|
+
"testnet": {
|
|
5240
|
+
"type": "bool",
|
|
5241
|
+
"id": 3
|
|
5242
|
+
}
|
|
5243
|
+
}
|
|
5244
|
+
},
|
|
5245
|
+
"MayachainAddress": {
|
|
5246
|
+
"fields": {
|
|
5247
|
+
"address": {
|
|
5248
|
+
"type": "string",
|
|
5249
|
+
"id": 1
|
|
5250
|
+
}
|
|
5251
|
+
}
|
|
5252
|
+
},
|
|
5253
|
+
"MayachainSignTx": {
|
|
5254
|
+
"fields": {
|
|
5255
|
+
"address_n": {
|
|
5256
|
+
"rule": "repeated",
|
|
5257
|
+
"type": "uint32",
|
|
5258
|
+
"id": 1,
|
|
5259
|
+
"options": {
|
|
5260
|
+
"packed": false
|
|
5261
|
+
}
|
|
5262
|
+
},
|
|
5263
|
+
"account_number": {
|
|
5264
|
+
"type": "uint64",
|
|
5265
|
+
"id": 2,
|
|
5266
|
+
"options": {
|
|
5267
|
+
"jstype": "JS_STRING"
|
|
5268
|
+
}
|
|
5269
|
+
},
|
|
5270
|
+
"chain_id": {
|
|
5271
|
+
"type": "string",
|
|
5272
|
+
"id": 3
|
|
5273
|
+
},
|
|
5274
|
+
"fee_amount": {
|
|
5275
|
+
"type": "uint32",
|
|
5276
|
+
"id": 4
|
|
5277
|
+
},
|
|
5278
|
+
"gas": {
|
|
5279
|
+
"type": "uint32",
|
|
5280
|
+
"id": 5
|
|
5281
|
+
},
|
|
5282
|
+
"memo": {
|
|
5283
|
+
"type": "string",
|
|
5284
|
+
"id": 6
|
|
5285
|
+
},
|
|
5286
|
+
"sequence": {
|
|
5287
|
+
"type": "uint64",
|
|
5288
|
+
"id": 7,
|
|
5289
|
+
"options": {
|
|
5290
|
+
"jstype": "JS_STRING"
|
|
5291
|
+
}
|
|
5292
|
+
},
|
|
5293
|
+
"msg_count": {
|
|
5294
|
+
"type": "uint32",
|
|
5295
|
+
"id": 8
|
|
5296
|
+
},
|
|
5297
|
+
"testnet": {
|
|
5298
|
+
"type": "bool",
|
|
5299
|
+
"id": 9
|
|
5300
|
+
}
|
|
5301
|
+
}
|
|
5302
|
+
},
|
|
5303
|
+
"MayachainMsgRequest": {
|
|
5304
|
+
"fields": {}
|
|
5305
|
+
},
|
|
5306
|
+
"MayachainMsgAck": {
|
|
5307
|
+
"fields": {
|
|
5308
|
+
"send": {
|
|
5309
|
+
"type": "MayachainMsgSend",
|
|
5310
|
+
"id": 1
|
|
5311
|
+
},
|
|
5312
|
+
"deposit": {
|
|
5313
|
+
"type": "MayachainMsgDeposit",
|
|
5314
|
+
"id": 2
|
|
5315
|
+
}
|
|
5316
|
+
}
|
|
5317
|
+
},
|
|
5318
|
+
"MayachainMsgSend": {
|
|
5319
|
+
"fields": {
|
|
5320
|
+
"from_address": {
|
|
5321
|
+
"type": "string",
|
|
5322
|
+
"id": 6
|
|
5323
|
+
},
|
|
5324
|
+
"to_address": {
|
|
5325
|
+
"type": "string",
|
|
5326
|
+
"id": 7
|
|
5327
|
+
},
|
|
5328
|
+
"amount": {
|
|
5329
|
+
"type": "uint64",
|
|
5330
|
+
"id": 8,
|
|
5331
|
+
"options": {
|
|
5332
|
+
"jstype": "JS_STRING"
|
|
5333
|
+
}
|
|
5334
|
+
},
|
|
5335
|
+
"address_type": {
|
|
5336
|
+
"type": "OutputAddressType",
|
|
5337
|
+
"id": 9
|
|
5338
|
+
},
|
|
5339
|
+
"denom": {
|
|
5340
|
+
"type": "string",
|
|
5341
|
+
"id": 11
|
|
5342
|
+
}
|
|
5343
|
+
},
|
|
5344
|
+
"reserved": [
|
|
5345
|
+
[
|
|
5346
|
+
10,
|
|
5347
|
+
10
|
|
5348
|
+
]
|
|
5349
|
+
]
|
|
5350
|
+
},
|
|
5351
|
+
"MayachainMsgDeposit": {
|
|
5352
|
+
"fields": {
|
|
5353
|
+
"asset": {
|
|
5354
|
+
"type": "string",
|
|
5355
|
+
"id": 1
|
|
5356
|
+
},
|
|
5357
|
+
"amount": {
|
|
5358
|
+
"type": "uint64",
|
|
5359
|
+
"id": 2,
|
|
5360
|
+
"options": {
|
|
5361
|
+
"jstype": "JS_STRING"
|
|
5362
|
+
}
|
|
5363
|
+
},
|
|
5364
|
+
"memo": {
|
|
5365
|
+
"type": "string",
|
|
5366
|
+
"id": 3
|
|
5367
|
+
},
|
|
5368
|
+
"signer": {
|
|
5369
|
+
"type": "string",
|
|
5370
|
+
"id": 4
|
|
5371
|
+
}
|
|
5372
|
+
}
|
|
5373
|
+
},
|
|
5374
|
+
"MayachainSignedTx": {
|
|
5375
|
+
"fields": {
|
|
5376
|
+
"public_key": {
|
|
5377
|
+
"type": "bytes",
|
|
5378
|
+
"id": 1
|
|
5379
|
+
},
|
|
5380
|
+
"signature": {
|
|
5381
|
+
"type": "bytes",
|
|
5382
|
+
"id": 2
|
|
5383
|
+
}
|
|
5384
|
+
}
|
|
5385
|
+
},
|
|
5386
|
+
"ZcashSignPCZT": {
|
|
5387
|
+
"fields": {
|
|
5388
|
+
"address_n": {
|
|
5389
|
+
"rule": "repeated",
|
|
5390
|
+
"type": "uint32",
|
|
5391
|
+
"id": 1,
|
|
5392
|
+
"options": {
|
|
5393
|
+
"packed": false
|
|
5394
|
+
}
|
|
5395
|
+
},
|
|
5396
|
+
"account": {
|
|
5397
|
+
"type": "uint32",
|
|
5398
|
+
"id": 2
|
|
5399
|
+
},
|
|
5400
|
+
"pczt_data": {
|
|
5401
|
+
"type": "bytes",
|
|
5402
|
+
"id": 3
|
|
5403
|
+
},
|
|
5404
|
+
"n_actions": {
|
|
5405
|
+
"type": "uint32",
|
|
5406
|
+
"id": 4
|
|
5407
|
+
},
|
|
5408
|
+
"total_amount": {
|
|
5409
|
+
"type": "uint64",
|
|
5410
|
+
"id": 5
|
|
5411
|
+
},
|
|
5412
|
+
"fee": {
|
|
5413
|
+
"type": "uint64",
|
|
5414
|
+
"id": 6
|
|
5415
|
+
},
|
|
5416
|
+
"branch_id": {
|
|
5417
|
+
"type": "uint32",
|
|
5418
|
+
"id": 7
|
|
5419
|
+
},
|
|
5420
|
+
"header_digest": {
|
|
5421
|
+
"type": "bytes",
|
|
5422
|
+
"id": 8
|
|
5423
|
+
},
|
|
5424
|
+
"transparent_digest": {
|
|
5425
|
+
"type": "bytes",
|
|
5426
|
+
"id": 9
|
|
5427
|
+
},
|
|
5428
|
+
"sapling_digest": {
|
|
5429
|
+
"type": "bytes",
|
|
5430
|
+
"id": 10
|
|
5431
|
+
},
|
|
5432
|
+
"orchard_digest": {
|
|
5433
|
+
"type": "bytes",
|
|
5434
|
+
"id": 11
|
|
5435
|
+
},
|
|
5436
|
+
"orchard_flags": {
|
|
5437
|
+
"type": "uint32",
|
|
5438
|
+
"id": 12
|
|
5439
|
+
},
|
|
5440
|
+
"orchard_value_balance": {
|
|
5441
|
+
"type": "int64",
|
|
5442
|
+
"id": 13
|
|
5443
|
+
},
|
|
5444
|
+
"orchard_anchor": {
|
|
5445
|
+
"type": "bytes",
|
|
5446
|
+
"id": 14
|
|
5447
|
+
}
|
|
5448
|
+
}
|
|
5449
|
+
},
|
|
5450
|
+
"ZcashPCZTAction": {
|
|
5451
|
+
"fields": {
|
|
5452
|
+
"index": {
|
|
5453
|
+
"type": "uint32",
|
|
5454
|
+
"id": 1
|
|
5455
|
+
},
|
|
5456
|
+
"alpha": {
|
|
5457
|
+
"type": "bytes",
|
|
5458
|
+
"id": 2
|
|
5459
|
+
},
|
|
5460
|
+
"sighash": {
|
|
5461
|
+
"type": "bytes",
|
|
5462
|
+
"id": 3
|
|
5463
|
+
},
|
|
5464
|
+
"cv_net": {
|
|
5465
|
+
"type": "bytes",
|
|
5466
|
+
"id": 4
|
|
5467
|
+
},
|
|
5468
|
+
"value": {
|
|
5469
|
+
"type": "uint64",
|
|
5470
|
+
"id": 5
|
|
5471
|
+
},
|
|
5472
|
+
"is_spend": {
|
|
5473
|
+
"type": "bool",
|
|
5474
|
+
"id": 6
|
|
5475
|
+
},
|
|
5476
|
+
"nullifier": {
|
|
5477
|
+
"type": "bytes",
|
|
5478
|
+
"id": 7
|
|
5479
|
+
},
|
|
5480
|
+
"cmx": {
|
|
5481
|
+
"type": "bytes",
|
|
5482
|
+
"id": 8
|
|
5483
|
+
},
|
|
5484
|
+
"epk": {
|
|
5485
|
+
"type": "bytes",
|
|
5486
|
+
"id": 9
|
|
5487
|
+
},
|
|
5488
|
+
"enc_compact": {
|
|
5489
|
+
"type": "bytes",
|
|
5490
|
+
"id": 10
|
|
5491
|
+
},
|
|
5492
|
+
"enc_memo": {
|
|
5493
|
+
"type": "bytes",
|
|
5494
|
+
"id": 11
|
|
5495
|
+
},
|
|
5496
|
+
"enc_noncompact": {
|
|
5497
|
+
"type": "bytes",
|
|
5498
|
+
"id": 12
|
|
5499
|
+
},
|
|
5500
|
+
"rk": {
|
|
5501
|
+
"type": "bytes",
|
|
5502
|
+
"id": 13
|
|
5503
|
+
},
|
|
5504
|
+
"out_ciphertext": {
|
|
5505
|
+
"type": "bytes",
|
|
5506
|
+
"id": 14
|
|
5507
|
+
}
|
|
5508
|
+
}
|
|
5509
|
+
},
|
|
5510
|
+
"ZcashPCZTActionAck": {
|
|
5511
|
+
"fields": {
|
|
5512
|
+
"next_index": {
|
|
5513
|
+
"type": "uint32",
|
|
5514
|
+
"id": 1
|
|
5515
|
+
}
|
|
5516
|
+
}
|
|
5517
|
+
},
|
|
5518
|
+
"ZcashSignedPCZT": {
|
|
5519
|
+
"fields": {
|
|
5520
|
+
"signatures": {
|
|
5521
|
+
"rule": "repeated",
|
|
5522
|
+
"type": "bytes",
|
|
5523
|
+
"id": 1
|
|
5524
|
+
},
|
|
5525
|
+
"txid": {
|
|
5526
|
+
"type": "bytes",
|
|
5527
|
+
"id": 2
|
|
5528
|
+
}
|
|
5529
|
+
}
|
|
5530
|
+
},
|
|
5531
|
+
"ZcashGetOrchardFVK": {
|
|
5532
|
+
"fields": {
|
|
5533
|
+
"address_n": {
|
|
5534
|
+
"rule": "repeated",
|
|
5535
|
+
"type": "uint32",
|
|
5536
|
+
"id": 1,
|
|
5537
|
+
"options": {
|
|
5538
|
+
"packed": false
|
|
5539
|
+
}
|
|
5540
|
+
},
|
|
5541
|
+
"account": {
|
|
5542
|
+
"type": "uint32",
|
|
5543
|
+
"id": 2
|
|
5544
|
+
},
|
|
5545
|
+
"show_display": {
|
|
5546
|
+
"type": "bool",
|
|
5547
|
+
"id": 3
|
|
5548
|
+
}
|
|
5549
|
+
}
|
|
5550
|
+
},
|
|
5551
|
+
"ZcashOrchardFVK": {
|
|
5552
|
+
"fields": {
|
|
5553
|
+
"ak": {
|
|
5554
|
+
"type": "bytes",
|
|
5555
|
+
"id": 1
|
|
5556
|
+
},
|
|
5557
|
+
"nk": {
|
|
5558
|
+
"type": "bytes",
|
|
5559
|
+
"id": 2
|
|
5560
|
+
},
|
|
5561
|
+
"rivk": {
|
|
5562
|
+
"type": "bytes",
|
|
5563
|
+
"id": 3
|
|
5564
|
+
}
|
|
5565
|
+
}
|
|
5566
|
+
},
|
|
5567
|
+
"SolanaGetAddress": {
|
|
5568
|
+
"fields": {
|
|
5569
|
+
"address_n": {
|
|
5570
|
+
"rule": "repeated",
|
|
5571
|
+
"type": "uint32",
|
|
3607
5572
|
"id": 1,
|
|
3608
5573
|
"options": {
|
|
3609
|
-
"
|
|
5574
|
+
"packed": false
|
|
3610
5575
|
}
|
|
3611
5576
|
},
|
|
3612
|
-
"
|
|
3613
|
-
"type": "
|
|
5577
|
+
"coin_name": {
|
|
5578
|
+
"type": "string",
|
|
3614
5579
|
"id": 2,
|
|
3615
5580
|
"options": {
|
|
3616
|
-
"
|
|
3617
|
-
}
|
|
3618
|
-
},
|
|
3619
|
-
"parent": {
|
|
3620
|
-
"type": "uint64",
|
|
3621
|
-
"id": 3,
|
|
3622
|
-
"options": {
|
|
3623
|
-
"jstype": "JS_STRING"
|
|
5581
|
+
"default": "Solana"
|
|
3624
5582
|
}
|
|
3625
5583
|
},
|
|
3626
|
-
"
|
|
3627
|
-
"type": "
|
|
3628
|
-
"id":
|
|
5584
|
+
"show_display": {
|
|
5585
|
+
"type": "bool",
|
|
5586
|
+
"id": 3
|
|
3629
5587
|
}
|
|
3630
5588
|
}
|
|
3631
5589
|
},
|
|
3632
|
-
"
|
|
5590
|
+
"SolanaAddress": {
|
|
3633
5591
|
"fields": {
|
|
3634
|
-
"
|
|
3635
|
-
"type": "
|
|
5592
|
+
"address": {
|
|
5593
|
+
"type": "string",
|
|
5594
|
+
"id": 1
|
|
5595
|
+
}
|
|
5596
|
+
}
|
|
5597
|
+
},
|
|
5598
|
+
"SolanaSignTx": {
|
|
5599
|
+
"fields": {
|
|
5600
|
+
"address_n": {
|
|
5601
|
+
"rule": "repeated",
|
|
5602
|
+
"type": "uint32",
|
|
3636
5603
|
"id": 1,
|
|
3637
5604
|
"options": {
|
|
3638
|
-
"
|
|
5605
|
+
"packed": false
|
|
3639
5606
|
}
|
|
3640
5607
|
},
|
|
3641
|
-
"
|
|
3642
|
-
"type": "
|
|
5608
|
+
"coin_name": {
|
|
5609
|
+
"type": "string",
|
|
3643
5610
|
"id": 2,
|
|
3644
5611
|
"options": {
|
|
3645
|
-
"
|
|
5612
|
+
"default": "Solana"
|
|
3646
5613
|
}
|
|
5614
|
+
},
|
|
5615
|
+
"raw_tx": {
|
|
5616
|
+
"type": "bytes",
|
|
5617
|
+
"id": 3
|
|
3647
5618
|
}
|
|
3648
5619
|
}
|
|
3649
5620
|
},
|
|
3650
|
-
"
|
|
5621
|
+
"SolanaSignedTx": {
|
|
3651
5622
|
"fields": {
|
|
3652
|
-
"
|
|
3653
|
-
"type": "
|
|
5623
|
+
"signature": {
|
|
5624
|
+
"type": "bytes",
|
|
5625
|
+
"id": 1
|
|
5626
|
+
}
|
|
5627
|
+
}
|
|
5628
|
+
},
|
|
5629
|
+
"SolanaSignMessage": {
|
|
5630
|
+
"fields": {
|
|
5631
|
+
"address_n": {
|
|
5632
|
+
"rule": "repeated",
|
|
5633
|
+
"type": "uint32",
|
|
3654
5634
|
"id": 1,
|
|
3655
5635
|
"options": {
|
|
3656
|
-
"
|
|
5636
|
+
"packed": false
|
|
3657
5637
|
}
|
|
3658
5638
|
},
|
|
3659
|
-
"
|
|
3660
|
-
"type": "
|
|
5639
|
+
"coin_name": {
|
|
5640
|
+
"type": "string",
|
|
3661
5641
|
"id": 2,
|
|
3662
5642
|
"options": {
|
|
3663
|
-
"
|
|
5643
|
+
"default": "Solana"
|
|
3664
5644
|
}
|
|
3665
5645
|
},
|
|
3666
|
-
"
|
|
3667
|
-
"type": "
|
|
3668
|
-
"id": 3
|
|
3669
|
-
"options": {
|
|
3670
|
-
"jstype": "JS_STRING"
|
|
3671
|
-
}
|
|
5646
|
+
"message": {
|
|
5647
|
+
"type": "bytes",
|
|
5648
|
+
"id": 3
|
|
3672
5649
|
},
|
|
3673
|
-
"
|
|
3674
|
-
"type": "
|
|
3675
|
-
"id": 4
|
|
3676
|
-
"options": {
|
|
3677
|
-
"jstype": "JS_STRING"
|
|
3678
|
-
}
|
|
5650
|
+
"show_display": {
|
|
5651
|
+
"type": "bool",
|
|
5652
|
+
"id": 4
|
|
3679
5653
|
}
|
|
3680
5654
|
}
|
|
3681
5655
|
},
|
|
3682
|
-
"
|
|
5656
|
+
"SolanaMessageSignature": {
|
|
3683
5657
|
"fields": {
|
|
3684
|
-
"
|
|
3685
|
-
"type": "
|
|
3686
|
-
"id": 1
|
|
3687
|
-
"options": {
|
|
3688
|
-
"jstype": "JS_STRING"
|
|
3689
|
-
}
|
|
3690
|
-
},
|
|
3691
|
-
"code": {
|
|
3692
|
-
"type": "uint64",
|
|
3693
|
-
"id": 2,
|
|
3694
|
-
"options": {
|
|
3695
|
-
"jstype": "JS_STRING"
|
|
3696
|
-
}
|
|
5658
|
+
"public_key": {
|
|
5659
|
+
"type": "bytes",
|
|
5660
|
+
"id": 1
|
|
3697
5661
|
},
|
|
3698
|
-
"
|
|
3699
|
-
"type": "
|
|
3700
|
-
"id":
|
|
3701
|
-
"options": {
|
|
3702
|
-
"jstype": "JS_STRING"
|
|
3703
|
-
}
|
|
5662
|
+
"signature": {
|
|
5663
|
+
"type": "bytes",
|
|
5664
|
+
"id": 2
|
|
3704
5665
|
}
|
|
3705
5666
|
}
|
|
3706
5667
|
},
|
|
3707
|
-
"
|
|
5668
|
+
"TronGetAddress": {
|
|
3708
5669
|
"fields": {
|
|
3709
|
-
"
|
|
3710
|
-
"
|
|
5670
|
+
"address_n": {
|
|
5671
|
+
"rule": "repeated",
|
|
5672
|
+
"type": "uint32",
|
|
3711
5673
|
"id": 1,
|
|
3712
5674
|
"options": {
|
|
3713
|
-
"
|
|
5675
|
+
"packed": false
|
|
3714
5676
|
}
|
|
3715
5677
|
},
|
|
3716
|
-
"
|
|
3717
|
-
"type": "
|
|
5678
|
+
"coin_name": {
|
|
5679
|
+
"type": "string",
|
|
3718
5680
|
"id": 2,
|
|
3719
5681
|
"options": {
|
|
3720
|
-
"
|
|
5682
|
+
"default": "Tron"
|
|
3721
5683
|
}
|
|
3722
5684
|
},
|
|
3723
|
-
"
|
|
3724
|
-
"type": "
|
|
5685
|
+
"show_display": {
|
|
5686
|
+
"type": "bool",
|
|
3725
5687
|
"id": 3
|
|
3726
|
-
},
|
|
3727
|
-
"active": {
|
|
3728
|
-
"type": "EosAuthorization",
|
|
3729
|
-
"id": 4
|
|
3730
5688
|
}
|
|
3731
5689
|
}
|
|
3732
5690
|
},
|
|
3733
|
-
"
|
|
5691
|
+
"TronAddress": {
|
|
3734
5692
|
"fields": {
|
|
3735
|
-
"
|
|
3736
|
-
"type": "
|
|
5693
|
+
"address": {
|
|
5694
|
+
"type": "string",
|
|
3737
5695
|
"id": 1
|
|
3738
|
-
},
|
|
3739
|
-
"data_chunk": {
|
|
3740
|
-
"type": "bytes",
|
|
3741
|
-
"id": 2
|
|
3742
5696
|
}
|
|
3743
5697
|
}
|
|
3744
5698
|
},
|
|
3745
|
-
"
|
|
5699
|
+
"TronSignTx": {
|
|
3746
5700
|
"fields": {
|
|
3747
|
-
"
|
|
5701
|
+
"address_n": {
|
|
5702
|
+
"rule": "repeated",
|
|
3748
5703
|
"type": "uint32",
|
|
3749
|
-
"id": 1
|
|
5704
|
+
"id": 1,
|
|
5705
|
+
"options": {
|
|
5706
|
+
"packed": false
|
|
5707
|
+
}
|
|
3750
5708
|
},
|
|
3751
|
-
"
|
|
3752
|
-
"type": "
|
|
3753
|
-
"id": 2
|
|
5709
|
+
"coin_name": {
|
|
5710
|
+
"type": "string",
|
|
5711
|
+
"id": 2,
|
|
5712
|
+
"options": {
|
|
5713
|
+
"default": "Tron"
|
|
5714
|
+
}
|
|
3754
5715
|
},
|
|
3755
|
-
"
|
|
5716
|
+
"raw_data": {
|
|
3756
5717
|
"type": "bytes",
|
|
3757
5718
|
"id": 3
|
|
3758
5719
|
},
|
|
3759
|
-
"
|
|
5720
|
+
"ref_block_bytes": {
|
|
3760
5721
|
"type": "bytes",
|
|
3761
5722
|
"id": 4
|
|
5723
|
+
},
|
|
5724
|
+
"ref_block_hash": {
|
|
5725
|
+
"type": "bytes",
|
|
5726
|
+
"id": 5
|
|
5727
|
+
},
|
|
5728
|
+
"expiration": {
|
|
5729
|
+
"type": "uint64",
|
|
5730
|
+
"id": 6
|
|
5731
|
+
},
|
|
5732
|
+
"contract_type": {
|
|
5733
|
+
"type": "string",
|
|
5734
|
+
"id": 7
|
|
5735
|
+
},
|
|
5736
|
+
"to_address": {
|
|
5737
|
+
"type": "string",
|
|
5738
|
+
"id": 8
|
|
5739
|
+
},
|
|
5740
|
+
"amount": {
|
|
5741
|
+
"type": "uint64",
|
|
5742
|
+
"id": 9
|
|
3762
5743
|
}
|
|
3763
5744
|
}
|
|
3764
5745
|
},
|
|
3765
|
-
"
|
|
5746
|
+
"TronSignedTx": {
|
|
5747
|
+
"fields": {
|
|
5748
|
+
"signature": {
|
|
5749
|
+
"type": "bytes",
|
|
5750
|
+
"id": 1
|
|
5751
|
+
}
|
|
5752
|
+
}
|
|
5753
|
+
},
|
|
5754
|
+
"TonGetAddress": {
|
|
3766
5755
|
"fields": {
|
|
3767
5756
|
"address_n": {
|
|
3768
5757
|
"rule": "repeated",
|
|
@@ -3776,24 +5765,49 @@
|
|
|
3776
5765
|
"type": "string",
|
|
3777
5766
|
"id": 2,
|
|
3778
5767
|
"options": {
|
|
3779
|
-
"default": "
|
|
5768
|
+
"default": "Ton"
|
|
3780
5769
|
}
|
|
3781
5770
|
},
|
|
3782
5771
|
"show_display": {
|
|
3783
5772
|
"type": "bool",
|
|
3784
5773
|
"id": 3
|
|
5774
|
+
},
|
|
5775
|
+
"bounceable": {
|
|
5776
|
+
"type": "bool",
|
|
5777
|
+
"id": 4,
|
|
5778
|
+
"options": {
|
|
5779
|
+
"default": true
|
|
5780
|
+
}
|
|
5781
|
+
},
|
|
5782
|
+
"testnet": {
|
|
5783
|
+
"type": "bool",
|
|
5784
|
+
"id": 5,
|
|
5785
|
+
"options": {
|
|
5786
|
+
"default": false
|
|
5787
|
+
}
|
|
5788
|
+
},
|
|
5789
|
+
"workchain": {
|
|
5790
|
+
"type": "sint32",
|
|
5791
|
+
"id": 6,
|
|
5792
|
+
"options": {
|
|
5793
|
+
"default": 0
|
|
5794
|
+
}
|
|
3785
5795
|
}
|
|
3786
5796
|
}
|
|
3787
5797
|
},
|
|
3788
|
-
"
|
|
5798
|
+
"TonAddress": {
|
|
3789
5799
|
"fields": {
|
|
3790
5800
|
"address": {
|
|
3791
5801
|
"type": "string",
|
|
3792
5802
|
"id": 1
|
|
5803
|
+
},
|
|
5804
|
+
"raw_address": {
|
|
5805
|
+
"type": "string",
|
|
5806
|
+
"id": 2
|
|
3793
5807
|
}
|
|
3794
5808
|
}
|
|
3795
5809
|
},
|
|
3796
|
-
"
|
|
5810
|
+
"TonSignTx": {
|
|
3797
5811
|
"fields": {
|
|
3798
5812
|
"address_n": {
|
|
3799
5813
|
"rule": "repeated",
|
|
@@ -3807,74 +5821,43 @@
|
|
|
3807
5821
|
"type": "string",
|
|
3808
5822
|
"id": 2,
|
|
3809
5823
|
"options": {
|
|
3810
|
-
"default": "
|
|
5824
|
+
"default": "Ton"
|
|
3811
5825
|
}
|
|
3812
5826
|
},
|
|
3813
|
-
"
|
|
3814
|
-
"type": "
|
|
5827
|
+
"raw_tx": {
|
|
5828
|
+
"type": "bytes",
|
|
3815
5829
|
"id": 3
|
|
3816
5830
|
},
|
|
3817
|
-
"
|
|
3818
|
-
"type": "
|
|
5831
|
+
"expire_at": {
|
|
5832
|
+
"type": "uint32",
|
|
3819
5833
|
"id": 4
|
|
3820
5834
|
},
|
|
3821
|
-
"
|
|
3822
|
-
"type": "
|
|
5835
|
+
"seqno": {
|
|
5836
|
+
"type": "uint32",
|
|
3823
5837
|
"id": 5
|
|
3824
5838
|
},
|
|
3825
|
-
"
|
|
3826
|
-
"
|
|
3827
|
-
"type": "uint32",
|
|
5839
|
+
"workchain": {
|
|
5840
|
+
"type": "sint32",
|
|
3828
5841
|
"id": 6,
|
|
3829
5842
|
"options": {
|
|
3830
|
-
"
|
|
5843
|
+
"default": 0
|
|
3831
5844
|
}
|
|
3832
5845
|
},
|
|
3833
|
-
"
|
|
5846
|
+
"to_address": {
|
|
3834
5847
|
"type": "string",
|
|
3835
5848
|
"id": 7
|
|
3836
5849
|
},
|
|
3837
|
-
"
|
|
3838
|
-
"type": "
|
|
5850
|
+
"amount": {
|
|
5851
|
+
"type": "uint64",
|
|
3839
5852
|
"id": 8
|
|
3840
|
-
},
|
|
3841
|
-
"exchange_type": {
|
|
3842
|
-
"type": "ExchangeType",
|
|
3843
|
-
"id": 9
|
|
3844
|
-
}
|
|
3845
|
-
},
|
|
3846
|
-
"nested": {
|
|
3847
|
-
"ParentBlock": {
|
|
3848
|
-
"fields": {
|
|
3849
|
-
"parent_hash": {
|
|
3850
|
-
"type": "bytes",
|
|
3851
|
-
"id": 1
|
|
3852
|
-
},
|
|
3853
|
-
"link": {
|
|
3854
|
-
"type": "bytes",
|
|
3855
|
-
"id": 2
|
|
3856
|
-
},
|
|
3857
|
-
"representative": {
|
|
3858
|
-
"type": "string",
|
|
3859
|
-
"id": 4
|
|
3860
|
-
},
|
|
3861
|
-
"balance": {
|
|
3862
|
-
"type": "bytes",
|
|
3863
|
-
"id": 5
|
|
3864
|
-
}
|
|
3865
|
-
}
|
|
3866
5853
|
}
|
|
3867
5854
|
}
|
|
3868
5855
|
},
|
|
3869
|
-
"
|
|
5856
|
+
"TonSignedTx": {
|
|
3870
5857
|
"fields": {
|
|
3871
5858
|
"signature": {
|
|
3872
5859
|
"type": "bytes",
|
|
3873
5860
|
"id": 1
|
|
3874
|
-
},
|
|
3875
|
-
"block_hash": {
|
|
3876
|
-
"type": "bytes",
|
|
3877
|
-
"id": 2
|
|
3878
5861
|
}
|
|
3879
5862
|
}
|
|
3880
5863
|
}
|