@keepkey/device-protocol 7.8.1 → 7.9.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/messages-osmosis_pb.d.ts +242 -198
- package/lib/messages-osmosis_pb.js +2004 -1685
- package/lib/messages_pb.d.ts +10 -9
- package/lib/messages_pb.js +10 -9
- package/lib/proto.json +172 -102
- package/package.json +1 -1
package/lib/messages_pb.d.ts
CHANGED
@@ -2731,16 +2731,17 @@ export interface MessageTypeMap {
|
|
2731
2731
|
MESSAGETYPE_OSMOSISMSGREQUEST: 1103;
|
2732
2732
|
MESSAGETYPE_OSMOSISMSGACK: 1104;
|
2733
2733
|
MESSAGETYPE_OSMOSISMSGSEND: 1105;
|
2734
|
-
|
2734
|
+
MESSAGETYPE_OSMOSISMSGDELEGATE: 1106;
|
2735
2735
|
MESSAGETYPE_OSMOSISMSGUNDELEGATE: 1107;
|
2736
|
-
|
2737
|
-
|
2738
|
-
|
2739
|
-
|
2740
|
-
|
2741
|
-
|
2742
|
-
|
2743
|
-
|
2736
|
+
MESSAGETYPE_OSMOSISMSGREDELEGATE: 1108;
|
2737
|
+
MESSAGETYPE_OSMOSISMSGREWARDS: 1109;
|
2738
|
+
MESSAGETYPE_OSMOSISMSGLPADD: 1110;
|
2739
|
+
MESSAGETYPE_OSMOSISMSGLPREMOVE: 1111;
|
2740
|
+
MESSAGETYPE_OSMOSISMSGLPSTAKE: 1112;
|
2741
|
+
MESSAGETYPE_OSMOSISMSGLPUNSTAKE: 1113;
|
2742
|
+
MESSAGETYPE_OSMOSISMSGIBCTRANFER: 1114;
|
2743
|
+
MESSAGETYPE_OSMOSISMSGSWAP: 1115;
|
2744
|
+
MESSAGETYPE_OSMOSISSIGNEDTX: 1116;
|
2744
2745
|
}
|
2745
2746
|
|
2746
2747
|
export const MessageType: MessageTypeMap;
|
package/lib/messages_pb.js
CHANGED
@@ -21094,16 +21094,17 @@ proto.MessageType = {
|
|
21094
21094
|
MESSAGETYPE_OSMOSISMSGREQUEST: 1103,
|
21095
21095
|
MESSAGETYPE_OSMOSISMSGACK: 1104,
|
21096
21096
|
MESSAGETYPE_OSMOSISMSGSEND: 1105,
|
21097
|
-
|
21097
|
+
MESSAGETYPE_OSMOSISMSGDELEGATE: 1106,
|
21098
21098
|
MESSAGETYPE_OSMOSISMSGUNDELEGATE: 1107,
|
21099
|
-
|
21100
|
-
|
21101
|
-
|
21102
|
-
|
21103
|
-
|
21104
|
-
|
21105
|
-
|
21106
|
-
|
21099
|
+
MESSAGETYPE_OSMOSISMSGREDELEGATE: 1108,
|
21100
|
+
MESSAGETYPE_OSMOSISMSGREWARDS: 1109,
|
21101
|
+
MESSAGETYPE_OSMOSISMSGLPADD: 1110,
|
21102
|
+
MESSAGETYPE_OSMOSISMSGLPREMOVE: 1111,
|
21103
|
+
MESSAGETYPE_OSMOSISMSGLPSTAKE: 1112,
|
21104
|
+
MESSAGETYPE_OSMOSISMSGLPUNSTAKE: 1113,
|
21105
|
+
MESSAGETYPE_OSMOSISMSGIBCTRANFER: 1114,
|
21106
|
+
MESSAGETYPE_OSMOSISMSGSWAP: 1115,
|
21107
|
+
MESSAGETYPE_OSMOSISSIGNEDTX: 1116
|
21107
21108
|
};
|
21108
21109
|
|
21109
21110
|
goog.object.extend(exports, proto);
|
package/lib/proto.json
CHANGED
@@ -1714,16 +1714,17 @@
|
|
1714
1714
|
"MessageType_OsmosisMsgRequest": 1103,
|
1715
1715
|
"MessageType_OsmosisMsgAck": 1104,
|
1716
1716
|
"MessageType_OsmosisMsgSend": 1105,
|
1717
|
-
"
|
1717
|
+
"MessageType_OsmosisMsgDelegate": 1106,
|
1718
1718
|
"MessageType_OsmosisMsgUndelegate": 1107,
|
1719
|
-
"
|
1720
|
-
"
|
1721
|
-
"
|
1722
|
-
"
|
1723
|
-
"
|
1724
|
-
"
|
1725
|
-
"
|
1726
|
-
"
|
1719
|
+
"MessageType_OsmosisMsgRedelegate": 1108,
|
1720
|
+
"MessageType_OsmosisMsgRewards": 1109,
|
1721
|
+
"MessageType_OsmosisMsgLPAdd": 1110,
|
1722
|
+
"MessageType_OsmosisMsgLPRemove": 1111,
|
1723
|
+
"MessageType_OsmosisMsgLPStake": 1112,
|
1724
|
+
"MessageType_OsmosisMsgLPUnstake": 1113,
|
1725
|
+
"MessageType_OsmosisMsgIBCTranfer": 1114,
|
1726
|
+
"MessageType_OsmosisMsgSwap": 1115,
|
1727
|
+
"MessageType_OsmosisSignedTx": 1116
|
1727
1728
|
}
|
1728
1729
|
},
|
1729
1730
|
"Initialize": {
|
@@ -4802,33 +4803,6 @@
|
|
4802
4803
|
}
|
4803
4804
|
}
|
4804
4805
|
},
|
4805
|
-
"OsmosisToken": {
|
4806
|
-
"fields": {
|
4807
|
-
"denom": {
|
4808
|
-
"type": "string",
|
4809
|
-
"id": 1
|
4810
|
-
},
|
4811
|
-
"amount": {
|
4812
|
-
"type": "uint64",
|
4813
|
-
"id": 2,
|
4814
|
-
"options": {
|
4815
|
-
"jstype": "JS_STRING"
|
4816
|
-
}
|
4817
|
-
}
|
4818
|
-
}
|
4819
|
-
},
|
4820
|
-
"OsmosisTimeoutHeight": {
|
4821
|
-
"fields": {
|
4822
|
-
"revision_number": {
|
4823
|
-
"type": "uint64",
|
4824
|
-
"id": 1
|
4825
|
-
},
|
4826
|
-
"revision_height": {
|
4827
|
-
"type": "uint64",
|
4828
|
-
"id": 2
|
4829
|
-
}
|
4830
|
-
}
|
4831
|
-
},
|
4832
4806
|
"OsmosisSignTx": {
|
4833
4807
|
"fields": {
|
4834
4808
|
"address_n": {
|
@@ -4896,33 +4870,37 @@
|
|
4896
4870
|
"type": "OsmosisMsgUndelegate",
|
4897
4871
|
"id": 3
|
4898
4872
|
},
|
4899
|
-
"
|
4900
|
-
"type": "
|
4873
|
+
"redelegate": {
|
4874
|
+
"type": "OsmosisMsgRedelegate",
|
4901
4875
|
"id": 4
|
4902
4876
|
},
|
4877
|
+
"rewards": {
|
4878
|
+
"type": "OsmosisMsgRewards",
|
4879
|
+
"id": 5
|
4880
|
+
},
|
4903
4881
|
"lp_add": {
|
4904
4882
|
"type": "OsmosisMsgLPAdd",
|
4905
|
-
"id":
|
4883
|
+
"id": 6
|
4906
4884
|
},
|
4907
4885
|
"lp_remove": {
|
4908
4886
|
"type": "OsmosisMsgLPRemove",
|
4909
|
-
"id": 6
|
4910
|
-
},
|
4911
|
-
"farm_tokens": {
|
4912
|
-
"type": "OsmosisMsgFarmTokens",
|
4913
4887
|
"id": 7
|
4914
4888
|
},
|
4915
|
-
"
|
4916
|
-
"type": "
|
4889
|
+
"lp_stake": {
|
4890
|
+
"type": "OsmosisMsgLPStake",
|
4917
4891
|
"id": 8
|
4918
4892
|
},
|
4919
|
-
"
|
4920
|
-
"type": "
|
4893
|
+
"lp_unstake": {
|
4894
|
+
"type": "OsmosisMsgLPUnstake",
|
4921
4895
|
"id": 9
|
4922
4896
|
},
|
4897
|
+
"ibc_transfer": {
|
4898
|
+
"type": "OsmosisMsgIBCTransfer",
|
4899
|
+
"id": 10
|
4900
|
+
},
|
4923
4901
|
"swap": {
|
4924
4902
|
"type": "OsmosisMsgSwap",
|
4925
|
-
"id":
|
4903
|
+
"id": 11
|
4926
4904
|
}
|
4927
4905
|
}
|
4928
4906
|
},
|
@@ -4936,13 +4914,20 @@
|
|
4936
4914
|
"type": "string",
|
4937
4915
|
"id": 2
|
4938
4916
|
},
|
4939
|
-
"
|
4940
|
-
"type": "
|
4917
|
+
"denom": {
|
4918
|
+
"type": "string",
|
4941
4919
|
"id": 3
|
4942
4920
|
},
|
4921
|
+
"amount": {
|
4922
|
+
"type": "uint64",
|
4923
|
+
"id": 4,
|
4924
|
+
"options": {
|
4925
|
+
"jstype": "JS_STRING"
|
4926
|
+
}
|
4927
|
+
},
|
4943
4928
|
"address_type": {
|
4944
4929
|
"type": "OutputAddressType",
|
4945
|
-
"id":
|
4930
|
+
"id": 5
|
4946
4931
|
}
|
4947
4932
|
}
|
4948
4933
|
},
|
@@ -4956,9 +4941,16 @@
|
|
4956
4941
|
"type": "string",
|
4957
4942
|
"id": 2
|
4958
4943
|
},
|
4959
|
-
"
|
4960
|
-
"type": "
|
4944
|
+
"denom": {
|
4945
|
+
"type": "string",
|
4961
4946
|
"id": 3
|
4947
|
+
},
|
4948
|
+
"amount": {
|
4949
|
+
"type": "uint64",
|
4950
|
+
"id": 4,
|
4951
|
+
"options": {
|
4952
|
+
"jstype": "JS_STRING"
|
4953
|
+
}
|
4962
4954
|
}
|
4963
4955
|
}
|
4964
4956
|
},
|
@@ -4972,13 +4964,47 @@
|
|
4972
4964
|
"type": "string",
|
4973
4965
|
"id": 2
|
4974
4966
|
},
|
4975
|
-
"
|
4976
|
-
"type": "
|
4967
|
+
"denom": {
|
4968
|
+
"type": "string",
|
4969
|
+
"id": 3
|
4970
|
+
},
|
4971
|
+
"amount": {
|
4972
|
+
"type": "uint64",
|
4973
|
+
"id": 4,
|
4974
|
+
"options": {
|
4975
|
+
"jstype": "JS_STRING"
|
4976
|
+
}
|
4977
|
+
}
|
4978
|
+
}
|
4979
|
+
},
|
4980
|
+
"OsmosisMsgRedelegate": {
|
4981
|
+
"fields": {
|
4982
|
+
"delegator_address": {
|
4983
|
+
"type": "string",
|
4984
|
+
"id": 1
|
4985
|
+
},
|
4986
|
+
"validator_src_address": {
|
4987
|
+
"type": "string",
|
4988
|
+
"id": 2
|
4989
|
+
},
|
4990
|
+
"validator_dst_address": {
|
4991
|
+
"type": "string",
|
4977
4992
|
"id": 3
|
4993
|
+
},
|
4994
|
+
"denom": {
|
4995
|
+
"type": "string",
|
4996
|
+
"id": 4
|
4997
|
+
},
|
4998
|
+
"amount": {
|
4999
|
+
"type": "uint64",
|
5000
|
+
"id": 5,
|
5001
|
+
"options": {
|
5002
|
+
"jstype": "JS_STRING"
|
5003
|
+
}
|
4978
5004
|
}
|
4979
5005
|
}
|
4980
5006
|
},
|
4981
|
-
"
|
5007
|
+
"OsmosisMsgRewards": {
|
4982
5008
|
"fields": {
|
4983
5009
|
"delegator_address": {
|
4984
5010
|
"type": "string",
|
@@ -4988,9 +5014,16 @@
|
|
4988
5014
|
"type": "string",
|
4989
5015
|
"id": 2
|
4990
5016
|
},
|
4991
|
-
"
|
4992
|
-
"type": "
|
5017
|
+
"denom": {
|
5018
|
+
"type": "string",
|
4993
5019
|
"id": 3
|
5020
|
+
},
|
5021
|
+
"amount": {
|
5022
|
+
"type": "uint64",
|
5023
|
+
"id": 4,
|
5024
|
+
"options": {
|
5025
|
+
"jstype": "JS_STRING"
|
5026
|
+
}
|
4994
5027
|
}
|
4995
5028
|
}
|
4996
5029
|
},
|
@@ -5008,13 +5041,27 @@
|
|
5008
5041
|
"type": "uint64",
|
5009
5042
|
"id": 3
|
5010
5043
|
},
|
5011
|
-
"
|
5012
|
-
"type": "
|
5044
|
+
"denom_in_max_a": {
|
5045
|
+
"type": "string",
|
5013
5046
|
"id": 4
|
5014
5047
|
},
|
5015
|
-
"
|
5016
|
-
"type": "
|
5017
|
-
"id": 5
|
5048
|
+
"amount_in_max_a": {
|
5049
|
+
"type": "uint64",
|
5050
|
+
"id": 5,
|
5051
|
+
"options": {
|
5052
|
+
"jstype": "JS_STRING"
|
5053
|
+
}
|
5054
|
+
},
|
5055
|
+
"denom_in_max_b": {
|
5056
|
+
"type": "string",
|
5057
|
+
"id": 6
|
5058
|
+
},
|
5059
|
+
"amount_in_max_b": {
|
5060
|
+
"type": "uint64",
|
5061
|
+
"id": 7,
|
5062
|
+
"options": {
|
5063
|
+
"jstype": "JS_STRING"
|
5064
|
+
}
|
5018
5065
|
}
|
5019
5066
|
}
|
5020
5067
|
},
|
@@ -5032,17 +5079,31 @@
|
|
5032
5079
|
"type": "uint64",
|
5033
5080
|
"id": 3
|
5034
5081
|
},
|
5035
|
-
"
|
5036
|
-
"type": "
|
5082
|
+
"denom_out_min_a": {
|
5083
|
+
"type": "string",
|
5037
5084
|
"id": 4
|
5038
5085
|
},
|
5039
|
-
"
|
5040
|
-
"type": "
|
5041
|
-
"id": 5
|
5086
|
+
"amount_out_min_a": {
|
5087
|
+
"type": "uint64",
|
5088
|
+
"id": 5,
|
5089
|
+
"options": {
|
5090
|
+
"jstype": "JS_STRING"
|
5091
|
+
}
|
5092
|
+
},
|
5093
|
+
"denom_out_min_b": {
|
5094
|
+
"type": "string",
|
5095
|
+
"id": 6
|
5096
|
+
},
|
5097
|
+
"amount_out_min_b": {
|
5098
|
+
"type": "uint64",
|
5099
|
+
"id": 7,
|
5100
|
+
"options": {
|
5101
|
+
"jstype": "JS_STRING"
|
5102
|
+
}
|
5042
5103
|
}
|
5043
5104
|
}
|
5044
5105
|
},
|
5045
|
-
"
|
5106
|
+
"OsmosisMsgLPStake": {
|
5046
5107
|
"fields": {
|
5047
5108
|
"owner": {
|
5048
5109
|
"type": "string",
|
@@ -5052,41 +5113,32 @@
|
|
5052
5113
|
"type": "uint64",
|
5053
5114
|
"id": 2
|
5054
5115
|
},
|
5055
|
-
"
|
5056
|
-
"type": "
|
5057
|
-
"id":
|
5116
|
+
"denom": {
|
5117
|
+
"type": "string",
|
5118
|
+
"id": 4
|
5119
|
+
},
|
5120
|
+
"amount": {
|
5121
|
+
"type": "uint64",
|
5122
|
+
"id": 5,
|
5123
|
+
"options": {
|
5124
|
+
"jstype": "JS_STRING"
|
5125
|
+
}
|
5058
5126
|
}
|
5059
5127
|
}
|
5060
5128
|
},
|
5061
|
-
"
|
5129
|
+
"OsmosisMsgLPUnstake": {
|
5062
5130
|
"fields": {
|
5063
|
-
"
|
5131
|
+
"owner": {
|
5064
5132
|
"type": "string",
|
5065
5133
|
"id": 1
|
5066
5134
|
},
|
5067
|
-
"
|
5135
|
+
"id": {
|
5068
5136
|
"type": "string",
|
5069
5137
|
"id": 2
|
5070
|
-
},
|
5071
|
-
"token": {
|
5072
|
-
"type": "OsmosisToken",
|
5073
|
-
"id": 3
|
5074
|
-
},
|
5075
|
-
"sender": {
|
5076
|
-
"type": "string",
|
5077
|
-
"id": 4
|
5078
|
-
},
|
5079
|
-
"receiver": {
|
5080
|
-
"type": "string",
|
5081
|
-
"id": 5
|
5082
|
-
},
|
5083
|
-
"timeout_height": {
|
5084
|
-
"type": "OsmosisTimeoutHeight",
|
5085
|
-
"id": 6
|
5086
5138
|
}
|
5087
5139
|
}
|
5088
5140
|
},
|
5089
|
-
"
|
5141
|
+
"OsmosisMsgIBCTransfer": {
|
5090
5142
|
"fields": {
|
5091
5143
|
"source_port": {
|
5092
5144
|
"type": "string",
|
@@ -5096,21 +5148,32 @@
|
|
5096
5148
|
"type": "string",
|
5097
5149
|
"id": 2
|
5098
5150
|
},
|
5099
|
-
"
|
5100
|
-
"type": "
|
5151
|
+
"denom": {
|
5152
|
+
"type": "string",
|
5101
5153
|
"id": 3
|
5102
5154
|
},
|
5155
|
+
"amount": {
|
5156
|
+
"type": "uint64",
|
5157
|
+
"id": 4,
|
5158
|
+
"options": {
|
5159
|
+
"jstype": "JS_STRING"
|
5160
|
+
}
|
5161
|
+
},
|
5103
5162
|
"sender": {
|
5104
5163
|
"type": "string",
|
5105
|
-
"id":
|
5164
|
+
"id": 5
|
5106
5165
|
},
|
5107
5166
|
"receiver": {
|
5108
5167
|
"type": "string",
|
5109
|
-
"id": 5
|
5110
|
-
},
|
5111
|
-
"timeout_height": {
|
5112
|
-
"type": "OsmosisTimeoutHeight",
|
5113
5168
|
"id": 6
|
5169
|
+
},
|
5170
|
+
"revision_number": {
|
5171
|
+
"type": "uint64",
|
5172
|
+
"id": 7
|
5173
|
+
},
|
5174
|
+
"revision_height": {
|
5175
|
+
"type": "uint64",
|
5176
|
+
"id": 8
|
5114
5177
|
}
|
5115
5178
|
}
|
5116
5179
|
},
|
@@ -5128,13 +5191,20 @@
|
|
5128
5191
|
"type": "string",
|
5129
5192
|
"id": 3
|
5130
5193
|
},
|
5131
|
-
"
|
5132
|
-
"type": "
|
5194
|
+
"token_in_denom": {
|
5195
|
+
"type": "string",
|
5133
5196
|
"id": 4
|
5134
5197
|
},
|
5198
|
+
"token_in_amount": {
|
5199
|
+
"type": "uint64",
|
5200
|
+
"id": 5,
|
5201
|
+
"options": {
|
5202
|
+
"jstype": "JS_STRING"
|
5203
|
+
}
|
5204
|
+
},
|
5135
5205
|
"token_out_min_amount": {
|
5136
5206
|
"type": "uint64",
|
5137
|
-
"id":
|
5207
|
+
"id": 6
|
5138
5208
|
}
|
5139
5209
|
}
|
5140
5210
|
},
|