@bithighlander/device-protocol 6.3.1 → 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.
Files changed (53) hide show
  1. package/lib/messages-binance_pb.d.ts +428 -0
  2. package/lib/messages-binance_pb.js +3238 -0
  3. package/lib/messages-binance_pb.js-e +3238 -0
  4. package/lib/messages-cosmos_pb.d.ts +466 -0
  5. package/lib/messages-cosmos_pb.js +3689 -0
  6. package/lib/messages-cosmos_pb.js-e +3689 -0
  7. package/lib/messages-eos_pb.js +1962 -1097
  8. package/lib/messages-eos_pb.js-e +8427 -0
  9. package/lib/messages-ethereum_pb.d.ts +530 -0
  10. package/lib/messages-ethereum_pb.js +4421 -0
  11. package/lib/messages-ethereum_pb.js-e +4421 -0
  12. package/lib/messages-mayachain_pb.d.ts +294 -0
  13. package/lib/messages-mayachain_pb.js +2325 -0
  14. package/lib/messages-mayachain_pb.js-e +2325 -0
  15. package/lib/messages-nano_pb.d.ts +0 -7
  16. package/lib/messages-nano_pb.js +366 -238
  17. package/lib/messages-nano_pb.js-e +1692 -0
  18. package/lib/messages-osmosis_pb.d.ts +762 -0
  19. package/lib/messages-osmosis_pb.js +6042 -0
  20. package/lib/messages-osmosis_pb.js-e +6042 -0
  21. package/lib/messages-ripple_pb.d.ts +173 -0
  22. package/lib/messages-ripple_pb.js +1377 -0
  23. package/lib/messages-ripple_pb.js-e +1377 -0
  24. package/lib/messages-solana_pb.d.ts +195 -0
  25. package/lib/messages-solana_pb.js +1578 -0
  26. package/lib/messages-solana_pb.js-e +1578 -0
  27. package/lib/messages-tendermint_pb.d.ts +526 -0
  28. package/lib/messages-tendermint_pb.js +4169 -0
  29. package/lib/messages-tendermint_pb.js-e +4169 -0
  30. package/lib/messages-thorchain_pb.d.ts +288 -0
  31. package/lib/messages-thorchain_pb.js +2277 -0
  32. package/lib/messages-thorchain_pb.js-e +2277 -0
  33. package/lib/messages-ton_pb.d.ts +175 -0
  34. package/lib/messages-ton_pb.js +1396 -0
  35. package/lib/messages-ton_pb.js-e +1396 -0
  36. package/lib/messages-tron_pb.d.ts +161 -0
  37. package/lib/messages-tron_pb.js +1300 -0
  38. package/lib/messages-tron_pb.js-e +1300 -0
  39. package/lib/messages-zcash_pb.d.ts +367 -0
  40. package/lib/messages-zcash_pb.js +3088 -0
  41. package/lib/messages-zcash_pb.js-e +3088 -0
  42. package/lib/messages_pb.d.ts +182 -230
  43. package/lib/messages_pb.js +6718 -5570
  44. package/lib/messages_pb.js-e +18219 -0
  45. package/lib/proto.json +2932 -731
  46. package/lib/types_pb.d.ts +11 -61
  47. package/lib/types_pb.js +1394 -1104
  48. package/lib/types_pb.js-e +6185 -0
  49. package/package.json +7 -5
  50. package/lib/.keep +0 -0
  51. package/lib/exchange_pb.d.ts +0 -249
  52. package/lib/exchange_pb.js +0 -1825
  53. 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": "KeepKeyMessageNano"
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
- "EXCHANGE": 3
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,52 +1542,22 @@
1690
1542
  "MessageType_EthereumSignMessage": 108,
1691
1543
  "MessageType_EthereumVerifyMessage": 109,
1692
1544
  "MessageType_EthereumMessageSignature": 110,
1693
- "MessageType_CardanoSignTx": 303,
1694
- "MessageType_CardanoTxRequest": 304,
1695
- "MessageType_CardanoGetPublicKey": 305,
1696
- "MessageType_CardanoPublicKey": 306,
1697
- "MessageType_CardanoGetAddress": 307,
1698
- "MessageType_CardanoAddress": 308,
1699
- "MessageType_CardanoTxAck": 309,
1700
- "MessageType_CardanoSignedTx": 310,
1701
- "MessageType_MoneroTransactionInitRequest": 501,
1702
- "MessageType_MoneroTransactionInitAck": 502,
1703
- "MessageType_MoneroTransactionSetInputRequest": 503,
1704
- "MessageType_MoneroTransactionSetInputAck": 504,
1705
- "MessageType_MoneroTransactionInputsPermutationRequest": 505,
1706
- "MessageType_MoneroTransactionInputsPermutationAck": 506,
1707
- "MessageType_MoneroTransactionInputViniRequest": 507,
1708
- "MessageType_MoneroTransactionInputViniAck": 508,
1709
- "MessageType_MoneroTransactionAllInputsSetRequest": 509,
1710
- "MessageType_MoneroTransactionAllInputsSetAck": 510,
1711
- "MessageType_MoneroTransactionSetOutputRequest": 511,
1712
- "MessageType_MoneroTransactionSetOutputAck": 512,
1713
- "MessageType_MoneroTransactionAllOutSetRequest": 513,
1714
- "MessageType_MoneroTransactionAllOutSetAck": 514,
1715
- "MessageType_MoneroTransactionSignInputRequest": 515,
1716
- "MessageType_MoneroTransactionSignInputAck": 516,
1717
- "MessageType_MoneroTransactionFinalRequest": 517,
1718
- "MessageType_MoneroTransactionFinalAck": 518,
1719
- "MessageType_MoneroKeyImageExportInitRequest": 530,
1720
- "MessageType_MoneroKeyImageExportInitAck": 531,
1721
- "MessageType_MoneroKeyImageSyncStepRequest": 532,
1722
- "MessageType_MoneroKeyImageSyncStepAck": 533,
1723
- "MessageType_MoneroKeyImageSyncFinalRequest": 534,
1724
- "MessageType_MoneroKeyImageSyncFinalAck": 535,
1725
- "MessageType_MoneroGetAddress": 540,
1726
- "MessageType_MoneroAddress": 541,
1727
- "MessageType_MoneroGetWatchKey": 542,
1728
- "MessageType_MoneroWatchKey": 543,
1729
- "MessageType_DebugMoneroDiagRequest": 546,
1730
- "MessageType_DebugMoneroDiagAck": 547,
1731
- "MessageType_MoneroGetTxKeyRequest": 550,
1732
- "MessageType_MoneroGetTxKeyAck": 551,
1733
- "MessageType_MoneroLiveRefreshStartRequest": 552,
1734
- "MessageType_MoneroLiveRefreshStartAck": 553,
1735
- "MessageType_MoneroLiveRefreshStepRequest": 554,
1736
- "MessageType_MoneroLiveRefreshStepAck": 555,
1737
- "MessageType_MoneroLiveRefreshFinalRequest": 556,
1738
- "MessageType_MoneroLiveRefreshFinalAck": 557,
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,
1739
1561
  "MessageType_EosGetPublicKey": 600,
