juno-network 0.7.0 → 0.8.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (186) hide show
  1. package/package.json +2 -2
  2. package/types/codegen/JunoSwap.client.d.ts +122 -0
  3. package/types/codegen/JunoSwap.types.d.ts +142 -0
  4. package/types/codegen/confio/proofs.d.ts +495 -0
  5. package/types/codegen/contracts.d.ts +12 -0
  6. package/types/codegen/cosmos/authz/v1beta1/authz.d.ts +95 -0
  7. package/types/codegen/cosmos/authz/v1beta1/event.d.ts +48 -0
  8. package/types/codegen/cosmos/authz/v1beta1/genesis.d.ts +16 -0
  9. package/types/codegen/cosmos/authz/v1beta1/query.d.ts +118 -0
  10. package/types/codegen/cosmos/authz/v1beta1/query.lcd.d.ts +11 -0
  11. package/types/codegen/cosmos/authz/v1beta1/query.rpc.query.d.ts +32 -0
  12. package/types/codegen/cosmos/authz/v1beta1/tx.d.ts +118 -0
  13. package/types/codegen/cosmos/authz/v1beta1/tx.rpc.msg.d.ts +30 -0
  14. package/types/codegen/cosmos/bank/v1beta1/authz.d.ts +26 -0
  15. package/types/codegen/cosmos/bank/v1beta1/bank.d.ts +222 -0
  16. package/types/codegen/cosmos/bank/v1beta1/genesis.d.ts +62 -0
  17. package/types/codegen/cosmos/bank/v1beta1/query.d.ts +396 -0
  18. package/types/codegen/cosmos/bank/v1beta1/query.lcd.d.ts +17 -0
  19. package/types/codegen/cosmos/bank/v1beta1/query.rpc.query.d.ts +57 -0
  20. package/types/codegen/cosmos/bank/v1beta1/tx.amino.d.ts +44 -0
  21. package/types/codegen/cosmos/bank/v1beta1/tx.d.ts +58 -0
  22. package/types/codegen/cosmos/bank/v1beta1/tx.registry.d.ts +36 -0
  23. package/types/codegen/cosmos/bank/v1beta1/tx.rpc.msg.d.ts +15 -0
  24. package/types/codegen/cosmos/base/abci/v1beta1/abci.d.ts +354 -0
  25. package/types/codegen/cosmos/base/query/v1beta1/pagination.d.ts +138 -0
  26. package/types/codegen/cosmos/base/reflection/v2alpha1/reflection.d.ts +514 -0
  27. package/types/codegen/cosmos/base/v1beta1/coin.d.ts +78 -0
  28. package/types/codegen/cosmos/bundle.d.ts +25545 -0
  29. package/types/codegen/cosmos/client.d.ts +473 -0
  30. package/types/codegen/cosmos/crypto/ed25519/keys.d.ts +46 -0
  31. package/types/codegen/cosmos/crypto/hd/v1/hd.d.ts +39 -0
  32. package/types/codegen/cosmos/crypto/keyring/v1/record.d.ts +95 -0
  33. package/types/codegen/cosmos/crypto/multisig/keys.d.ts +26 -0
  34. package/types/codegen/cosmos/crypto/multisig/v1beta1/multisig.d.ts +48 -0
  35. package/types/codegen/cosmos/crypto/secp256k1/keys.d.ts +40 -0
  36. package/types/codegen/cosmos/crypto/secp256r1/keys.d.ts +38 -0
  37. package/types/codegen/cosmos/distribution/v1beta1/distribution.d.ts +281 -0
  38. package/types/codegen/cosmos/distribution/v1beta1/genesis.d.ts +224 -0
  39. package/types/codegen/cosmos/distribution/v1beta1/query.d.ts +385 -0
  40. package/types/codegen/cosmos/distribution/v1beta1/query.lcd.d.ts +17 -0
  41. package/types/codegen/cosmos/distribution/v1beta1/query.rpc.query.d.ts +51 -0
  42. package/types/codegen/cosmos/distribution/v1beta1/tx.amino.d.ts +54 -0
  43. package/types/codegen/cosmos/distribution/v1beta1/tx.d.ts +133 -0
  44. package/types/codegen/cosmos/distribution/v1beta1/tx.registry.d.ts +60 -0
  45. package/types/codegen/cosmos/distribution/v1beta1/tx.rpc.msg.d.ts +33 -0
  46. package/types/codegen/cosmos/gov/v1/genesis.d.ts +42 -0
  47. package/types/codegen/cosmos/gov/v1/gov.d.ts +301 -0
  48. package/types/codegen/cosmos/gov/v1/query.d.ts +298 -0
  49. package/types/codegen/cosmos/gov/v1/query.lcd.d.ts +16 -0
  50. package/types/codegen/cosmos/gov/v1/query.rpc.query.d.ts +44 -0
  51. package/types/codegen/cosmos/gov/v1/tx.amino.d.ts +86 -0
  52. package/types/codegen/cosmos/gov/v1/tx.d.ts +169 -0
  53. package/types/codegen/cosmos/gov/v1/tx.registry.d.ts +72 -0
  54. package/types/codegen/cosmos/gov/v1/tx.rpc.msg.d.ts +27 -0
  55. package/types/codegen/cosmos/gov/v1beta1/genesis.d.ts +42 -0
  56. package/types/codegen/cosmos/gov/v1beta1/gov.d.ts +338 -0
  57. package/types/codegen/cosmos/gov/v1beta1/query.d.ts +298 -0
  58. package/types/codegen/cosmos/gov/v1beta1/query.lcd.d.ts +16 -0
  59. package/types/codegen/cosmos/gov/v1beta1/query.rpc.query.d.ts +44 -0
  60. package/types/codegen/cosmos/gov/v1beta1/tx.amino.d.ts +68 -0
  61. package/types/codegen/cosmos/gov/v1beta1/tx.d.ts +141 -0
  62. package/types/codegen/cosmos/gov/v1beta1/tx.registry.d.ts +60 -0
  63. package/types/codegen/cosmos/gov/v1beta1/tx.rpc.msg.d.ts +25 -0
  64. package/types/codegen/cosmos/lcd.d.ts +28 -0
  65. package/types/codegen/cosmos/rpc.query.d.ts +97 -0
  66. package/types/codegen/cosmos/rpc.tx.d.ts +26 -0
  67. package/types/codegen/cosmos/staking/v1beta1/authz.d.ts +97 -0
  68. package/types/codegen/cosmos/staking/v1beta1/genesis.d.ts +75 -0
  69. package/types/codegen/cosmos/staking/v1beta1/query.d.ts +592 -0
  70. package/types/codegen/cosmos/staking/v1beta1/query.lcd.d.ts +22 -0
  71. package/types/codegen/cosmos/staking/v1beta1/query.rpc.query.d.ts +80 -0
  72. package/types/codegen/cosmos/staking/v1beta1/staking.d.ts +568 -0
  73. package/types/codegen/cosmos/staking/v1beta1/tx.amino.d.ts +106 -0
  74. package/types/codegen/cosmos/staking/v1beta1/tx.d.ts +191 -0
  75. package/types/codegen/cosmos/staking/v1beta1/tx.registry.d.ts +72 -0
  76. package/types/codegen/cosmos/staking/v1beta1/tx.rpc.msg.d.ts +33 -0
  77. package/types/codegen/cosmos/tx/signing/v1beta1/signing.d.ts +203 -0
  78. package/types/codegen/cosmos/tx/v1beta1/service.d.ts +339 -0
  79. package/types/codegen/cosmos/tx/v1beta1/service.lcd.d.ts +11 -0
  80. package/types/codegen/cosmos/tx/v1beta1/service.rpc.svc.d.ts +36 -0
  81. package/types/codegen/cosmos/tx/v1beta1/tx.d.ts +603 -0
  82. package/types/codegen/cosmos/upgrade/v1beta1/query.d.ts +233 -0
  83. package/types/codegen/cosmos/upgrade/v1beta1/query.lcd.d.ts +13 -0
  84. package/types/codegen/cosmos/upgrade/v1beta1/query.rpc.query.d.ts +43 -0
  85. package/types/codegen/cosmos/upgrade/v1beta1/tx.amino.d.ts +39 -0
  86. package/types/codegen/cosmos/upgrade/v1beta1/tx.d.ts +91 -0
  87. package/types/codegen/cosmos/upgrade/v1beta1/tx.registry.d.ts +36 -0
  88. package/types/codegen/cosmos/upgrade/v1beta1/tx.rpc.msg.d.ts +24 -0
  89. package/types/codegen/cosmos/upgrade/v1beta1/upgrade.d.ts +165 -0
  90. package/types/codegen/cosmos_proto/bundle.d.ts +24 -0
  91. package/types/codegen/cosmos_proto/cosmos.d.ts +124 -0
  92. package/types/codegen/cosmwasm/bundle.d.ts +5227 -0
  93. package/types/codegen/cosmwasm/client.d.ts +120 -0
  94. package/types/codegen/cosmwasm/lcd.d.ts +33 -0
  95. package/types/codegen/cosmwasm/rpc.query.d.ts +112 -0
  96. package/types/codegen/cosmwasm/rpc.tx.d.ts +31 -0
  97. package/types/codegen/cosmwasm/wasm/v1/genesis.d.ts +101 -0
  98. package/types/codegen/cosmwasm/wasm/v1/ibc.d.ts +60 -0
  99. package/types/codegen/cosmwasm/wasm/v1/proposal.d.ts +297 -0
  100. package/types/codegen/cosmwasm/wasm/v1/query.d.ts +411 -0
  101. package/types/codegen/cosmwasm/wasm/v1/query.lcd.d.ts +17 -0
  102. package/types/codegen/cosmwasm/wasm/v1/query.rpc.query.d.ts +48 -0
  103. package/types/codegen/cosmwasm/wasm/v1/tx.amino.d.ts +95 -0
  104. package/types/codegen/cosmwasm/wasm/v1/tx.d.ts +262 -0
  105. package/types/codegen/cosmwasm/wasm/v1/tx.registry.d.ts +84 -0
  106. package/types/codegen/cosmwasm/wasm/v1/tx.rpc.msg.d.ts +27 -0
  107. package/types/codegen/cosmwasm/wasm/v1/types.d.ts +247 -0
  108. package/types/codegen/gogoproto/bundle.d.ts +1 -0
  109. package/types/codegen/gogoproto/gogo.d.ts +1 -0
  110. package/types/codegen/google/bundle.d.ts +8939 -0
  111. package/types/codegen/google/protobuf/any.d.ts +237 -0
  112. package/types/codegen/google/protobuf/descriptor.d.ts +1725 -0
  113. package/types/codegen/google/protobuf/duration.d.ts +161 -0
  114. package/types/codegen/google/protobuf/empty.d.ts +33 -0
  115. package/types/codegen/google/protobuf/timestamp.d.ts +205 -0
  116. package/types/codegen/helpers.d.ts +82 -0
  117. package/types/codegen/ibc/applications/transfer/v1/genesis.d.ts +20 -0
  118. package/types/codegen/ibc/applications/transfer/v1/query.d.ts +118 -0
  119. package/types/codegen/ibc/applications/transfer/v1/query.lcd.d.ts +11 -0
  120. package/types/codegen/ibc/applications/transfer/v1/query.rpc.query.d.ts +24 -0
  121. package/types/codegen/ibc/applications/transfer/v1/transfer.d.ts +74 -0
  122. package/types/codegen/ibc/applications/transfer/v1/tx.amino.d.ts +25 -0
  123. package/types/codegen/ibc/applications/transfer/v1/tx.d.ts +74 -0
  124. package/types/codegen/ibc/applications/transfer/v1/tx.registry.d.ts +24 -0
  125. package/types/codegen/ibc/applications/transfer/v1/tx.rpc.msg.d.ts +12 -0
  126. package/types/codegen/ibc/applications/transfer/v2/packet.d.ts +37 -0
  127. package/types/codegen/ibc/bundle.d.ts +21744 -0
  128. package/types/codegen/ibc/client.d.ts +559 -0
  129. package/types/codegen/ibc/core/channel/v1/channel.d.ts +313 -0
  130. package/types/codegen/ibc/core/channel/v1/genesis.d.ts +55 -0
  131. package/types/codegen/ibc/core/channel/v1/query.d.ts +726 -0
  132. package/types/codegen/ibc/core/channel/v1/query.lcd.d.ts +21 -0
  133. package/types/codegen/ibc/core/channel/v1/query.rpc.query.d.ts +88 -0
  134. package/types/codegen/ibc/core/channel/v1/tx.amino.d.ts +209 -0
  135. package/types/codegen/ibc/core/channel/v1/tx.d.ts +380 -0
  136. package/types/codegen/ibc/core/channel/v1/tx.registry.d.ts +132 -0
  137. package/types/codegen/ibc/core/channel/v1/tx.rpc.msg.d.ts +42 -0
  138. package/types/codegen/ibc/core/client/v1/client.d.ts +219 -0
  139. package/types/codegen/ibc/core/client/v1/genesis.d.ts +82 -0
  140. package/types/codegen/ibc/core/client/v1/query.d.ts +377 -0
  141. package/types/codegen/ibc/core/client/v1/query.lcd.d.ts +16 -0
  142. package/types/codegen/ibc/core/client/v1/query.rpc.query.d.ts +50 -0
  143. package/types/codegen/ibc/core/client/v1/tx.amino.d.ts +77 -0
  144. package/types/codegen/ibc/core/client/v1/tx.d.ts +187 -0
  145. package/types/codegen/ibc/core/client/v1/tx.registry.d.ts +60 -0
  146. package/types/codegen/ibc/core/client/v1/tx.rpc.msg.d.ts +21 -0
  147. package/types/codegen/ibc/core/commitment/v1/commitment.d.ts +89 -0
  148. package/types/codegen/ibc/core/connection/v1/connection.d.ts +260 -0
  149. package/types/codegen/ibc/core/connection/v1/genesis.d.ts +24 -0
  150. package/types/codegen/ibc/core/connection/v1/query.d.ts +264 -0
  151. package/types/codegen/ibc/core/connection/v1/query.lcd.d.ts +13 -0
  152. package/types/codegen/ibc/core/connection/v1/query.rpc.query.d.ts +41 -0
  153. package/types/codegen/ibc/core/connection/v1/tx.amino.d.ts +103 -0
  154. package/types/codegen/ibc/core/connection/v1/tx.d.ts +225 -0
  155. package/types/codegen/ibc/core/connection/v1/tx.registry.d.ts +60 -0
  156. package/types/codegen/ibc/core/connection/v1/tx.rpc.msg.d.ts +24 -0
  157. package/types/codegen/ibc/lcd.d.ts +46 -0
  158. package/types/codegen/ibc/lightclients/localhost/v1/localhost.d.ts +28 -0
  159. package/types/codegen/ibc/lightclients/solomachine/v1/solomachine.d.ts +433 -0
  160. package/types/codegen/ibc/lightclients/solomachine/v2/solomachine.d.ts +433 -0
  161. package/types/codegen/ibc/lightclients/tendermint/v1/tendermint.d.ts +215 -0
  162. package/types/codegen/ibc/rpc.query.d.ts +148 -0
  163. package/types/codegen/ibc/rpc.tx.d.ts +44 -0
  164. package/types/codegen/ics23/bundle.d.ts +545 -0
  165. package/types/codegen/index.d.ts +18 -0
  166. package/types/codegen/juno/bundle.d.ts +723 -0
  167. package/types/codegen/juno/lcd.d.ts +31 -0
  168. package/types/codegen/juno/mint/genesis.d.ts +22 -0
  169. package/types/codegen/juno/mint/mint.d.ts +44 -0
  170. package/types/codegen/juno/mint/query.d.ts +99 -0
  171. package/types/codegen/juno/mint/query.lcd.d.ts +11 -0
  172. package/types/codegen/juno/mint/query.rpc.query.d.ts +24 -0
  173. package/types/codegen/juno/rpc.query.d.ts +104 -0
  174. package/types/codegen/tendermint/abci/types.d.ts +902 -0
  175. package/types/codegen/tendermint/bundle.d.ts +19673 -0
  176. package/types/codegen/tendermint/crypto/keys.d.ts +17 -0
  177. package/types/codegen/tendermint/crypto/proof.d.ts +89 -0
  178. package/types/codegen/tendermint/libs/bits/types.d.ts +15 -0
  179. package/types/codegen/tendermint/p2p/types.d.ts +87 -0
  180. package/types/codegen/tendermint/types/block.d.ts +21 -0
  181. package/types/codegen/tendermint/types/evidence.d.ts +70 -0
  182. package/types/codegen/tendermint/types/params.d.ts +181 -0
  183. package/types/codegen/tendermint/types/types.d.ts +326 -0
  184. package/types/codegen/tendermint/types/validator.d.ts +48 -0
  185. package/types/codegen/tendermint/version/types.d.ts +48 -0
  186. package/types/index.d.ts +1 -0
