@keepkey/device-protocol 7.9.1 → 7.10.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/proto.json CHANGED
@@ -73,9 +73,14 @@
73
73
  "values": {
74
74
  "SPEND": 0,
75
75
  "TRANSFER": 1,
76
- "CHANGE": 2,
77
- "EXCHANGE": 3
78
- }
76
+ "CHANGE": 2
77
+ },
78
+ "reserved": [
79
+ [
80
+ 3,
81
+ 3
82
+ ]
83
+ ]
79
84
  },
80
85
  "ButtonRequestType": {
81
86
  "values": {
@@ -108,7 +113,6 @@
108
113
  "ButtonRequest_GetEntropy": 27,
109
114
  "ButtonRequest_SignMessage": 28,
110
115
  "ButtonRequest_ApplyPolicies": 29,
111
- "ButtonRequest_SignExchange": 30,
112
116
  "ButtonRequest_AutoLockDelayMs": 31,
113
117
  "ButtonRequest_U2FCounter": 32,
114
118
  "ButtonRequest_ConfirmEosAction": 33,
@@ -117,7 +121,13 @@
117
121
  "ButtonRequest_RemoveWipeCode": 36,
118
122
  "ButtonRequest_ChangeWipeCode": 37,
119
123
  "ButtonRequest_CreateWipeCode": 38
120
- }
124
+ },
125
+ "reserved": [
126
+ [
127
+ 30,
128
+ 30
129
+ ]
130
+ ]
121
131
  },
122
132
  "PinMatrixRequestType": {
123
133
  "values": {
@@ -378,15 +388,17 @@
378
388
  "type": "OutputAddressType",
379
389
  "id": 7
380
390
  },
381
- "exchange_type": {
382
- "type": "ExchangeType",
383
- "id": 8
384
- },
385
391
  "decred_script_version": {
386
392
  "type": "uint32",
387
393
  "id": 9
388
394
  }
389
- }
395
+ },
396
+ "reserved": [
397
+ [
398
+ 8,
399
+ 8
400
+ ]
401
+ ]
390
402
  },
391
403
  "TxOutputBinType": {
392
404
  "fields": {
@@ -553,51 +565,6 @@
553
565
  }
554
566
  }
555
567
  },
556
- "ExchangeType": {
557
- "fields": {
558
- "signed_exchange_response": {
559
- "type": "SignedExchangeResponse",
560
- "id": 1
561
- },
562
- "withdrawal_coin_name": {
563
- "type": "string",
564
- "id": 2,
565
- "options": {
566
- "default": "Bitcoin"
567
- }
568
- },
569
- "withdrawal_address_n": {
570
- "rule": "repeated",
571
- "type": "uint32",
572
- "id": 3,
573
- "options": {
574
- "packed": false
575
- }
576
- },
577
- "return_address_n": {
578
- "rule": "repeated",
579
- "type": "uint32",
580
- "id": 4,
581
- "options": {
582
- "packed": false
583
- }
584
- },
585
- "withdrawal_script_type": {
586
- "type": "InputScriptType",
587
- "id": 5,
588
- "options": {
589
- "default": "SPENDADDRESS"
590
- }
591
- },
592
- "return_script_type": {
593
- "type": "InputScriptType",
594
- "id": 6,
595
- "options": {
596
- "default": "SPENDADDRESS"
597
- }
598
- }
599
- }
600
- },
601
568
  "google": {
602
569
  "nested": {
603
570
  "protobuf": {
@@ -1495,91 +1462,6 @@
1495
1462
  }
1496
1463
  }
1497
1464
  },
