@keepkey/device-protocol 7.4.0 → 7.5.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 +147 -129
- package/lib/messages-osmosis_pb.js +1047 -876
- package/lib/proto.json +75 -69
- package/package.json +1 -1
package/lib/proto.json
CHANGED
@@ -4611,6 +4611,30 @@
|
|
4611
4611
|
"claim": {
|
4612
4612
|
"type": "OsmosisMsgClaim",
|
4613
4613
|
"id": 4
|
4614
|
+
},
|
4615
|
+
"lp_add": {
|
4616
|
+
"type": "OsmosisMsgLPAdd",
|
4617
|
+
"id": 5
|
4618
|
+
},
|
4619
|
+
"lp_remove": {
|
4620
|
+
"type": "OsmosisMsgLPRemove",
|
4621
|
+
"id": 6
|
4622
|
+
},
|
4623
|
+
"farm_tokens": {
|
4624
|
+
"type": "OsmosisMsgFarmTokens",
|
4625
|
+
"id": 7
|
4626
|
+
},
|
4627
|
+
"ibc_deposit": {
|
4628
|
+
"type": "OsmosisMsgIBCDeposit",
|
4629
|
+
"id": 8
|
4630
|
+
},
|
4631
|
+
"ibc_withdrawal": {
|
4632
|
+
"type": "OsmosisMsgIBCWithdrawal",
|
4633
|
+
"id": 9
|
4634
|
+
},
|
4635
|
+
"swap": {
|
4636
|
+
"type": "OsmosisMsgSwap",
|
4637
|
+
"id": 10
|
4614
4638
|
}
|
4615
4639
|
}
|
4616
4640
|
},
|
@@ -4624,12 +4648,9 @@
|
|
4624
4648
|
"type": "string",
|
4625
4649
|
"id": 2
|
4626
4650
|
},
|
4627
|
-
"
|
4628
|
-
"type": "
|
4629
|
-
"id": 3
|
4630
|
-
"options": {
|
4631
|
-
"jstype": "JS_STRING"
|
4632
|
-
}
|
4651
|
+
"token": {
|
4652
|
+
"type": "OsmosisToken",
|
4653
|
+
"id": 3
|
4633
4654
|
},
|
4634
4655
|
"address_type": {
|
4635
4656
|
"type": "OutputAddressType",
|
@@ -4669,7 +4690,23 @@
|
|
4669
4690
|
}
|
4670
4691
|
}
|
4671
4692
|
},
|
4672
|
-
"
|
4693
|
+
"OsmosisMsgClaim": {
|
4694
|
+
"fields": {
|
4695
|
+
"delegator_address": {
|
4696
|
+
"type": "string",
|
4697
|
+
"id": 1
|
4698
|
+
},
|
4699
|
+
"validator_address": {
|
4700
|
+
"type": "string",
|
4701
|
+
"id": 2
|
4702
|
+
},
|
4703
|
+
"token": {
|
4704
|
+
"type": "OsmosisToken",
|
4705
|
+
"id": 3
|
4706
|
+
}
|
4707
|
+
}
|
4708
|
+
},
|
4709
|
+
"OsmosisMsgLPAdd": {
|
4673
4710
|
"fields": {
|
4674
4711
|
"sender": {
|
4675
4712
|
"type": "string",
|
@@ -4693,7 +4730,7 @@
|
|
4693
4730
|
}
|
4694
4731
|
}
|
4695
4732
|
},
|
4696
|
-
"
|
4733
|
+
"OsmosisMsgLPRemove": {
|
4697
4734
|
"fields": {
|
4698
4735
|
"sender": {
|
4699
4736
|
"type": "string",
|
@@ -4717,7 +4754,23 @@
|
|
4717
4754
|
}
|
4718
4755
|
}
|
4719
4756
|
},
|
4720
|
-
"
|
4757
|
+
"OsmosisMsgFarmTokens": {
|
4758
|
+
"fields": {
|
4759
|
+
"owner": {
|
4760
|
+
"type": "string",
|
4761
|
+
"id": 1
|
4762
|
+
},
|
4763
|
+
"duration": {
|
4764
|
+
"type": "uint64",
|
4765
|
+
"id": 2
|
4766
|
+
},
|
4767
|
+
"token": {
|
4768
|
+
"type": "OsmosisToken",
|
4769
|
+
"id": 3
|
4770
|
+
}
|
4771
|
+
}
|
4772
|
+
},
|
4773
|
+
"OsmosisMsgIBCDeposit": {
|
4721
4774
|
"fields": {
|
4722
4775
|
"source_port": {
|
4723
4776
|
"type": "string",
|
@@ -4727,29 +4780,25 @@
|
|
4727
4780
|
"type": "string",
|
4728
4781
|
"id": 2
|
4729
4782
|
},
|
4730
|
-
"source_chain": {
|
4731
|
-
"type": "string",
|
4732
|
-
"id": 3
|
4733
|
-
},
|
4734
4783
|
"token": {
|
4735
4784
|
"type": "OsmosisToken",
|
4736
|
-
"id":
|
4785
|
+
"id": 3
|
4737
4786
|
},
|
4738
4787
|
"sender": {
|
4739
4788
|
"type": "string",
|
4740
|
-
"id":
|
4789
|
+
"id": 4
|
4741
4790
|
},
|
4742
4791
|
"receiver": {
|
4743
4792
|
"type": "string",
|
4744
|
-
"id":
|
4793
|
+
"id": 5
|
4745
4794
|
},
|
4746
4795
|
"timeout_height": {
|
4747
4796
|
"type": "OsmosisTimeoutHeight",
|
4748
|
-
"id":
|
4797
|
+
"id": 6
|
4749
4798
|
}
|
4750
4799
|
}
|
4751
4800
|
},
|
4752
|
-
"
|
4801
|
+
"OsmosisMsgIBCWithdrawal": {
|
4753
4802
|
"fields": {
|
4754
4803
|
"source_port": {
|
4755
4804
|
"type": "string",
|
@@ -4759,50 +4808,27 @@
|
|
4759
4808
|
"type": "string",
|
4760
4809
|
"id": 2
|
4761
4810
|
},
|
4762
|
-
"source_chain": {
|
4763
|
-
"type": "string",
|
4764
|
-
"id": 3
|
4765
|
-
},
|
4766
4811
|
"token": {
|
4767
4812
|
"type": "OsmosisToken",
|
4768
|
-
"id":
|
4813
|
+
"id": 3
|
4769
4814
|
},
|
4770
4815
|
"sender": {
|
4771
4816
|
"type": "string",
|
4772
|
-
"id":
|
4817
|
+
"id": 4
|
4773
4818
|
},
|
4774
4819
|
"receiver": {
|
4775
4820
|
"type": "string",
|
4776
|
-
"id":
|
4821
|
+
"id": 5
|
4777
4822
|
},
|
4778
4823
|
"timeout_height": {
|
4779
4824
|
"type": "OsmosisTimeoutHeight",
|
4780
|
-
"id":
|
4781
|
-
}
|
4782
|
-
}
|
4783
|
-
},
|
4784
|
-
"OsmosisMsgClaim": {
|
4785
|
-
"fields": {
|
4786
|
-
"delegator_address": {
|
4787
|
-
"type": "string",
|
4788
|
-
"id": 1
|
4789
|
-
},
|
4790
|
-
"validator_address": {
|
4791
|
-
"type": "string",
|
4792
|
-
"id": 2
|
4793
|
-
},
|
4794
|
-
"amount": {
|
4795
|
-
"type": "uint64",
|
4796
|
-
"id": 3,
|
4797
|
-
"options": {
|
4798
|
-
"jstype": "JS_STRING"
|
4799
|
-
}
|
4825
|
+
"id": 6
|
4800
4826
|
}
|
4801
4827
|
}
|
4802
4828
|
},
|
4803
4829
|
"OsmosisMsgSwap": {
|
4804
4830
|
"fields": {
|
4805
|
-
"
|
4831
|
+
"sender": {
|
4806
4832
|
"type": "string",
|
4807
4833
|
"id": 1
|
4808
4834
|
},
|
@@ -4814,33 +4840,13 @@
|
|
4814
4840
|
"type": "string",
|
4815
4841
|
"id": 3
|
4816
4842
|
},
|
4817
|
-
"
|
4818
|
-
"type": "
|
4843
|
+
"token_in": {
|
4844
|
+
"type": "OsmosisToken",
|
4819
4845
|
"id": 4
|
4820
4846
|
},
|
4821
|
-
"amount": {
|
4822
|
-
"type": "uint64",
|
4823
|
-
"id": 5
|
4824
|
-
},
|
4825
4847
|
"token_out_min_amount": {
|
4826
4848
|
"type": "uint64",
|
4827
|
-
"id":
|
4828
|
-
}
|
4829
|
-
}
|
4830
|
-
},
|
4831
|
-
"OsmosisMsgFarmTokens": {
|
4832
|
-
"fields": {
|
4833
|
-
"owner": {
|
4834
|
-
"type": "string",
|
4835
|
-
"id": 1
|
4836
|
-
},
|
4837
|
-
"duration": {
|
4838
|
-
"type": "uint64",
|
4839
|
-
"id": 2
|
4840
|
-
},
|
4841
|
-
"token": {
|
4842
|
-
"type": "OsmosisToken",
|
4843
|
-
"id": 3
|
4849
|
+
"id": 5
|
4844
4850
|
}
|
4845
4851
|
}
|
4846
4852
|
},
|