1740
1562
  "MessageType_EosPublicKey": 601,
1741
1563
  "MessageType_EosSignTx": 602,
@@ -1746,38 +1568,82 @@
1746
1568
  "MessageType_NanoAddress": 701,
1747
1569
  "MessageType_NanoSignTx": 702,
1748
1570
  "MessageType_NanoSignedTx": 703,
1749
- "MessageType_BeamSignMessage": 802,
1750
- "MessageType_BeamSignature": 803,
1751
- "MessageType_BeamVerifyMessage": 804,
1752
- "MessageType_BeamGetPublicKey": 805,
1753
- "MessageType_BeamGetOwnerKey": 807,
1754
- "MessageType_BeamOwnerKey": 808,
1755
- "MessageType_BeamGenerateKey": 809,
1756
- "MessageType_BeamGenerateNonce": 810,
1757
- "MessageType_BeamECCPoint": 811,
1758
- "MessageType_BeamGenerateRangeproof": 812,
1759
- "MessageType_BeamRangeproofData": 813,
1760
- "MessageType_BeamSignTransaction": 814,
1761
- "MessageType_BeamSignedTransaction": 815,
1762
- "MessageType_BeamGetNoncePublic": 816,
1763
- "MessageType_BinanceGetAddress": 900,
1764
- "MessageType_BinanceAddress": 901,
1765
- "MessageType_BinanceGetPublicKey": 902,
1766
- "MessageType_BinancePublicKey": 903,
1767
- "MessageType_BinanceSignTx": 904,
1768
- "MessageType_BinanceTxRequest": 905,
1769
- "MessageType_BinanceTransferMsg": 906,
1770
- "MessageType_BinanceOrderMsg": 907,
1771
- "MessageType_BinanceCancelMsg": 908,
1772
- "MessageType_BinanceSignedTx": 909,
1773
- "MessageType_CosmosGetAddress": 1100,
1774
- "MessageType_CosmosAddress": 1101,
1775
- "MessageType_CosmosSignTx": 1102,
1776
- "MessageType_CosmosTxRequest": 1103,
1777
- "MessageType_CosmosTxAck": 1104,
1778
- "MessageType_CosmosSignMessage": 1105,
1779
- "MessageType_CosmosVerifyMessage": 1106,
1780
- "MessageType_CosmosMessageSignature": 1107
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
1781
1647
  }
1782
1648
  },
1783
1649
  "Initialize": {
@@ -1877,6 +1743,14 @@
1877
1743
  "no_backup": {
1878
1744
  "type": "bool",
1879
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
1880
1754
  }
1881
1755
  }
1882
1756
  },
@@ -1961,6 +1835,10 @@
1961
1835
  "passphrase_protection": {
1962
1836
  "type": "bool",
1963
1837
  "id": 4
1838
+ },
1839
+ "wipe_code_protection": {
1840
+ "type": "bool",
1841
+ "id": 5
1964
1842
  }
1965
1843
  }
1966
1844
  },
@@ -2520,6 +2398,29 @@
2520
2398
  }
2521
2399
  }
2522
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
+ },
2523
2424
  "SignTx": {
2524
2425
  "fields": {
2525
2426
  "outputs_count": {
@@ -2603,14 +2504,6 @@
2603
2504
  }
2604
2505
  }
2605
2506
  },
2606
- "EthereumTxAck": {
2607
- "fields": {
2608
- "data_chunk": {
2609
- "type": "bytes",
2610
- "id": 1
2611
- }
2612
- }
2613
- },
2614
2507
  "SignIdentity": {
2615
2508
  "fields": {
2616
2509
  "identity": {
@@ -2736,82 +2629,6 @@
2736
2629
  }
2737
2630
  }
2738
2631
  },