1498
- "ExchangeAddress": {
1499
- "fields": {
1500
- "coin_type": {
1501
- "type": "string",
1502
- "id": 1
1503
- },
1504
- "address": {
1505
- "type": "string",
1506
- "id": 2
1507
- },
1508
- "dest_tag": {
1509
- "type": "string",
1510
- "id": 3
1511
- }
1512
- }
1513
- },
1514
- "OrderType": {
1515
- "values": {
1516
- "Precise": 0,
1517
- "Quick": 1
1518
- }
1519
- },
1520
- "ExchangeResponseV2": {
1521
- "fields": {
1522
- "deposit_address": {
1523
- "type": "ExchangeAddress",
1524
- "id": 1
1525
- },
1526
- "deposit_amount": {
1527
- "type": "bytes",
1528
- "id": 2
1529
- },
1530
- "expiration": {
1531
- "type": "int64",
1532
- "id": 3
1533
- },
1534
- "quoted_rate": {
1535
- "type": "bytes",
1536
- "id": 4
1537
- },
1538
- "withdrawal_address": {
1539
- "type": "ExchangeAddress",
1540
- "id": 5
1541
- },
1542
- "withdrawal_amount": {
1543
- "type": "bytes",
1544
- "id": 6
1545
- },
1546
- "return_address": {
1547
- "type": "ExchangeAddress",
1548
- "id": 7
1549
- },
1550
- "api_key": {
1551
- "type": "bytes",
1552
- "id": 8
1553
- },
1554
- "miner_fee": {
1555
- "type": "bytes",
1556
- "id": 9
1557
- },
1558
- "order_id": {
1559
- "type": "bytes",
1560
- "id": 10
1561
- },
1562
- "type": {
1563
- "type": "OrderType",
1564
- "id": 11,
1565
- "options": {
1566
- "default": "Precise"
1567
- }
1568
- }
1569
- }
1570
- },
1571
- "SignedExchangeResponse": {
1572
- "fields": {
1573
- "signature": {
1574
- "type": "bytes",
1575
- "id": 2
1576
- },
1577
- "responseV2": {
1578
- "type": "ExchangeResponseV2",
1579
- "id": 3
1580
- }
1581
- }
1582
- },
1583
1465
  "MessageType": {
1584
1466
  "values": {
1585
1467
  "MessageType_Initialize": 0,
@@ -1655,6 +1537,9 @@
1655
1537
  "MessageType_EthereumVerifyMessage": 109,
1656
1538
  "MessageType_EthereumMessageSignature": 110,
1657
1539
  "MessageType_ChangeWipeCode": 111,
1540
+ "MessageType_EthereumSignTypedHash": 112,
1541
+ "MessageType_EthereumTypedDataSignature": 113,
1542
+ "MessageType_Ethereum712TypesValues": 114,
1658
1543
  "MessageType_RippleGetAddress": 400,
1659
1544
  "MessageType_RippleAddress": 401,
1660
1545
  "MessageType_RippleSignTx": 402,
@@ -1722,7 +1607,7 @@
1722
1607
  "MessageType_OsmosisMsgLPRemove": 1111,
1723
1608
  "MessageType_OsmosisMsgLPStake": 1112,
1724
1609
  "MessageType_OsmosisMsgLPUnstake": 1113,
1725
- "MessageType_OsmosisMsgIBCTranfer": 1114,
1610
+ "MessageType_OsmosisMsgIBCTransfer": 1114,
1726
1611
  "MessageType_OsmosisMsgSwap": 1115,
1727
1612
  "MessageType_OsmosisSignedTx": 1116
1728
1613
  }
@@ -2089,22 +1974,6 @@
2089
1974
  }
2090
1975
  }
2091
1976
  },
2092
- "EthereumGetAddress": {
2093
- "fields": {
2094
- "address_n": {
2095
- "rule": "repeated",
2096
- "type": "uint32",
2097
- "id": 1,
2098
- "options": {
2099
- "packed": false
2100
- }
2101
- },
2102
- "show_display": {
2103
- "type": "bool",
2104
- "id": 2
2105
- }
2106
- }
2107
- },
2108
1977
  "Address": {
2109
1978
  "fields": {
2110
1979
  "address": {
@@ -2114,19 +1983,6 @@
2114
1983
  }
2115
1984
  }
2116
1985
  },
2117
- "EthereumAddress": {
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
1986
  "WipeDevice": {
2131
1987
  "fields": {}
2132
1988
  },
@@ -2591,237 +2447,68 @@
2591
2447
  }
2592
2448
  }
2593
2449
  },