@@ -0,0 +1,545 @@
1
+ import * as _0 from "../confio/proofs";
2
+ export declare const ics23: {
3
+ hashOpFromJSON(object: any): _0.HashOp;
4
+ hashOpToJSON(object: _0.HashOp): string;
5
+ lengthOpFromJSON(object: any): _0.LengthOp;
6
+ lengthOpToJSON(object: _0.LengthOp): string;
7
+ HashOp: typeof _0.HashOp;
8
+ HashOpSDKType: typeof _0.HashOpSDKType;
9
+ LengthOp: typeof _0.LengthOp;
10
+ LengthOpSDKType: typeof _0.LengthOpSDKType;
11
+ ExistenceProof: {
12
+ encode(message: _0.ExistenceProof, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
13
+ decode(input: Uint8Array | import("protobufjs").Reader, length?: number): _0.ExistenceProof;
14
+ fromPartial(object: {
15
+ key?: Uint8Array;
16
+ value?: Uint8Array;
17
+ leaf?: {
18
+ hash?: _0.HashOp;
19
+ prehashKey?: _0.HashOp;
20
+ prehashValue?: _0.HashOp;
21
+ length?: _0.LengthOp;
22
+ prefix?: Uint8Array;
23
+ };
24
+ path?: {
25
+ hash?: _0.HashOp;
26
+ prefix?: Uint8Array;
27
+ suffix?: Uint8Array;
28
+ }[];
29
+ }): _0.ExistenceProof;
30
+ };
31
+ NonExistenceProof: {
32
+ encode(message: _0.NonExistenceProof, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
33
+ decode(input: Uint8Array | import("protobufjs").Reader, length?: number): _0.NonExistenceProof;
34
+ fromPartial(object: {
35
+ key?: Uint8Array;
36
+ left?: {
37
+ key?: Uint8Array;
38
+ value?: Uint8Array;
39
+ leaf?: {
40
+ hash?: _0.HashOp;
41
+ prehashKey?: _0.HashOp;
42
+ prehashValue?: _0.HashOp;
43
+ length?: _0.LengthOp;
44
+ prefix?: Uint8Array;
45
+ };
46
+ path?: {
47
+ hash?: _0.HashOp;
48
+ prefix?: Uint8Array;
49
+ suffix?: Uint8Array;
50
+ }[];
51
+ };
52
+ right?: {
53
+ key?: Uint8Array;
54
+ value?: Uint8Array;
55
+ leaf?: {
56
+ hash?: _0.HashOp;
57
+ prehashKey?: _0.HashOp;
58
+ prehashValue?: _0.HashOp;
59
+ length?: _0.LengthOp;
60
+ prefix?: Uint8Array;
61
+ };
62
+ path?: {
63
+ hash?: _0.HashOp;
64
+ prefix?: Uint8Array;
65
+ suffix?: Uint8Array;
66
+ }[];
67
+ };
68
+ }): _0.NonExistenceProof;
69
+ };
70
+ CommitmentProof: {
71
+ encode(message: _0.CommitmentProof, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
72
+ decode(input: Uint8Array | import("protobufjs").Reader, length?: number): _0.CommitmentProof;
73
+ fromPartial(object: {
74
+ exist?: {
75
+ key?: Uint8Array;
76
+ value?: Uint8Array;
77
+ leaf?: {
78
+ hash?: _0.HashOp;
79
+ prehashKey?: _0.HashOp;
80
+ prehashValue?: _0.HashOp;
81
+ length?: _0.LengthOp;
82
+ prefix?: Uint8Array;
83
+ };
84
+ path?: {
85
+ hash?: _0.HashOp;
86
+ prefix?: Uint8Array;
87
+ suffix?: Uint8Array;
88
+ }[];
89
+ };
90
+ nonexist?: {
91
+ key?: Uint8Array;
92
+ left?: {
93
+ key?: Uint8Array;
94
+ value?: Uint8Array;
95
+ leaf?: {
96
+ hash?: _0.HashOp;
97
+ prehashKey?: _0.HashOp;
98
+ prehashValue?: _0.HashOp;
99
+ length?: _0.LengthOp;
100
+ prefix?: Uint8Array;
101
+ };
102
+ path?: {
103
+ hash?: _0.HashOp;
104
+ prefix?: Uint8Array;
105
+ suffix?: Uint8Array;
106
+ }[];
107
+ };
108
+ right?: {
109
+ key?: Uint8Array;
110
+ value?: Uint8Array;
111
+ leaf?: {
112
+ hash?: _0.HashOp;
113
+ prehashKey?: _0.HashOp;
114
+ prehashValue?: _0.HashOp;
115
+ length?: _0.LengthOp;
116
+ prefix?: Uint8Array;
117
+ };
118
+ path?: {
119
+ hash?: _0.HashOp;
120
+ prefix?: Uint8Array;
121
+ suffix?: Uint8Array;
122
+ }[];
123
+ };
124
+ };
125
+ batch?: {
126
+ entries?: {
127
+ exist?: {
128
+ key?: Uint8Array;
129
+ value?: Uint8Array;
130
+ leaf?: {
131
+ hash?: _0.HashOp;
132
+ prehashKey?: _0.HashOp;
133
+ prehashValue?: _0.HashOp;
134
+ length?: _0.LengthOp;
135
+ prefix?: Uint8Array;
136
+ };
137
+ path?: {
138
+ hash?: _0.HashOp;
139
+ prefix?: Uint8Array;
140
+ suffix?: Uint8Array;
141
+ }[];
142
+ };
143
+ nonexist?: {
144
+ key?: Uint8Array;
145
+ left?: {
146
+ key?: Uint8Array;
147
+ value?: Uint8Array;
148
+ leaf?: {
149
+ hash?: _0.HashOp;
150
+ prehashKey?: _0.HashOp;
151
+ prehashValue?: _0.HashOp;
152
+ length?: _0.LengthOp;
153
+ prefix?: Uint8Array;
154
+ };
155
+ path?: {
156
+ hash?: _0.HashOp;
157
+ prefix?: Uint8Array;
158
+ suffix?: Uint8Array;
159
+ }[];
160
+ };
161
+ right?: {
162
+ key?: Uint8Array;
163
+ value?: Uint8Array;
164
+ leaf?: {
165
+ hash?: _0.HashOp;
166
+ prehashKey?: _0.HashOp;
167
+ prehashValue?: _0.HashOp;
168
+ length?: _0.LengthOp;
169
+ prefix?: Uint8Array;
170
+ };
171
+ path?: {
172
+ hash?: _0.HashOp;
173
+ prefix?: Uint8Array;
174
+ suffix?: Uint8Array;
175
+ }[];
176
+ };
177
+ };
178
+ }[];
179
+ };
180
+ compressed?: {
181
+ entries?: {
182
+ exist?: {
183
+ key?: Uint8Array;
184
+ value?: Uint8Array;
185
+ leaf?: {
186
+ hash?: _0.HashOp;
187
+ prehashKey?: _0.HashOp;
188
+ prehashValue?: _0.HashOp;
189
+ length?: _0.LengthOp;
190
+ prefix?: Uint8Array;
191
+ };
192
+ path?: number[];
193
+ };
194
+ nonexist?: {
195
+ key?: Uint8Array;
196
+ left?: {
197
+ key?: Uint8Array;
198
+ value?: Uint8Array;
199
+ leaf?: {
200
+ hash?: _0.HashOp;
201
+ prehashKey?: _0.HashOp;
202
+ prehashValue?: _0.HashOp;
203
+ length?: _0.LengthOp;
204
+ prefix?: Uint8Array;
205
+ };
206
+ path?: number[];
207
+ };
208
+ right?: {
209
+ key?: Uint8Array;
210
+ value?: Uint8Array;
211
+ leaf?: {
212
+ hash?: _0.HashOp;
213
+ prehashKey?: _0.HashOp;
214
+ prehashValue?: _0.HashOp;
215
+ length?: _0.LengthOp;
216
+ prefix?: Uint8Array;
217
+ };
218
+ path?: number[];
219
+ };
220
+ };
221
+ }[];
222
+ lookupInners?: {
223
+ hash?: _0.HashOp;
224
+ prefix?: Uint8Array;
225
+ suffix?: Uint8Array;
226
+ }[];
227
+ };
228
+ }): _0.CommitmentProof;
229
+ };
230
+ LeafOp: {
231
+ encode(message: _0.LeafOp, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
232
+ decode(input: Uint8Array | import("protobufjs").Reader, length?: number): _0.LeafOp;
233
+ fromPartial(object: {
234
+ hash?: _0.HashOp;
235
+ prehashKey?: _0.HashOp;
236
+ prehashValue?: _0.HashOp;
237
+ length?: _0.LengthOp;
238
+ prefix?: Uint8Array;
239
+ }): _0.LeafOp;
240
+ };
241
+ InnerOp: {
242
+ encode(message: _0.InnerOp, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
243
+ decode(input: Uint8Array | import("protobufjs").Reader, length?: number): _0.InnerOp;
244
+ fromPartial(object: {
245
+ hash?: _0.HashOp;
246
+ prefix?: Uint8Array;
247
+ suffix?: Uint8Array;
248
+ }): _0.InnerOp;
249
+ };
250
+ ProofSpec: {
251
+ encode(message: _0.ProofSpec, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
252
+ decode(input: Uint8Array | import("protobufjs").Reader, length?: number): _0.ProofSpec;
253
+ fromPartial(object: {
254
+ leafSpec?: {
255
+ hash?: _0.HashOp;
256
+ prehashKey?: _0.HashOp;
257
+ prehashValue?: _0.HashOp;
258
+ length?: _0.LengthOp;
259
+ prefix?: Uint8Array;
260
+ };
261
+ innerSpec?: {
262
+ childOrder?: number[];
263
+ childSize?: number;
264
+ minPrefixLength?: number;
265
+ maxPrefixLength?: number;
266
+ emptyChild?: Uint8Array;
267
+ hash?: _0.HashOp;
268
+ };
269
+ maxDepth?: number;
270
+ minDepth?: number;
271
+ }): _0.ProofSpec;
272
+ };
273
+ InnerSpec: {
274
+ encode(message: _0.InnerSpec, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
275
+ decode(input: Uint8Array | import("protobufjs").Reader, length?: number): _0.InnerSpec;
276
+ fromPartial(object: {
277
+ childOrder?: number[];
278
+ childSize?: number;
279
+ minPrefixLength?: number;
280
+ maxPrefixLength?: number;
281
+ emptyChild?: Uint8Array;
282
+ hash?: _0.HashOp;
283
+ }): _0.InnerSpec;
284
+ };
285
+ BatchProof: {
286
+ encode(message: _0.BatchProof, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
287
+ decode(input: Uint8Array | import("protobufjs").Reader, length?: number): _0.BatchProof;
288
+ fromPartial(object: {
289
+ entries?: {
290
+ exist?: {
291
+ key?: Uint8Array;
292
+ value?: Uint8Array;
293
+ leaf?: {
294
+ hash?: _0.HashOp;
295
+ prehashKey?: _0.HashOp;
296
+ prehashValue?: _0.HashOp;
297
+ length?: _0.LengthOp;
298
+ prefix?: Uint8Array;
299
+ };
300
+ path?: {
301
+ hash?: _0.HashOp;
302
+ prefix?: Uint8Array;
303
+ suffix?: Uint8Array;
304
+ }[];
305
+ };
306
+ nonexist?: {
307
+ key?: Uint8Array;
308
+ left?: {
309
+ key?: Uint8Array;
310
+ value?: Uint8Array;
311
+ leaf?: {
312
+ hash?: _0.HashOp;
313
+ prehashKey?: _0.HashOp;
314
+ prehashValue?: _0.HashOp;
315
+ length?: _0.LengthOp;
316
+ prefix?: Uint8Array;
317
+ };
318
+ path?: {
319
+ hash?: _0.HashOp;
320
+ prefix?: Uint8Array;
321
+ suffix?: Uint8Array;
322
+ }[];
323
+ };
324
+ right?: {
325
+ key?: Uint8Array;
326
+ value?: Uint8Array;
327
+ leaf?: {
328
+ hash?: _0.HashOp;
329
+ prehashKey?: _0.HashOp;
330
+ prehashValue?: _0.HashOp;
331
+ length?: _0.LengthOp;
332
+ prefix?: Uint8Array;
333
+ };
334
+ path?: {
335
+ hash?: _0.HashOp;
336
+ prefix?: Uint8Array;
337
+ suffix?: Uint8Array;
338
+ }[];
339
+ };
340
+ };
341
+ }[];
342
+ }): _0.BatchProof;
343
+ };
344
+ BatchEntry: {
345
+ encode(message: _0.BatchEntry, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
346
+ decode(input: Uint8Array | import("protobufjs").Reader, length?: number): _0.BatchEntry;
347
+ fromPartial(object: {
348
+ exist?: {
349
+ key?: Uint8Array;
350
+ value?: Uint8Array;
351
+ leaf?: {
352
+ hash?: _0.HashOp;
353
+ prehashKey?: _0.HashOp;
354
+ prehashValue?: _0.HashOp;
355
+ length?: _0.LengthOp;
356
+ prefix?: Uint8Array;
357
+ };
358
+ path?: {
359
+ hash?: _0.HashOp;
360
+ prefix?: Uint8Array;
361
+ suffix?: Uint8Array;
362
+ }[];
363
+ };
364
+ nonexist?: {
365
+ key?: Uint8Array;
366
+ left?: {
367
+ key?: Uint8Array;
368
+ value?: Uint8Array;
369
+ leaf?: {
370
+ hash?: _0.HashOp;
371
+ prehashKey?: _0.HashOp;
372
+ prehashValue?: _0.HashOp;
373
+ length?: _0.LengthOp;
374
+ prefix?: Uint8Array;
375
+ };
376
+ path?: {
377
+ hash?: _0.HashOp;
378
+ prefix?: Uint8Array;
379
+ suffix?: Uint8Array;
380
+ }[];
381
+ };
382
+ right?: {
383
+ key?: Uint8Array;
384
+ value?: Uint8Array;
385
+ leaf?: {
386
+ hash?: _0.HashOp;
387
+ prehashKey?: _0.HashOp;
388
+ prehashValue?: _0.HashOp;
389
+ length?: _0.LengthOp;
390
+ prefix?: Uint8Array;
391
+ };
392
+ path?: {
393
+ hash?: _0.HashOp;
394
+ prefix?: Uint8Array;
395
+ suffix?: Uint8Array;
396
+ }[];
397
+ };
398
+ };
399
+ }): _0.BatchEntry;
400
+ };
401
+ CompressedBatchProof: {
402
+ encode(message: _0.CompressedBatchProof, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
403
+ decode(input: Uint8Array | import("protobufjs").Reader, length?: number): _0.CompressedBatchProof;
404
+ fromPartial(object: {
405
+ entries?: {
406
+ exist?: {
407
+ key?: Uint8Array;
408
+ value?: Uint8Array;
409
+ leaf?: {
410
+ hash?: _0.HashOp;
411
+ prehashKey?: _0.HashOp;
412
+ prehashValue?: _0.HashOp;
413
+ length?: _0.LengthOp;
414
+ prefix?: Uint8Array;
415
+ };
416
+ path?: number[];
417
+ };
418
+ nonexist?: {
419
+ key?: Uint8Array;
420
+ left?: {
421
+ key?: Uint8Array;
422
+ value?: Uint8Array;
423
+ leaf?: {
424
+ hash?: _0.HashOp;
425
+ prehashKey?: _0.HashOp;
426
+ prehashValue?: _0.HashOp;
427
+ length?: _0.LengthOp;
428
+ prefix?: Uint8Array;
429
+ };
430
+ path?: number[];
431
+ };
432
+ right?: {
433
+ key?: Uint8Array;
434
+ value?: Uint8Array;
435
+ leaf?: {
436
+ hash?: _0.HashOp;
437
+ prehashKey?: _0.HashOp;
438
+ prehashValue?: _0.HashOp;
439
+ length?: _0.LengthOp;
440
+ prefix?: Uint8Array;
441
+ };
442
+ path?: number[];
443
+ };
444
+ };
445
+ }[];
446
+ lookupInners?: {
447
+ hash?: _0.HashOp;
448
+ prefix?: Uint8Array;
449
+ suffix?: Uint8Array;
450
+ }[];
451
+ }): _0.CompressedBatchProof;
452
+ };
453
+ CompressedBatchEntry: {
454
+ encode(message: _0.CompressedBatchEntry, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
455
+ decode(input: Uint8Array | import("protobufjs").Reader, length?: number): _0.CompressedBatchEntry;
456
+ fromPartial(object: {
457
+ exist?: {
458
+ key?: Uint8Array;
459
+ value?: Uint8Array;
460
+ leaf?: {
461
+ hash?: _0.HashOp;
462
+ prehashKey?: _0.HashOp;
463
+ prehashValue?: _0.HashOp;
464
+ length?: _0.LengthOp;
465
+ prefix?: Uint8Array;
466
+ };
467
+ path?: number[];
468
+ };
469
+ nonexist?: {
470
+ key?: Uint8Array;
471
+ left?: {
472
+ key?: Uint8Array;
473
+ value?: Uint8Array;
474
+ leaf?: {
475
+ hash?: _0.HashOp;
476
+ prehashKey?: _0.HashOp;
477
+ prehashValue?: _0.HashOp;
478
+ length?: _0.LengthOp;
479
+ prefix?: Uint8Array;
480
+ };
481
+ path?: number[];
482
+ };
483
+ right?: {
484
+ key?: Uint8Array;
485
+ value?: Uint8Array;
486
+ leaf?: {
487
+ hash?: _0.HashOp;
488
+ prehashKey?: _0.HashOp;
489
+ prehashValue?: _0.HashOp;
490
+ length?: _0.LengthOp;
491
+ prefix?: Uint8Array;
492
+ };
493
+ path?: number[];
494
+ };
495
+ };
496
+ }): _0.CompressedBatchEntry;
497
+ };
498
+ CompressedExistenceProof: {
499
+ encode(message: _0.CompressedExistenceProof, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
500
+ decode(input: Uint8Array | import("protobufjs").Reader, length?: number): _0.CompressedExistenceProof;
501
+ fromPartial(object: {
502
+ key?: Uint8Array;
503
+ value?: Uint8Array;
504
+ leaf?: {
505
+ hash?: _0.HashOp;
506
+ prehashKey?: _0.HashOp;
507
+ prehashValue?: _0.HashOp;
508
+ length?: _0.LengthOp;
509
+ prefix?: Uint8Array;
510
+ };
511
+ path?: number[];
512
+ }): _0.CompressedExistenceProof;
513
+ };
514
+ CompressedNonExistenceProof: {
515
+ encode(message: _0.CompressedNonExistenceProof, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
516
+ decode(input: Uint8Array | import("protobufjs").Reader, length?: number): _0.CompressedNonExistenceProof;
517
+ fromPartial(object: {
518
+ key?: Uint8Array;
519
+ left?: {
520
+ key?: Uint8Array;
521
+ value?: Uint8Array;
522
+ leaf?: {
523
+ hash?: _0.HashOp;
524
+ prehashKey?: _0.HashOp;
525
+ prehashValue?: _0.HashOp;
526
+ length?: _0.LengthOp;
527
+ prefix?: Uint8Array;
528
+ };
529
+ path?: number[];
530
+ };
531
+ right?: {
532
+ key?: Uint8Array;
533
+ value?: Uint8Array;
534
+ leaf?: {
535
+ hash?: _0.HashOp;
536
+ prehashKey?: _0.HashOp;
537
+ prehashValue?: _0.HashOp;
538
+ length?: _0.LengthOp;
539
+ prefix?: Uint8Array;
540
+ };
541
+ path?: number[];
542
+ };
543
+ }): _0.CompressedNonExistenceProof;
544
+ };
545
+ };
@@ -0,0 +1,18 @@
1
+ /**
2
+ * This file and any referenced files were automatically generated by @osmonauts/telescope@0.59.0
3
+ * DO NOT MODIFY BY HAND. Instead, download the latest proto files for your chain
4
+ * and run the transpile command or yarn proto command to regenerate this bundle.
5
+ */
6
+ export * from "./ics23/bundle";
7
+ export * from "./cosmos_proto/bundle";
8
+ export * from "./cosmos/bundle";
9
+ export * from "./cosmos/client";
10
+ export * from "./cosmwasm/bundle";
11
+ export * from "./cosmwasm/client";
12
+ export * from "./gogoproto/bundle";
13
+ export * from "./google/bundle";
14
+ export * from "./ibc/bundle";
15
+ export * from "./ibc/client";
16
+ export * from "./juno/bundle";
17
+ export * from "./tendermint/bundle";
18
+ export * from "./contracts";