2739
- "CosmosSignTx": {
2740
- "fields": {
2741
- "address_n": {
2742
- "rule": "repeated",
2743
- "type": "uint32",
2744
- "id": 1,
2745
- "options": {
2746
- "packed": false
2747
- }
2748
- },
2749
- "nonce": {
2750
- "type": "bytes",
2751
- "id": 2
2752
- },
2753
- "gas_price": {
2754
- "type": "bytes",
2755
- "id": 3
2756
- },
2757
- "gas_limit": {
2758
- "type": "bytes",
2759
- "id": 4
2760
- },
2761
- "to": {
2762
- "type": "bytes",
2763
- "id": 5
2764
- },
2765
- "value": {
2766
- "type": "bytes",
2767
- "id": 6
2768
- },
2769
- "data_initial_chunk": {
2770
- "type": "bytes",
2771
- "id": 7
2772
- },
2773
- "data_length": {
2774
- "type": "uint32",
2775
- "id": 8
2776
- },
2777
- "to_address_n": {
2778
- "rule": "repeated",
2779
- "type": "uint32",
2780
- "id": 9,
2781
- "options": {
2782
- "packed": false
2783
- }
2784
- },
2785
- "address_type": {
2786
- "type": "OutputAddressType",
2787
- "id": 10
2788
- },
2789
- "exchange_type": {
2790
- "type": "ExchangeType",
2791
- "id": 11
2792
- },
2793
- "chain_id": {
2794
- "type": "uint32",
2795
- "id": 12
2796
- },
2797
- "token_value": {
2798
- "type": "bytes",
2799
- "id": 100
2800
- },
2801
- "token_to": {
2802
- "type": "bytes",
2803
- "id": 101
2804
- },
2805
- "token_shortcut": {
2806
- "type": "string",
2807
- "id": 102
2808
- },
2809
- "tx_type": {
2810
- "type": "uint32",
2811
- "id": 103
2812
- }
2813
- }
2814
- },
2815
2632
  "DebugLinkDecision": {
2816
2633
  "fields": {
2817
2634
  "yes_no": {
@@ -2906,14 +2723,15 @@
2906
2723
  "DebugLinkFillConfig": {
2907
2724
  "fields": {}
2908
2725
  },
2909
- "EosPublicKeyKind": {
2910
- "values": {
2911
- "EOS": 0,
2912
- "EOS_K1": 1,
2913
- "EOS_R1": 2
2914
- }
2915
- },
2916
- "EosGetPublicKey": {
2726
+ "ChangeWipeCode": {
2727
+ "fields": {
2728
+ "remove": {
2729
+ "type": "bool",
2730
+ "id": 1
2731
+ }
2732
+ }
2733
+ },
2734
+ "EthereumGetAddress": {
2917
2735
  "fields": {
2918
2736
  "address_n": {
2919
2737
  "rule": "repeated",
@@ -2926,26 +2744,23 @@
2926
2744
  "show_display": {
2927
2745
  "type": "bool",
2928
2746
  "id": 2
2929
- },
2930
- "kind": {
2931
- "type": "EosPublicKeyKind",
2932
- "id": 3
2933
2747
  }
2934
2748
  }
2935
2749
  },
2936
- "EosPublicKey": {
2750
+ "EthereumAddress": {
2937
2751
  "fields": {
2938
- "wif_public_key": {
2939
- "type": "string",
2752
+ "address": {
2753
+ "rule": "required",
2754
+ "type": "bytes",
2940
2755
  "id": 1
2941
2756
  },
2942
- "raw_public_key": {
2943
- "type": "bytes",
2757
+ "address_str": {
2758
+ "type": "string",
2944
2759
  "id": 2
2945
2760
  }
2946
2761
  }
2947
2762
  },
2948
- "EosSignTx": {
2763
+ "EthereumSignTx": {
2949
2764
  "fields": {
2950
2765
  "address_n": {
2951
2766
  "rule": "repeated",
@@ -2955,389 +2770,679 @@
2955
2770
  "packed": false
2956
2771
  }
2957
2772
  },
2958
- "chain_id": {
2773
+ "nonce": {
2959
2774
  "type": "bytes",
2960
2775
  "id": 2
2961
2776
  },
2962
- "header": {
2963
- "type": "EosTxHeader",
2777
+ "gas_price": {
2778
+ "type": "bytes",
2964
2779
  "id": 3
2965
2780
  },
2966
- "num_actions": {
2967
- "type": "uint32",
2781
+ "gas_limit": {
2782
+ "type": "bytes",
2968
2783
  "id": 4
2969
- }
2970
- }
2971
- },
2972
- "EosTxHeader": {
2973
- "fields": {
2974
- "expiration": {
2975
- "rule": "required",
2976
- "type": "uint32",
2977
- "id": 1
2978
2784
  },
2979
- "ref_block_num": {
2980
- "rule": "required",
2785
+ "to": {
2786
+ "type": "bytes",
2787
+ "id": 5
2788
+ },
2789
+ "value": {
2790
+ "type": "bytes",
2791
+ "id": 6
2792
+ },
2793
+ "data_initial_chunk": {
2794
+ "type": "bytes",
2795
+ "id": 7
2796
+ },
2797
+ "data_length": {
2981
2798
  "type": "uint32",
2982
- "id": 2
2799
+ "id": 8
2983
2800
  },
2984
- "ref_block_prefix": {
2985
- "rule": "required",
2801
+ "to_address_n": {
2802
+ "rule": "repeated",
2986
2803
  "type": "uint32",
2987
- "id": 3
2804
+ "id": 9,
2805
+ "options": {
2806
+ "packed": false
2807
+ }
2988
2808
  },
2989
- "max_net_usage_words": {
2990
- "rule": "required",
2809
+ "address_type": {
2810
+ "type": "OutputAddressType",
2811
+ "id": 10
2812
+ },
2813
+ "chain_id": {
2991
2814
  "type": "uint32",
2992
- "id": 4
2815
+ "id": 12
2993
2816
  },
2994
- "max_cpu_usage_ms": {
2995
- "rule": "required",
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
+ },
2825
+ "token_value": {
2826
+ "type": "bytes",
2827
+ "id": 100
2828
+ },
2829
+ "token_to": {
2830
+ "type": "bytes",
2831
+ "id": 101
2832
+ },
2833
+ "token_shortcut": {
2834
+ "type": "string",
2835
+ "id": 102
2836
+ },
2837
+ "tx_type": {
2996
2838
  "type": "uint32",
2997
- "id": 5
2839
+ "id": 103
2998
2840
  },
2999
- "delay_sec": {
3000
- "rule": "required",
2841
+ "type": {
3001
2842
  "type": "uint32",
3002
- "id": 6
2843
+ "id": 104
3003
2844
  }
3004
- }
3005
- },
3006
- "EosTxActionRequest": {
3007
- "fields": {}
3008
- },
3009
- "EosTxActionAck": {
2845
+ },
2846
+ "reserved": [
2847
+ [
2848
+ 11,
2849
+ 11
2850
+ ]
2851
+ ]
2852
+ },
2853
+ "EthereumTxRequest": {
3010
2854
  "fields": {
3011
- "common": {
3012
- "type": "EosActionCommon",
2855
+ "data_length": {
2856
+ "type": "uint32",
3013
2857
  "id": 1
3014
2858
  },
3015
- "transfer": {
3016
- "type": "EosActionTransfer",
2859
+ "signature_v": {
2860
+ "type": "uint32",
3017
2861
  "id": 2
3018
2862
  },
3019
- "delegate": {
3020
- "type": "EosActionDelegate",
2863
+ "signature_r": {
2864
+ "type": "bytes",
3021
2865
  "id": 3
3022
2866
  },
3023
- "undelegate": {
3024
- "type": "EosActionUndelegate",
2867
+ "signature_s": {
2868
+ "type": "bytes",
3025
2869
  "id": 4
3026
2870
  },
3027
- "refund": {
3028
- "type": "EosActionRefund",
2871
+ "hash": {
2872
+ "type": "bytes",
3029
2873
  "id": 5
3030
2874
  },
3031
- "buy_ram": {
3032
- "type": "EosActionBuyRam",
2875
+ "signature_der": {
2876
+ "type": "bytes",
3033
2877
  "id": 6
3034
- },
3035
- "buy_ram_bytes": {
3036
- "type": "EosActionBuyRamBytes",
3037
- "id": 7
3038
- },
3039
- "sell_ram": {
3040
- "type": "EosActionSellRam",
3041
- "id": 8
3042
- },
3043
- "vote_producer": {
3044
- "type": "EosActionVoteProducer",
3045
- "id": 9
3046
- },
3047
- "update_auth": {
3048
- "type": "EosActionUpdateAuth",
3049
- "id": 10
3050
- },
3051
- "delete_auth": {
3052
- "type": "EosActionDeleteAuth",
3053
- "id": 11
3054
- },
3055
- "link_auth": {
3056
- "type": "EosActionLinkAuth",
3057
- "id": 12
3058
- },
3059
- "unlink_auth": {
3060
- "type": "EosActionUnlinkAuth",
3061
- "id": 13
3062
- },
3063
- "new_account": {
3064
- "type": "EosActionNewAccount",
3065
- "id": 14
3066
- },
3067
- "unknown": {
3068
- "type": "EosActionUnknown",
3069
- "id": 15
3070
2878
  }
3071
2879
  }
3072
2880
  },
3073
- "EosAsset": {
2881
+ "EthereumTxAck": {
3074
2882
  "fields": {
3075
- "amount": {
3076
- "type": "sint64",
3077
- "id": 1,
3078
- "options": {
3079
- "jstype": "JS_STRING"
3080
- }
3081
- },
3082
- "symbol": {
3083
- "type": "uint64",
3084
- "id": 2,
3085
- "options": {
3086
- "jstype": "JS_STRING"
3087
- }
2883
+ "data_chunk": {
2884
+ "type": "bytes",
2885
+ "id": 1
3088
2886
  }
3089
2887
  }
3090
2888
  },
3091
- "EosPermissionLevel": {
2889
+ "EthereumSignMessage": {
3092
2890
  "fields": {
3093
- "actor": {
3094
- "type": "uint64",
2891
+ "address_n": {
2892
+ "rule": "repeated",
2893
+ "type": "uint32",
3095
2894
  "id": 1,
3096
2895
  "options": {
3097
- "jstype": "JS_STRING"
2896
+ "packed": false
3098
2897
  }
3099
2898
  },
3100
- "permission": {
3101
- "type": "uint64",
3102
- "id": 2,
3103
- "options": {
3104
- "jstype": "JS_STRING"
3105
- }
2899
+ "message": {
2900
+ "rule": "required",
2901
+ "type": "bytes",
2902
+ "id": 2
3106
2903
  }
3107
2904
  }
3108
2905
  },
3109
- "EosAuthorizationKey": {
2906
+ "EthereumVerifyMessage": {
3110
2907
  "fields": {
3111
- "type": {
3112
- "type": "uint32",
2908
+ "address": {
2909
+ "type": "bytes",
3113
2910
  "id": 1
3114
2911
  },
3115
- "key": {
2912
+ "signature": {
3116
2913
  "type": "bytes",
3117
2914
  "id": 2
3118
2915
  },
3119
- "weight": {
3120
- "type": "uint32",
2916
+ "message": {
2917
+ "type": "bytes",
3121
2918
  "id": 3
3122
- },
3123
- "address_n": {
3124
- "rule": "repeated",
3125
- "type": "uint32",
3126
- "id": 4,
3127
- "options": {
3128
- "packed": false
3129
- }
3130
2919
  }
3131
2920
  }
3132
2921
  },
3133
- "EosAuthorizationAccount": {
2922
+ "EthereumMessageSignature": {
3134
2923
  "fields": {
3135
- "account": {
3136
- "type": "EosPermissionLevel",
2924
+ "address": {
2925
+ "type": "bytes",
3137
2926
  "id": 1
3138
2927
  },
3139
- "weight": {
3140
- "type": "uint32",
2928
+ "signature": {
2929
+ "type": "bytes",
3141
2930
  "id": 2
3142
2931
  }
3143
2932
  }
3144
2933
  },
3145
- "EosAuthorizationWait": {
2934
+ "EthereumSignTypedHash": {
3146
2935
  "fields": {
3147
- "wait_sec": {
2936
+ "address_n": {
2937
+ "rule": "repeated",
3148
2938
  "type": "uint32",
3149
- "id": 1
2939
+ "id": 1,
2940
+ "options": {
2941
+ "packed": false
2942
+ }
3150
2943
  },
3151
- "weight": {
3152
- "type": "uint32",
2944
+ "domain_separator_hash": {
2945
+ "rule": "required",
2946
+ "type": "bytes",
3153
2947
  "id": 2
2948
+ },
2949
+ "message_hash": {
2950
+ "type": "bytes",
2951
+ "id": 3
3154
2952
  }
3155
2953
  }
3156
2954
  },
3157
- "EosAuthorization": {
2955
+ "EthereumTypedDataSignature": {
3158
2956
  "fields": {
3159
- "threshold": {
3160
- "type": "uint32",
2957
+ "signature": {
2958
+ "rule": "required",
2959
+ "type": "bytes",
3161
2960
  "id": 1
3162
2961
  },
3163
- "keys": {
3164
- "rule": "repeated",
3165
- "type": "EosAuthorizationKey",
2962
+ "address": {
2963
+ "rule": "required",
2964
+ "type": "string",
3166
2965
  "id": 2
3167
2966
  },
3168
- "accounts": {
3169
- "rule": "repeated",
3170
- "type": "EosAuthorizationAccount",
2967
+ "domain_separator_hash": {
2968
+ "type": "bytes",
3171
2969
  "id": 3
3172
2970
  },
3173
- "waits": {
3174
- "rule": "repeated",
3175
- "type": "EosAuthorizationWait",
2971
+ "has_msg_hash": {
2972
+ "rule": "required",
2973
+ "type": "bool",
3176
2974
  "id": 4
2975
+ },
2976
+ "message_hash": {
2977
+ "type": "bytes",
2978
+ "id": 5
3177
2979
  }
3178
2980
  }
3179
2981
  },
3180
- "EosActionCommon": {
2982
+ "Ethereum712TypesValues": {
3181
2983
  "fields": {
3182
- "account": {
3183
- "type": "uint64",
2984
+ "address_n": {
2985
+ "rule": "repeated",
2986
+ "type": "uint32",
3184
2987
  "id": 1,
3185
2988
  "options": {
3186
- "jstype": "JS_STRING"
2989
+ "packed": false
3187
2990
  }
3188
2991
  },
3189
- "name": {
3190
- "type": "uint64",
3191
- "id": 2,
3192
- "options": {
3193
- "jstype": "JS_STRING"
3194
- }
2992
+ "eip712types": {
2993
+ "rule": "required",
2994
+ "type": "string",
2995
+ "id": 2
3195
2996
  },
3196
- "authorization": {
3197
- "rule": "repeated",
3198
- "type": "EosPermissionLevel",
2997
+ "eip712primetype": {
2998
+ "rule": "required",
2999
+ "type": "string",
3199
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
3200
3011
  }
3201
3012
  }
3202
3013
  },
3203
- "EosActionTransfer": {
3014
+ "EosPublicKeyKind": {
3015
+ "values": {
3016
+ "EOS": 0,
3017
+ "EOS_K1": 1,
3018
+ "EOS_R1": 2
3019
+ }
3020
+ },
3021
+ "EosGetPublicKey": {
3204
3022
  "fields": {
3205
- "sender": {
3206
- "type": "uint64",
3023
+ "address_n": {
3024
+ "rule": "repeated",
3025
+ "type": "uint32",
3207
3026
  "id": 1,
3208
3027
  "options": {
3209
- "jstype": "JS_STRING"
3028
+ "packed": false
3210
3029
  }
3211
3030
  },
3212
- "receiver": {
3213
- "type": "uint64",
3214
- "id": 2,
3215
- "options": {
3216
- "jstype": "JS_STRING"
3217
- }
3031
+ "show_display": {
3032
+ "type": "bool",
3033
+ "id": 2
3218
3034
  },
3219
- "quantity": {
3220
- "type": "EosAsset",
3035
+ "kind": {
3036
+ "type": "EosPublicKeyKind",
3221
3037
  "id": 3
3222
- },
3223
- "memo": {
3038
+ }
3039
+ }
3040
+ },
3041
+ "EosPublicKey": {
3042
+ "fields": {
3043
+ "wif_public_key": {
3224
3044
  "type": "string",
3225
- "id": 4
3045
+ "id": 1
3046
+ },
3047
+ "raw_public_key": {
3048
+ "type": "bytes",
3049
+ "id": 2
3226
3050
  }
3227
3051
  }
3228
3052
  },
3229
- "EosActionDelegate": {
3053
+ "EosSignTx": {
3230
3054
  "fields": {
3231
- "sender": {
3232
- "type": "uint64",
3055
+ "address_n": {
3056
+ "rule": "repeated",
3057
+ "type": "uint32",
3233
3058
  "id": 1,
3234
3059
  "options": {
3235
- "jstype": "JS_STRING"
3060
+ "packed": false
3236
3061
  }
3237
3062
  },
3238
- "receiver": {
3239
- "type": "uint64",
3240
- "id": 2,
3241
- "options": {
3242
- "jstype": "JS_STRING"
3243
- }
3063
+ "chain_id": {
3064
+ "type": "bytes",
3065
+ "id": 2
3244
3066
  },
3245
- "net_quantity": {
3246
- "type": "EosAsset",
3067
+ "header": {
3068
+ "type": "EosTxHeader",
3247
3069
  "id": 3
3248
3070
  },
3249
- "cpu_quantity": {
3250
- "type": "EosAsset",
3071
+ "num_actions": {
3072
+ "type": "uint32",
3251
3073
  "id": 4
3252
- },
3253
- "transfer": {
3254
- "type": "bool",
3255
- "id": 5
3256
3074
  }
3257
3075
  }
3258
3076
  },
3259
- "EosActionUndelegate": {
3077
+ "EosTxHeader": {
3260
3078
  "fields": {
3261
- "sender": {
3262
- "type": "uint64",
3263
- "id": 1,
3264
- "options": {
3265
- "jstype": "JS_STRING"
3266
- }
3079
+ "expiration": {
3080
+ "rule": "required",
3081
+ "type": "uint32",
3082
+ "id": 1
3267
3083
  },
3268
- "receiver": {
3269
- "type": "uint64",
3270
- "id": 2,
3271
- "options": {
3272
- "jstype": "JS_STRING"
3273
- }
3084
+ "ref_block_num": {
3085
+ "rule": "required",
3086
+ "type": "uint32",
3087
+ "id": 2
3274
3088
  },
3275
- "net_quantity": {
3276
- "type": "EosAsset",
3089
+ "ref_block_prefix": {
3090
+ "rule": "required",
3091
+ "type": "uint32",
3277
3092
  "id": 3
3278
3093
  },
3279
- "cpu_quantity": {
3280
- "type": "EosAsset",
3094
+ "max_net_usage_words": {
3095
+ "rule": "required",
3096
+ "type": "uint32",
3281
3097
  "id": 4
3098
+ },
3099
+ "max_cpu_usage_ms": {
3100
+ "rule": "required",
3101
+ "type": "uint32",
3102
+ "id": 5
3103
+ },
3104
+ "delay_sec": {
3105
+ "rule": "required",
3106
+ "type": "uint32",
3107
+ "id": 6
3282
3108
  }
3283
3109
  }
3284
3110
  },
3285
- "EosActionRefund": {
3111
+ "EosTxActionRequest": {
3112
+ "fields": {}
3113
+ },
3114
+ "EosTxActionAck": {
3286
3115
  "fields": {
3287
- "owner": {
3288
- "type": "uint64",
3289
- "id": 1,
3290
- "options": {
3291
- "jstype": "JS_STRING"
3292
- }
3116
+ "common": {
3117
+ "type": "EosActionCommon",
3118
+ "id": 1
3119
+ },
3120
+ "transfer": {
3121
+ "type": "EosActionTransfer",
3122
+ "id": 2
3123
+ },
3124
+ "delegate": {
3125
+ "type": "EosActionDelegate",
3126
+ "id": 3
3127
+ },
3128
+ "undelegate": {
3129
+ "type": "EosActionUndelegate",
3130
+ "id": 4
3131
+ },
3132
+ "refund": {
3133
+ "type": "EosActionRefund",
3134
+ "id": 5
3135
+ },
3136
+ "buy_ram": {
3137
+ "type": "EosActionBuyRam",
3138
+ "id": 6
3139
+ },
3140
+ "buy_ram_bytes": {
3141
+ "type": "EosActionBuyRamBytes",
3142
+ "id": 7
3143
+ },
3144
+ "sell_ram": {
3145
+ "type": "EosActionSellRam",
3146
+ "id": 8
3147
+ },
3148
+ "vote_producer": {
3149
+ "type": "EosActionVoteProducer",
3150
+ "id": 9
3151
+ },
3152
+ "update_auth": {
3153
+ "type": "EosActionUpdateAuth",
3154
+ "id": 10
3155
+ },
3156
+ "delete_auth": {
3157
+ "type": "EosActionDeleteAuth",
3158
+ "id": 11
3159
+ },
3160
+ "link_auth": {
3161
+ "type": "EosActionLinkAuth",
3162
+ "id": 12
3163
+ },
3164
+ "unlink_auth": {
3165
+ "type": "EosActionUnlinkAuth",
3166
+ "id": 13
3167
+ },
3168
+ "new_account": {
3169
+ "type": "EosActionNewAccount",
3170
+ "id": 14
3171
+ },
3172
+ "unknown": {
3173
+ "type": "EosActionUnknown",
3174
+ "id": 15
3293
3175
  }
3294
3176
  }
3295
3177
  },
3296
- "EosActionBuyRam": {
3178
+ "EosAsset": {
3297
3179
  "fields": {
3298
- "payer": {
3299
- "type": "uint64",
3180
+ "amount": {
3181
+ "type": "sint64",
3300
3182
  "id": 1,
3301
3183
  "options": {
3302
3184
  "jstype": "JS_STRING"
3303
3185
  }
3304
3186
  },
3305
- "receiver": {
3187
+ "symbol": {
3306
3188
  "type": "uint64",
3307
3189
  "id": 2,
3308
3190
  "options": {
3309
3191
  "jstype": "JS_STRING"
3310
3192
  }
3311
- },
3312
- "quantity": {
3313
- "type": "EosAsset",
3314
- "id": 3
3315
3193
  }
3316
3194
  }
3317
3195
  },
3318
- "EosActionBuyRamBytes": {
3196
+ "EosPermissionLevel": {
3319
3197
  "fields": {
3320
- "payer": {
3198
+ "actor": {
3321
3199
  "type": "uint64",
3322
3200
  "id": 1,
3323
3201
  "options": {
3324
3202
  "jstype": "JS_STRING"
3325
3203
  }
3326
3204
  },
3327
- "receiver": {
3205
+ "permission": {
3328
3206
  "type": "uint64",
3329
3207
  "id": 2,
3330
3208
  "options": {
3331
3209
  "jstype": "JS_STRING"
3332
3210
  }
3333
- },
3334
- "bytes": {
3335
- "type": "uint32",
3336
- "id": 3
3337
3211
  }
3338
3212
  }
3339
3213
  },
3340
- "EosActionSellRam": {
3214
+ "EosAuthorizationKey": {
3215
+ "fields": {
3216
+ "type": {
3217
+ "type": "uint32",
3218
+ "id": 1
3219
+ },
3220
+ "key": {
3221
+ "type": "bytes",
3222
+ "id": 2
3223
+ },
3224
+ "weight": {
3225
+ "type": "uint32",
3226
+ "id": 3
3227
+ },
3228
+ "address_n": {
3229
+ "rule": "repeated",
3230
+ "type": "uint32",
3231
+ "id": 4,
3232
+ "options": {
3233
+ "packed": false
3234
+ }
3235
+ }
3236
+ }
3237
+ },
3238
+ "EosAuthorizationAccount": {
3239
+ "fields": {
3240
+ "account": {
3241
+ "type": "EosPermissionLevel",
3242
+ "id": 1
3243
+ },
3244
+ "weight": {
3245
+ "type": "uint32",
3246
+ "id": 2
3247
+ }
3248
+ }
3249
+ },
3250
+ "EosAuthorizationWait": {
3251
+ "fields": {
3252
+ "wait_sec": {
3253
+ "type": "uint32",
3254
+ "id": 1
3255
+ },
3256
+ "weight": {
3257
+ "type": "uint32",
3258
+ "id": 2
3259
+ }
3260
+ }
3261
+ },
3262
+ "EosAuthorization": {
3263
+ "fields": {
3264
+ "threshold": {
3265
+ "type": "uint32",
3266
+ "id": 1
3267
+ },
3268
+ "keys": {
3269
+ "rule": "repeated",
3270
+ "type": "EosAuthorizationKey",
3271
+ "id": 2
3272
+ },
3273
+ "accounts": {
3274
+ "rule": "repeated",
3275
+ "type": "EosAuthorizationAccount",
3276
+ "id": 3
3277
+ },
3278
+ "waits": {
3279
+ "rule": "repeated",
3280
+ "type": "EosAuthorizationWait",
3281
+ "id": 4
3282
+ }
3283
+ }
3284
+ },
3285
+ "EosActionCommon": {
3286
+ "fields": {
3287
+ "account": {
3288
+ "type": "uint64",
3289
+ "id": 1,
3290
+ "options": {
3291
+ "jstype": "JS_STRING"
3292
+ }
3293
+ },
3294
+ "name": {
3295
+ "type": "uint64",
3296
+ "id": 2,
3297
+ "options": {
3298
+ "jstype": "JS_STRING"
3299
+ }
3300
+ },
3301
+ "authorization": {
3302
+ "rule": "repeated",
3303
+ "type": "EosPermissionLevel",
3304
+ "id": 3
3305
+ }
3306
+ }
3307
+ },
3308
+ "EosActionTransfer": {
3309
+ "fields": {
3310
+ "sender": {
3311
+ "type": "uint64",
3312
+ "id": 1,
3313
+ "options": {
3314
+ "jstype": "JS_STRING"
3315
+ }
3316
+ },
3317
+ "receiver": {
3318
+ "type": "uint64",
3319
+ "id": 2,
3320
+ "options": {
3321
+ "jstype": "JS_STRING"
3322
+ }
3323
+ },
3324
+ "quantity": {
3325
+ "type": "EosAsset",
3326
+ "id": 3
3327
+ },
3328
+ "memo": {
3329
+ "type": "string",
3330
+ "id": 4
3331
+ }
3332
+ }
3333
+ },
3334
+ "EosActionDelegate": {
3335
+ "fields": {
3336
+ "sender": {
3337
+ "type": "uint64",
3338
+ "id": 1,
3339
+ "options": {
3340
+ "jstype": "JS_STRING"
3341
+ }
3342
+ },
3343
+ "receiver": {
3344
+ "type": "uint64",
3345
+ "id": 2,
3346
+ "options": {
3347
+ "jstype": "JS_STRING"
3348
+ }
3349
+ },
3350
+ "net_quantity": {
3351
+ "type": "EosAsset",
3352
+ "id": 3
3353
+ },
3354
+ "cpu_quantity": {
3355
+ "type": "EosAsset",
3356
+ "id": 4
3357
+ },
3358
+ "transfer": {
3359
+ "type": "bool",
3360
+ "id": 5
3361
+ }
3362
+ }
3363
+ },
3364
+ "EosActionUndelegate": {
3365
+ "fields": {
3366
+ "sender": {
3367
+ "type": "uint64",
3368
+ "id": 1,
3369
+ "options": {
3370
+ "jstype": "JS_STRING"
3371
+ }
3372
+ },
3373
+ "receiver": {
3374
+ "type": "uint64",
3375
+ "id": 2,
3376
+ "options": {
3377
+ "jstype": "JS_STRING"
3378
+ }
3379
+ },
3380
+ "net_quantity": {
3381
+ "type": "EosAsset",
3382
+ "id": 3
3383
+ },
3384
+ "cpu_quantity": {
3385
+ "type": "EosAsset",
3386
+ "id": 4
3387
+ }
3388
+ }
3389
+ },
3390
+ "EosActionRefund": {
3391
+ "fields": {
3392
+ "owner": {
3393
+ "type": "uint64",
3394
+ "id": 1,
3395
+ "options": {
3396
+ "jstype": "JS_STRING"
3397
+ }
3398
+ }
3399
+ }
3400
+ },
3401
+ "EosActionBuyRam": {
3402
+ "fields": {
3403
+ "payer": {
3404
+ "type": "uint64",
3405
+ "id": 1,
3406
+ "options": {
3407
+ "jstype": "JS_STRING"
3408
+ }
3409
+ },
3410
+ "receiver": {
3411
+ "type": "uint64",
3412
+ "id": 2,
3413
+ "options": {
3414
+ "jstype": "JS_STRING"
3415
+ }
3416
+ },
3417
+ "quantity": {
3418
+ "type": "EosAsset",
3419
+ "id": 3
3420
+ }
3421
+ }
3422
+ },
3423
+ "EosActionBuyRamBytes": {
3424
+ "fields": {
3425
+ "payer": {
3426
+ "type": "uint64",
3427
+ "id": 1,
3428
+ "options": {
3429
+ "jstype": "JS_STRING"
3430
+ }
3431
+ },
3432
+ "receiver": {
3433
+ "type": "uint64",
3434
+ "id": 2,
3435
+ "options": {
3436
+ "jstype": "JS_STRING"
3437
+ }
3438
+ },
3439
+ "bytes": {
3440
+ "type": "uint32",
3441
+ "id": 3
3442
+ }
3443
+ }
3444
+ },
3445
+ "EosActionSellRam": {
3341
3446
  "fields": {
3342
3447
  "account": {
3343
3448
  "type": "uint64",
@@ -3384,167 +3489,2269 @@
3384
3489
  },
3385
3490
  "EosActionUpdateAuth": {
3386
3491
  "fields": {
3387
- "account": {
3388
- "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",
3389
5572
  "id": 1,
3390
5573
  "options": {
3391
- "jstype": "JS_STRING"
5574
+ "packed": false
3392
5575
  }
3393
5576
  },
3394
- "permission": {
3395
- "type": "uint64",
5577
+ "coin_name": {
5578
+ "type": "string",
3396
5579
  "id": 2,
3397
5580
  "options": {
3398
- "jstype": "JS_STRING"
3399
- }
3400
- },
3401
- "parent": {
3402
- "type": "uint64",
3403
- "id": 3,
3404
- "options": {
3405
- "jstype": "JS_STRING"
5581
+ "default": "Solana"
3406
5582
  }
3407
5583
  },
3408
- "auth": {
3409
- "type": "EosAuthorization",
3410
- "id": 4
5584
+ "show_display": {
5585
+ "type": "bool",
5586
+ "id": 3
3411
5587
  }
3412
5588
  }
3413
5589
  },
3414
- "EosActionDeleteAuth": {
5590
+ "SolanaAddress": {
3415
5591
  "fields": {
3416
- "account": {
3417
- "type": "uint64",
5592
+ "address": {
5593
+ "type": "string",
5594
+ "id": 1
5595
+ }
5596
+ }
5597
+ },
5598
+ "SolanaSignTx": {
5599
+ "fields": {
5600
+ "address_n": {
5601
+ "rule": "repeated",
5602
+ "type": "uint32",
3418
5603
  "id": 1,
3419
5604
  "options": {
3420
- "jstype": "JS_STRING"
5605
+ "packed": false
3421
5606
  }
3422
5607
  },
3423
- "permission": {
3424
- "type": "uint64",
5608
+ "coin_name": {
5609
+ "type": "string",
3425
5610
  "id": 2,
3426
5611
  "options": {
3427
- "jstype": "JS_STRING"
5612
+ "default": "Solana"
3428
5613
  }
5614
+ },
5615
+ "raw_tx": {
5616
+ "type": "bytes",
5617
+ "id": 3
3429
5618
  }
3430
5619
  }
3431
5620
  },
3432
- "EosActionLinkAuth": {
5621
+ "SolanaSignedTx": {
3433
5622
  "fields": {
3434
- "account": {
3435
- "type": "uint64",
5623
+ "signature": {
5624
+ "type": "bytes",
5625
+ "id": 1
5626
+ }
5627
+ }
5628
+ },
5629
+ "SolanaSignMessage": {
5630
+ "fields": {
5631
+ "address_n": {
5632
+ "rule": "repeated",
5633
+ "type": "uint32",
3436
5634
  "id": 1,
3437
5635
  "options": {
3438
- "jstype": "JS_STRING"
5636
+ "packed": false
3439
5637
  }
3440
5638
  },
3441
- "code": {
3442
- "type": "uint64",
5639
+ "coin_name": {
5640
+ "type": "string",
3443
5641
  "id": 2,
3444
5642
  "options": {
3445
- "jstype": "JS_STRING"
5643
+ "default": "Solana"
3446
5644
  }
3447
5645
  },
3448
- "type": {
3449
- "type": "uint64",
3450
- "id": 3,
3451
- "options": {
3452
- "jstype": "JS_STRING"
3453
- }
5646
+ "message": {
5647
+ "type": "bytes",
5648
+ "id": 3
3454
5649
  },
3455
- "requirement": {
3456
- "type": "uint64",
3457
- "id": 4,
3458
- "options": {
3459
- "jstype": "JS_STRING"
3460
- }
5650
+ "show_display": {
5651
+ "type": "bool",
5652
+ "id": 4
3461
5653
  }
3462
5654
  }
3463
5655
  },
3464
- "EosActionUnlinkAuth": {
5656
+ "SolanaMessageSignature": {
3465
5657
  "fields": {
3466
- "account": {
3467
- "type": "uint64",
3468
- "id": 1,
3469
- "options": {
3470
- "jstype": "JS_STRING"
3471
- }
3472
- },
3473
- "code": {
3474
- "type": "uint64",
3475
- "id": 2,
3476
- "options": {
3477
- "jstype": "JS_STRING"
3478
- }
5658
+ "public_key": {
5659
+ "type": "bytes",
5660
+ "id": 1
3479
5661
  },
3480
- "type": {
3481
- "type": "uint64",
3482
- "id": 3,
3483
- "options": {
3484
- "jstype": "JS_STRING"
3485
- }
5662
+ "signature": {
5663
+ "type": "bytes",
5664
+ "id": 2
3486
5665
  }
3487
5666
  }
3488
5667
  },
3489
- "EosActionNewAccount": {
5668
+ "TronGetAddress": {
3490
5669
  "fields": {
3491
- "creator": {
3492
- "type": "uint64",
5670
+ "address_n": {
5671
+ "rule": "repeated",
5672
+ "type": "uint32",
3493
5673
  "id": 1,
3494
5674
  "options": {
3495
- "jstype": "JS_STRING"
5675
+ "packed": false
3496
5676
  }
3497
5677
  },
3498
- "name": {
3499
- "type": "uint64",
5678
+ "coin_name": {
5679
+ "type": "string",
3500
5680
  "id": 2,
3501
5681
  "options": {
3502
- "jstype": "JS_STRING"
5682
+ "default": "Tron"
3503
5683
  }
3504
5684
  },
3505
- "owner": {
3506
- "type": "EosAuthorization",
5685
+ "show_display": {
5686
+ "type": "bool",
3507
5687
  "id": 3
3508
- },
3509
- "active": {
3510
- "type": "EosAuthorization",
3511
- "id": 4
3512
5688
  }
3513
5689
  }
3514
5690
  },
3515
- "EosActionUnknown": {
5691
+ "TronAddress": {
3516
5692
  "fields": {
3517
- "data_size": {
3518
- "type": "uint32",
5693
+ "address": {
5694
+ "type": "string",
3519
5695
  "id": 1
3520
- },
3521
- "data_chunk": {
3522
- "type": "bytes",
3523
- "id": 2
3524
5696
  }
3525
5697
  }
3526
5698
  },
3527
- "EosSignedTx": {
5699
+ "TronSignTx": {
3528
5700
  "fields": {
3529
- "signature_v": {
5701
+ "address_n": {
5702
+ "rule": "repeated",
3530
5703
  "type": "uint32",
3531
- "id": 1
5704
+ "id": 1,
5705
+ "options": {
5706
+ "packed": false
5707
+ }
3532
5708
  },
3533
- "signature_r": {
3534
- "type": "bytes",
3535
- "id": 2
5709
+ "coin_name": {
5710
+ "type": "string",
5711
+ "id": 2,
5712
+ "options": {
5713
+ "default": "Tron"
5714
+ }
3536
5715
  },
3537
- "signature_s": {
5716
+ "raw_data": {
3538
5717
  "type": "bytes",
3539
5718
  "id": 3
3540
5719
  },
3541
- "hash": {
5720
+ "ref_block_bytes": {
3542
5721
  "type": "bytes",
3543
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
3544
5743
  }
3545
5744
  }
3546
5745
  },
3547
- "NanoGetAddress": {
5746
+ "TronSignedTx": {
5747
+ "fields": {
5748
+ "signature": {
5749
+ "type": "bytes",
5750
+ "id": 1
5751
+ }
5752
+ }
5753
+ },
5754
+ "TonGetAddress": {
3548
5755
  "fields": {
3549
5756
  "address_n": {
3550
5757
  "rule": "repeated",
@@ -3558,24 +5765,49 @@
3558
5765
  "type": "string",
3559
5766
  "id": 2,
3560
5767
  "options": {
3561
- "default": "Nano"
5768
+ "default": "Ton"
3562
5769
  }
3563
5770
  },
3564
5771
  "show_display": {
3565
5772
  "type": "bool",
3566
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
+ }
3567
5795
  }
3568
5796
  }
3569
5797
  },
3570
- "NanoAddress": {
5798
+ "TonAddress": {
3571
5799
  "fields": {
3572
5800
  "address": {
3573
5801
  "type": "string",
3574
5802
  "id": 1
5803
+ },
5804
+ "raw_address": {
5805
+ "type": "string",
5806
+ "id": 2
3575
5807
  }
3576
5808
  }
3577
5809
  },
3578
- "NanoSignTx": {
5810
+ "TonSignTx": {
3579
5811
  "fields": {
3580
5812
  "address_n": {
3581
5813
  "rule": "repeated",
@@ -3589,74 +5821,43 @@
3589
5821
  "type": "string",
3590
5822
  "id": 2,
3591
5823
  "options": {
3592
- "default": "Nano"
5824
+ "default": "Ton"
3593
5825
  }
3594
5826
  },
3595
- "parent_block": {
3596
- "type": "ParentBlock",
5827
+ "raw_tx": {
5828
+ "type": "bytes",
3597
5829
  "id": 3
3598
5830
  },
3599
- "link_hash": {
3600
- "type": "bytes",
5831
+ "expire_at": {
5832
+ "type": "uint32",
3601
5833
  "id": 4
3602
5834
  },
3603
- "link_recipient": {
3604
- "type": "string",
5835
+ "seqno": {
5836
+ "type": "uint32",
3605
5837
  "id": 5
3606
5838
  },
3607
- "link_recipient_n": {
3608
- "rule": "repeated",
3609
- "type": "uint32",
5839
+ "workchain": {
5840
+ "type": "sint32",
3610
5841
  "id": 6,
3611
5842
  "options": {
3612
- "packed": false
5843
+ "default": 0
3613
5844
  }
3614
5845
  },
3615
- "representative": {
5846
+ "to_address": {
3616
5847
  "type": "string",
3617
5848
  "id": 7
3618
5849
  },
3619
- "balance": {
3620
- "type": "bytes",
5850
+ "amount": {
5851
+ "type": "uint64",
3621
5852
  "id": 8
3622
- },
3623
- "exchange_type": {
3624
- "type": "ExchangeType",
3625
- "id": 9
3626
- }
3627
- },
3628
- "nested": {
3629
- "ParentBlock": {
3630
- "fields": {
3631
- "parent_hash": {
3632
- "type": "bytes",
3633
- "id": 1
3634
- },
3635
- "link": {
3636
- "type": "bytes",
3637
- "id": 2
3638
- },
3639
- "representative": {
3640
- "type": "string",
3641
- "id": 4
3642
- },
3643
- "balance": {
3644
- "type": "bytes",
3645
- "id": 5
3646
- }
3647
- }
3648
5853
  }
3649
5854
  }
3650
5855
  },
3651
- "NanoSignedTx": {
5856
+ "TonSignedTx": {
3652
5857
  "fields": {
3653
5858
  "signature": {
3654
5859
  "type": "bytes",
3655
5860
  "id": 1
3656
- },
3657
- "block_hash": {
3658
- "type": "bytes",
3659
- "id": 2
3660
5861
  }
3661
5862
  }
3662
5863
  }