2594
- "EthereumSignTx": {
2450
+ "SignIdentity": {
2595
2451
  "fields": {
2596
- "address_n": {
2597
- "rule": "repeated",
2598
- "type": "uint32",
2599
- "id": 1,
2600
- "options": {
2601
- "packed": false
2602
- }
2452
+ "identity": {
2453
+ "type": "IdentityType",
2454
+ "id": 1
2603
2455
  },
2604
- "nonce": {
2456
+ "challenge_hidden": {
2605
2457
  "type": "bytes",
2606
2458
  "id": 2
2607
2459
  },
2608
- "gas_price": {
2609
- "type": "bytes",
2460
+ "challenge_visual": {
2461
+ "type": "string",
2610
2462
  "id": 3
2611
2463
  },
2612
- "gas_limit": {
2613
- "type": "bytes",
2464
+ "ecdsa_curve_name": {
2465
+ "type": "string",
2614
2466
  "id": 4
2467
+ }
2468
+ }
2469
+ },
2470
+ "SignedIdentity": {
2471
+ "fields": {
2472
+ "address": {
2473
+ "type": "string",
2474
+ "id": 1
2615
2475
  },
2616
- "to": {
2617
- "type": "bytes",
2618
- "id": 5
2619
- },
2620
- "value": {
2476
+ "public_key": {
2621
2477
  "type": "bytes",
2622
- "id": 6
2478
+ "id": 2
2623
2479
  },
2624
- "data_initial_chunk": {
2480
+ "signature": {
2625
2481
  "type": "bytes",
2626
- "id": 7
2627
- },
2628
- "data_length": {
2629
- "type": "uint32",
2630
- "id": 8
2631
- },
2632
- "to_address_n": {
2482
+ "id": 3
2483
+ }
2484
+ }
2485
+ },
2486
+ "ApplyPolicies": {
2487
+ "fields": {
2488
+ "policy": {
2633
2489
  "rule": "repeated",
2634
- "type": "uint32",
2635
- "id": 9,
2636
- "options": {
2637
- "packed": false
2638
- }
2639
- },
2640
- "address_type": {
2641
- "type": "OutputAddressType",
2642
- "id": 10
2643
- },
2644
- "exchange_type": {
2645
- "type": "ExchangeType",
2646
- "id": 11
2647
- },
2648
- "chain_id": {
2649
- "type": "uint32",
2650
- "id": 12
2651
- },
2652
- "max_fee_per_gas": {
2653
- "type": "bytes",
2654
- "id": 13
2655
- },
2656
- "max_priority_fee_per_gas": {
2657
- "type": "bytes",
2658
- "id": 14
2659
- },
2660
- "token_value": {
2661
- "type": "bytes",
2662
- "id": 100
2663
- },
2664
- "token_to": {
2665
- "type": "bytes",
2666
- "id": 101
2667
- },
2668
- "token_shortcut": {
2669
- "type": "string",
2670
- "id": 102
2671
- },
2672
- "tx_type": {
2673
- "type": "uint32",
2674
- "id": 103
2675
- },
2676
- "type": {
2677
- "type": "uint32",
2678
- "id": 104
2490
+ "type": "PolicyType",
2491
+ "id": 1
2679
2492
  }
2680
2493
  }
2681
2494
  },
2682
- "EthereumTxRequest": {
2495
+ "FlashHash": {
2683
2496
  "fields": {
2684
- "data_length": {
2497
+ "address": {
2685
2498
  "type": "uint32",
2686
2499
  "id": 1
2687
2500
  },
2688
- "signature_v": {
2501
+ "length": {
2689
2502
  "type": "uint32",
2690
2503
  "id": 2
2691
2504
  },
2692
- "signature_r": {
2505
+ "challenge": {
2693
2506
  "type": "bytes",
2694
2507
  "id": 3
2695
- },
2696
- "signature_s": {
2697
- "type": "bytes",
2698
- "id": 4
2699
- },
2700
- "hash": {
2701
- "type": "bytes",
2702
- "id": 5
2703
- },
2704
- "signature_der": {
2705
- "type": "bytes",
2706
- "id": 6
2707
2508
  }
2708
2509
  }
2709
2510
  },
2710
- "EthereumTxAck": {
2711
- "fields": {
2712
- "data_chunk": {
2713
- "type": "bytes",
2714
- "id": 1
2715
- }
2716
- }
2717
- },
2718
- "EthereumSignMessage": {
2719
- "fields": {
2720
- "address_n": {
2721
- "rule": "repeated",
2722
- "type": "uint32",
2723
- "id": 1,
2724
- "options": {
2725
- "packed": false
2726
- }
2727
- },
2728
- "message": {
2729
- "rule": "required",
2730
- "type": "bytes",
2731
- "id": 2
2732
- }
2733
- }
2734
- },
2735
- "EthereumVerifyMessage": {
2736
- "fields": {
2737
- "address": {
2738
- "type": "bytes",
2739
- "id": 1
2740
- },
2741
- "signature": {
2742
- "type": "bytes",
2743
- "id": 2
2744
- },
2745
- "message": {
2746
- "type": "bytes",
2747
- "id": 3
2748
- }
2749
- }
2750
- },
2751
- "EthereumMessageSignature": {
2752
- "fields": {
2753
- "address": {
2754
- "type": "bytes",
2755
- "id": 1
2756
- },
2757
- "signature": {
2758
- "type": "bytes",
2759
- "id": 2
2760
- }
2761
- }
2762
- },
2763
- "SignIdentity": {
2764
- "fields": {
2765
- "identity": {
2766
- "type": "IdentityType",
2767
- "id": 1
2768
- },
2769
- "challenge_hidden": {
2770
- "type": "bytes",
2771
- "id": 2
2772
- },
2773
- "challenge_visual": {
2774
- "type": "string",
2775
- "id": 3
2776
- },
2777
- "ecdsa_curve_name": {
2778
- "type": "string",
2779
- "id": 4
2780
- }
2781
- }
2782
- },
2783
- "SignedIdentity": {
2784
- "fields": {
2785
- "address": {
2786
- "type": "string",
2787
- "id": 1
2788
- },
2789
- "public_key": {
2790
- "type": "bytes",
2791
- "id": 2
2792
- },
2793
- "signature": {
2794
- "type": "bytes",
2795
- "id": 3
2796
- }
2797
- }
2798
- },
2799
- "ApplyPolicies": {
2800
- "fields": {
2801
- "policy": {
2802
- "rule": "repeated",
2803
- "type": "PolicyType",
2804
- "id": 1
2805
- }
2806
- }
2807
- },
2808
- "FlashHash": {
2809
- "fields": {
2810
- "address": {
2811
- "type": "uint32",
2812
- "id": 1
2813
- },
2814
- "length": {
2815
- "type": "uint32",
2816
- "id": 2
2817
- },
2818
- "challenge": {
2819
- "type": "bytes",
2820
- "id": 3
2821
- }
2822
- }
2823
- },
2824
- "FlashWrite": {
2511
+ "FlashWrite": {
2825
2512
  "fields": {
2826
2513
  "address": {
2827
2514
  "type": "uint32",
@@ -2987,6 +2674,286 @@
2987
2674
  }
2988
2675
  }
2989
2676
  },
2677
+ "EthereumGetAddress": {
2678
+ "fields": {
2679
+ "address_n": {
2680
+ "rule": "repeated",
2681
+ "type": "uint32",
2682
+ "id": 1,
2683
+ "options": {
2684
+ "packed": false
2685
+ }
2686
+ },
2687
+ "show_display": {
2688
+ "type": "bool",
2689
+ "id": 2
2690
+ }
2691
+ }
2692
+ },
2693
+ "EthereumAddress": {
2694
+ "fields": {
2695
+ "address": {
2696
+ "rule": "required",
2697
+ "type": "bytes",
2698
+ "id": 1
2699
+ },
2700
+ "address_str": {
2701
+ "type": "string",
2702
+ "id": 2
2703
+ }
2704
+ }
2705
+ },
2706
+ "EthereumSignTx": {
2707
+ "fields": {
2708
+ "address_n": {
2709
+ "rule": "repeated",
2710
+ "type": "uint32",
2711
+ "id": 1,
2712
+ "options": {
2713
+ "packed": false
2714
+ }
2715
+ },
2716
+ "nonce": {
2717
+ "type": "bytes",
2718
+ "id": 2
2719
+ },
2720
+ "gas_price": {
2721
+ "type": "bytes",
2722
+ "id": 3
2723
+ },
2724
+ "gas_limit": {
2725
+ "type": "bytes",
2726
+ "id": 4
2727
+ },
2728
+ "to": {
2729
+ "type": "bytes",
2730
+ "id": 5
2731
+ },
2732
+ "value": {
2733
+ "type": "bytes",
2734
+ "id": 6
2735
+ },
2736
+ "data_initial_chunk": {
2737
+ "type": "bytes",
2738
+ "id": 7
2739
+ },
2740
+ "data_length": {
2741
+ "type": "uint32",
2742
+ "id": 8
2743
+ },
2744
+ "to_address_n": {
2745
+ "rule": "repeated",
2746
+ "type": "uint32",
2747
+ "id": 9,
2748
+ "options": {
2749
+ "packed": false
2750
+ }
2751
+ },
2752
+ "address_type": {
2753
+ "type": "OutputAddressType",
2754
+ "id": 10
2755
+ },
2756
+ "chain_id": {
2757
+ "type": "uint32",
2758
+ "id": 12
2759
+ },
2760
+ "max_fee_per_gas": {
2761
+ "type": "bytes",
2762
+ "id": 13
2763
+ },
2764
+ "max_priority_fee_per_gas": {
2765
+ "type": "bytes",
2766
+ "id": 14
2767
+ },
2768
+ "token_value": {
2769
+ "type": "bytes",
2770
+ "id": 100
2771
+ },
2772
+ "token_to": {
2773
+ "type": "bytes",
2774
+ "id": 101
2775
+ },
2776
+ "token_shortcut": {
2777
+ "type": "string",
2778
+ "id": 102
2779
+ },
2780
+ "tx_type": {
2781
+ "type": "uint32",
2782
+ "id": 103
2783
+ },
2784
+ "type": {
2785
+ "type": "uint32",
2786
+ "id": 104
2787
+ }
2788
+ },
2789
+ "reserved": [
2790
+ [
2791
+ 11,
2792
+ 11
2793
+ ]
2794
+ ]
2795
+ },
2796
+ "EthereumTxRequest": {
2797
+ "fields": {
2798
+ "data_length": {
2799
+ "type": "uint32",
2800
+ "id": 1
2801
+ },
2802
+ "signature_v": {
2803
+ "type": "uint32",
2804
+ "id": 2
2805
+ },
2806
+ "signature_r": {
2807
+ "type": "bytes",
2808
+ "id": 3
2809
+ },
2810
+ "signature_s": {
2811
+ "type": "bytes",
2812
+ "id": 4
2813
+ },
2814
+ "hash": {
2815
+ "type": "bytes",
2816
+ "id": 5
2817
+ },
2818
+ "signature_der": {
2819
+ "type": "bytes",
2820
+ "id": 6
2821
+ }
2822
+ }
2823
+ },
2824
+ "EthereumTxAck": {
2825
+ "fields": {
2826
+ "data_chunk": {
2827
+ "type": "bytes",
2828
+ "id": 1
2829
+ }
2830
+ }
2831
+ },
2832
+ "EthereumSignMessage": {
2833
+ "fields": {
2834
+ "address_n": {
2835
+ "rule": "repeated",
2836
+ "type": "uint32",
2837
+ "id": 1,
2838
+ "options": {
2839
+ "packed": false
2840
+ }
2841
+ },
2842
+ "message": {
2843
+ "rule": "required",
2844
+ "type": "bytes",
2845
+ "id": 2
2846
+ }
2847
+ }
2848
+ },
2849
+ "EthereumVerifyMessage": {
2850
+ "fields": {
2851
+ "address": {
2852
+ "type": "bytes",
2853
+ "id": 1
2854
+ },
2855
+ "signature": {
2856
+ "type": "bytes",
2857
+ "id": 2
2858
+ },
2859
+ "message": {
2860
+ "type": "bytes",
2861
+ "id": 3
2862
+ }
2863
+ }
2864
+ },
2865
+ "EthereumMessageSignature": {
2866
+ "fields": {
2867
+ "address": {
2868
+ "type": "bytes",
2869
+ "id": 1
2870
+ },
2871
+ "signature": {
2872
+ "type": "bytes",
2873
+ "id": 2
2874
+ }
2875
+ }
2876
+ },
2877
+ "EthereumSignTypedHash": {
2878
+ "fields": {
2879
+ "address_n": {
2880
+ "rule": "repeated",
2881
+ "type": "uint32",
2882
+ "id": 1,
2883
+ "options": {
2884
+ "packed": false
2885
+ }
2886
+ },
2887
+ "domain_separator_hash": {
2888
+ "rule": "required",
2889
+ "type": "bytes",
2890
+ "id": 2
2891
+ },
2892
+ "message_hash": {
2893
+ "type": "bytes",
2894
+ "id": 3
2895
+ }
2896
+ }
2897
+ },
2898
+ "EthereumTypedDataSignature": {
2899
+ "fields": {
2900
+ "signature": {
2901
+ "rule": "required",
2902
+ "type": "bytes",
2903
+ "id": 1
2904
+ },
2905
+ "address": {
2906
+ "rule": "required",
2907
+ "type": "string",
2908
+ "id": 2
2909
+ },
2910
+ "domain_separator_hash": {
2911
+ "type": "bytes",
2912
+ "id": 3
2913
+ },
2914
+ "has_msg_hash": {
2915
+ "rule": "required",
2916
+ "type": "bool",
2917
+ "id": 4
2918
+ },
2919
+ "message_hash": {
2920
+ "type": "bytes",
2921
+ "id": 5
2922
+ }
2923
+ }
2924
+ },
2925
+ "Ethereum712TypesValues": {
2926
+ "fields": {
2927
+ "address_n": {
2928
+ "rule": "repeated",
2929
+ "type": "uint32",
2930
+ "id": 1,
2931
+ "options": {
2932
+ "packed": false
2933
+ }
2934
+ },
2935
+ "eip712types": {
2936
+ "rule": "required",
2937
+ "type": "string",
2938
+ "id": 2
2939
+ },
2940
+ "eip712primetype": {
2941
+ "rule": "required",
2942
+ "type": "string",
2943
+ "id": 3
2944
+ },
2945
+ "eip712data": {
2946
+ "rule": "required",
2947
+ "type": "string",
2948
+ "id": 4
2949
+ },
2950
+ "eip712typevals": {
2951
+ "rule": "required",
2952
+ "type": "uint32",
2953
+ "id": 5
2954
+ }
2955
+ }
2956
+ },
2990
2957
  "EosPublicKeyKind": {
2991
2958
  "values": {
2992
2959
  "EOS": 0,
@@ -3700,12 +3667,14 @@
3700
3667
  "balance": {
3701
3668
  "type": "bytes",
3702
3669
  "id": 8
3703
- },
3704
- "exchange_type": {
3705
- "type": "ExchangeType",
3706
- "id": 9
3707
3670
  }
3708
3671
  },
3672
+ "reserved": [
3673
+ [
3674
+ 9,
3675
+ 9
3676
+ ]
3677
+ ],
3709
3678
  "nested": {
3710
3679
  "ParentBlock": {
3711
3680
  "fields": {
@@ -3862,12 +3831,14 @@
3862
3831
  "address_type": {
3863
3832
  "type": "OutputAddressType",
3864
3833
  "id": 9
3865
- },
3866
- "exchange_type": {
3867
- "type": "ExchangeType",
3868
- "id": 10
3869
3834
  }
3870
- }
3835
+ },
3836
+ "reserved": [
3837
+ [
3838
+ 10,
3839
+ 10
3840
+ ]
3841
+ ]
3871
3842
  },
3872
3843
  "CosmosMsgDelegate": {
3873
3844
  "fields": {
@@ -4121,12 +4092,14 @@
4121
4092
  "address_type": {
4122
4093
  "type": "OutputAddressType",
4123
4094
  "id": 3
4124
- },
4125
- "exchange_type": {
4126
- "type": "ExchangeType",
4127
- "id": 4
4128
4095
  }
4129
- }
4096
+ },
4097
+ "reserved": [
4098
+ [
4099
+ 4,
4100
+ 4
4101
+ ]
4102
+ ]
4130
4103
  },
4131
4104
  "BinanceCoin": {
4132
4105
  "fields": {
@@ -4489,12 +4462,14 @@
4489
4462
  "address_type": {
4490
4463
  "type": "OutputAddressType",
4491
4464
  "id": 9
4492
- },
4493
- "exchange_type": {
4494
- "type": "ExchangeType",
4495
- "id": 10
4496
4465
  }
4497
- }
4466
+ },
4467
+ "reserved": [
4468
+ [
4469
+ 10,
4470
+ 10
4471
+ ]
4472
+ ]
4498
4473
  },
4499
4474
  "TendermintMsgDelegate": {
4500
4475
  "fields": {
@@ -4733,12 +4708,14 @@
4733
4708
  "address_type": {
4734
4709
  "type": "OutputAddressType",
4735
4710
  "id": 9
4736
- },
4737
- "exchange_type": {
4738
- "type": "ExchangeType",
4739
- "id": 10
4740
4711
  }
4741
- }
4712
+ },
4713
+ "reserved": [
4714
+ [
4715
+ 10,
4716
+ 10
4717
+ ]
4718
+ ]
4742
4719
  },
4743
4720
  "ThorchainMsgDeposit": {
4744
4721
  "fields": {