@xpla/xplajs 1.8.2 → 1.9.0-rc0

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 (2701) hide show
  1. package/dist/amino/amino.cjs +0 -0
  2. package/dist/amino/amino.d.ts +1 -0
  3. package/dist/amino/amino.js +0 -0
  4. package/dist/binary.cjs +305 -0
  5. package/dist/binary.d.ts +132 -0
  6. package/dist/binary.js +302 -0
  7. package/dist/cosmos/app/runtime/v1alpha1/module.cjs +269 -0
  8. package/dist/cosmos/app/runtime/v1alpha1/module.d.ts +245 -0
  9. package/dist/cosmos/app/runtime/v1alpha1/module.js +267 -0
  10. package/dist/cosmos/app/v1alpha1/config.cjs +296 -0
  11. package/dist/cosmos/app/v1alpha1/config.d.ts +250 -0
  12. package/dist/cosmos/app/v1alpha1/config.js +293 -0
  13. package/dist/cosmos/app/v1alpha1/module.cjs +276 -0
  14. package/dist/cosmos/app/v1alpha1/module.d.ts +290 -0
  15. package/dist/cosmos/app/v1alpha1/module.js +273 -0
  16. package/dist/cosmos/app/v1alpha1/query.cjs +157 -0
  17. package/dist/cosmos/app/v1alpha1/query.d.ts +107 -0
  18. package/dist/cosmos/app/v1alpha1/query.js +155 -0
  19. package/dist/cosmos/app/v1alpha1/query.rpc.Query.cjs +26 -0
  20. package/dist/cosmos/app/v1alpha1/query.rpc.Query.d.ts +20 -0
  21. package/dist/cosmos/app/v1alpha1/query.rpc.Query.js +24 -0
  22. package/dist/cosmos/app/v1alpha1/query.rpc.func.cjs +22 -0
  23. package/dist/cosmos/app/v1alpha1/query.rpc.func.d.ts +14 -0
  24. package/dist/cosmos/app/v1alpha1/query.rpc.func.js +21 -0
  25. package/dist/cosmos/auth/module/v1/module.cjs +204 -0
  26. package/dist/cosmos/auth/module/v1/module.d.ts +154 -0
  27. package/dist/cosmos/auth/module/v1/module.js +202 -0
  28. package/dist/cosmos/auth/v1beta1/auth.cjs +423 -0
  29. package/dist/cosmos/auth/v1beta1/auth.d.ts +243 -0
  30. package/dist/cosmos/auth/v1beta1/auth.js +418 -0
  31. package/dist/cosmos/auth/v1beta1/genesis.cjs +97 -0
  32. package/dist/cosmos/auth/v1beta1/genesis.d.ts +71 -0
  33. package/dist/cosmos/auth/v1beta1/genesis.js +96 -0
  34. package/dist/cosmos/auth/v1beta1/query.cjs +1589 -0
  35. package/dist/cosmos/auth/v1beta1/query.d.ts +1070 -0
  36. package/dist/cosmos/auth/v1beta1/query.js +1568 -0
  37. package/dist/cosmos/auth/v1beta1/query.lcd.cjs +53 -0
  38. package/dist/cosmos/auth/v1beta1/query.lcd.d.ts +24 -0
  39. package/dist/cosmos/auth/v1beta1/query.lcd.js +52 -0
  40. package/dist/cosmos/auth/v1beta1/query.rpc.Query.cjs +91 -0
  41. package/dist/cosmos/auth/v1beta1/query.rpc.Query.d.ts +61 -0
  42. package/dist/cosmos/auth/v1beta1/query.rpc.Query.js +89 -0
  43. package/dist/cosmos/auth/v1beta1/query.rpc.func.cjs +150 -0
  44. package/dist/cosmos/auth/v1beta1/query.rpc.func.d.ts +79 -0
  45. package/dist/cosmos/auth/v1beta1/query.rpc.func.js +140 -0
  46. package/dist/cosmos/auth/v1beta1/tx.amino.cjs +12 -0
  47. package/dist/cosmos/auth/v1beta1/tx.amino.d.ts +12 -0
  48. package/dist/cosmos/auth/v1beta1/tx.amino.js +11 -0
  49. package/dist/cosmos/auth/v1beta1/tx.cjs +168 -0
  50. package/dist/cosmos/auth/v1beta1/tx.d.ts +122 -0
  51. package/dist/cosmos/auth/v1beta1/tx.js +166 -0
  52. package/dist/cosmos/auth/v1beta1/tx.registry.cjs +29 -0
  53. package/dist/cosmos/auth/v1beta1/tx.registry.d.ts +27 -0
  54. package/dist/cosmos/auth/v1beta1/tx.registry.js +27 -0
  55. package/dist/cosmos/auth/v1beta1/tx.rpc.func.cjs +16 -0
  56. package/dist/cosmos/auth/v1beta1/tx.rpc.func.d.ts +16 -0
  57. package/dist/cosmos/auth/v1beta1/tx.rpc.func.js +15 -0
  58. package/dist/cosmos/auth/v1beta1/tx.rpc.msg.cjs +22 -0
  59. package/dist/cosmos/auth/v1beta1/tx.rpc.msg.d.ts +20 -0
  60. package/dist/cosmos/auth/v1beta1/tx.rpc.msg.js +20 -0
  61. package/dist/cosmos/authz/module/v1/module.cjs +74 -0
  62. package/dist/cosmos/authz/module/v1/module.d.ts +51 -0
  63. package/dist/cosmos/authz/module/v1/module.js +73 -0
  64. package/dist/cosmos/authz/v1beta1/authz.cjs +388 -0
  65. package/dist/cosmos/authz/v1beta1/authz.d.ts +252 -0
  66. package/dist/cosmos/authz/v1beta1/authz.js +384 -0
  67. package/dist/cosmos/authz/v1beta1/event.cjs +198 -0
  68. package/dist/cosmos/authz/v1beta1/event.d.ts +148 -0
  69. package/dist/cosmos/authz/v1beta1/event.js +196 -0
  70. package/dist/cosmos/authz/v1beta1/genesis.cjs +90 -0
  71. package/dist/cosmos/authz/v1beta1/genesis.d.ts +56 -0
  72. package/dist/cosmos/authz/v1beta1/genesis.js +89 -0
  73. package/dist/cosmos/authz/v1beta1/query.cjs +577 -0
  74. package/dist/cosmos/authz/v1beta1/query.d.ts +378 -0
  75. package/dist/cosmos/authz/v1beta1/query.js +571 -0
  76. package/dist/cosmos/authz/v1beta1/query.lcd.cjs +33 -0
  77. package/dist/cosmos/authz/v1beta1/query.lcd.d.ts +17 -0
  78. package/dist/cosmos/authz/v1beta1/query.lcd.js +32 -0
  79. package/dist/cosmos/authz/v1beta1/query.rpc.Query.cjs +42 -0
  80. package/dist/cosmos/authz/v1beta1/query.rpc.Query.d.ts +28 -0
  81. package/dist/cosmos/authz/v1beta1/query.rpc.Query.js +40 -0
  82. package/dist/cosmos/authz/v1beta1/query.rpc.func.cjs +49 -0
  83. package/dist/cosmos/authz/v1beta1/query.rpc.func.d.ts +27 -0
  84. package/dist/cosmos/authz/v1beta1/query.rpc.func.js +46 -0
  85. package/dist/cosmos/authz/v1beta1/tx.amino.cjs +24 -0
  86. package/dist/cosmos/authz/v1beta1/tx.amino.d.ts +22 -0
  87. package/dist/cosmos/authz/v1beta1/tx.amino.js +23 -0
  88. package/dist/cosmos/authz/v1beta1/tx.cjs +514 -0
  89. package/dist/cosmos/authz/v1beta1/tx.d.ts +334 -0
  90. package/dist/cosmos/authz/v1beta1/tx.js +507 -0
  91. package/dist/cosmos/authz/v1beta1/tx.registry.cjs +75 -0
  92. package/dist/cosmos/authz/v1beta1/tx.registry.d.ts +51 -0
  93. package/dist/cosmos/authz/v1beta1/tx.registry.js +73 -0
  94. package/dist/cosmos/authz/v1beta1/tx.rpc.func.cjs +37 -0
  95. package/dist/cosmos/authz/v1beta1/tx.rpc.func.d.ts +35 -0
  96. package/dist/cosmos/authz/v1beta1/tx.rpc.func.js +34 -0
  97. package/dist/cosmos/authz/v1beta1/tx.rpc.msg.cjs +30 -0
  98. package/dist/cosmos/authz/v1beta1/tx.rpc.msg.d.ts +35 -0
  99. package/dist/cosmos/authz/v1beta1/tx.rpc.msg.js +28 -0
  100. package/dist/cosmos/autocli/v1/options.cjs +795 -0
  101. package/dist/cosmos/autocli/v1/options.d.ts +637 -0
  102. package/dist/cosmos/autocli/v1/options.js +788 -0
  103. package/dist/cosmos/autocli/v1/query.cjs +242 -0
  104. package/dist/cosmos/autocli/v1/query.d.ts +153 -0
  105. package/dist/cosmos/autocli/v1/query.js +239 -0
  106. package/dist/cosmos/autocli/v1/query.rpc.Query.cjs +26 -0
  107. package/dist/cosmos/autocli/v1/query.rpc.Query.d.ts +21 -0
  108. package/dist/cosmos/autocli/v1/query.rpc.Query.js +24 -0
  109. package/dist/cosmos/autocli/v1/query.rpc.func.cjs +21 -0
  110. package/dist/cosmos/autocli/v1/query.rpc.func.d.ts +13 -0
  111. package/dist/cosmos/autocli/v1/query.rpc.func.js +20 -0
  112. package/dist/cosmos/bank/module/v1/module.cjs +104 -0
  113. package/dist/cosmos/bank/module/v1/module.d.ts +87 -0
  114. package/dist/cosmos/bank/module/v1/module.js +103 -0
  115. package/dist/cosmos/bank/v1beta1/authz.cjs +104 -0
  116. package/dist/cosmos/bank/v1beta1/authz.d.ts +69 -0
  117. package/dist/cosmos/bank/v1beta1/authz.js +103 -0
  118. package/dist/cosmos/bank/v1beta1/bank.cjs +699 -0
  119. package/dist/cosmos/bank/v1beta1/bank.d.ts +484 -0
  120. package/dist/cosmos/bank/v1beta1/bank.js +692 -0
  121. package/dist/cosmos/bank/v1beta1/genesis.cjs +225 -0
  122. package/dist/cosmos/bank/v1beta1/genesis.d.ts +163 -0
  123. package/dist/cosmos/bank/v1beta1/genesis.js +223 -0
  124. package/dist/cosmos/bank/v1beta1/query.cjs +2359 -0
  125. package/dist/cosmos/bank/v1beta1/query.d.ts +1649 -0
  126. package/dist/cosmos/bank/v1beta1/query.js +2332 -0
  127. package/dist/cosmos/bank/v1beta1/query.lcd.cjs +86 -0
  128. package/dist/cosmos/bank/v1beta1/query.lcd.d.ts +27 -0
  129. package/dist/cosmos/bank/v1beta1/query.lcd.js +85 -0
  130. package/dist/cosmos/bank/v1beta1/query.rpc.Query.cjs +112 -0
  131. package/dist/cosmos/bank/v1beta1/query.rpc.Query.d.ts +113 -0
  132. package/dist/cosmos/bank/v1beta1/query.rpc.Query.js +110 -0
  133. package/dist/cosmos/bank/v1beta1/query.rpc.func.cjs +216 -0
  134. package/dist/cosmos/bank/v1beta1/query.rpc.func.d.ts +124 -0
  135. package/dist/cosmos/bank/v1beta1/query.rpc.func.js +203 -0
  136. package/dist/cosmos/bank/v1beta1/tx.amino.cjs +29 -0
  137. package/dist/cosmos/bank/v1beta1/tx.amino.d.ts +27 -0
  138. package/dist/cosmos/bank/v1beta1/tx.amino.js +28 -0
  139. package/dist/cosmos/bank/v1beta1/tx.cjs +672 -0
  140. package/dist/cosmos/bank/v1beta1/tx.d.ts +459 -0
  141. package/dist/cosmos/bank/v1beta1/tx.js +664 -0
  142. package/dist/cosmos/bank/v1beta1/tx.registry.cjs +94 -0
  143. package/dist/cosmos/bank/v1beta1/tx.registry.d.ts +63 -0
  144. package/dist/cosmos/bank/v1beta1/tx.registry.js +92 -0
  145. package/dist/cosmos/bank/v1beta1/tx.rpc.func.cjs +43 -0
  146. package/dist/cosmos/bank/v1beta1/tx.rpc.func.d.ts +40 -0
  147. package/dist/cosmos/bank/v1beta1/tx.rpc.func.js +39 -0
  148. package/dist/cosmos/bank/v1beta1/tx.rpc.msg.cjs +34 -0
  149. package/dist/cosmos/bank/v1beta1/tx.rpc.msg.d.ts +34 -0
  150. package/dist/cosmos/bank/v1beta1/tx.rpc.msg.js +32 -0
  151. package/dist/cosmos/base/abci/v1beta1/abci.cjs +1192 -0
  152. package/dist/cosmos/base/abci/v1beta1/abci.d.ts +865 -0
  153. package/dist/cosmos/base/abci/v1beta1/abci.js +1180 -0
  154. package/dist/cosmos/base/node/v1beta1/query.cjs +361 -0
  155. package/dist/cosmos/base/node/v1beta1/query.d.ts +238 -0
  156. package/dist/cosmos/base/node/v1beta1/query.js +356 -0
  157. package/dist/cosmos/base/node/v1beta1/query.lcd.cjs +18 -0
  158. package/dist/cosmos/base/node/v1beta1/query.lcd.d.ts +16 -0
  159. package/dist/cosmos/base/node/v1beta1/query.lcd.js +16 -0
  160. package/dist/cosmos/base/node/v1beta1/query.rpc.Service.cjs +35 -0
  161. package/dist/cosmos/base/node/v1beta1/query.rpc.Service.d.ts +24 -0
  162. package/dist/cosmos/base/node/v1beta1/query.rpc.Service.js +33 -0
  163. package/dist/cosmos/base/node/v1beta1/query.rpc.func.cjs +35 -0
  164. package/dist/cosmos/base/node/v1beta1/query.rpc.func.d.ts +20 -0
  165. package/dist/cosmos/base/node/v1beta1/query.rpc.func.js +33 -0
  166. package/dist/cosmos/base/query/v1beta1/pagination.cjs +220 -0
  167. package/dist/cosmos/base/query/v1beta1/pagination.d.ts +214 -0
  168. package/dist/cosmos/base/query/v1beta1/pagination.js +217 -0
  169. package/dist/cosmos/base/reflection/v1beta1/reflection.cjs +312 -0
  170. package/dist/cosmos/base/reflection/v1beta1/reflection.d.ts +216 -0
  171. package/dist/cosmos/base/reflection/v1beta1/reflection.js +308 -0
  172. package/dist/cosmos/base/reflection/v1beta1/reflection.rpc.func.cjs +37 -0
  173. package/dist/cosmos/base/reflection/v1beta1/reflection.rpc.func.d.ts +22 -0
  174. package/dist/cosmos/base/reflection/v1beta1/reflection.rpc.func.js +35 -0
  175. package/dist/cosmos/base/reflection/v2alpha1/reflection.cjs +2171 -0
  176. package/dist/cosmos/base/reflection/v2alpha1/reflection.d.ts +1541 -0
  177. package/dist/cosmos/base/reflection/v2alpha1/reflection.js +2145 -0
  178. package/dist/cosmos/base/reflection/v2alpha1/reflection.rpc.func.cjs +93 -0
  179. package/dist/cosmos/base/reflection/v2alpha1/reflection.rpc.func.d.ts +50 -0
  180. package/dist/cosmos/base/reflection/v2alpha1/reflection.rpc.func.js +87 -0
  181. package/dist/cosmos/base/tendermint/v1beta1/query.cjs +1821 -0
  182. package/dist/cosmos/base/tendermint/v1beta1/query.d.ts +1094 -0
  183. package/dist/cosmos/base/tendermint/v1beta1/query.js +1801 -0
  184. package/dist/cosmos/base/tendermint/v1beta1/query.lcd.cjs +45 -0
  185. package/dist/cosmos/base/tendermint/v1beta1/query.lcd.d.ts +21 -0
  186. package/dist/cosmos/base/tendermint/v1beta1/query.lcd.js +44 -0
  187. package/dist/cosmos/base/tendermint/v1beta1/query.rpc.Service.cjs +70 -0
  188. package/dist/cosmos/base/tendermint/v1beta1/query.rpc.Service.d.ts +48 -0
  189. package/dist/cosmos/base/tendermint/v1beta1/query.rpc.Service.js +68 -0
  190. package/dist/cosmos/base/tendermint/v1beta1/query.rpc.func.cjs +107 -0
  191. package/dist/cosmos/base/tendermint/v1beta1/query.rpc.func.d.ts +57 -0
  192. package/dist/cosmos/base/tendermint/v1beta1/query.rpc.func.js +100 -0
  193. package/dist/cosmos/base/tendermint/v1beta1/types.cjs +312 -0
  194. package/dist/cosmos/base/tendermint/v1beta1/types.d.ts +212 -0
  195. package/dist/cosmos/base/tendermint/v1beta1/types.js +309 -0
  196. package/dist/cosmos/base/v1beta1/coin.cjs +347 -0
  197. package/dist/cosmos/base/v1beta1/coin.d.ts +230 -0
  198. package/dist/cosmos/base/v1beta1/coin.js +343 -0
  199. package/dist/cosmos/bundle.cjs +994 -0
  200. package/dist/cosmos/bundle.d.ts +151 -0
  201. package/dist/cosmos/bundle.js +152 -0
  202. package/dist/cosmos/consensus/module/v1/module.cjs +84 -0
  203. package/dist/cosmos/consensus/module/v1/module.d.ts +61 -0
  204. package/dist/cosmos/consensus/module/v1/module.js +83 -0
  205. package/dist/cosmos/consensus/v1/query.cjs +157 -0
  206. package/dist/cosmos/consensus/v1/query.d.ts +111 -0
  207. package/dist/cosmos/consensus/v1/query.js +155 -0
  208. package/dist/cosmos/consensus/v1/query.lcd.cjs +15 -0
  209. package/dist/cosmos/consensus/v1/query.lcd.d.ts +15 -0
  210. package/dist/cosmos/consensus/v1/query.lcd.js +13 -0
  211. package/dist/cosmos/consensus/v1/query.rpc.Query.cjs +26 -0
  212. package/dist/cosmos/consensus/v1/query.rpc.Query.d.ts +20 -0
  213. package/dist/cosmos/consensus/v1/query.rpc.Query.js +24 -0
  214. package/dist/cosmos/consensus/v1/query.rpc.func.cjs +21 -0
  215. package/dist/cosmos/consensus/v1/query.rpc.func.d.ts +13 -0
  216. package/dist/cosmos/consensus/v1/query.rpc.func.js +20 -0
  217. package/dist/cosmos/consensus/v1/tx.amino.cjs +12 -0
  218. package/dist/cosmos/consensus/v1/tx.amino.d.ts +12 -0
  219. package/dist/cosmos/consensus/v1/tx.amino.js +11 -0
  220. package/dist/cosmos/consensus/v1/tx.cjs +195 -0
  221. package/dist/cosmos/consensus/v1/tx.d.ts +132 -0
  222. package/dist/cosmos/consensus/v1/tx.js +193 -0
  223. package/dist/cosmos/consensus/v1/tx.registry.cjs +29 -0
  224. package/dist/cosmos/consensus/v1/tx.registry.d.ts +27 -0
  225. package/dist/cosmos/consensus/v1/tx.registry.js +27 -0
  226. package/dist/cosmos/consensus/v1/tx.rpc.func.cjs +16 -0
  227. package/dist/cosmos/consensus/v1/tx.rpc.func.d.ts +16 -0
  228. package/dist/cosmos/consensus/v1/tx.rpc.func.js +15 -0
  229. package/dist/cosmos/consensus/v1/tx.rpc.msg.cjs +22 -0
  230. package/dist/cosmos/consensus/v1/tx.rpc.msg.d.ts +20 -0
  231. package/dist/cosmos/consensus/v1/tx.rpc.msg.js +20 -0
  232. package/dist/cosmos/crypto/multisig/v1beta1/multisig.cjs +180 -0
  233. package/dist/cosmos/crypto/multisig/v1beta1/multisig.d.ts +121 -0
  234. package/dist/cosmos/crypto/multisig/v1beta1/multisig.js +177 -0
  235. package/dist/cosmos/distribution/module/v1/module.cjs +94 -0
  236. package/dist/cosmos/distribution/module/v1/module.d.ts +63 -0
  237. package/dist/cosmos/distribution/module/v1/module.js +93 -0
  238. package/dist/cosmos/distribution/v1beta1/distribution.cjs +1160 -0
  239. package/dist/cosmos/distribution/v1beta1/distribution.d.ts +746 -0
  240. package/dist/cosmos/distribution/v1beta1/distribution.js +1148 -0
  241. package/dist/cosmos/distribution/v1beta1/genesis.cjs +850 -0
  242. package/dist/cosmos/distribution/v1beta1/genesis.d.ts +620 -0
  243. package/dist/cosmos/distribution/v1beta1/genesis.js +842 -0
  244. package/dist/cosmos/distribution/v1beta1/query.cjs +1677 -0
  245. package/dist/cosmos/distribution/v1beta1/query.d.ts +1195 -0
  246. package/dist/cosmos/distribution/v1beta1/query.js +1657 -0
  247. package/dist/cosmos/distribution/v1beta1/query.lcd.cjs +55 -0
  248. package/dist/cosmos/distribution/v1beta1/query.lcd.d.ts +24 -0
  249. package/dist/cosmos/distribution/v1beta1/query.lcd.js +54 -0
  250. package/dist/cosmos/distribution/v1beta1/query.rpc.Query.cjs +91 -0
  251. package/dist/cosmos/distribution/v1beta1/query.rpc.Query.d.ts +63 -0
  252. package/dist/cosmos/distribution/v1beta1/query.rpc.Query.js +89 -0
  253. package/dist/cosmos/distribution/v1beta1/query.rpc.func.cjs +150 -0
  254. package/dist/cosmos/distribution/v1beta1/query.rpc.func.d.ts +79 -0
  255. package/dist/cosmos/distribution/v1beta1/query.rpc.func.js +140 -0
  256. package/dist/cosmos/distribution/v1beta1/tx.amino.cjs +44 -0
  257. package/dist/cosmos/distribution/v1beta1/tx.amino.d.ts +42 -0
  258. package/dist/cosmos/distribution/v1beta1/tx.amino.js +43 -0
  259. package/dist/cosmos/distribution/v1beta1/tx.cjs +1163 -0
  260. package/dist/cosmos/distribution/v1beta1/tx.d.ts +751 -0
  261. package/dist/cosmos/distribution/v1beta1/tx.js +1149 -0
  262. package/dist/cosmos/distribution/v1beta1/tx.registry.cjs +151 -0
  263. package/dist/cosmos/distribution/v1beta1/tx.registry.d.ts +99 -0
  264. package/dist/cosmos/distribution/v1beta1/tx.registry.js +149 -0
  265. package/dist/cosmos/distribution/v1beta1/tx.rpc.func.cjs +76 -0
  266. package/dist/cosmos/distribution/v1beta1/tx.rpc.func.d.ts +70 -0
  267. package/dist/cosmos/distribution/v1beta1/tx.rpc.func.js +69 -0
  268. package/dist/cosmos/distribution/v1beta1/tx.rpc.msg.cjs +46 -0
  269. package/dist/cosmos/distribution/v1beta1/tx.rpc.msg.d.ts +62 -0
  270. package/dist/cosmos/distribution/v1beta1/tx.rpc.msg.js +44 -0
  271. package/dist/cosmos/evidence/module/v1/module.cjs +74 -0
  272. package/dist/cosmos/evidence/module/v1/module.d.ts +51 -0
  273. package/dist/cosmos/evidence/module/v1/module.js +73 -0
  274. package/dist/cosmos/evidence/v1beta1/evidence.cjs +113 -0
  275. package/dist/cosmos/evidence/v1beta1/evidence.d.ts +88 -0
  276. package/dist/cosmos/evidence/v1beta1/evidence.js +112 -0
  277. package/dist/cosmos/evidence/v1beta1/genesis.cjs +86 -0
  278. package/dist/cosmos/evidence/v1beta1/genesis.d.ts +62 -0
  279. package/dist/cosmos/evidence/v1beta1/genesis.js +85 -0
  280. package/dist/cosmos/evidence/v1beta1/query.cjs +352 -0
  281. package/dist/cosmos/evidence/v1beta1/query.d.ts +254 -0
  282. package/dist/cosmos/evidence/v1beta1/query.js +347 -0
  283. package/dist/cosmos/evidence/v1beta1/query.lcd.cjs +24 -0
  284. package/dist/cosmos/evidence/v1beta1/query.lcd.d.ts +16 -0
  285. package/dist/cosmos/evidence/v1beta1/query.lcd.js +23 -0
  286. package/dist/cosmos/evidence/v1beta1/query.rpc.Query.cjs +35 -0
  287. package/dist/cosmos/evidence/v1beta1/query.rpc.Query.d.ts +24 -0
  288. package/dist/cosmos/evidence/v1beta1/query.rpc.Query.js +33 -0
  289. package/dist/cosmos/evidence/v1beta1/query.rpc.func.cjs +35 -0
  290. package/dist/cosmos/evidence/v1beta1/query.rpc.func.d.ts +20 -0
  291. package/dist/cosmos/evidence/v1beta1/query.rpc.func.js +33 -0
  292. package/dist/cosmos/evidence/v1beta1/tx.amino.cjs +12 -0
  293. package/dist/cosmos/evidence/v1beta1/tx.amino.d.ts +12 -0
  294. package/dist/cosmos/evidence/v1beta1/tx.amino.js +11 -0
  295. package/dist/cosmos/evidence/v1beta1/tx.cjs +177 -0
  296. package/dist/cosmos/evidence/v1beta1/tx.d.ts +134 -0
  297. package/dist/cosmos/evidence/v1beta1/tx.js +174 -0
  298. package/dist/cosmos/evidence/v1beta1/tx.registry.cjs +29 -0
  299. package/dist/cosmos/evidence/v1beta1/tx.registry.d.ts +27 -0
  300. package/dist/cosmos/evidence/v1beta1/tx.registry.js +27 -0
  301. package/dist/cosmos/evidence/v1beta1/tx.rpc.func.cjs +16 -0
  302. package/dist/cosmos/evidence/v1beta1/tx.rpc.func.d.ts +16 -0
  303. package/dist/cosmos/evidence/v1beta1/tx.rpc.func.js +15 -0
  304. package/dist/cosmos/evidence/v1beta1/tx.rpc.msg.cjs +22 -0
  305. package/dist/cosmos/evidence/v1beta1/tx.rpc.msg.d.ts +20 -0
  306. package/dist/cosmos/evidence/v1beta1/tx.rpc.msg.js +20 -0
  307. package/dist/cosmos/evm/feemarket/v1/events.cjs +172 -0
  308. package/dist/cosmos/evm/feemarket/v1/events.d.ts +124 -0
  309. package/dist/cosmos/evm/feemarket/v1/events.js +170 -0
  310. package/dist/cosmos/evm/feemarket/v1/feemarket.cjs +135 -0
  311. package/dist/cosmos/evm/feemarket/v1/feemarket.d.ts +119 -0
  312. package/dist/cosmos/evm/feemarket/v1/feemarket.js +134 -0
  313. package/dist/cosmos/evm/feemarket/v1/genesis.cjs +99 -0
  314. package/dist/cosmos/evm/feemarket/v1/genesis.d.ts +72 -0
  315. package/dist/cosmos/evm/feemarket/v1/genesis.js +98 -0
  316. package/dist/cosmos/evm/feemarket/v1/query.cjs +452 -0
  317. package/dist/cosmos/evm/feemarket/v1/query.d.ts +313 -0
  318. package/dist/cosmos/evm/feemarket/v1/query.js +446 -0
  319. package/dist/cosmos/evm/feemarket/v1/query.lcd.cjs +21 -0
  320. package/dist/cosmos/evm/feemarket/v1/query.lcd.d.ts +17 -0
  321. package/dist/cosmos/evm/feemarket/v1/query.lcd.js +19 -0
  322. package/dist/cosmos/evm/feemarket/v1/query.rpc.Query.cjs +42 -0
  323. package/dist/cosmos/evm/feemarket/v1/query.rpc.Query.d.ts +28 -0
  324. package/dist/cosmos/evm/feemarket/v1/query.rpc.Query.js +40 -0
  325. package/dist/cosmos/evm/feemarket/v1/query.rpc.func.cjs +49 -0
  326. package/dist/cosmos/evm/feemarket/v1/query.rpc.func.d.ts +27 -0
  327. package/dist/cosmos/evm/feemarket/v1/query.rpc.func.js +46 -0
  328. package/dist/cosmos/evm/feemarket/v1/tx.amino.cjs +12 -0
  329. package/dist/cosmos/evm/feemarket/v1/tx.amino.d.ts +12 -0
  330. package/dist/cosmos/evm/feemarket/v1/tx.amino.js +11 -0
  331. package/dist/cosmos/evm/feemarket/v1/tx.cjs +168 -0
  332. package/dist/cosmos/evm/feemarket/v1/tx.d.ts +120 -0
  333. package/dist/cosmos/evm/feemarket/v1/tx.js +166 -0
  334. package/dist/cosmos/evm/feemarket/v1/tx.registry.cjs +29 -0
  335. package/dist/cosmos/evm/feemarket/v1/tx.registry.d.ts +27 -0
  336. package/dist/cosmos/evm/feemarket/v1/tx.registry.js +27 -0
  337. package/dist/cosmos/evm/feemarket/v1/tx.rpc.func.cjs +17 -0
  338. package/dist/cosmos/evm/feemarket/v1/tx.rpc.func.d.ts +17 -0
  339. package/dist/cosmos/evm/feemarket/v1/tx.rpc.func.js +16 -0
  340. package/dist/cosmos/evm/feemarket/v1/tx.rpc.msg.cjs +22 -0
  341. package/dist/cosmos/evm/feemarket/v1/tx.rpc.msg.d.ts +21 -0
  342. package/dist/cosmos/evm/feemarket/v1/tx.rpc.msg.js +20 -0
  343. package/dist/cosmos/evm/vm/v1/events.cjs +387 -0
  344. package/dist/cosmos/evm/vm/v1/events.d.ts +290 -0
  345. package/dist/cosmos/evm/vm/v1/events.js +383 -0
  346. package/dist/cosmos/evm/vm/v1/evm.cjs +1623 -0
  347. package/dist/cosmos/evm/vm/v1/evm.d.ts +1268 -0
  348. package/dist/cosmos/evm/vm/v1/evm.js +1605 -0
  349. package/dist/cosmos/evm/vm/v1/genesis.cjs +213 -0
  350. package/dist/cosmos/evm/vm/v1/genesis.d.ts +155 -0
  351. package/dist/cosmos/evm/vm/v1/genesis.js +211 -0
  352. package/dist/cosmos/evm/vm/v1/query.cjs +2666 -0
  353. package/dist/cosmos/evm/vm/v1/query.d.ts +1943 -0
  354. package/dist/cosmos/evm/vm/v1/query.js +2635 -0
  355. package/dist/cosmos/evm/vm/v1/query.lcd.cjs +103 -0
  356. package/dist/cosmos/evm/vm/v1/query.lcd.d.ts +30 -0
  357. package/dist/cosmos/evm/vm/v1/query.lcd.js +101 -0
  358. package/dist/cosmos/evm/vm/v1/query.rpc.Query.cjs +127 -0
  359. package/dist/cosmos/evm/vm/v1/query.rpc.Query.d.ts +95 -0
  360. package/dist/cosmos/evm/vm/v1/query.rpc.Query.js +125 -0
  361. package/dist/cosmos/evm/vm/v1/query.rpc.func.cjs +226 -0
  362. package/dist/cosmos/evm/vm/v1/query.rpc.func.d.ts +120 -0
  363. package/dist/cosmos/evm/vm/v1/query.rpc.func.js +211 -0
  364. package/dist/cosmos/evm/vm/v1/tx.amino.cjs +24 -0
  365. package/dist/cosmos/evm/vm/v1/tx.amino.d.ts +22 -0
  366. package/dist/cosmos/evm/vm/v1/tx.amino.js +23 -0
  367. package/dist/cosmos/evm/vm/v1/tx.cjs +627 -0
  368. package/dist/cosmos/evm/vm/v1/tx.d.ts +462 -0
  369. package/dist/cosmos/evm/vm/v1/tx.js +619 -0
  370. package/dist/cosmos/evm/vm/v1/tx.registry.cjs +75 -0
  371. package/dist/cosmos/evm/vm/v1/tx.registry.d.ts +51 -0
  372. package/dist/cosmos/evm/vm/v1/tx.registry.js +73 -0
  373. package/dist/cosmos/evm/vm/v1/tx.rpc.func.cjs +35 -0
  374. package/dist/cosmos/evm/vm/v1/tx.rpc.func.d.ts +33 -0
  375. package/dist/cosmos/evm/vm/v1/tx.rpc.func.js +32 -0
  376. package/dist/cosmos/evm/vm/v1/tx.rpc.msg.cjs +30 -0
  377. package/dist/cosmos/evm/vm/v1/tx.rpc.msg.d.ts +31 -0
  378. package/dist/cosmos/evm/vm/v1/tx.rpc.msg.js +28 -0
  379. package/dist/cosmos/feegrant/module/v1/module.cjs +74 -0
  380. package/dist/cosmos/feegrant/module/v1/module.d.ts +51 -0
  381. package/dist/cosmos/feegrant/module/v1/module.js +73 -0
  382. package/dist/cosmos/feegrant/v1beta1/feegrant.cjs +425 -0
  383. package/dist/cosmos/feegrant/v1beta1/feegrant.d.ts +323 -0
  384. package/dist/cosmos/feegrant/v1beta1/feegrant.js +421 -0
  385. package/dist/cosmos/feegrant/v1beta1/genesis.cjs +90 -0
  386. package/dist/cosmos/feegrant/v1beta1/genesis.d.ts +56 -0
  387. package/dist/cosmos/feegrant/v1beta1/genesis.js +89 -0
  388. package/dist/cosmos/feegrant/v1beta1/query.cjs +546 -0
  389. package/dist/cosmos/feegrant/v1beta1/query.d.ts +366 -0
  390. package/dist/cosmos/feegrant/v1beta1/query.js +540 -0
  391. package/dist/cosmos/feegrant/v1beta1/query.lcd.cjs +29 -0
  392. package/dist/cosmos/feegrant/v1beta1/query.lcd.d.ts +17 -0
  393. package/dist/cosmos/feegrant/v1beta1/query.lcd.js +28 -0
  394. package/dist/cosmos/feegrant/v1beta1/query.rpc.Query.cjs +42 -0
  395. package/dist/cosmos/feegrant/v1beta1/query.rpc.Query.d.ts +28 -0
  396. package/dist/cosmos/feegrant/v1beta1/query.rpc.Query.js +40 -0
  397. package/dist/cosmos/feegrant/v1beta1/query.rpc.func.cjs +49 -0
  398. package/dist/cosmos/feegrant/v1beta1/query.rpc.func.d.ts +27 -0
  399. package/dist/cosmos/feegrant/v1beta1/query.rpc.func.js +46 -0
  400. package/dist/cosmos/feegrant/v1beta1/tx.amino.cjs +24 -0
  401. package/dist/cosmos/feegrant/v1beta1/tx.amino.d.ts +22 -0
  402. package/dist/cosmos/feegrant/v1beta1/tx.amino.js +23 -0
  403. package/dist/cosmos/feegrant/v1beta1/tx.cjs +481 -0
  404. package/dist/cosmos/feegrant/v1beta1/tx.d.ts +341 -0
  405. package/dist/cosmos/feegrant/v1beta1/tx.js +475 -0
  406. package/dist/cosmos/feegrant/v1beta1/tx.registry.cjs +75 -0
  407. package/dist/cosmos/feegrant/v1beta1/tx.registry.d.ts +51 -0
  408. package/dist/cosmos/feegrant/v1beta1/tx.registry.js +73 -0
  409. package/dist/cosmos/feegrant/v1beta1/tx.rpc.func.cjs +33 -0
  410. package/dist/cosmos/feegrant/v1beta1/tx.rpc.func.d.ts +31 -0
  411. package/dist/cosmos/feegrant/v1beta1/tx.rpc.func.js +30 -0
  412. package/dist/cosmos/feegrant/v1beta1/tx.rpc.msg.cjs +30 -0
  413. package/dist/cosmos/feegrant/v1beta1/tx.rpc.msg.d.ts +29 -0
  414. package/dist/cosmos/feegrant/v1beta1/tx.rpc.msg.js +28 -0
  415. package/dist/cosmos/gov/module/v1/module.cjs +94 -0
  416. package/dist/cosmos/gov/module/v1/module.d.ts +71 -0
  417. package/dist/cosmos/gov/module/v1/module.js +93 -0
  418. package/dist/cosmos/gov/v1/genesis.cjs +164 -0
  419. package/dist/cosmos/gov/v1/genesis.d.ts +144 -0
  420. package/dist/cosmos/gov/v1/genesis.js +163 -0
  421. package/dist/cosmos/gov/v1/gov.cjs +1198 -0
  422. package/dist/cosmos/gov/v1/gov.d.ts +926 -0
  423. package/dist/cosmos/gov/v1/gov.js +1181 -0
  424. package/dist/cosmos/gov/v1/query.cjs +1569 -0
  425. package/dist/cosmos/gov/v1/query.d.ts +1103 -0
  426. package/dist/cosmos/gov/v1/query.js +1551 -0
  427. package/dist/cosmos/gov/v1/query.lcd.cjs +56 -0
  428. package/dist/cosmos/gov/v1/query.lcd.d.ts +23 -0
  429. package/dist/cosmos/gov/v1/query.lcd.js +55 -0
  430. package/dist/cosmos/gov/v1/query.rpc.Query.cjs +84 -0
  431. package/dist/cosmos/gov/v1/query.rpc.Query.d.ts +52 -0
  432. package/dist/cosmos/gov/v1/query.rpc.Query.js +82 -0
  433. package/dist/cosmos/gov/v1/query.rpc.func.cjs +133 -0
  434. package/dist/cosmos/gov/v1/query.rpc.func.d.ts +69 -0
  435. package/dist/cosmos/gov/v1/query.rpc.func.js +124 -0
  436. package/dist/cosmos/gov/v1/tx.amino.cjs +44 -0
  437. package/dist/cosmos/gov/v1/tx.amino.d.ts +42 -0
  438. package/dist/cosmos/gov/v1/tx.amino.js +43 -0
  439. package/dist/cosmos/gov/v1/tx.cjs +1267 -0
  440. package/dist/cosmos/gov/v1/tx.d.ts +908 -0
  441. package/dist/cosmos/gov/v1/tx.js +1253 -0
  442. package/dist/cosmos/gov/v1/tx.registry.cjs +151 -0
  443. package/dist/cosmos/gov/v1/tx.registry.d.ts +99 -0
  444. package/dist/cosmos/gov/v1/tx.registry.js +149 -0
  445. package/dist/cosmos/gov/v1/tx.rpc.func.cjs +65 -0
  446. package/dist/cosmos/gov/v1/tx.rpc.func.d.ts +59 -0
  447. package/dist/cosmos/gov/v1/tx.rpc.func.js +58 -0
  448. package/dist/cosmos/gov/v1/tx.rpc.msg.cjs +46 -0
  449. package/dist/cosmos/gov/v1/tx.rpc.msg.d.ts +41 -0
  450. package/dist/cosmos/gov/v1/tx.rpc.msg.js +44 -0
  451. package/dist/cosmos/gov/v1beta1/genesis.cjs +147 -0
  452. package/dist/cosmos/gov/v1beta1/genesis.d.ts +110 -0
  453. package/dist/cosmos/gov/v1beta1/genesis.js +146 -0
  454. package/dist/cosmos/gov/v1beta1/gov.cjs +1058 -0
  455. package/dist/cosmos/gov/v1beta1/gov.d.ts +758 -0
  456. package/dist/cosmos/gov/v1beta1/gov.js +1040 -0
  457. package/dist/cosmos/gov/v1beta1/query.cjs +1414 -0
  458. package/dist/cosmos/gov/v1beta1/query.d.ts +983 -0
  459. package/dist/cosmos/gov/v1beta1/query.js +1398 -0
  460. package/dist/cosmos/gov/v1beta1/query.lcd.cjs +53 -0
  461. package/dist/cosmos/gov/v1beta1/query.lcd.d.ts +22 -0
  462. package/dist/cosmos/gov/v1beta1/query.lcd.js +52 -0
  463. package/dist/cosmos/gov/v1beta1/query.rpc.Query.cjs +77 -0
  464. package/dist/cosmos/gov/v1beta1/query.rpc.Query.d.ts +48 -0
  465. package/dist/cosmos/gov/v1beta1/query.rpc.Query.js +75 -0
  466. package/dist/cosmos/gov/v1beta1/query.rpc.func.cjs +119 -0
  467. package/dist/cosmos/gov/v1beta1/query.rpc.func.d.ts +62 -0
  468. package/dist/cosmos/gov/v1beta1/query.rpc.func.js +111 -0
  469. package/dist/cosmos/gov/v1beta1/tx.amino.cjs +29 -0
  470. package/dist/cosmos/gov/v1beta1/tx.amino.d.ts +27 -0
  471. package/dist/cosmos/gov/v1beta1/tx.amino.js +28 -0
  472. package/dist/cosmos/gov/v1beta1/tx.cjs +712 -0
  473. package/dist/cosmos/gov/v1beta1/tx.d.ts +496 -0
  474. package/dist/cosmos/gov/v1beta1/tx.js +704 -0
  475. package/dist/cosmos/gov/v1beta1/tx.registry.cjs +94 -0
  476. package/dist/cosmos/gov/v1beta1/tx.registry.d.ts +63 -0
  477. package/dist/cosmos/gov/v1beta1/tx.registry.js +92 -0
  478. package/dist/cosmos/gov/v1beta1/tx.rpc.func.cjs +39 -0
  479. package/dist/cosmos/gov/v1beta1/tx.rpc.func.d.ts +36 -0
  480. package/dist/cosmos/gov/v1beta1/tx.rpc.func.js +35 -0
  481. package/dist/cosmos/gov/v1beta1/tx.rpc.msg.cjs +34 -0
  482. package/dist/cosmos/gov/v1beta1/tx.rpc.msg.d.ts +26 -0
  483. package/dist/cosmos/gov/v1beta1/tx.rpc.msg.js +32 -0
  484. package/dist/cosmos/ics23/v1/proofs.cjs +1542 -0
  485. package/dist/cosmos/ics23/v1/proofs.d.ts +1019 -0
  486. package/dist/cosmos/ics23/v1/proofs.js +1520 -0
  487. package/dist/cosmos/mint/module/v1/module.cjs +94 -0
  488. package/dist/cosmos/mint/module/v1/module.d.ts +63 -0
  489. package/dist/cosmos/mint/module/v1/module.js +93 -0
  490. package/dist/cosmos/mint/v1beta1/genesis.cjs +100 -0
  491. package/dist/cosmos/mint/v1beta1/genesis.d.ts +70 -0
  492. package/dist/cosmos/mint/v1beta1/genesis.js +99 -0
  493. package/dist/cosmos/mint/v1beta1/mint.cjs +215 -0
  494. package/dist/cosmos/mint/v1beta1/mint.d.ts +164 -0
  495. package/dist/cosmos/mint/v1beta1/mint.js +213 -0
  496. package/dist/cosmos/mint/v1beta1/query.cjs +454 -0
  497. package/dist/cosmos/mint/v1beta1/query.d.ts +316 -0
  498. package/dist/cosmos/mint/v1beta1/query.js +447 -0
  499. package/dist/cosmos/mint/v1beta1/query.lcd.cjs +21 -0
  500. package/dist/cosmos/mint/v1beta1/query.lcd.d.ts +17 -0
  501. package/dist/cosmos/mint/v1beta1/query.lcd.js +19 -0
  502. package/dist/cosmos/mint/v1beta1/query.rpc.Query.cjs +42 -0
  503. package/dist/cosmos/mint/v1beta1/query.rpc.Query.d.ts +28 -0
  504. package/dist/cosmos/mint/v1beta1/query.rpc.Query.js +40 -0
  505. package/dist/cosmos/mint/v1beta1/query.rpc.func.cjs +49 -0
  506. package/dist/cosmos/mint/v1beta1/query.rpc.func.d.ts +27 -0
  507. package/dist/cosmos/mint/v1beta1/query.rpc.func.js +46 -0
  508. package/dist/cosmos/mint/v1beta1/tx.amino.cjs +12 -0
  509. package/dist/cosmos/mint/v1beta1/tx.amino.d.ts +12 -0
  510. package/dist/cosmos/mint/v1beta1/tx.amino.js +11 -0
  511. package/dist/cosmos/mint/v1beta1/tx.cjs +168 -0
  512. package/dist/cosmos/mint/v1beta1/tx.d.ts +122 -0
  513. package/dist/cosmos/mint/v1beta1/tx.js +166 -0
  514. package/dist/cosmos/mint/v1beta1/tx.registry.cjs +29 -0
  515. package/dist/cosmos/mint/v1beta1/tx.registry.d.ts +27 -0
  516. package/dist/cosmos/mint/v1beta1/tx.registry.js +27 -0
  517. package/dist/cosmos/mint/v1beta1/tx.rpc.func.cjs +16 -0
  518. package/dist/cosmos/mint/v1beta1/tx.rpc.func.d.ts +16 -0
  519. package/dist/cosmos/mint/v1beta1/tx.rpc.func.js +15 -0
  520. package/dist/cosmos/mint/v1beta1/tx.rpc.msg.cjs +22 -0
  521. package/dist/cosmos/mint/v1beta1/tx.rpc.msg.d.ts +20 -0
  522. package/dist/cosmos/mint/v1beta1/tx.rpc.msg.js +20 -0
  523. package/dist/cosmos/msg/v1/msg.cjs +0 -0
  524. package/dist/cosmos/msg/v1/msg.d.ts +1 -0
  525. package/dist/cosmos/msg/v1/msg.js +0 -0
  526. package/dist/cosmos/params/module/v1/module.cjs +74 -0
  527. package/dist/cosmos/params/module/v1/module.d.ts +51 -0
  528. package/dist/cosmos/params/module/v1/module.js +73 -0
  529. package/dist/cosmos/params/v1beta1/params.cjs +206 -0
  530. package/dist/cosmos/params/v1beta1/params.d.ts +115 -0
  531. package/dist/cosmos/params/v1beta1/params.js +204 -0
  532. package/dist/cosmos/params/v1beta1/query.cjs +419 -0
  533. package/dist/cosmos/params/v1beta1/query.d.ts +279 -0
  534. package/dist/cosmos/params/v1beta1/query.js +414 -0
  535. package/dist/cosmos/params/v1beta1/query.lcd.cjs +21 -0
  536. package/dist/cosmos/params/v1beta1/query.lcd.d.ts +16 -0
  537. package/dist/cosmos/params/v1beta1/query.lcd.js +19 -0
  538. package/dist/cosmos/params/v1beta1/query.rpc.Query.cjs +35 -0
  539. package/dist/cosmos/params/v1beta1/query.rpc.Query.d.ts +27 -0
  540. package/dist/cosmos/params/v1beta1/query.rpc.Query.js +33 -0
  541. package/dist/cosmos/params/v1beta1/query.rpc.func.cjs +36 -0
  542. package/dist/cosmos/params/v1beta1/query.rpc.func.d.ts +21 -0
  543. package/dist/cosmos/params/v1beta1/query.rpc.func.js +34 -0
  544. package/dist/cosmos/query/v1/query.cjs +0 -0
  545. package/dist/cosmos/query/v1/query.d.ts +1 -0
  546. package/dist/cosmos/query/v1/query.js +0 -0
  547. package/dist/cosmos/slashing/module/v1/module.cjs +84 -0
  548. package/dist/cosmos/slashing/module/v1/module.d.ts +61 -0
  549. package/dist/cosmos/slashing/module/v1/module.js +83 -0
  550. package/dist/cosmos/slashing/v1beta1/genesis.cjs +383 -0
  551. package/dist/cosmos/slashing/v1beta1/genesis.d.ts +274 -0
  552. package/dist/cosmos/slashing/v1beta1/genesis.js +379 -0
  553. package/dist/cosmos/slashing/v1beta1/query.cjs +495 -0
  554. package/dist/cosmos/slashing/v1beta1/query.d.ts +330 -0
  555. package/dist/cosmos/slashing/v1beta1/query.js +489 -0
  556. package/dist/cosmos/slashing/v1beta1/query.lcd.cjs +25 -0
  557. package/dist/cosmos/slashing/v1beta1/query.lcd.d.ts +17 -0
  558. package/dist/cosmos/slashing/v1beta1/query.lcd.js +24 -0
  559. package/dist/cosmos/slashing/v1beta1/query.rpc.Query.cjs +42 -0
  560. package/dist/cosmos/slashing/v1beta1/query.rpc.Query.d.ts +28 -0
  561. package/dist/cosmos/slashing/v1beta1/query.rpc.Query.js +40 -0
  562. package/dist/cosmos/slashing/v1beta1/query.rpc.func.cjs +49 -0
  563. package/dist/cosmos/slashing/v1beta1/query.rpc.func.d.ts +27 -0
  564. package/dist/cosmos/slashing/v1beta1/query.rpc.func.js +46 -0
  565. package/dist/cosmos/slashing/v1beta1/slashing.cjs +243 -0
  566. package/dist/cosmos/slashing/v1beta1/slashing.d.ts +166 -0
  567. package/dist/cosmos/slashing/v1beta1/slashing.js +240 -0
  568. package/dist/cosmos/slashing/v1beta1/tx.amino.cjs +19 -0
  569. package/dist/cosmos/slashing/v1beta1/tx.amino.d.ts +17 -0
  570. package/dist/cosmos/slashing/v1beta1/tx.amino.js +18 -0
  571. package/dist/cosmos/slashing/v1beta1/tx.cjs +314 -0
  572. package/dist/cosmos/slashing/v1beta1/tx.d.ts +216 -0
  573. package/dist/cosmos/slashing/v1beta1/tx.js +310 -0
  574. package/dist/cosmos/slashing/v1beta1/tx.registry.cjs +53 -0
  575. package/dist/cosmos/slashing/v1beta1/tx.registry.d.ts +39 -0
  576. package/dist/cosmos/slashing/v1beta1/tx.registry.js +51 -0
  577. package/dist/cosmos/slashing/v1beta1/tx.rpc.func.cjs +26 -0
  578. package/dist/cosmos/slashing/v1beta1/tx.rpc.func.d.ts +25 -0
  579. package/dist/cosmos/slashing/v1beta1/tx.rpc.func.js +24 -0
  580. package/dist/cosmos/slashing/v1beta1/tx.rpc.msg.cjs +26 -0
  581. package/dist/cosmos/slashing/v1beta1/tx.rpc.msg.d.ts +27 -0
  582. package/dist/cosmos/slashing/v1beta1/tx.rpc.msg.js +24 -0
  583. package/dist/cosmos/staking/module/v1/module.cjs +111 -0
  584. package/dist/cosmos/staking/module/v1/module.d.ts +89 -0
  585. package/dist/cosmos/staking/module/v1/module.js +110 -0
  586. package/dist/cosmos/staking/v1beta1/authz.cjs +244 -0
  587. package/dist/cosmos/staking/v1beta1/authz.d.ts +156 -0
  588. package/dist/cosmos/staking/v1beta1/authz.js +238 -0
  589. package/dist/cosmos/staking/v1beta1/genesis.cjs +247 -0
  590. package/dist/cosmos/staking/v1beta1/genesis.d.ts +185 -0
  591. package/dist/cosmos/staking/v1beta1/genesis.js +244 -0
  592. package/dist/cosmos/staking/v1beta1/query.cjs +2454 -0
  593. package/dist/cosmos/staking/v1beta1/query.d.ts +1710 -0
  594. package/dist/cosmos/staking/v1beta1/query.js +2426 -0
  595. package/dist/cosmos/staking/v1beta1/query.lcd.cjs +83 -0
  596. package/dist/cosmos/staking/v1beta1/query.lcd.d.ts +28 -0
  597. package/dist/cosmos/staking/v1beta1/query.lcd.js +82 -0
  598. package/dist/cosmos/staking/v1beta1/query.rpc.Query.cjs +119 -0
  599. package/dist/cosmos/staking/v1beta1/query.rpc.Query.d.ts +115 -0
  600. package/dist/cosmos/staking/v1beta1/query.rpc.Query.js +117 -0
  601. package/dist/cosmos/staking/v1beta1/query.rpc.func.cjs +228 -0
  602. package/dist/cosmos/staking/v1beta1/query.rpc.func.d.ts +129 -0
  603. package/dist/cosmos/staking/v1beta1/query.rpc.func.js +214 -0
  604. package/dist/cosmos/staking/v1beta1/staking.cjs +2235 -0
  605. package/dist/cosmos/staking/v1beta1/staking.d.ts +1559 -0
  606. package/dist/cosmos/staking/v1beta1/staking.js +2206 -0
  607. package/dist/cosmos/staking/v1beta1/tx.amino.cjs +44 -0
  608. package/dist/cosmos/staking/v1beta1/tx.amino.d.ts +42 -0
  609. package/dist/cosmos/staking/v1beta1/tx.amino.js +43 -0
  610. package/dist/cosmos/staking/v1beta1/tx.cjs +1268 -0
  611. package/dist/cosmos/staking/v1beta1/tx.d.ts +790 -0
  612. package/dist/cosmos/staking/v1beta1/tx.js +1254 -0
  613. package/dist/cosmos/staking/v1beta1/tx.registry.cjs +151 -0
  614. package/dist/cosmos/staking/v1beta1/tx.registry.d.ts +99 -0
  615. package/dist/cosmos/staking/v1beta1/tx.registry.js +149 -0
  616. package/dist/cosmos/staking/v1beta1/tx.rpc.func.cjs +68 -0
  617. package/dist/cosmos/staking/v1beta1/tx.rpc.func.d.ts +62 -0
  618. package/dist/cosmos/staking/v1beta1/tx.rpc.func.js +61 -0
  619. package/dist/cosmos/staking/v1beta1/tx.rpc.msg.cjs +46 -0
  620. package/dist/cosmos/staking/v1beta1/tx.rpc.msg.d.ts +50 -0
  621. package/dist/cosmos/staking/v1beta1/tx.rpc.msg.js +44 -0
  622. package/dist/cosmos/tx/config/v1/config.cjs +94 -0
  623. package/dist/cosmos/tx/config/v1/config.d.ts +73 -0
  624. package/dist/cosmos/tx/config/v1/config.js +93 -0
  625. package/dist/cosmos/tx/signing/v1beta1/signing.cjs +560 -0
  626. package/dist/cosmos/tx/signing/v1beta1/signing.d.ts +390 -0
  627. package/dist/cosmos/tx/signing/v1beta1/signing.js +550 -0
  628. package/dist/cosmos/tx/v1beta1/service.cjs +1712 -0
  629. package/dist/cosmos/tx/v1beta1/service.d.ts +1199 -0
  630. package/dist/cosmos/tx/v1beta1/service.js +1685 -0
  631. package/dist/cosmos/tx/v1beta1/service.lcd.cjs +33 -0
  632. package/dist/cosmos/tx/v1beta1/service.lcd.d.ts +17 -0
  633. package/dist/cosmos/tx/v1beta1/service.lcd.js +32 -0
  634. package/dist/cosmos/tx/v1beta1/service.rpc.Service.cjs +84 -0
  635. package/dist/cosmos/tx/v1beta1/service.rpc.Service.d.ts +52 -0
  636. package/dist/cosmos/tx/v1beta1/service.rpc.Service.js +82 -0
  637. package/dist/cosmos/tx/v1beta1/service.rpc.func.cjs +133 -0
  638. package/dist/cosmos/tx/v1beta1/service.rpc.func.d.ts +69 -0
  639. package/dist/cosmos/tx/v1beta1/service.rpc.func.js +124 -0
  640. package/dist/cosmos/tx/v1beta1/tx.cjs +1355 -0
  641. package/dist/cosmos/tx/v1beta1/tx.d.ts +1164 -0
  642. package/dist/cosmos/tx/v1beta1/tx.js +1341 -0
  643. package/dist/cosmos/upgrade/module/v1/module.cjs +84 -0
  644. package/dist/cosmos/upgrade/module/v1/module.d.ts +61 -0
  645. package/dist/cosmos/upgrade/module/v1/module.js +83 -0
  646. package/dist/cosmos/upgrade/v1beta1/query.cjs +787 -0
  647. package/dist/cosmos/upgrade/v1beta1/query.d.ts +561 -0
  648. package/dist/cosmos/upgrade/v1beta1/query.js +776 -0
  649. package/dist/cosmos/upgrade/v1beta1/query.lcd.cjs +31 -0
  650. package/dist/cosmos/upgrade/v1beta1/query.lcd.d.ts +19 -0
  651. package/dist/cosmos/upgrade/v1beta1/query.lcd.js +29 -0
  652. package/dist/cosmos/upgrade/v1beta1/query.rpc.Query.cjs +56 -0
  653. package/dist/cosmos/upgrade/v1beta1/query.rpc.Query.d.ts +43 -0
  654. package/dist/cosmos/upgrade/v1beta1/query.rpc.Query.js +54 -0
  655. package/dist/cosmos/upgrade/v1beta1/query.rpc.func.cjs +83 -0
  656. package/dist/cosmos/upgrade/v1beta1/query.rpc.func.d.ts +47 -0
  657. package/dist/cosmos/upgrade/v1beta1/query.rpc.func.js +78 -0
  658. package/dist/cosmos/upgrade/v1beta1/tx.amino.cjs +19 -0
  659. package/dist/cosmos/upgrade/v1beta1/tx.amino.d.ts +17 -0
  660. package/dist/cosmos/upgrade/v1beta1/tx.amino.js +18 -0
  661. package/dist/cosmos/upgrade/v1beta1/tx.cjs +313 -0
  662. package/dist/cosmos/upgrade/v1beta1/tx.d.ts +215 -0
  663. package/dist/cosmos/upgrade/v1beta1/tx.js +309 -0
  664. package/dist/cosmos/upgrade/v1beta1/tx.registry.cjs +53 -0
  665. package/dist/cosmos/upgrade/v1beta1/tx.registry.d.ts +39 -0
  666. package/dist/cosmos/upgrade/v1beta1/tx.registry.js +51 -0
  667. package/dist/cosmos/upgrade/v1beta1/tx.rpc.func.cjs +24 -0
  668. package/dist/cosmos/upgrade/v1beta1/tx.rpc.func.d.ts +23 -0
  669. package/dist/cosmos/upgrade/v1beta1/tx.rpc.func.js +22 -0
  670. package/dist/cosmos/upgrade/v1beta1/tx.rpc.msg.cjs +26 -0
  671. package/dist/cosmos/upgrade/v1beta1/tx.rpc.msg.d.ts +23 -0
  672. package/dist/cosmos/upgrade/v1beta1/tx.rpc.msg.js +24 -0
  673. package/dist/cosmos/upgrade/v1beta1/upgrade.cjs +411 -0
  674. package/dist/cosmos/upgrade/v1beta1/upgrade.d.ts +341 -0
  675. package/dist/cosmos/upgrade/v1beta1/upgrade.js +407 -0
  676. package/dist/cosmos_proto/bundle.cjs +7 -0
  677. package/dist/cosmos_proto/bundle.d.ts +2 -0
  678. package/dist/cosmos_proto/bundle.js +3 -0
  679. package/dist/cosmos_proto/cosmos.cjs +221 -0
  680. package/dist/cosmos_proto/cosmos.d.ts +190 -0
  681. package/dist/cosmos_proto/cosmos.js +215 -0
  682. package/dist/cosmwasm/bundle.cjs +152 -0
  683. package/dist/cosmwasm/bundle.d.ts +11 -0
  684. package/dist/cosmwasm/bundle.js +12 -0
  685. package/dist/cosmwasm/wasm/v1/authz.cjs +968 -0
  686. package/dist/cosmwasm/wasm/v1/authz.d.ts +703 -0
  687. package/dist/cosmwasm/wasm/v1/authz.js +957 -0
  688. package/dist/cosmwasm/wasm/v1/genesis.cjs +429 -0
  689. package/dist/cosmwasm/wasm/v1/genesis.d.ts +229 -0
  690. package/dist/cosmwasm/wasm/v1/genesis.js +424 -0
  691. package/dist/cosmwasm/wasm/v1/ibc.cjs +336 -0
  692. package/dist/cosmwasm/wasm/v1/ibc.d.ts +240 -0
  693. package/dist/cosmwasm/wasm/v1/ibc.js +331 -0
  694. package/dist/cosmwasm/wasm/v1/proposal_legacy.cjs +1655 -0
  695. package/dist/cosmwasm/wasm/v1/proposal_legacy.d.ts +1362 -0
  696. package/dist/cosmwasm/wasm/v1/proposal_legacy.js +1642 -0
  697. package/dist/cosmwasm/wasm/v1/query.cjs +2557 -0
  698. package/dist/cosmwasm/wasm/v1/query.d.ts +1730 -0
  699. package/dist/cosmwasm/wasm/v1/query.js +2528 -0
  700. package/dist/cosmwasm/wasm/v1/query.lcd.cjs +81 -0
  701. package/dist/cosmwasm/wasm/v1/query.lcd.d.ts +28 -0
  702. package/dist/cosmwasm/wasm/v1/query.lcd.js +80 -0
  703. package/dist/cosmwasm/wasm/v1/query.rpc.Query.cjs +119 -0
  704. package/dist/cosmwasm/wasm/v1/query.rpc.Query.d.ts +75 -0
  705. package/dist/cosmwasm/wasm/v1/query.rpc.Query.js +117 -0
  706. package/dist/cosmwasm/wasm/v1/query.rpc.func.cjs +204 -0
  707. package/dist/cosmwasm/wasm/v1/query.rpc.func.d.ts +105 -0
  708. package/dist/cosmwasm/wasm/v1/query.rpc.func.js +190 -0
  709. package/dist/cosmwasm/wasm/v1/tx.amino.cjs +94 -0
  710. package/dist/cosmwasm/wasm/v1/tx.amino.d.ts +92 -0
  711. package/dist/cosmwasm/wasm/v1/tx.amino.js +93 -0
  712. package/dist/cosmwasm/wasm/v1/tx.cjs +3130 -0
  713. package/dist/cosmwasm/wasm/v1/tx.d.ts +2340 -0
  714. package/dist/cosmwasm/wasm/v1/tx.js +3096 -0
  715. package/dist/cosmwasm/wasm/v1/tx.registry.cjs +341 -0
  716. package/dist/cosmwasm/wasm/v1/tx.registry.d.ts +219 -0
  717. package/dist/cosmwasm/wasm/v1/tx.registry.js +339 -0
  718. package/dist/cosmwasm/wasm/v1/tx.rpc.func.cjs +169 -0
  719. package/dist/cosmwasm/wasm/v1/tx.rpc.func.d.ts +153 -0
  720. package/dist/cosmwasm/wasm/v1/tx.rpc.func.js +152 -0
  721. package/dist/cosmwasm/wasm/v1/tx.rpc.msg.cjs +86 -0
  722. package/dist/cosmwasm/wasm/v1/tx.rpc.msg.d.ts +113 -0
  723. package/dist/cosmwasm/wasm/v1/tx.rpc.msg.js +84 -0
  724. package/dist/cosmwasm/wasm/v1/types.cjs +861 -0
  725. package/dist/cosmwasm/wasm/v1/types.d.ts +563 -0
  726. package/dist/cosmwasm/wasm/v1/types.js +845 -0
  727. package/dist/ethermint/bundle.cjs +109 -0
  728. package/dist/ethermint/bundle.d.ts +22 -0
  729. package/dist/ethermint/bundle.js +23 -0
  730. package/dist/ethermint/crypto/v1/ethsecp256k1/keys.cjs +153 -0
  731. package/dist/ethermint/crypto/v1/ethsecp256k1/keys.d.ts +121 -0
  732. package/dist/ethermint/crypto/v1/ethsecp256k1/keys.js +150 -0
  733. package/dist/ethermint/evm/v1/events.cjs +359 -0
  734. package/dist/ethermint/evm/v1/events.d.ts +282 -0
  735. package/dist/ethermint/evm/v1/events.js +355 -0
  736. package/dist/ethermint/evm/v1/evm.cjs +1021 -0
  737. package/dist/ethermint/evm/v1/evm.d.ts +866 -0
  738. package/dist/ethermint/evm/v1/evm.js +1012 -0
  739. package/dist/ethermint/evm/v1/genesis.cjs +189 -0
  740. package/dist/ethermint/evm/v1/genesis.d.ts +143 -0
  741. package/dist/ethermint/evm/v1/genesis.js +187 -0
  742. package/dist/ethermint/evm/v1/query.cjs +1943 -0
  743. package/dist/ethermint/evm/v1/query.d.ts +1484 -0
  744. package/dist/ethermint/evm/v1/query.js +1918 -0
  745. package/dist/ethermint/evm/v1/query.lcd.cjs +81 -0
  746. package/dist/ethermint/evm/v1/query.lcd.d.ts +27 -0
  747. package/dist/ethermint/evm/v1/query.lcd.js +79 -0
  748. package/dist/ethermint/evm/v1/query.rpc.Query.cjs +106 -0
  749. package/dist/ethermint/evm/v1/query.rpc.Query.d.ts +74 -0
  750. package/dist/ethermint/evm/v1/query.rpc.Query.js +104 -0
  751. package/dist/ethermint/evm/v1/query.rpc.func.cjs +179 -0
  752. package/dist/ethermint/evm/v1/query.rpc.func.d.ts +94 -0
  753. package/dist/ethermint/evm/v1/query.rpc.func.js +167 -0
  754. package/dist/ethermint/evm/v1/tx.amino.cjs +19 -0
  755. package/dist/ethermint/evm/v1/tx.amino.d.ts +17 -0
  756. package/dist/ethermint/evm/v1/tx.amino.js +18 -0
  757. package/dist/ethermint/evm/v1/tx.cjs +904 -0
  758. package/dist/ethermint/evm/v1/tx.d.ts +735 -0
  759. package/dist/ethermint/evm/v1/tx.js +895 -0
  760. package/dist/ethermint/evm/v1/tx.registry.cjs +53 -0
  761. package/dist/ethermint/evm/v1/tx.registry.d.ts +39 -0
  762. package/dist/ethermint/evm/v1/tx.registry.js +51 -0
  763. package/dist/ethermint/evm/v1/tx.rpc.func.cjs +24 -0
  764. package/dist/ethermint/evm/v1/tx.rpc.func.d.ts +23 -0
  765. package/dist/ethermint/evm/v1/tx.rpc.func.js +22 -0
  766. package/dist/ethermint/evm/v1/tx.rpc.msg.cjs +26 -0
  767. package/dist/ethermint/evm/v1/tx.rpc.msg.d.ts +23 -0
  768. package/dist/ethermint/evm/v1/tx.rpc.msg.js +24 -0
  769. package/dist/ethermint/feemarket/v1/events.cjs +158 -0
  770. package/dist/ethermint/feemarket/v1/events.d.ts +120 -0
  771. package/dist/ethermint/feemarket/v1/events.js +156 -0
  772. package/dist/ethermint/feemarket/v1/feemarket.cjs +135 -0
  773. package/dist/ethermint/feemarket/v1/feemarket.d.ts +115 -0
  774. package/dist/ethermint/feemarket/v1/feemarket.js +134 -0
  775. package/dist/ethermint/feemarket/v1/genesis.cjs +92 -0
  776. package/dist/ethermint/feemarket/v1/genesis.d.ts +70 -0
  777. package/dist/ethermint/feemarket/v1/genesis.js +91 -0
  778. package/dist/ethermint/feemarket/v1/query.cjs +409 -0
  779. package/dist/ethermint/feemarket/v1/query.d.ts +301 -0
  780. package/dist/ethermint/feemarket/v1/query.js +403 -0
  781. package/dist/ethermint/feemarket/v1/query.lcd.cjs +21 -0
  782. package/dist/ethermint/feemarket/v1/query.lcd.d.ts +17 -0
  783. package/dist/ethermint/feemarket/v1/query.lcd.js +19 -0
  784. package/dist/ethermint/feemarket/v1/query.rpc.Query.cjs +42 -0
  785. package/dist/ethermint/feemarket/v1/query.rpc.Query.d.ts +28 -0
  786. package/dist/ethermint/feemarket/v1/query.rpc.Query.js +40 -0
  787. package/dist/ethermint/feemarket/v1/query.rpc.func.cjs +49 -0
  788. package/dist/ethermint/feemarket/v1/query.rpc.func.d.ts +27 -0
  789. package/dist/ethermint/feemarket/v1/query.rpc.func.js +46 -0
  790. package/dist/ethermint/feemarket/v1/tx.amino.cjs +12 -0
  791. package/dist/ethermint/feemarket/v1/tx.amino.d.ts +12 -0
  792. package/dist/ethermint/feemarket/v1/tx.amino.js +11 -0
  793. package/dist/ethermint/feemarket/v1/tx.cjs +161 -0
  794. package/dist/ethermint/feemarket/v1/tx.d.ts +118 -0
  795. package/dist/ethermint/feemarket/v1/tx.js +159 -0
  796. package/dist/ethermint/feemarket/v1/tx.registry.cjs +29 -0
  797. package/dist/ethermint/feemarket/v1/tx.registry.d.ts +27 -0
  798. package/dist/ethermint/feemarket/v1/tx.registry.js +27 -0
  799. package/dist/ethermint/feemarket/v1/tx.rpc.func.cjs +16 -0
  800. package/dist/ethermint/feemarket/v1/tx.rpc.func.d.ts +16 -0
  801. package/dist/ethermint/feemarket/v1/tx.rpc.func.js +15 -0
  802. package/dist/ethermint/feemarket/v1/tx.rpc.msg.cjs +22 -0
  803. package/dist/ethermint/feemarket/v1/tx.rpc.msg.d.ts +20 -0
  804. package/dist/ethermint/feemarket/v1/tx.rpc.msg.js +20 -0
  805. package/dist/ethermint/types/v1/account.cjs +94 -0
  806. package/dist/ethermint/types/v1/account.d.ts +71 -0
  807. package/dist/ethermint/types/v1/account.js +93 -0
  808. package/dist/ethermint/types/v1/dynamic_fee.cjs +77 -0
  809. package/dist/ethermint/types/v1/dynamic_fee.d.ts +59 -0
  810. package/dist/ethermint/types/v1/dynamic_fee.js +76 -0
  811. package/dist/ethermint/types/v1/indexer.cjs +127 -0
  812. package/dist/ethermint/types/v1/indexer.d.ts +113 -0
  813. package/dist/ethermint/types/v1/indexer.js +126 -0
  814. package/dist/ethermint/types/v1/web3.cjs +98 -0
  815. package/dist/ethermint/types/v1/web3.d.ts +84 -0
  816. package/dist/ethermint/types/v1/web3.js +96 -0
  817. package/dist/extern.cjs +32 -0
  818. package/dist/extern.d.ts +11 -0
  819. package/dist/extern.js +29 -0
  820. package/dist/gogoproto/gogo.cjs +0 -0
  821. package/dist/gogoproto/gogo.d.ts +1 -0
  822. package/dist/gogoproto/gogo.js +0 -0
  823. package/dist/google/api/annotations.cjs +0 -0
  824. package/dist/google/api/annotations.d.ts +1 -0
  825. package/dist/google/api/annotations.js +0 -0
  826. package/dist/google/api/http.cjs +588 -0
  827. package/dist/google/api/http.d.ts +1100 -0
  828. package/dist/google/api/http.js +585 -0
  829. package/dist/google/bundle.cjs +127 -0
  830. package/dist/google/bundle.d.ts +6 -0
  831. package/dist/google/bundle.js +7 -0
  832. package/dist/google/protobuf/any.cjs +116 -0
  833. package/dist/google/protobuf/any.d.ts +210 -0
  834. package/dist/google/protobuf/any.js +115 -0
  835. package/dist/google/protobuf/descriptor.cjs +4680 -0
  836. package/dist/google/protobuf/descriptor.d.ts +3713 -0
  837. package/dist/google/protobuf/descriptor.js +4565 -0
  838. package/dist/google/protobuf/duration.cjs +142 -0
  839. package/dist/google/protobuf/duration.d.ts +236 -0
  840. package/dist/google/protobuf/duration.js +141 -0
  841. package/dist/google/protobuf/timestamp.cjs +170 -0
  842. package/dist/google/protobuf/timestamp.d.ts +328 -0
  843. package/dist/google/protobuf/timestamp.js +169 -0
  844. package/dist/helper-func-types.cjs +41 -0
  845. package/dist/helper-func-types.d.ts +39 -0
  846. package/dist/helper-func-types.js +39 -0
  847. package/dist/helpers.cjs +87 -0
  848. package/dist/helpers.d.ts +75 -0
  849. package/dist/helpers.js +65 -0
  850. package/dist/ibc/applications/interchain_accounts/controller/v1/controller.cjs +85 -0
  851. package/dist/ibc/applications/interchain_accounts/controller/v1/controller.d.ts +64 -0
  852. package/dist/ibc/applications/interchain_accounts/controller/v1/controller.js +84 -0
  853. package/dist/ibc/applications/interchain_accounts/controller/v1/query.cjs +323 -0
  854. package/dist/ibc/applications/interchain_accounts/controller/v1/query.d.ts +207 -0
  855. package/dist/ibc/applications/interchain_accounts/controller/v1/query.js +319 -0
  856. package/dist/ibc/applications/interchain_accounts/controller/v1/query.lcd.cjs +19 -0
  857. package/dist/ibc/applications/interchain_accounts/controller/v1/query.lcd.d.ts +16 -0
  858. package/dist/ibc/applications/interchain_accounts/controller/v1/query.lcd.js +17 -0
  859. package/dist/ibc/applications/interchain_accounts/controller/v1/query.rpc.Query.cjs +35 -0
  860. package/dist/ibc/applications/interchain_accounts/controller/v1/query.rpc.Query.d.ts +24 -0
  861. package/dist/ibc/applications/interchain_accounts/controller/v1/query.rpc.Query.js +33 -0
  862. package/dist/ibc/applications/interchain_accounts/controller/v1/query.rpc.func.cjs +35 -0
  863. package/dist/ibc/applications/interchain_accounts/controller/v1/query.rpc.func.d.ts +20 -0
  864. package/dist/ibc/applications/interchain_accounts/controller/v1/query.rpc.func.js +33 -0
  865. package/dist/ibc/applications/interchain_accounts/controller/v1/tx.amino.cjs +24 -0
  866. package/dist/ibc/applications/interchain_accounts/controller/v1/tx.amino.d.ts +22 -0
  867. package/dist/ibc/applications/interchain_accounts/controller/v1/tx.amino.js +23 -0
  868. package/dist/ibc/applications/interchain_accounts/controller/v1/tx.cjs +546 -0
  869. package/dist/ibc/applications/interchain_accounts/controller/v1/tx.d.ts +339 -0
  870. package/dist/ibc/applications/interchain_accounts/controller/v1/tx.js +540 -0
  871. package/dist/ibc/applications/interchain_accounts/controller/v1/tx.registry.cjs +75 -0
  872. package/dist/ibc/applications/interchain_accounts/controller/v1/tx.registry.d.ts +51 -0
  873. package/dist/ibc/applications/interchain_accounts/controller/v1/tx.registry.js +73 -0
  874. package/dist/ibc/applications/interchain_accounts/controller/v1/tx.rpc.func.cjs +31 -0
  875. package/dist/ibc/applications/interchain_accounts/controller/v1/tx.rpc.func.d.ts +29 -0
  876. package/dist/ibc/applications/interchain_accounts/controller/v1/tx.rpc.func.js +28 -0
  877. package/dist/ibc/applications/interchain_accounts/controller/v1/tx.rpc.msg.cjs +30 -0
  878. package/dist/ibc/applications/interchain_accounts/controller/v1/tx.rpc.msg.d.ts +23 -0
  879. package/dist/ibc/applications/interchain_accounts/controller/v1/tx.rpc.msg.js +28 -0
  880. package/dist/ibc/applications/interchain_accounts/genesis/v1/genesis.cjs +525 -0
  881. package/dist/ibc/applications/interchain_accounts/genesis/v1/genesis.d.ts +280 -0
  882. package/dist/ibc/applications/interchain_accounts/genesis/v1/genesis.js +520 -0
  883. package/dist/ibc/applications/interchain_accounts/host/v1/host.cjs +187 -0
  884. package/dist/ibc/applications/interchain_accounts/host/v1/host.d.ts +142 -0
  885. package/dist/ibc/applications/interchain_accounts/host/v1/host.js +184 -0
  886. package/dist/ibc/applications/interchain_accounts/host/v1/query.cjs +157 -0
  887. package/dist/ibc/applications/interchain_accounts/host/v1/query.d.ts +107 -0
  888. package/dist/ibc/applications/interchain_accounts/host/v1/query.js +155 -0
  889. package/dist/ibc/applications/interchain_accounts/host/v1/query.lcd.cjs +15 -0
  890. package/dist/ibc/applications/interchain_accounts/host/v1/query.lcd.d.ts +15 -0
  891. package/dist/ibc/applications/interchain_accounts/host/v1/query.lcd.js +13 -0
  892. package/dist/ibc/applications/interchain_accounts/host/v1/query.rpc.Query.cjs +26 -0
  893. package/dist/ibc/applications/interchain_accounts/host/v1/query.rpc.Query.d.ts +20 -0
  894. package/dist/ibc/applications/interchain_accounts/host/v1/query.rpc.Query.js +24 -0
  895. package/dist/ibc/applications/interchain_accounts/host/v1/query.rpc.func.cjs +21 -0
  896. package/dist/ibc/applications/interchain_accounts/host/v1/query.rpc.func.d.ts +13 -0
  897. package/dist/ibc/applications/interchain_accounts/host/v1/query.rpc.func.js +20 -0
  898. package/dist/ibc/applications/interchain_accounts/host/v1/tx.amino.cjs +19 -0
  899. package/dist/ibc/applications/interchain_accounts/host/v1/tx.amino.d.ts +17 -0
  900. package/dist/ibc/applications/interchain_accounts/host/v1/tx.amino.js +18 -0
  901. package/dist/ibc/applications/interchain_accounts/host/v1/tx.cjs +350 -0
  902. package/dist/ibc/applications/interchain_accounts/host/v1/tx.d.ts +245 -0
  903. package/dist/ibc/applications/interchain_accounts/host/v1/tx.js +345 -0
  904. package/dist/ibc/applications/interchain_accounts/host/v1/tx.registry.cjs +53 -0
  905. package/dist/ibc/applications/interchain_accounts/host/v1/tx.registry.d.ts +39 -0
  906. package/dist/ibc/applications/interchain_accounts/host/v1/tx.registry.js +51 -0
  907. package/dist/ibc/applications/interchain_accounts/host/v1/tx.rpc.func.cjs +23 -0
  908. package/dist/ibc/applications/interchain_accounts/host/v1/tx.rpc.func.d.ts +22 -0
  909. package/dist/ibc/applications/interchain_accounts/host/v1/tx.rpc.func.js +21 -0
  910. package/dist/ibc/applications/interchain_accounts/host/v1/tx.rpc.msg.cjs +26 -0
  911. package/dist/ibc/applications/interchain_accounts/host/v1/tx.rpc.msg.d.ts +20 -0
  912. package/dist/ibc/applications/interchain_accounts/host/v1/tx.rpc.msg.js +24 -0
  913. package/dist/ibc/applications/interchain_accounts/v1/account.cjs +101 -0
  914. package/dist/ibc/applications/interchain_accounts/v1/account.d.ts +58 -0
  915. package/dist/ibc/applications/interchain_accounts/v1/account.js +100 -0
  916. package/dist/ibc/applications/interchain_accounts/v1/metadata.cjs +127 -0
  917. package/dist/ibc/applications/interchain_accounts/v1/metadata.d.ts +106 -0
  918. package/dist/ibc/applications/interchain_accounts/v1/metadata.js +126 -0
  919. package/dist/ibc/applications/interchain_accounts/v1/packet.cjs +218 -0
  920. package/dist/ibc/applications/interchain_accounts/v1/packet.d.ts +123 -0
  921. package/dist/ibc/applications/interchain_accounts/v1/packet.js +211 -0
  922. package/dist/ibc/applications/transfer/v1/authz.cjs +211 -0
  923. package/dist/ibc/applications/transfer/v1/authz.d.ts +154 -0
  924. package/dist/ibc/applications/transfer/v1/authz.js +209 -0
  925. package/dist/ibc/applications/transfer/v1/denomtrace.cjs +96 -0
  926. package/dist/ibc/applications/transfer/v1/denomtrace.d.ts +77 -0
  927. package/dist/ibc/applications/transfer/v1/denomtrace.js +95 -0
  928. package/dist/ibc/applications/transfer/v1/genesis.cjs +121 -0
  929. package/dist/ibc/applications/transfer/v1/genesis.d.ts +72 -0
  930. package/dist/ibc/applications/transfer/v1/genesis.js +120 -0
  931. package/dist/ibc/applications/transfer/v1/packet.cjs +120 -0
  932. package/dist/ibc/applications/transfer/v1/packet.d.ts +99 -0
  933. package/dist/ibc/applications/transfer/v1/packet.js +119 -0
  934. package/dist/ibc/applications/transfer/v1/query.cjs +980 -0
  935. package/dist/ibc/applications/transfer/v1/query.d.ts +682 -0
  936. package/dist/ibc/applications/transfer/v1/query.js +968 -0
  937. package/dist/ibc/applications/transfer/v1/query.lcd.cjs +43 -0
  938. package/dist/ibc/applications/transfer/v1/query.lcd.d.ts +20 -0
  939. package/dist/ibc/applications/transfer/v1/query.lcd.js +42 -0
  940. package/dist/ibc/applications/transfer/v1/query.rpc.Query.cjs +63 -0
  941. package/dist/ibc/applications/transfer/v1/query.rpc.Query.d.ts +40 -0
  942. package/dist/ibc/applications/transfer/v1/query.rpc.Query.js +61 -0
  943. package/dist/ibc/applications/transfer/v1/query.rpc.func.cjs +91 -0
  944. package/dist/ibc/applications/transfer/v1/query.rpc.func.d.ts +48 -0
  945. package/dist/ibc/applications/transfer/v1/query.rpc.func.js +85 -0
  946. package/dist/ibc/applications/transfer/v1/token.cjs +278 -0
  947. package/dist/ibc/applications/transfer/v1/token.d.ts +183 -0
  948. package/dist/ibc/applications/transfer/v1/token.js +275 -0
  949. package/dist/ibc/applications/transfer/v1/transfer.cjs +97 -0
  950. package/dist/ibc/applications/transfer/v1/transfer.d.ts +82 -0
  951. package/dist/ibc/applications/transfer/v1/transfer.js +96 -0
  952. package/dist/ibc/applications/transfer/v1/tx.amino.cjs +19 -0
  953. package/dist/ibc/applications/transfer/v1/tx.amino.d.ts +17 -0
  954. package/dist/ibc/applications/transfer/v1/tx.amino.js +18 -0
  955. package/dist/ibc/applications/transfer/v1/tx.cjs +397 -0
  956. package/dist/ibc/applications/transfer/v1/tx.d.ts +311 -0
  957. package/dist/ibc/applications/transfer/v1/tx.js +393 -0
  958. package/dist/ibc/applications/transfer/v1/tx.registry.cjs +53 -0
  959. package/dist/ibc/applications/transfer/v1/tx.registry.d.ts +39 -0
  960. package/dist/ibc/applications/transfer/v1/tx.registry.js +51 -0
  961. package/dist/ibc/applications/transfer/v1/tx.rpc.func.cjs +23 -0
  962. package/dist/ibc/applications/transfer/v1/tx.rpc.func.d.ts +22 -0
  963. package/dist/ibc/applications/transfer/v1/tx.rpc.func.js +21 -0
  964. package/dist/ibc/applications/transfer/v1/tx.rpc.msg.cjs +26 -0
  965. package/dist/ibc/applications/transfer/v1/tx.rpc.msg.d.ts +20 -0
  966. package/dist/ibc/applications/transfer/v1/tx.rpc.msg.js +24 -0
  967. package/dist/ibc/bundle.cjs +485 -0
  968. package/dist/ibc/bundle.d.ts +77 -0
  969. package/dist/ibc/bundle.js +78 -0
  970. package/dist/ibc/core/channel/v1/channel.cjs +974 -0
  971. package/dist/ibc/core/channel/v1/channel.d.ts +733 -0
  972. package/dist/ibc/core/channel/v1/channel.js +957 -0
  973. package/dist/ibc/core/channel/v1/genesis.cjs +253 -0
  974. package/dist/ibc/core/channel/v1/genesis.d.ts +132 -0
  975. package/dist/ibc/core/channel/v1/genesis.js +251 -0
  976. package/dist/ibc/core/channel/v1/query.cjs +2778 -0
  977. package/dist/ibc/core/channel/v1/query.d.ts +2025 -0
  978. package/dist/ibc/core/channel/v1/query.js +2749 -0
  979. package/dist/ibc/core/channel/v1/query.lcd.cjs +77 -0
  980. package/dist/ibc/core/channel/v1/query.lcd.d.ts +28 -0
  981. package/dist/ibc/core/channel/v1/query.lcd.js +76 -0
  982. package/dist/ibc/core/channel/v1/query.rpc.Query.cjs +119 -0
  983. package/dist/ibc/core/channel/v1/query.rpc.Query.d.ts +96 -0
  984. package/dist/ibc/core/channel/v1/query.rpc.Query.js +117 -0
  985. package/dist/ibc/core/channel/v1/query.rpc.func.cjs +211 -0
  986. package/dist/ibc/core/channel/v1/query.rpc.func.d.ts +112 -0
  987. package/dist/ibc/core/channel/v1/query.rpc.func.js +197 -0
  988. package/dist/ibc/core/channel/v1/tx.amino.cjs +59 -0
  989. package/dist/ibc/core/channel/v1/tx.amino.d.ts +57 -0
  990. package/dist/ibc/core/channel/v1/tx.amino.js +58 -0
  991. package/dist/ibc/core/channel/v1/tx.cjs +1973 -0
  992. package/dist/ibc/core/channel/v1/tx.d.ts +1112 -0
  993. package/dist/ibc/core/channel/v1/tx.js +1948 -0
  994. package/dist/ibc/core/channel/v1/tx.registry.cjs +208 -0
  995. package/dist/ibc/core/channel/v1/tx.registry.d.ts +135 -0
  996. package/dist/ibc/core/channel/v1/tx.registry.js +206 -0
  997. package/dist/ibc/core/channel/v1/tx.rpc.func.cjs +88 -0
  998. package/dist/ibc/core/channel/v1/tx.rpc.func.d.ts +79 -0
  999. package/dist/ibc/core/channel/v1/tx.rpc.func.js +78 -0
  1000. package/dist/ibc/core/channel/v1/tx.rpc.msg.cjs +58 -0
  1001. package/dist/ibc/core/channel/v1/tx.rpc.msg.d.ts +47 -0
  1002. package/dist/ibc/core/channel/v1/tx.rpc.msg.js +56 -0
  1003. package/dist/ibc/core/channel/v2/genesis.cjs +317 -0
  1004. package/dist/ibc/core/channel/v2/genesis.d.ts +206 -0
  1005. package/dist/ibc/core/channel/v2/genesis.js +313 -0
  1006. package/dist/ibc/core/channel/v2/packet.cjs +450 -0
  1007. package/dist/ibc/core/channel/v2/packet.d.ts +326 -0
  1008. package/dist/ibc/core/channel/v2/packet.js +441 -0
  1009. package/dist/ibc/core/channel/v2/query.cjs +1536 -0
  1010. package/dist/ibc/core/channel/v2/query.d.ts +1071 -0
  1011. package/dist/ibc/core/channel/v2/query.js +1519 -0
  1012. package/dist/ibc/core/channel/v2/query.lcd.cjs +50 -0
  1013. package/dist/ibc/core/channel/v2/query.lcd.d.ts +22 -0
  1014. package/dist/ibc/core/channel/v2/query.lcd.js +49 -0
  1015. package/dist/ibc/core/channel/v2/query.rpc.Query.cjs +77 -0
  1016. package/dist/ibc/core/channel/v2/query.rpc.Query.d.ts +48 -0
  1017. package/dist/ibc/core/channel/v2/query.rpc.Query.js +75 -0
  1018. package/dist/ibc/core/channel/v2/query.rpc.func.cjs +119 -0
  1019. package/dist/ibc/core/channel/v2/query.rpc.func.d.ts +62 -0
  1020. package/dist/ibc/core/channel/v2/query.rpc.func.js +111 -0
  1021. package/dist/ibc/core/channel/v2/tx.amino.cjs +29 -0
  1022. package/dist/ibc/core/channel/v2/tx.amino.d.ts +27 -0
  1023. package/dist/ibc/core/channel/v2/tx.amino.js +28 -0
  1024. package/dist/ibc/core/channel/v2/tx.cjs +805 -0
  1025. package/dist/ibc/core/channel/v2/tx.d.ts +441 -0
  1026. package/dist/ibc/core/channel/v2/tx.js +792 -0
  1027. package/dist/ibc/core/channel/v2/tx.registry.cjs +94 -0
  1028. package/dist/ibc/core/channel/v2/tx.registry.d.ts +63 -0
  1029. package/dist/ibc/core/channel/v2/tx.registry.js +92 -0
  1030. package/dist/ibc/core/channel/v2/tx.rpc.func.cjs +39 -0
  1031. package/dist/ibc/core/channel/v2/tx.rpc.func.d.ts +36 -0
  1032. package/dist/ibc/core/channel/v2/tx.rpc.func.js +35 -0
  1033. package/dist/ibc/core/channel/v2/tx.rpc.msg.cjs +34 -0
  1034. package/dist/ibc/core/channel/v2/tx.rpc.msg.d.ts +26 -0
  1035. package/dist/ibc/core/channel/v2/tx.rpc.msg.js +32 -0
  1036. package/dist/ibc/core/client/v1/client.cjs +458 -0
  1037. package/dist/ibc/core/client/v1/client.d.ts +363 -0
  1038. package/dist/ibc/core/client/v1/client.js +453 -0
  1039. package/dist/ibc/core/client/v1/genesis.cjs +321 -0
  1040. package/dist/ibc/core/client/v1/genesis.d.ts +220 -0
  1041. package/dist/ibc/core/client/v1/genesis.js +317 -0
  1042. package/dist/ibc/core/client/v1/query.cjs +1920 -0
  1043. package/dist/ibc/core/client/v1/query.d.ts +1396 -0
  1044. package/dist/ibc/core/client/v1/query.js +1897 -0
  1045. package/dist/ibc/core/client/v1/query.lcd.cjs +57 -0
  1046. package/dist/ibc/core/client/v1/query.lcd.d.ts +24 -0
  1047. package/dist/ibc/core/client/v1/query.lcd.js +56 -0
  1048. package/dist/ibc/core/client/v1/query.rpc.Query.cjs +98 -0
  1049. package/dist/ibc/core/client/v1/query.rpc.Query.d.ts +66 -0
  1050. package/dist/ibc/core/client/v1/query.rpc.Query.js +96 -0
  1051. package/dist/ibc/core/client/v1/query.rpc.func.cjs +163 -0
  1052. package/dist/ibc/core/client/v1/query.rpc.func.d.ts +85 -0
  1053. package/dist/ibc/core/client/v1/query.rpc.func.js +152 -0
  1054. package/dist/ibc/core/client/v1/tx.amino.cjs +49 -0
  1055. package/dist/ibc/core/client/v1/tx.amino.d.ts +47 -0
  1056. package/dist/ibc/core/client/v1/tx.amino.js +48 -0
  1057. package/dist/ibc/core/client/v1/tx.cjs +1351 -0
  1058. package/dist/ibc/core/client/v1/tx.d.ts +985 -0
  1059. package/dist/ibc/core/client/v1/tx.js +1334 -0
  1060. package/dist/ibc/core/client/v1/tx.registry.cjs +170 -0
  1061. package/dist/ibc/core/client/v1/tx.registry.d.ts +111 -0
  1062. package/dist/ibc/core/client/v1/tx.registry.js +168 -0
  1063. package/dist/ibc/core/client/v1/tx.rpc.func.cjs +71 -0
  1064. package/dist/ibc/core/client/v1/tx.rpc.func.d.ts +64 -0
  1065. package/dist/ibc/core/client/v1/tx.rpc.func.js +63 -0
  1066. package/dist/ibc/core/client/v1/tx.rpc.msg.cjs +50 -0
  1067. package/dist/ibc/core/client/v1/tx.rpc.msg.d.ts +38 -0
  1068. package/dist/ibc/core/client/v1/tx.rpc.msg.js +48 -0
  1069. package/dist/ibc/core/client/v2/config.cjs +88 -0
  1070. package/dist/ibc/core/client/v2/config.d.ts +70 -0
  1071. package/dist/ibc/core/client/v2/config.js +87 -0
  1072. package/dist/ibc/core/client/v2/counterparty.cjs +97 -0
  1073. package/dist/ibc/core/client/v2/counterparty.d.ts +69 -0
  1074. package/dist/ibc/core/client/v2/counterparty.js +95 -0
  1075. package/dist/ibc/core/client/v2/genesis.cjs +181 -0
  1076. package/dist/ibc/core/client/v2/genesis.d.ts +125 -0
  1077. package/dist/ibc/core/client/v2/genesis.js +179 -0
  1078. package/dist/ibc/core/client/v2/query.cjs +329 -0
  1079. package/dist/ibc/core/client/v2/query.d.ts +222 -0
  1080. package/dist/ibc/core/client/v2/query.js +325 -0
  1081. package/dist/ibc/core/client/v2/query.lcd.cjs +20 -0
  1082. package/dist/ibc/core/client/v2/query.lcd.d.ts +16 -0
  1083. package/dist/ibc/core/client/v2/query.lcd.js +18 -0
  1084. package/dist/ibc/core/client/v2/query.rpc.Query.cjs +35 -0
  1085. package/dist/ibc/core/client/v2/query.rpc.Query.d.ts +24 -0
  1086. package/dist/ibc/core/client/v2/query.rpc.Query.js +33 -0
  1087. package/dist/ibc/core/client/v2/query.rpc.func.cjs +35 -0
  1088. package/dist/ibc/core/client/v2/query.rpc.func.d.ts +20 -0
  1089. package/dist/ibc/core/client/v2/query.rpc.func.js +33 -0
  1090. package/dist/ibc/core/client/v2/tx.amino.cjs +19 -0
  1091. package/dist/ibc/core/client/v2/tx.amino.d.ts +17 -0
  1092. package/dist/ibc/core/client/v2/tx.amino.js +18 -0
  1093. package/dist/ibc/core/client/v2/tx.cjs +350 -0
  1094. package/dist/ibc/core/client/v2/tx.d.ts +251 -0
  1095. package/dist/ibc/core/client/v2/tx.js +345 -0
  1096. package/dist/ibc/core/client/v2/tx.registry.cjs +53 -0
  1097. package/dist/ibc/core/client/v2/tx.registry.d.ts +39 -0
  1098. package/dist/ibc/core/client/v2/tx.registry.js +51 -0
  1099. package/dist/ibc/core/client/v2/tx.rpc.func.cjs +23 -0
  1100. package/dist/ibc/core/client/v2/tx.rpc.func.d.ts +22 -0
  1101. package/dist/ibc/core/client/v2/tx.rpc.func.js +21 -0
  1102. package/dist/ibc/core/client/v2/tx.rpc.msg.cjs +26 -0
  1103. package/dist/ibc/core/client/v2/tx.rpc.msg.d.ts +20 -0
  1104. package/dist/ibc/core/client/v2/tx.rpc.msg.js +24 -0
  1105. package/dist/ibc/core/commitment/v1/commitment.cjs +255 -0
  1106. package/dist/ibc/core/commitment/v1/commitment.d.ts +175 -0
  1107. package/dist/ibc/core/commitment/v1/commitment.js +251 -0
  1108. package/dist/ibc/core/commitment/v2/commitment.cjs +117 -0
  1109. package/dist/ibc/core/commitment/v2/commitment.d.ts +145 -0
  1110. package/dist/ibc/core/commitment/v2/commitment.js +115 -0
  1111. package/dist/ibc/core/connection/v1/connection.cjs +737 -0
  1112. package/dist/ibc/core/connection/v1/connection.d.ts +548 -0
  1113. package/dist/ibc/core/connection/v1/connection.js +726 -0
  1114. package/dist/ibc/core/connection/v1/genesis.cjs +119 -0
  1115. package/dist/ibc/core/connection/v1/genesis.d.ts +68 -0
  1116. package/dist/ibc/core/connection/v1/genesis.js +118 -0
  1117. package/dist/ibc/core/connection/v1/query.cjs +1093 -0
  1118. package/dist/ibc/core/connection/v1/query.d.ts +779 -0
  1119. package/dist/ibc/core/connection/v1/query.js +1080 -0
  1120. package/dist/ibc/core/connection/v1/query.lcd.cjs +37 -0
  1121. package/dist/ibc/core/connection/v1/query.lcd.d.ts +20 -0
  1122. package/dist/ibc/core/connection/v1/query.lcd.js +36 -0
  1123. package/dist/ibc/core/connection/v1/query.rpc.Query.cjs +63 -0
  1124. package/dist/ibc/core/connection/v1/query.rpc.Query.d.ts +49 -0
  1125. package/dist/ibc/core/connection/v1/query.rpc.Query.js +61 -0
  1126. package/dist/ibc/core/connection/v1/query.rpc.func.cjs +94 -0
  1127. package/dist/ibc/core/connection/v1/query.rpc.func.d.ts +51 -0
  1128. package/dist/ibc/core/connection/v1/query.rpc.func.js +88 -0
  1129. package/dist/ibc/core/connection/v1/tx.amino.cjs +34 -0
  1130. package/dist/ibc/core/connection/v1/tx.amino.d.ts +32 -0
  1131. package/dist/ibc/core/connection/v1/tx.amino.js +33 -0
  1132. package/dist/ibc/core/connection/v1/tx.cjs +1017 -0
  1133. package/dist/ibc/core/connection/v1/tx.d.ts +683 -0
  1134. package/dist/ibc/core/connection/v1/tx.js +1006 -0
  1135. package/dist/ibc/core/connection/v1/tx.registry.cjs +113 -0
  1136. package/dist/ibc/core/connection/v1/tx.registry.d.ts +75 -0
  1137. package/dist/ibc/core/connection/v1/tx.registry.js +111 -0
  1138. package/dist/ibc/core/connection/v1/tx.rpc.func.cjs +49 -0
  1139. package/dist/ibc/core/connection/v1/tx.rpc.func.d.ts +45 -0
  1140. package/dist/ibc/core/connection/v1/tx.rpc.func.js +44 -0
  1141. package/dist/ibc/core/connection/v1/tx.rpc.msg.cjs +38 -0
  1142. package/dist/ibc/core/connection/v1/tx.rpc.msg.d.ts +35 -0
  1143. package/dist/ibc/core/connection/v1/tx.rpc.msg.js +36 -0
  1144. package/dist/ibc/core/types/v1/genesis.cjs +131 -0
  1145. package/dist/ibc/core/types/v1/genesis.d.ts +98 -0
  1146. package/dist/ibc/core/types/v1/genesis.js +130 -0
  1147. package/dist/ibc/lightclients/solomachine/v2/solomachine.cjs +1613 -0
  1148. package/dist/ibc/lightclients/solomachine/v2/solomachine.d.ts +984 -0
  1149. package/dist/ibc/lightclients/solomachine/v2/solomachine.js +1592 -0
  1150. package/dist/ibc/lightclients/solomachine/v3/solomachine.cjs +806 -0
  1151. package/dist/ibc/lightclients/solomachine/v3/solomachine.d.ts +523 -0
  1152. package/dist/ibc/lightclients/solomachine/v3/solomachine.js +797 -0
  1153. package/dist/ibc/lightclients/tendermint/v1/tendermint.cjs +592 -0
  1154. package/dist/ibc/lightclients/tendermint/v1/tendermint.d.ts +429 -0
  1155. package/dist/ibc/lightclients/tendermint/v1/tendermint.js +586 -0
  1156. package/dist/ibc/lightclients/wasm/v1/genesis.cjs +169 -0
  1157. package/dist/ibc/lightclients/wasm/v1/genesis.d.ts +116 -0
  1158. package/dist/ibc/lightclients/wasm/v1/genesis.js +166 -0
  1159. package/dist/ibc/lightclients/wasm/v1/query.cjs +339 -0
  1160. package/dist/ibc/lightclients/wasm/v1/query.d.ts +229 -0
  1161. package/dist/ibc/lightclients/wasm/v1/query.js +334 -0
  1162. package/dist/ibc/lightclients/wasm/v1/query.lcd.cjs +22 -0
  1163. package/dist/ibc/lightclients/wasm/v1/query.lcd.d.ts +16 -0
  1164. package/dist/ibc/lightclients/wasm/v1/query.lcd.js +21 -0
  1165. package/dist/ibc/lightclients/wasm/v1/query.rpc.Query.cjs +35 -0
  1166. package/dist/ibc/lightclients/wasm/v1/query.rpc.Query.d.ts +24 -0
  1167. package/dist/ibc/lightclients/wasm/v1/query.rpc.Query.js +33 -0
  1168. package/dist/ibc/lightclients/wasm/v1/query.rpc.func.cjs +35 -0
  1169. package/dist/ibc/lightclients/wasm/v1/query.rpc.func.d.ts +20 -0
  1170. package/dist/ibc/lightclients/wasm/v1/query.rpc.func.js +33 -0
  1171. package/dist/ibc/lightclients/wasm/v1/tx.amino.cjs +24 -0
  1172. package/dist/ibc/lightclients/wasm/v1/tx.amino.d.ts +22 -0
  1173. package/dist/ibc/lightclients/wasm/v1/tx.amino.js +23 -0
  1174. package/dist/ibc/lightclients/wasm/v1/tx.cjs +502 -0
  1175. package/dist/ibc/lightclients/wasm/v1/tx.d.ts +356 -0
  1176. package/dist/ibc/lightclients/wasm/v1/tx.js +495 -0
  1177. package/dist/ibc/lightclients/wasm/v1/tx.registry.cjs +75 -0
  1178. package/dist/ibc/lightclients/wasm/v1/tx.registry.d.ts +51 -0
  1179. package/dist/ibc/lightclients/wasm/v1/tx.registry.js +73 -0
  1180. package/dist/ibc/lightclients/wasm/v1/tx.rpc.func.cjs +31 -0
  1181. package/dist/ibc/lightclients/wasm/v1/tx.rpc.func.d.ts +29 -0
  1182. package/dist/ibc/lightclients/wasm/v1/tx.rpc.func.js +28 -0
  1183. package/dist/ibc/lightclients/wasm/v1/tx.rpc.msg.cjs +30 -0
  1184. package/dist/ibc/lightclients/wasm/v1/tx.rpc.msg.d.ts +23 -0
  1185. package/dist/ibc/lightclients/wasm/v1/tx.rpc.msg.js +28 -0
  1186. package/dist/ibc/lightclients/wasm/v1/wasm.cjs +348 -0
  1187. package/dist/ibc/lightclients/wasm/v1/wasm.d.ts +235 -0
  1188. package/dist/ibc/lightclients/wasm/v1/wasm.js +343 -0
  1189. package/dist/index.cjs +2088 -0
  1190. package/dist/index.d.ts +303 -0
  1191. package/dist/index.js +310 -0
  1192. package/dist/registry.cjs +128 -0
  1193. package/dist/registry.d.ts +34 -0
  1194. package/dist/registry.js +127 -0
  1195. package/dist/tendermint/abci/types.cjs +4790 -0
  1196. package/dist/tendermint/abci/types.d.ts +2759 -0
  1197. package/dist/tendermint/abci/types.js +4718 -0
  1198. package/dist/tendermint/bundle.cjs +117 -0
  1199. package/dist/tendermint/bundle.d.ts +11 -0
  1200. package/dist/tendermint/bundle.js +12 -0
  1201. package/dist/tendermint/crypto/keys.cjs +89 -0
  1202. package/dist/tendermint/crypto/keys.d.ts +55 -0
  1203. package/dist/tendermint/crypto/keys.js +87 -0
  1204. package/dist/tendermint/crypto/proof.cjs +443 -0
  1205. package/dist/tendermint/crypto/proof.d.ts +266 -0
  1206. package/dist/tendermint/crypto/proof.js +437 -0
  1207. package/dist/tendermint/p2p/types.cjs +397 -0
  1208. package/dist/tendermint/p2p/types.d.ts +206 -0
  1209. package/dist/tendermint/p2p/types.js +392 -0
  1210. package/dist/tendermint/types/block.cjs +111 -0
  1211. package/dist/tendermint/types/block.d.ts +58 -0
  1212. package/dist/tendermint/types/block.js +110 -0
  1213. package/dist/tendermint/types/evidence.cjs +387 -0
  1214. package/dist/tendermint/types/evidence.d.ts +208 -0
  1215. package/dist/tendermint/types/evidence.js +383 -0
  1216. package/dist/tendermint/types/params.cjs +589 -0
  1217. package/dist/tendermint/types/params.d.ts +438 -0
  1218. package/dist/tendermint/types/params.js +582 -0
  1219. package/dist/tendermint/types/types.cjs +1608 -0
  1220. package/dist/tendermint/types/types.d.ts +944 -0
  1221. package/dist/tendermint/types/types.js +1588 -0
  1222. package/dist/tendermint/types/validator.cjs +324 -0
  1223. package/dist/tendermint/types/validator.d.ts +165 -0
  1224. package/dist/tendermint/types/validator.js +316 -0
  1225. package/dist/tendermint/version/types.cjs +172 -0
  1226. package/dist/tendermint/version/types.d.ts +116 -0
  1227. package/dist/tendermint/version/types.js +170 -0
  1228. package/dist/types.cjs +0 -0
  1229. package/dist/types.d.ts +72 -0
  1230. package/dist/types.js +0 -0
  1231. package/dist/utf8.cjs +95 -0
  1232. package/dist/utf8.d.ts +30 -0
  1233. package/dist/utf8.js +89 -0
  1234. package/dist/varint.cjs +321 -0
  1235. package/dist/varint.d.ts +107 -0
  1236. package/dist/varint.js +304 -0
  1237. package/dist/xpla/bundle.cjs +70 -0
  1238. package/dist/xpla/bundle.d.ts +23 -0
  1239. package/dist/xpla/bundle.js +24 -0
  1240. package/dist/xpla/burn/v1beta1/burn.cjs +101 -0
  1241. package/dist/xpla/burn/v1beta1/burn.d.ts +58 -0
  1242. package/dist/xpla/burn/v1beta1/burn.js +100 -0
  1243. package/dist/xpla/burn/v1beta1/genesis.cjs +83 -0
  1244. package/dist/xpla/burn/v1beta1/genesis.d.ts +60 -0
  1245. package/dist/xpla/burn/v1beta1/genesis.js +82 -0
  1246. package/dist/xpla/burn/v1beta1/query.cjs +305 -0
  1247. package/dist/xpla/burn/v1beta1/query.d.ts +206 -0
  1248. package/dist/xpla/burn/v1beta1/query.js +301 -0
  1249. package/dist/xpla/burn/v1beta1/query.lcd.cjs +20 -0
  1250. package/dist/xpla/burn/v1beta1/query.lcd.d.ts +16 -0
  1251. package/dist/xpla/burn/v1beta1/query.lcd.js +18 -0
  1252. package/dist/xpla/burn/v1beta1/query.rpc.Query.cjs +35 -0
  1253. package/dist/xpla/burn/v1beta1/query.rpc.Query.d.ts +24 -0
  1254. package/dist/xpla/burn/v1beta1/query.rpc.Query.js +33 -0
  1255. package/dist/xpla/burn/v1beta1/query.rpc.func.cjs +35 -0
  1256. package/dist/xpla/burn/v1beta1/query.rpc.func.d.ts +20 -0
  1257. package/dist/xpla/burn/v1beta1/query.rpc.func.js +33 -0
  1258. package/dist/xpla/burn/v1beta1/tx.amino.cjs +12 -0
  1259. package/dist/xpla/burn/v1beta1/tx.amino.d.ts +12 -0
  1260. package/dist/xpla/burn/v1beta1/tx.amino.js +11 -0
  1261. package/dist/xpla/burn/v1beta1/tx.cjs +161 -0
  1262. package/dist/xpla/burn/v1beta1/tx.d.ts +107 -0
  1263. package/dist/xpla/burn/v1beta1/tx.js +159 -0
  1264. package/dist/xpla/burn/v1beta1/tx.registry.cjs +29 -0
  1265. package/dist/xpla/burn/v1beta1/tx.registry.d.ts +27 -0
  1266. package/dist/xpla/burn/v1beta1/tx.registry.js +27 -0
  1267. package/dist/xpla/burn/v1beta1/tx.rpc.func.cjs +15 -0
  1268. package/dist/xpla/burn/v1beta1/tx.rpc.func.d.ts +15 -0
  1269. package/dist/xpla/burn/v1beta1/tx.rpc.func.js +14 -0
  1270. package/dist/xpla/burn/v1beta1/tx.rpc.msg.cjs +22 -0
  1271. package/dist/xpla/burn/v1beta1/tx.rpc.msg.d.ts +17 -0
  1272. package/dist/xpla/burn/v1beta1/tx.rpc.msg.js +20 -0
  1273. package/dist/xpla/lcd.cjs +61 -0
  1274. package/dist/xpla/lcd.d.ts +138 -0
  1275. package/dist/xpla/lcd.js +60 -0
  1276. package/dist/xpla/reward/v1beta1/genesis.cjs +82 -0
  1277. package/dist/xpla/reward/v1beta1/genesis.d.ts +60 -0
  1278. package/dist/xpla/reward/v1beta1/genesis.js +81 -0
  1279. package/dist/xpla/reward/v1beta1/query.cjs +282 -0
  1280. package/dist/xpla/reward/v1beta1/query.d.ts +206 -0
  1281. package/dist/xpla/reward/v1beta1/query.js +278 -0
  1282. package/dist/xpla/reward/v1beta1/query.lcd.cjs +18 -0
  1283. package/dist/xpla/reward/v1beta1/query.lcd.d.ts +16 -0
  1284. package/dist/xpla/reward/v1beta1/query.lcd.js +16 -0
  1285. package/dist/xpla/reward/v1beta1/query.rpc.Query.cjs +35 -0
  1286. package/dist/xpla/reward/v1beta1/query.rpc.Query.d.ts +24 -0
  1287. package/dist/xpla/reward/v1beta1/query.rpc.Query.js +33 -0
  1288. package/dist/xpla/reward/v1beta1/query.rpc.func.cjs +35 -0
  1289. package/dist/xpla/reward/v1beta1/query.rpc.func.d.ts +20 -0
  1290. package/dist/xpla/reward/v1beta1/query.rpc.func.js +33 -0
  1291. package/dist/xpla/reward/v1beta1/reward.cjs +119 -0
  1292. package/dist/xpla/reward/v1beta1/reward.d.ts +63 -0
  1293. package/dist/xpla/reward/v1beta1/reward.js +118 -0
  1294. package/dist/xpla/reward/v1beta1/tx.amino.cjs +19 -0
  1295. package/dist/xpla/reward/v1beta1/tx.amino.d.ts +17 -0
  1296. package/dist/xpla/reward/v1beta1/tx.amino.js +18 -0
  1297. package/dist/xpla/reward/v1beta1/tx.cjs +318 -0
  1298. package/dist/xpla/reward/v1beta1/tx.d.ts +222 -0
  1299. package/dist/xpla/reward/v1beta1/tx.js +314 -0
  1300. package/dist/xpla/reward/v1beta1/tx.registry.cjs +53 -0
  1301. package/dist/xpla/reward/v1beta1/tx.registry.d.ts +39 -0
  1302. package/dist/xpla/reward/v1beta1/tx.registry.js +51 -0
  1303. package/dist/xpla/reward/v1beta1/tx.rpc.func.cjs +26 -0
  1304. package/dist/xpla/reward/v1beta1/tx.rpc.func.d.ts +25 -0
  1305. package/dist/xpla/reward/v1beta1/tx.rpc.func.js +24 -0
  1306. package/dist/xpla/reward/v1beta1/tx.rpc.msg.cjs +26 -0
  1307. package/dist/xpla/reward/v1beta1/tx.rpc.msg.d.ts +27 -0
  1308. package/dist/xpla/reward/v1beta1/tx.rpc.msg.js +24 -0
  1309. package/dist/xpla/rpc.query.cjs +62 -0
  1310. package/dist/xpla/rpc.query.d.ts +356 -0
  1311. package/dist/xpla/rpc.query.js +61 -0
  1312. package/dist/xpla/rpc.tx.cjs +52 -0
  1313. package/dist/xpla/rpc.tx.d.ts +125 -0
  1314. package/dist/xpla/rpc.tx.js +50 -0
  1315. package/dist/xpla/volunteer/v1beta1/genesis.cjs +83 -0
  1316. package/dist/xpla/volunteer/v1beta1/genesis.d.ts +54 -0
  1317. package/dist/xpla/volunteer/v1beta1/genesis.js +82 -0
  1318. package/dist/xpla/volunteer/v1beta1/proposal.cjs +485 -0
  1319. package/dist/xpla/volunteer/v1beta1/proposal.d.ts +259 -0
  1320. package/dist/xpla/volunteer/v1beta1/proposal.js +481 -0
  1321. package/dist/xpla/volunteer/v1beta1/query.cjs +139 -0
  1322. package/dist/xpla/volunteer/v1beta1/query.d.ts +96 -0
  1323. package/dist/xpla/volunteer/v1beta1/query.js +137 -0
  1324. package/dist/xpla/volunteer/v1beta1/query.lcd.cjs +15 -0
  1325. package/dist/xpla/volunteer/v1beta1/query.lcd.d.ts +15 -0
  1326. package/dist/xpla/volunteer/v1beta1/query.lcd.js +13 -0
  1327. package/dist/xpla/volunteer/v1beta1/query.rpc.Query.cjs +26 -0
  1328. package/dist/xpla/volunteer/v1beta1/query.rpc.Query.d.ts +20 -0
  1329. package/dist/xpla/volunteer/v1beta1/query.rpc.Query.js +24 -0
  1330. package/dist/xpla/volunteer/v1beta1/query.rpc.func.cjs +21 -0
  1331. package/dist/xpla/volunteer/v1beta1/query.rpc.func.d.ts +13 -0
  1332. package/dist/xpla/volunteer/v1beta1/query.rpc.func.js +20 -0
  1333. package/dist/xpla/volunteer/v1beta1/tx.amino.cjs +19 -0
  1334. package/dist/xpla/volunteer/v1beta1/tx.amino.d.ts +17 -0
  1335. package/dist/xpla/volunteer/v1beta1/tx.amino.js +18 -0
  1336. package/dist/xpla/volunteer/v1beta1/tx.cjs +348 -0
  1337. package/dist/xpla/volunteer/v1beta1/tx.d.ts +232 -0
  1338. package/dist/xpla/volunteer/v1beta1/tx.js +344 -0
  1339. package/dist/xpla/volunteer/v1beta1/tx.registry.cjs +53 -0
  1340. package/dist/xpla/volunteer/v1beta1/tx.registry.d.ts +39 -0
  1341. package/dist/xpla/volunteer/v1beta1/tx.registry.js +51 -0
  1342. package/dist/xpla/volunteer/v1beta1/tx.rpc.func.cjs +24 -0
  1343. package/dist/xpla/volunteer/v1beta1/tx.rpc.func.d.ts +23 -0
  1344. package/dist/xpla/volunteer/v1beta1/tx.rpc.func.js +22 -0
  1345. package/dist/xpla/volunteer/v1beta1/tx.rpc.msg.cjs +26 -0
  1346. package/dist/xpla/volunteer/v1beta1/tx.rpc.msg.d.ts +23 -0
  1347. package/dist/xpla/volunteer/v1beta1/tx.rpc.msg.js +24 -0
  1348. package/dist/xpla/volunteer/v1beta1/volunteervalidator.cjs +87 -0
  1349. package/dist/xpla/volunteer/v1beta1/volunteervalidator.d.ts +67 -0
  1350. package/dist/xpla/volunteer/v1beta1/volunteervalidator.js +86 -0
  1351. package/package.json +33 -30
  1352. package/amino/amino.d.ts +0 -1
  1353. package/amino/amino.js +0 -2
  1354. package/binary.d.ts +0 -130
  1355. package/binary.js +0 -370
  1356. package/cosmos/app/runtime/v1alpha1/module.d.ts +0 -217
  1357. package/cosmos/app/runtime/v1alpha1/module.js +0 -309
  1358. package/cosmos/app/v1alpha1/config.d.ts +0 -246
  1359. package/cosmos/app/v1alpha1/config.js +0 -329
  1360. package/cosmos/app/v1alpha1/module.d.ts +0 -286
  1361. package/cosmos/app/v1alpha1/module.js +0 -303
  1362. package/cosmos/app/v1alpha1/query.d.ts +0 -105
  1363. package/cosmos/app/v1alpha1/query.js +0 -164
  1364. package/cosmos/app/v1alpha1/query.rpc.Query.d.ts +0 -16
  1365. package/cosmos/app/v1alpha1/query.rpc.Query.js +0 -29
  1366. package/cosmos/app/v1alpha1/query.rpc.func.d.ts +0 -8
  1367. package/cosmos/app/v1alpha1/query.rpc.func.js +0 -18
  1368. package/cosmos/auth/module/v1/module.d.ts +0 -138
  1369. package/cosmos/auth/module/v1/module.js +0 -218
  1370. package/cosmos/auth/v1beta1/auth.d.ts +0 -245
  1371. package/cosmos/auth/v1beta1/auth.js +0 -482
  1372. package/cosmos/auth/v1beta1/genesis.d.ts +0 -67
  1373. package/cosmos/auth/v1beta1/genesis.js +0 -104
  1374. package/cosmos/auth/v1beta1/query.d.ts +0 -1160
  1375. package/cosmos/auth/v1beta1/query.js +0 -1727
  1376. package/cosmos/auth/v1beta1/query.lcd.d.ts +0 -18
  1377. package/cosmos/auth/v1beta1/query.lcd.js +0 -92
  1378. package/cosmos/auth/v1beta1/query.rpc.Query.d.ts +0 -83
  1379. package/cosmos/auth/v1beta1/query.rpc.Query.js +0 -129
  1380. package/cosmos/auth/v1beta1/query.rpc.func.d.ts +0 -88
  1381. package/cosmos/auth/v1beta1/query.rpc.func.js +0 -152
  1382. package/cosmos/auth/v1beta1/tx.amino.d.ts +0 -8
  1383. package/cosmos/auth/v1beta1/tx.amino.js +0 -11
  1384. package/cosmos/auth/v1beta1/tx.d.ts +0 -132
  1385. package/cosmos/auth/v1beta1/tx.js +0 -181
  1386. package/cosmos/auth/v1beta1/tx.registry.d.ts +0 -23
  1387. package/cosmos/auth/v1beta1/tx.registry.js +0 -31
  1388. package/cosmos/auth/v1beta1/tx.rpc.func.d.ts +0 -11
  1389. package/cosmos/auth/v1beta1/tx.rpc.func.js +0 -17
  1390. package/cosmos/auth/v1beta1/tx.rpc.msg.d.ts +0 -18
  1391. package/cosmos/auth/v1beta1/tx.rpc.msg.js +0 -25
  1392. package/cosmos/authz/module/v1/module.d.ts +0 -49
  1393. package/cosmos/authz/module/v1/module.js +0 -74
  1394. package/cosmos/authz/v1beta1/authz.d.ts +0 -248
  1395. package/cosmos/authz/v1beta1/authz.js +0 -426
  1396. package/cosmos/authz/v1beta1/event.d.ts +0 -144
  1397. package/cosmos/authz/v1beta1/event.js +0 -218
  1398. package/cosmos/authz/v1beta1/genesis.d.ts +0 -52
  1399. package/cosmos/authz/v1beta1/genesis.js +0 -97
  1400. package/cosmos/authz/v1beta1/query.d.ts +0 -374
  1401. package/cosmos/authz/v1beta1/query.js +0 -643
  1402. package/cosmos/authz/v1beta1/query.lcd.d.ts +0 -11
  1403. package/cosmos/authz/v1beta1/query.lcd.js +0 -57
  1404. package/cosmos/authz/v1beta1/query.rpc.Query.d.ts +0 -32
  1405. package/cosmos/authz/v1beta1/query.rpc.Query.js +0 -51
  1406. package/cosmos/authz/v1beta1/query.rpc.func.d.ts +0 -26
  1407. package/cosmos/authz/v1beta1/query.rpc.func.js +0 -48
  1408. package/cosmos/authz/v1beta1/tx.amino.d.ts +0 -18
  1409. package/cosmos/authz/v1beta1/tx.amino.js +0 -21
  1410. package/cosmos/authz/v1beta1/tx.d.ts +0 -334
  1411. package/cosmos/authz/v1beta1/tx.js +0 -555
  1412. package/cosmos/authz/v1beta1/tx.registry.d.ts +0 -47
  1413. package/cosmos/authz/v1beta1/tx.registry.js +0 -67
  1414. package/cosmos/authz/v1beta1/tx.rpc.func.d.ts +0 -28
  1415. package/cosmos/authz/v1beta1/tx.rpc.func.js +0 -38
  1416. package/cosmos/authz/v1beta1/tx.rpc.msg.d.ts +0 -31
  1417. package/cosmos/authz/v1beta1/tx.rpc.msg.js +0 -40
  1418. package/cosmos/autocli/v1/options.d.ts +0 -589
  1419. package/cosmos/autocli/v1/options.js +0 -896
  1420. package/cosmos/autocli/v1/query.d.ts +0 -151
  1421. package/cosmos/autocli/v1/query.js +0 -260
  1422. package/cosmos/autocli/v1/query.rpc.Query.d.ts +0 -17
  1423. package/cosmos/autocli/v1/query.rpc.Query.js +0 -29
  1424. package/cosmos/autocli/v1/query.rpc.func.d.ts +0 -8
  1425. package/cosmos/autocli/v1/query.rpc.func.js +0 -18
  1426. package/cosmos/bank/module/v1/module.d.ts +0 -83
  1427. package/cosmos/bank/module/v1/module.js +0 -117
  1428. package/cosmos/bank/v1beta1/authz.d.ts +0 -75
  1429. package/cosmos/bank/v1beta1/authz.js +0 -117
  1430. package/cosmos/bank/v1beta1/bank.d.ts +0 -496
  1431. package/cosmos/bank/v1beta1/bank.js +0 -794
  1432. package/cosmos/bank/v1beta1/genesis.d.ts +0 -163
  1433. package/cosmos/bank/v1beta1/genesis.js +0 -263
  1434. package/cosmos/bank/v1beta1/query.d.ts +0 -1719
  1435. package/cosmos/bank/v1beta1/query.js +0 -2601
  1436. package/cosmos/bank/v1beta1/query.lcd.d.ts +0 -21
  1437. package/cosmos/bank/v1beta1/query.lcd.js +0 -192
  1438. package/cosmos/bank/v1beta1/query.rpc.Query.d.ts +0 -119
  1439. package/cosmos/bank/v1beta1/query.rpc.Query.js +0 -178
  1440. package/cosmos/bank/v1beta1/query.rpc.func.d.ts +0 -129
  1441. package/cosmos/bank/v1beta1/query.rpc.func.js +0 -211
  1442. package/cosmos/bank/v1beta1/tx.amino.d.ts +0 -23
  1443. package/cosmos/bank/v1beta1/tx.amino.js +0 -26
  1444. package/cosmos/bank/v1beta1/tx.d.ts +0 -487
  1445. package/cosmos/bank/v1beta1/tx.js +0 -740
  1446. package/cosmos/bank/v1beta1/tx.registry.d.ts +0 -59
  1447. package/cosmos/bank/v1beta1/tx.registry.js +0 -85
  1448. package/cosmos/bank/v1beta1/tx.rpc.func.d.ts +0 -37
  1449. package/cosmos/bank/v1beta1/tx.rpc.func.js +0 -49
  1450. package/cosmos/bank/v1beta1/tx.rpc.msg.d.ts +0 -34
  1451. package/cosmos/bank/v1beta1/tx.rpc.msg.js +0 -48
  1452. package/cosmos/base/abci/v1beta1/abci.d.ts +0 -873
  1453. package/cosmos/base/abci/v1beta1/abci.js +0 -1386
  1454. package/cosmos/base/node/v1beta1/query.d.ts +0 -238
  1455. package/cosmos/base/node/v1beta1/query.js +0 -396
  1456. package/cosmos/base/node/v1beta1/query.lcd.d.ts +0 -10
  1457. package/cosmos/base/node/v1beta1/query.lcd.js +0 -20
  1458. package/cosmos/base/node/v1beta1/query.rpc.Service.d.ts +0 -20
  1459. package/cosmos/base/node/v1beta1/query.rpc.Service.js +0 -38
  1460. package/cosmos/base/node/v1beta1/query.rpc.func.d.ts +0 -15
  1461. package/cosmos/base/node/v1beta1/query.rpc.func.js +0 -31
  1462. package/cosmos/base/query/v1beta1/pagination.d.ts +0 -214
  1463. package/cosmos/base/query/v1beta1/pagination.js +0 -243
  1464. package/cosmos/base/reflection/v1beta1/reflection.d.ts +0 -214
  1465. package/cosmos/base/reflection/v1beta1/reflection.js +0 -331
  1466. package/cosmos/base/reflection/v1beta1/reflection.rpc.func.d.ts +0 -17
  1467. package/cosmos/base/reflection/v1beta1/reflection.rpc.func.js +0 -33
  1468. package/cosmos/base/reflection/v2alpha1/reflection.d.ts +0 -1549
  1469. package/cosmos/base/reflection/v2alpha1/reflection.js +0 -2367
  1470. package/cosmos/base/reflection/v2alpha1/reflection.rpc.func.d.ts +0 -45
  1471. package/cosmos/base/reflection/v2alpha1/reflection.rpc.func.js +0 -85
  1472. package/cosmos/base/tendermint/v1beta1/query.d.ts +0 -1116
  1473. package/cosmos/base/tendermint/v1beta1/query.js +0 -2048
  1474. package/cosmos/base/tendermint/v1beta1/query.lcd.d.ts +0 -15
  1475. package/cosmos/base/tendermint/v1beta1/query.lcd.js +0 -79
  1476. package/cosmos/base/tendermint/v1beta1/query.rpc.Service.d.ts +0 -46
  1477. package/cosmos/base/tendermint/v1beta1/query.rpc.Service.js +0 -89
  1478. package/cosmos/base/tendermint/v1beta1/query.rpc.func.d.ts +0 -54
  1479. package/cosmos/base/tendermint/v1beta1/query.rpc.func.js +0 -100
  1480. package/cosmos/base/tendermint/v1beta1/types.d.ts +0 -208
  1481. package/cosmos/base/tendermint/v1beta1/types.js +0 -383
  1482. package/cosmos/base/v1beta1/coin.d.ts +0 -226
  1483. package/cosmos/base/v1beta1/coin.js +0 -369
  1484. package/cosmos/bundle.d.ts +0 -150
  1485. package/cosmos/bundle.js +0 -814
  1486. package/cosmos/consensus/module/v1/module.d.ts +0 -57
  1487. package/cosmos/consensus/module/v1/module.js +0 -87
  1488. package/cosmos/consensus/v1/query.d.ts +0 -109
  1489. package/cosmos/consensus/v1/query.js +0 -164
  1490. package/cosmos/consensus/v1/query.lcd.d.ts +0 -9
  1491. package/cosmos/consensus/v1/query.lcd.js +0 -15
  1492. package/cosmos/consensus/v1/query.rpc.Query.d.ts +0 -16
  1493. package/cosmos/consensus/v1/query.rpc.Query.js +0 -29
  1494. package/cosmos/consensus/v1/query.rpc.func.d.ts +0 -8
  1495. package/cosmos/consensus/v1/query.rpc.func.js +0 -18
  1496. package/cosmos/consensus/v1/tx.amino.d.ts +0 -8
  1497. package/cosmos/consensus/v1/tx.amino.js +0 -11
  1498. package/cosmos/consensus/v1/tx.d.ts +0 -136
  1499. package/cosmos/consensus/v1/tx.js +0 -216
  1500. package/cosmos/consensus/v1/tx.registry.d.ts +0 -23
  1501. package/cosmos/consensus/v1/tx.registry.js +0 -31
  1502. package/cosmos/consensus/v1/tx.rpc.func.d.ts +0 -11
  1503. package/cosmos/consensus/v1/tx.rpc.func.js +0 -17
  1504. package/cosmos/consensus/v1/tx.rpc.msg.d.ts +0 -18
  1505. package/cosmos/consensus/v1/tx.rpc.msg.js +0 -25
  1506. package/cosmos/crypto/multisig/v1beta1/multisig.d.ts +0 -117
  1507. package/cosmos/crypto/multisig/v1beta1/multisig.js +0 -191
  1508. package/cosmos/distribution/module/v1/module.d.ts +0 -59
  1509. package/cosmos/distribution/module/v1/module.js +0 -99
  1510. package/cosmos/distribution/v1beta1/distribution.d.ts +0 -742
  1511. package/cosmos/distribution/v1beta1/distribution.js +0 -1300
  1512. package/cosmos/distribution/v1beta1/genesis.d.ts +0 -616
  1513. package/cosmos/distribution/v1beta1/genesis.js +0 -982
  1514. package/cosmos/distribution/v1beta1/query.d.ts +0 -1195
  1515. package/cosmos/distribution/v1beta1/query.js +0 -1825
  1516. package/cosmos/distribution/v1beta1/query.lcd.d.ts +0 -18
  1517. package/cosmos/distribution/v1beta1/query.lcd.js +0 -74
  1518. package/cosmos/distribution/v1beta1/query.rpc.Query.d.ts +0 -55
  1519. package/cosmos/distribution/v1beta1/query.rpc.Query.js +0 -111
  1520. package/cosmos/distribution/v1beta1/query.rpc.func.d.ts +0 -72
  1521. package/cosmos/distribution/v1beta1/query.rpc.func.js +0 -136
  1522. package/cosmos/distribution/v1beta1/tx.amino.d.ts +0 -38
  1523. package/cosmos/distribution/v1beta1/tx.amino.js +0 -41
  1524. package/cosmos/distribution/v1beta1/tx.d.ts +0 -805
  1525. package/cosmos/distribution/v1beta1/tx.js +0 -1270
  1526. package/cosmos/distribution/v1beta1/tx.registry.d.ts +0 -95
  1527. package/cosmos/distribution/v1beta1/tx.registry.js +0 -139
  1528. package/cosmos/distribution/v1beta1/tx.rpc.func.d.ts +0 -65
  1529. package/cosmos/distribution/v1beta1/tx.rpc.func.js +0 -83
  1530. package/cosmos/distribution/v1beta1/tx.rpc.msg.d.ts +0 -60
  1531. package/cosmos/distribution/v1beta1/tx.rpc.msg.js +0 -73
  1532. package/cosmos/evidence/module/v1/module.d.ts +0 -49
  1533. package/cosmos/evidence/module/v1/module.js +0 -74
  1534. package/cosmos/evidence/v1beta1/evidence.d.ts +0 -84
  1535. package/cosmos/evidence/v1beta1/evidence.js +0 -126
  1536. package/cosmos/evidence/v1beta1/genesis.d.ts +0 -58
  1537. package/cosmos/evidence/v1beta1/genesis.js +0 -91
  1538. package/cosmos/evidence/v1beta1/query.d.ts +0 -254
  1539. package/cosmos/evidence/v1beta1/query.js +0 -379
  1540. package/cosmos/evidence/v1beta1/query.lcd.d.ts +0 -10
  1541. package/cosmos/evidence/v1beta1/query.lcd.js +0 -35
  1542. package/cosmos/evidence/v1beta1/query.rpc.Query.d.ts +0 -20
  1543. package/cosmos/evidence/v1beta1/query.rpc.Query.js +0 -40
  1544. package/cosmos/evidence/v1beta1/query.rpc.func.d.ts +0 -15
  1545. package/cosmos/evidence/v1beta1/query.rpc.func.js +0 -31
  1546. package/cosmos/evidence/v1beta1/tx.amino.d.ts +0 -8
  1547. package/cosmos/evidence/v1beta1/tx.amino.js +0 -11
  1548. package/cosmos/evidence/v1beta1/tx.d.ts +0 -130
  1549. package/cosmos/evidence/v1beta1/tx.js +0 -186
  1550. package/cosmos/evidence/v1beta1/tx.registry.d.ts +0 -23
  1551. package/cosmos/evidence/v1beta1/tx.registry.js +0 -31
  1552. package/cosmos/evidence/v1beta1/tx.rpc.func.d.ts +0 -9
  1553. package/cosmos/evidence/v1beta1/tx.rpc.func.js +0 -15
  1554. package/cosmos/evidence/v1beta1/tx.rpc.msg.d.ts +0 -16
  1555. package/cosmos/evidence/v1beta1/tx.rpc.msg.js +0 -23
  1556. package/cosmos/evm/feemarket/v1/events.d.ts +0 -120
  1557. package/cosmos/evm/feemarket/v1/events.js +0 -182
  1558. package/cosmos/evm/feemarket/v1/feemarket.d.ts +0 -115
  1559. package/cosmos/evm/feemarket/v1/feemarket.js +0 -160
  1560. package/cosmos/evm/feemarket/v1/genesis.d.ts +0 -68
  1561. package/cosmos/evm/feemarket/v1/genesis.js +0 -106
  1562. package/cosmos/evm/feemarket/v1/query.d.ts +0 -315
  1563. package/cosmos/evm/feemarket/v1/query.js +0 -473
  1564. package/cosmos/evm/feemarket/v1/query.lcd.d.ts +0 -11
  1565. package/cosmos/evm/feemarket/v1/query.lcd.js +0 -25
  1566. package/cosmos/evm/feemarket/v1/query.rpc.Query.d.ts +0 -24
  1567. package/cosmos/evm/feemarket/v1/query.rpc.Query.js +0 -47
  1568. package/cosmos/evm/feemarket/v1/query.rpc.func.d.ts +0 -22
  1569. package/cosmos/evm/feemarket/v1/query.rpc.func.js +0 -44
  1570. package/cosmos/evm/feemarket/v1/tx.amino.d.ts +0 -8
  1571. package/cosmos/evm/feemarket/v1/tx.amino.js +0 -11
  1572. package/cosmos/evm/feemarket/v1/tx.d.ts +0 -118
  1573. package/cosmos/evm/feemarket/v1/tx.js +0 -177
  1574. package/cosmos/evm/feemarket/v1/tx.registry.d.ts +0 -23
  1575. package/cosmos/evm/feemarket/v1/tx.registry.js +0 -31
  1576. package/cosmos/evm/feemarket/v1/tx.rpc.func.d.ts +0 -10
  1577. package/cosmos/evm/feemarket/v1/tx.rpc.func.js +0 -16
  1578. package/cosmos/evm/feemarket/v1/tx.rpc.msg.d.ts +0 -17
  1579. package/cosmos/evm/feemarket/v1/tx.rpc.msg.js +0 -24
  1580. package/cosmos/evm/vm/v1/events.d.ts +0 -286
  1581. package/cosmos/evm/vm/v1/events.js +0 -435
  1582. package/cosmos/evm/vm/v1/evm.d.ts +0 -1090
  1583. package/cosmos/evm/vm/v1/evm.js +0 -1617
  1584. package/cosmos/evm/vm/v1/genesis.d.ts +0 -143
  1585. package/cosmos/evm/vm/v1/genesis.js +0 -227
  1586. package/cosmos/evm/vm/v1/query.d.ts +0 -1773
  1587. package/cosmos/evm/vm/v1/query.js +0 -2680
  1588. package/cosmos/evm/vm/v1/query.lcd.d.ts +0 -23
  1589. package/cosmos/evm/vm/v1/query.lcd.js +0 -175
  1590. package/cosmos/evm/vm/v1/query.rpc.Query.d.ts +0 -87
  1591. package/cosmos/evm/vm/v1/query.rpc.Query.js +0 -155
  1592. package/cosmos/evm/vm/v1/query.rpc.func.d.ts +0 -108
  1593. package/cosmos/evm/vm/v1/query.rpc.func.js +0 -196
  1594. package/cosmos/evm/vm/v1/tx.amino.d.ts +0 -13
  1595. package/cosmos/evm/vm/v1/tx.amino.js +0 -16
  1596. package/cosmos/evm/vm/v1/tx.d.ts +0 -747
  1597. package/cosmos/evm/vm/v1/tx.js +0 -1132
  1598. package/cosmos/evm/vm/v1/tx.registry.d.ts +0 -35
  1599. package/cosmos/evm/vm/v1/tx.registry.js +0 -49
  1600. package/cosmos/evm/vm/v1/tx.rpc.func.d.ts +0 -17
  1601. package/cosmos/evm/vm/v1/tx.rpc.func.js +0 -25
  1602. package/cosmos/evm/vm/v1/tx.rpc.msg.d.ts +0 -20
  1603. package/cosmos/evm/vm/v1/tx.rpc.msg.js +0 -30
  1604. package/cosmos/feegrant/module/v1/module.d.ts +0 -49
  1605. package/cosmos/feegrant/module/v1/module.js +0 -74
  1606. package/cosmos/feegrant/v1beta1/feegrant.d.ts +0 -319
  1607. package/cosmos/feegrant/v1beta1/feegrant.js +0 -483
  1608. package/cosmos/feegrant/v1beta1/genesis.d.ts +0 -52
  1609. package/cosmos/feegrant/v1beta1/genesis.js +0 -97
  1610. package/cosmos/feegrant/v1beta1/query.d.ts +0 -374
  1611. package/cosmos/feegrant/v1beta1/query.js +0 -602
  1612. package/cosmos/feegrant/v1beta1/query.lcd.d.ts +0 -11
  1613. package/cosmos/feegrant/v1beta1/query.lcd.js +0 -40
  1614. package/cosmos/feegrant/v1beta1/query.rpc.Query.d.ts +0 -28
  1615. package/cosmos/feegrant/v1beta1/query.rpc.Query.js +0 -49
  1616. package/cosmos/feegrant/v1beta1/query.rpc.func.d.ts +0 -24
  1617. package/cosmos/feegrant/v1beta1/query.rpc.func.js +0 -46
  1618. package/cosmos/feegrant/v1beta1/tx.amino.d.ts +0 -18
  1619. package/cosmos/feegrant/v1beta1/tx.amino.js +0 -21
  1620. package/cosmos/feegrant/v1beta1/tx.d.ts +0 -355
  1621. package/cosmos/feegrant/v1beta1/tx.js +0 -514
  1622. package/cosmos/feegrant/v1beta1/tx.registry.d.ts +0 -47
  1623. package/cosmos/feegrant/v1beta1/tx.registry.js +0 -67
  1624. package/cosmos/feegrant/v1beta1/tx.rpc.func.d.ts +0 -26
  1625. package/cosmos/feegrant/v1beta1/tx.rpc.func.js +0 -36
  1626. package/cosmos/feegrant/v1beta1/tx.rpc.msg.d.ts +0 -29
  1627. package/cosmos/feegrant/v1beta1/tx.rpc.msg.js +0 -38
  1628. package/cosmos/gov/module/v1/module.d.ts +0 -67
  1629. package/cosmos/gov/module/v1/module.js +0 -99
  1630. package/cosmos/gov/v1/genesis.d.ts +0 -148
  1631. package/cosmos/gov/v1/genesis.js +0 -205
  1632. package/cosmos/gov/v1/gov.d.ts +0 -968
  1633. package/cosmos/gov/v1/gov.js +0 -1441
  1634. package/cosmos/gov/v1/query.d.ts +0 -1105
  1635. package/cosmos/gov/v1/query.js +0 -1716
  1636. package/cosmos/gov/v1/query.lcd.d.ts +0 -17
  1637. package/cosmos/gov/v1/query.lcd.js +0 -83
  1638. package/cosmos/gov/v1/query.rpc.Query.d.ts +0 -48
  1639. package/cosmos/gov/v1/query.rpc.Query.js +0 -101
  1640. package/cosmos/gov/v1/query.rpc.func.d.ts +0 -64
  1641. package/cosmos/gov/v1/query.rpc.func.js +0 -122
  1642. package/cosmos/gov/v1/tx.amino.d.ts +0 -38
  1643. package/cosmos/gov/v1/tx.amino.js +0 -41
  1644. package/cosmos/gov/v1/tx.d.ts +0 -950
  1645. package/cosmos/gov/v1/tx.js +0 -1406
  1646. package/cosmos/gov/v1/tx.registry.d.ts +0 -95
  1647. package/cosmos/gov/v1/tx.registry.js +0 -139
  1648. package/cosmos/gov/v1/tx.rpc.func.d.ts +0 -56
  1649. package/cosmos/gov/v1/tx.rpc.func.js +0 -74
  1650. package/cosmos/gov/v1/tx.rpc.msg.d.ts +0 -43
  1651. package/cosmos/gov/v1/tx.rpc.msg.js +0 -64
  1652. package/cosmos/gov/v1beta1/genesis.d.ts +0 -106
  1653. package/cosmos/gov/v1beta1/genesis.js +0 -180
  1654. package/cosmos/gov/v1beta1/gov.d.ts +0 -764
  1655. package/cosmos/gov/v1beta1/gov.js +0 -1214
  1656. package/cosmos/gov/v1beta1/query.d.ts +0 -979
  1657. package/cosmos/gov/v1beta1/query.js +0 -1550
  1658. package/cosmos/gov/v1beta1/query.lcd.d.ts +0 -16
  1659. package/cosmos/gov/v1beta1/query.lcd.js +0 -78
  1660. package/cosmos/gov/v1beta1/query.rpc.Query.d.ts +0 -44
  1661. package/cosmos/gov/v1beta1/query.rpc.Query.js +0 -92
  1662. package/cosmos/gov/v1beta1/query.rpc.func.d.ts +0 -57
  1663. package/cosmos/gov/v1beta1/query.rpc.func.js +0 -109
  1664. package/cosmos/gov/v1beta1/tx.amino.d.ts +0 -23
  1665. package/cosmos/gov/v1beta1/tx.amino.js +0 -26
  1666. package/cosmos/gov/v1beta1/tx.d.ts +0 -510
  1667. package/cosmos/gov/v1beta1/tx.js +0 -781
  1668. package/cosmos/gov/v1beta1/tx.registry.d.ts +0 -59
  1669. package/cosmos/gov/v1beta1/tx.registry.js +0 -85
  1670. package/cosmos/gov/v1beta1/tx.rpc.func.d.ts +0 -31
  1671. package/cosmos/gov/v1beta1/tx.rpc.func.js +0 -43
  1672. package/cosmos/gov/v1beta1/tx.rpc.msg.d.ts +0 -26
  1673. package/cosmos/gov/v1beta1/tx.rpc.msg.js +0 -42
  1674. package/cosmos/ics23/v1/proofs.d.ts +0 -1015
  1675. package/cosmos/ics23/v1/proofs.js +0 -1788
  1676. package/cosmos/mint/module/v1/module.d.ts +0 -59
  1677. package/cosmos/mint/module/v1/module.js +0 -99
  1678. package/cosmos/mint/v1beta1/genesis.d.ts +0 -66
  1679. package/cosmos/mint/v1beta1/genesis.js +0 -107
  1680. package/cosmos/mint/v1beta1/mint.d.ts +0 -160
  1681. package/cosmos/mint/v1beta1/mint.js +0 -243
  1682. package/cosmos/mint/v1beta1/query.d.ts +0 -318
  1683. package/cosmos/mint/v1beta1/query.js +0 -474
  1684. package/cosmos/mint/v1beta1/query.lcd.d.ts +0 -11
  1685. package/cosmos/mint/v1beta1/query.lcd.js +0 -25
  1686. package/cosmos/mint/v1beta1/query.rpc.Query.d.ts +0 -24
  1687. package/cosmos/mint/v1beta1/query.rpc.Query.js +0 -47
  1688. package/cosmos/mint/v1beta1/query.rpc.func.d.ts +0 -22
  1689. package/cosmos/mint/v1beta1/query.rpc.func.js +0 -44
  1690. package/cosmos/mint/v1beta1/tx.amino.d.ts +0 -8
  1691. package/cosmos/mint/v1beta1/tx.amino.js +0 -11
  1692. package/cosmos/mint/v1beta1/tx.d.ts +0 -132
  1693. package/cosmos/mint/v1beta1/tx.js +0 -181
  1694. package/cosmos/mint/v1beta1/tx.registry.d.ts +0 -23
  1695. package/cosmos/mint/v1beta1/tx.registry.js +0 -31
  1696. package/cosmos/mint/v1beta1/tx.rpc.func.d.ts +0 -11
  1697. package/cosmos/mint/v1beta1/tx.rpc.func.js +0 -17
  1698. package/cosmos/mint/v1beta1/tx.rpc.msg.d.ts +0 -18
  1699. package/cosmos/mint/v1beta1/tx.rpc.msg.js +0 -25
  1700. package/cosmos/msg/v1/msg.d.ts +0 -1
  1701. package/cosmos/msg/v1/msg.js +0 -2
  1702. package/cosmos/params/module/v1/module.d.ts +0 -49
  1703. package/cosmos/params/module/v1/module.js +0 -74
  1704. package/cosmos/params/v1beta1/params.d.ts +0 -111
  1705. package/cosmos/params/v1beta1/params.js +0 -230
  1706. package/cosmos/params/v1beta1/query.d.ts +0 -295
  1707. package/cosmos/params/v1beta1/query.js +0 -457
  1708. package/cosmos/params/v1beta1/query.lcd.d.ts +0 -10
  1709. package/cosmos/params/v1beta1/query.lcd.js +0 -32
  1710. package/cosmos/params/v1beta1/query.rpc.Query.d.ts +0 -27
  1711. package/cosmos/params/v1beta1/query.rpc.Query.js +0 -41
  1712. package/cosmos/params/v1beta1/query.rpc.func.d.ts +0 -18
  1713. package/cosmos/params/v1beta1/query.rpc.func.js +0 -34
  1714. package/cosmos/query/v1/query.d.ts +0 -1
  1715. package/cosmos/query/v1/query.js +0 -2
  1716. package/cosmos/slashing/module/v1/module.d.ts +0 -57
  1717. package/cosmos/slashing/module/v1/module.js +0 -87
  1718. package/cosmos/slashing/v1beta1/genesis.d.ts +0 -270
  1719. package/cosmos/slashing/v1beta1/genesis.js +0 -425
  1720. package/cosmos/slashing/v1beta1/query.d.ts +0 -328
  1721. package/cosmos/slashing/v1beta1/query.js +0 -532
  1722. package/cosmos/slashing/v1beta1/query.lcd.d.ts +0 -11
  1723. package/cosmos/slashing/v1beta1/query.lcd.js +0 -34
  1724. package/cosmos/slashing/v1beta1/query.rpc.Query.d.ts +0 -24
  1725. package/cosmos/slashing/v1beta1/query.rpc.Query.js +0 -49
  1726. package/cosmos/slashing/v1beta1/query.rpc.func.d.ts +0 -22
  1727. package/cosmos/slashing/v1beta1/query.rpc.func.js +0 -44
  1728. package/cosmos/slashing/v1beta1/slashing.d.ts +0 -162
  1729. package/cosmos/slashing/v1beta1/slashing.js +0 -282
  1730. package/cosmos/slashing/v1beta1/tx.amino.d.ts +0 -13
  1731. package/cosmos/slashing/v1beta1/tx.amino.js +0 -16
  1732. package/cosmos/slashing/v1beta1/tx.d.ts +0 -228
  1733. package/cosmos/slashing/v1beta1/tx.js +0 -334
  1734. package/cosmos/slashing/v1beta1/tx.registry.d.ts +0 -35
  1735. package/cosmos/slashing/v1beta1/tx.registry.js +0 -49
  1736. package/cosmos/slashing/v1beta1/tx.rpc.func.d.ts +0 -20
  1737. package/cosmos/slashing/v1beta1/tx.rpc.func.js +0 -28
  1738. package/cosmos/slashing/v1beta1/tx.rpc.msg.d.ts +0 -25
  1739. package/cosmos/slashing/v1beta1/tx.rpc.msg.js +0 -33
  1740. package/cosmos/staking/module/v1/module.d.ts +0 -85
  1741. package/cosmos/staking/module/v1/module.js +0 -126
  1742. package/cosmos/staking/v1beta1/authz.d.ts +0 -162
  1743. package/cosmos/staking/v1beta1/authz.js +0 -284
  1744. package/cosmos/staking/v1beta1/genesis.d.ts +0 -181
  1745. package/cosmos/staking/v1beta1/genesis.js +0 -294
  1746. package/cosmos/staking/v1beta1/query.d.ts +0 -1710
  1747. package/cosmos/staking/v1beta1/query.js +0 -2684
  1748. package/cosmos/staking/v1beta1/query.lcd.d.ts +0 -22
  1749. package/cosmos/staking/v1beta1/query.lcd.js +0 -157
  1750. package/cosmos/staking/v1beta1/query.rpc.Query.d.ts +0 -111
  1751. package/cosmos/staking/v1beta1/query.rpc.Query.js +0 -171
  1752. package/cosmos/staking/v1beta1/query.rpc.func.d.ts +0 -124
  1753. package/cosmos/staking/v1beta1/query.rpc.func.js +0 -212
  1754. package/cosmos/staking/v1beta1/staking.d.ts +0 -1559
  1755. package/cosmos/staking/v1beta1/staking.js +0 -2563
  1756. package/cosmos/staking/v1beta1/tx.amino.d.ts +0 -38
  1757. package/cosmos/staking/v1beta1/tx.amino.js +0 -41
  1758. package/cosmos/staking/v1beta1/tx.d.ts +0 -824
  1759. package/cosmos/staking/v1beta1/tx.js +0 -1413
  1760. package/cosmos/staking/v1beta1/tx.registry.d.ts +0 -95
  1761. package/cosmos/staking/v1beta1/tx.registry.js +0 -139
  1762. package/cosmos/staking/v1beta1/tx.rpc.func.d.ts +0 -58
  1763. package/cosmos/staking/v1beta1/tx.rpc.func.js +0 -76
  1764. package/cosmos/staking/v1beta1/tx.rpc.msg.d.ts +0 -49
  1765. package/cosmos/staking/v1beta1/tx.rpc.msg.js +0 -66
  1766. package/cosmos/tx/config/v1/config.d.ts +0 -69
  1767. package/cosmos/tx/config/v1/config.js +0 -99
  1768. package/cosmos/tx/signing/v1beta1/signing.d.ts +0 -386
  1769. package/cosmos/tx/signing/v1beta1/signing.js +0 -620
  1770. package/cosmos/tx/v1beta1/service.d.ts +0 -1263
  1771. package/cosmos/tx/v1beta1/service.js +0 -1913
  1772. package/cosmos/tx/v1beta1/service.lcd.d.ts +0 -11
  1773. package/cosmos/tx/v1beta1/service.lcd.js +0 -55
  1774. package/cosmos/tx/v1beta1/service.rpc.Service.d.ts +0 -68
  1775. package/cosmos/tx/v1beta1/service.rpc.Service.js +0 -111
  1776. package/cosmos/tx/v1beta1/service.rpc.func.d.ts +0 -74
  1777. package/cosmos/tx/v1beta1/service.rpc.func.js +0 -132
  1778. package/cosmos/tx/v1beta1/tx.d.ts +0 -1126
  1779. package/cosmos/tx/v1beta1/tx.js +0 -1534
  1780. package/cosmos/upgrade/module/v1/module.d.ts +0 -57
  1781. package/cosmos/upgrade/module/v1/module.js +0 -87
  1782. package/cosmos/upgrade/v1beta1/query.d.ts +0 -591
  1783. package/cosmos/upgrade/v1beta1/query.js +0 -842
  1784. package/cosmos/upgrade/v1beta1/query.lcd.d.ts +0 -13
  1785. package/cosmos/upgrade/v1beta1/query.lcd.js +0 -50
  1786. package/cosmos/upgrade/v1beta1/query.rpc.Query.d.ts +0 -47
  1787. package/cosmos/upgrade/v1beta1/query.rpc.Query.js +0 -74
  1788. package/cosmos/upgrade/v1beta1/query.rpc.func.d.ts +0 -46
  1789. package/cosmos/upgrade/v1beta1/query.rpc.func.js +0 -80
  1790. package/cosmos/upgrade/v1beta1/tx.amino.d.ts +0 -13
  1791. package/cosmos/upgrade/v1beta1/tx.amino.js +0 -16
  1792. package/cosmos/upgrade/v1beta1/tx.d.ts +0 -239
  1793. package/cosmos/upgrade/v1beta1/tx.js +0 -337
  1794. package/cosmos/upgrade/v1beta1/tx.registry.d.ts +0 -35
  1795. package/cosmos/upgrade/v1beta1/tx.registry.js +0 -49
  1796. package/cosmos/upgrade/v1beta1/tx.rpc.func.d.ts +0 -20
  1797. package/cosmos/upgrade/v1beta1/tx.rpc.func.js +0 -28
  1798. package/cosmos/upgrade/v1beta1/tx.rpc.msg.d.ts +0 -25
  1799. package/cosmos/upgrade/v1beta1/tx.rpc.msg.js +0 -33
  1800. package/cosmos/upgrade/v1beta1/upgrade.d.ts +0 -343
  1801. package/cosmos/upgrade/v1beta1/upgrade.js +0 -459
  1802. package/cosmos_proto/bundle.d.ts +0 -1
  1803. package/cosmos_proto/bundle.js +0 -8
  1804. package/cosmos_proto/cosmos.d.ts +0 -186
  1805. package/cosmos_proto/cosmos.js +0 -252
  1806. package/cosmwasm/bundle.d.ts +0 -10
  1807. package/cosmwasm/bundle.js +0 -141
  1808. package/cosmwasm/wasm/v1/authz.d.ts +0 -701
  1809. package/cosmwasm/wasm/v1/authz.js +0 -1064
  1810. package/cosmwasm/wasm/v1/genesis.d.ts +0 -225
  1811. package/cosmwasm/wasm/v1/genesis.js +0 -494
  1812. package/cosmwasm/wasm/v1/ibc.d.ts +0 -238
  1813. package/cosmwasm/wasm/v1/ibc.js +0 -360
  1814. package/cosmwasm/wasm/v1/proposal_legacy.d.ts +0 -1358
  1815. package/cosmwasm/wasm/v1/proposal_legacy.js +0 -1982
  1816. package/cosmwasm/wasm/v1/query.d.ts +0 -1730
  1817. package/cosmwasm/wasm/v1/query.js +0 -2803
  1818. package/cosmwasm/wasm/v1/query.lcd.d.ts +0 -22
  1819. package/cosmwasm/wasm/v1/query.lcd.js +0 -137
  1820. package/cosmwasm/wasm/v1/query.rpc.Query.d.ts +0 -71
  1821. package/cosmwasm/wasm/v1/query.rpc.Query.js +0 -151
  1822. package/cosmwasm/wasm/v1/query.rpc.func.d.ts +0 -100
  1823. package/cosmwasm/wasm/v1/query.rpc.func.js +0 -188
  1824. package/cosmwasm/wasm/v1/tx.amino.d.ts +0 -88
  1825. package/cosmwasm/wasm/v1/tx.amino.js +0 -91
  1826. package/cosmwasm/wasm/v1/tx.d.ts +0 -2354
  1827. package/cosmwasm/wasm/v1/tx.js +0 -3485
  1828. package/cosmwasm/wasm/v1/tx.registry.d.ts +0 -215
  1829. package/cosmwasm/wasm/v1/tx.registry.js +0 -319
  1830. package/cosmwasm/wasm/v1/tx.rpc.func.d.ts +0 -146
  1831. package/cosmwasm/wasm/v1/tx.rpc.func.js +0 -184
  1832. package/cosmwasm/wasm/v1/tx.rpc.msg.d.ts +0 -109
  1833. package/cosmwasm/wasm/v1/tx.rpc.msg.js +0 -144
  1834. package/cosmwasm/wasm/v1/types.d.ts +0 -559
  1835. package/cosmwasm/wasm/v1/types.js +0 -973
  1836. package/esm/amino/amino.js +0 -1
  1837. package/esm/binary.js +0 -365
  1838. package/esm/cosmos/app/runtime/v1alpha1/module.js +0 -306
  1839. package/esm/cosmos/app/v1alpha1/config.js +0 -326
  1840. package/esm/cosmos/app/v1alpha1/module.js +0 -300
  1841. package/esm/cosmos/app/v1alpha1/query.js +0 -161
  1842. package/esm/cosmos/app/v1alpha1/query.rpc.Query.js +0 -24
  1843. package/esm/cosmos/app/v1alpha1/query.rpc.func.js +0 -15
  1844. package/esm/cosmos/auth/module/v1/module.js +0 -215
  1845. package/esm/cosmos/auth/v1beta1/auth.js +0 -479
  1846. package/esm/cosmos/auth/v1beta1/genesis.js +0 -101
  1847. package/esm/cosmos/auth/v1beta1/query.js +0 -1724
  1848. package/esm/cosmos/auth/v1beta1/query.lcd.js +0 -88
  1849. package/esm/cosmos/auth/v1beta1/query.rpc.Query.js +0 -124
  1850. package/esm/cosmos/auth/v1beta1/query.rpc.func.js +0 -149
  1851. package/esm/cosmos/auth/v1beta1/tx.amino.js +0 -8
  1852. package/esm/cosmos/auth/v1beta1/tx.js +0 -178
  1853. package/esm/cosmos/auth/v1beta1/tx.registry.js +0 -28
  1854. package/esm/cosmos/auth/v1beta1/tx.rpc.func.js +0 -14
  1855. package/esm/cosmos/auth/v1beta1/tx.rpc.msg.js +0 -20
  1856. package/esm/cosmos/authz/module/v1/module.js +0 -71
  1857. package/esm/cosmos/authz/v1beta1/authz.js +0 -423
  1858. package/esm/cosmos/authz/v1beta1/event.js +0 -215
  1859. package/esm/cosmos/authz/v1beta1/genesis.js +0 -94
  1860. package/esm/cosmos/authz/v1beta1/query.js +0 -640
  1861. package/esm/cosmos/authz/v1beta1/query.lcd.js +0 -53
  1862. package/esm/cosmos/authz/v1beta1/query.rpc.Query.js +0 -46
  1863. package/esm/cosmos/authz/v1beta1/query.rpc.func.js +0 -45
  1864. package/esm/cosmos/authz/v1beta1/tx.amino.js +0 -18
  1865. package/esm/cosmos/authz/v1beta1/tx.js +0 -552
  1866. package/esm/cosmos/authz/v1beta1/tx.registry.js +0 -64
  1867. package/esm/cosmos/authz/v1beta1/tx.rpc.func.js +0 -35
  1868. package/esm/cosmos/authz/v1beta1/tx.rpc.msg.js +0 -35
  1869. package/esm/cosmos/autocli/v1/options.js +0 -893
  1870. package/esm/cosmos/autocli/v1/query.js +0 -257
  1871. package/esm/cosmos/autocli/v1/query.rpc.Query.js +0 -24
  1872. package/esm/cosmos/autocli/v1/query.rpc.func.js +0 -15
  1873. package/esm/cosmos/bank/module/v1/module.js +0 -114
  1874. package/esm/cosmos/bank/v1beta1/authz.js +0 -114
  1875. package/esm/cosmos/bank/v1beta1/bank.js +0 -791
  1876. package/esm/cosmos/bank/v1beta1/genesis.js +0 -260
  1877. package/esm/cosmos/bank/v1beta1/query.js +0 -2598
  1878. package/esm/cosmos/bank/v1beta1/query.lcd.js +0 -188
  1879. package/esm/cosmos/bank/v1beta1/query.rpc.Query.js +0 -173
  1880. package/esm/cosmos/bank/v1beta1/query.rpc.func.js +0 -208
  1881. package/esm/cosmos/bank/v1beta1/tx.amino.js +0 -23
  1882. package/esm/cosmos/bank/v1beta1/tx.js +0 -737
  1883. package/esm/cosmos/bank/v1beta1/tx.registry.js +0 -82
  1884. package/esm/cosmos/bank/v1beta1/tx.rpc.func.js +0 -46
  1885. package/esm/cosmos/bank/v1beta1/tx.rpc.msg.js +0 -43
  1886. package/esm/cosmos/base/abci/v1beta1/abci.js +0 -1383
  1887. package/esm/cosmos/base/node/v1beta1/query.js +0 -393
  1888. package/esm/cosmos/base/node/v1beta1/query.lcd.js +0 -16
  1889. package/esm/cosmos/base/node/v1beta1/query.rpc.Service.js +0 -33
  1890. package/esm/cosmos/base/node/v1beta1/query.rpc.func.js +0 -28
  1891. package/esm/cosmos/base/query/v1beta1/pagination.js +0 -240
  1892. package/esm/cosmos/base/reflection/v1beta1/reflection.js +0 -328
  1893. package/esm/cosmos/base/reflection/v1beta1/reflection.rpc.func.js +0 -30
  1894. package/esm/cosmos/base/reflection/v2alpha1/reflection.js +0 -2364
  1895. package/esm/cosmos/base/reflection/v2alpha1/reflection.rpc.func.js +0 -82
  1896. package/esm/cosmos/base/tendermint/v1beta1/query.js +0 -2045
  1897. package/esm/cosmos/base/tendermint/v1beta1/query.lcd.js +0 -75
  1898. package/esm/cosmos/base/tendermint/v1beta1/query.rpc.Service.js +0 -84
  1899. package/esm/cosmos/base/tendermint/v1beta1/query.rpc.func.js +0 -97
  1900. package/esm/cosmos/base/tendermint/v1beta1/types.js +0 -380
  1901. package/esm/cosmos/base/v1beta1/coin.js +0 -366
  1902. package/esm/cosmos/bundle.js +0 -150
  1903. package/esm/cosmos/consensus/module/v1/module.js +0 -84
  1904. package/esm/cosmos/consensus/v1/query.js +0 -161
  1905. package/esm/cosmos/consensus/v1/query.lcd.js +0 -11
  1906. package/esm/cosmos/consensus/v1/query.rpc.Query.js +0 -24
  1907. package/esm/cosmos/consensus/v1/query.rpc.func.js +0 -15
  1908. package/esm/cosmos/consensus/v1/tx.amino.js +0 -8
  1909. package/esm/cosmos/consensus/v1/tx.js +0 -213
  1910. package/esm/cosmos/consensus/v1/tx.registry.js +0 -28
  1911. package/esm/cosmos/consensus/v1/tx.rpc.func.js +0 -14
  1912. package/esm/cosmos/consensus/v1/tx.rpc.msg.js +0 -20
  1913. package/esm/cosmos/crypto/multisig/v1beta1/multisig.js +0 -188
  1914. package/esm/cosmos/distribution/module/v1/module.js +0 -96
  1915. package/esm/cosmos/distribution/v1beta1/distribution.js +0 -1297
  1916. package/esm/cosmos/distribution/v1beta1/genesis.js +0 -979
  1917. package/esm/cosmos/distribution/v1beta1/query.js +0 -1822
  1918. package/esm/cosmos/distribution/v1beta1/query.lcd.js +0 -70
  1919. package/esm/cosmos/distribution/v1beta1/query.rpc.Query.js +0 -106
  1920. package/esm/cosmos/distribution/v1beta1/query.rpc.func.js +0 -133
  1921. package/esm/cosmos/distribution/v1beta1/tx.amino.js +0 -38
  1922. package/esm/cosmos/distribution/v1beta1/tx.js +0 -1267
  1923. package/esm/cosmos/distribution/v1beta1/tx.registry.js +0 -136
  1924. package/esm/cosmos/distribution/v1beta1/tx.rpc.func.js +0 -80
  1925. package/esm/cosmos/distribution/v1beta1/tx.rpc.msg.js +0 -68
  1926. package/esm/cosmos/evidence/module/v1/module.js +0 -71
  1927. package/esm/cosmos/evidence/v1beta1/evidence.js +0 -123
  1928. package/esm/cosmos/evidence/v1beta1/genesis.js +0 -88
  1929. package/esm/cosmos/evidence/v1beta1/query.js +0 -376
  1930. package/esm/cosmos/evidence/v1beta1/query.lcd.js +0 -31
  1931. package/esm/cosmos/evidence/v1beta1/query.rpc.Query.js +0 -35
  1932. package/esm/cosmos/evidence/v1beta1/query.rpc.func.js +0 -28
  1933. package/esm/cosmos/evidence/v1beta1/tx.amino.js +0 -8
  1934. package/esm/cosmos/evidence/v1beta1/tx.js +0 -183
  1935. package/esm/cosmos/evidence/v1beta1/tx.registry.js +0 -28
  1936. package/esm/cosmos/evidence/v1beta1/tx.rpc.func.js +0 -12
  1937. package/esm/cosmos/evidence/v1beta1/tx.rpc.msg.js +0 -18
  1938. package/esm/cosmos/evm/feemarket/v1/events.js +0 -179
  1939. package/esm/cosmos/evm/feemarket/v1/feemarket.js +0 -157
  1940. package/esm/cosmos/evm/feemarket/v1/genesis.js +0 -103
  1941. package/esm/cosmos/evm/feemarket/v1/query.js +0 -470
  1942. package/esm/cosmos/evm/feemarket/v1/query.lcd.js +0 -21
  1943. package/esm/cosmos/evm/feemarket/v1/query.rpc.Query.js +0 -42
  1944. package/esm/cosmos/evm/feemarket/v1/query.rpc.func.js +0 -41
  1945. package/esm/cosmos/evm/feemarket/v1/tx.amino.js +0 -8
  1946. package/esm/cosmos/evm/feemarket/v1/tx.js +0 -174
  1947. package/esm/cosmos/evm/feemarket/v1/tx.registry.js +0 -28
  1948. package/esm/cosmos/evm/feemarket/v1/tx.rpc.func.js +0 -13
  1949. package/esm/cosmos/evm/feemarket/v1/tx.rpc.msg.js +0 -19
  1950. package/esm/cosmos/evm/vm/v1/events.js +0 -432
  1951. package/esm/cosmos/evm/vm/v1/evm.js +0 -1612
  1952. package/esm/cosmos/evm/vm/v1/genesis.js +0 -224
  1953. package/esm/cosmos/evm/vm/v1/query.js +0 -2677
  1954. package/esm/cosmos/evm/vm/v1/query.lcd.js +0 -171
  1955. package/esm/cosmos/evm/vm/v1/query.rpc.Query.js +0 -150
  1956. package/esm/cosmos/evm/vm/v1/query.rpc.func.js +0 -193
  1957. package/esm/cosmos/evm/vm/v1/tx.amino.js +0 -13
  1958. package/esm/cosmos/evm/vm/v1/tx.js +0 -1129
  1959. package/esm/cosmos/evm/vm/v1/tx.registry.js +0 -46
  1960. package/esm/cosmos/evm/vm/v1/tx.rpc.func.js +0 -22
  1961. package/esm/cosmos/evm/vm/v1/tx.rpc.msg.js +0 -25
  1962. package/esm/cosmos/feegrant/module/v1/module.js +0 -71
  1963. package/esm/cosmos/feegrant/v1beta1/feegrant.js +0 -480
  1964. package/esm/cosmos/feegrant/v1beta1/genesis.js +0 -94
  1965. package/esm/cosmos/feegrant/v1beta1/query.js +0 -599
  1966. package/esm/cosmos/feegrant/v1beta1/query.lcd.js +0 -36
  1967. package/esm/cosmos/feegrant/v1beta1/query.rpc.Query.js +0 -44
  1968. package/esm/cosmos/feegrant/v1beta1/query.rpc.func.js +0 -43
  1969. package/esm/cosmos/feegrant/v1beta1/tx.amino.js +0 -18
  1970. package/esm/cosmos/feegrant/v1beta1/tx.js +0 -511
  1971. package/esm/cosmos/feegrant/v1beta1/tx.registry.js +0 -64
  1972. package/esm/cosmos/feegrant/v1beta1/tx.rpc.func.js +0 -33
  1973. package/esm/cosmos/feegrant/v1beta1/tx.rpc.msg.js +0 -33
  1974. package/esm/cosmos/gov/module/v1/module.js +0 -96
  1975. package/esm/cosmos/gov/v1/genesis.js +0 -202
  1976. package/esm/cosmos/gov/v1/gov.js +0 -1434
  1977. package/esm/cosmos/gov/v1/query.js +0 -1713
  1978. package/esm/cosmos/gov/v1/query.lcd.js +0 -79
  1979. package/esm/cosmos/gov/v1/query.rpc.Query.js +0 -96
  1980. package/esm/cosmos/gov/v1/query.rpc.func.js +0 -119
  1981. package/esm/cosmos/gov/v1/tx.amino.js +0 -38
  1982. package/esm/cosmos/gov/v1/tx.js +0 -1403
  1983. package/esm/cosmos/gov/v1/tx.registry.js +0 -136
  1984. package/esm/cosmos/gov/v1/tx.rpc.func.js +0 -71
  1985. package/esm/cosmos/gov/v1/tx.rpc.msg.js +0 -59
  1986. package/esm/cosmos/gov/v1beta1/genesis.js +0 -177
  1987. package/esm/cosmos/gov/v1beta1/gov.js +0 -1207
  1988. package/esm/cosmos/gov/v1beta1/query.js +0 -1547
  1989. package/esm/cosmos/gov/v1beta1/query.lcd.js +0 -74
  1990. package/esm/cosmos/gov/v1beta1/query.rpc.Query.js +0 -87
  1991. package/esm/cosmos/gov/v1beta1/query.rpc.func.js +0 -106
  1992. package/esm/cosmos/gov/v1beta1/tx.amino.js +0 -23
  1993. package/esm/cosmos/gov/v1beta1/tx.js +0 -778
  1994. package/esm/cosmos/gov/v1beta1/tx.registry.js +0 -82
  1995. package/esm/cosmos/gov/v1beta1/tx.rpc.func.js +0 -40
  1996. package/esm/cosmos/gov/v1beta1/tx.rpc.msg.js +0 -37
  1997. package/esm/cosmos/ics23/v1/proofs.js +0 -1781
  1998. package/esm/cosmos/mint/module/v1/module.js +0 -96
  1999. package/esm/cosmos/mint/v1beta1/genesis.js +0 -104
  2000. package/esm/cosmos/mint/v1beta1/mint.js +0 -240
  2001. package/esm/cosmos/mint/v1beta1/query.js +0 -471
  2002. package/esm/cosmos/mint/v1beta1/query.lcd.js +0 -21
  2003. package/esm/cosmos/mint/v1beta1/query.rpc.Query.js +0 -42
  2004. package/esm/cosmos/mint/v1beta1/query.rpc.func.js +0 -41
  2005. package/esm/cosmos/mint/v1beta1/tx.amino.js +0 -8
  2006. package/esm/cosmos/mint/v1beta1/tx.js +0 -178
  2007. package/esm/cosmos/mint/v1beta1/tx.registry.js +0 -28
  2008. package/esm/cosmos/mint/v1beta1/tx.rpc.func.js +0 -14
  2009. package/esm/cosmos/mint/v1beta1/tx.rpc.msg.js +0 -20
  2010. package/esm/cosmos/msg/v1/msg.js +0 -1
  2011. package/esm/cosmos/params/module/v1/module.js +0 -71
  2012. package/esm/cosmos/params/v1beta1/params.js +0 -227
  2013. package/esm/cosmos/params/v1beta1/query.js +0 -454
  2014. package/esm/cosmos/params/v1beta1/query.lcd.js +0 -28
  2015. package/esm/cosmos/params/v1beta1/query.rpc.Query.js +0 -36
  2016. package/esm/cosmos/params/v1beta1/query.rpc.func.js +0 -31
  2017. package/esm/cosmos/query/v1/query.js +0 -1
  2018. package/esm/cosmos/slashing/module/v1/module.js +0 -84
  2019. package/esm/cosmos/slashing/v1beta1/genesis.js +0 -422
  2020. package/esm/cosmos/slashing/v1beta1/query.js +0 -529
  2021. package/esm/cosmos/slashing/v1beta1/query.lcd.js +0 -30
  2022. package/esm/cosmos/slashing/v1beta1/query.rpc.Query.js +0 -44
  2023. package/esm/cosmos/slashing/v1beta1/query.rpc.func.js +0 -41
  2024. package/esm/cosmos/slashing/v1beta1/slashing.js +0 -279
  2025. package/esm/cosmos/slashing/v1beta1/tx.amino.js +0 -13
  2026. package/esm/cosmos/slashing/v1beta1/tx.js +0 -331
  2027. package/esm/cosmos/slashing/v1beta1/tx.registry.js +0 -46
  2028. package/esm/cosmos/slashing/v1beta1/tx.rpc.func.js +0 -25
  2029. package/esm/cosmos/slashing/v1beta1/tx.rpc.msg.js +0 -28
  2030. package/esm/cosmos/staking/module/v1/module.js +0 -123
  2031. package/esm/cosmos/staking/v1beta1/authz.js +0 -279
  2032. package/esm/cosmos/staking/v1beta1/genesis.js +0 -291
  2033. package/esm/cosmos/staking/v1beta1/query.js +0 -2681
  2034. package/esm/cosmos/staking/v1beta1/query.lcd.js +0 -153
  2035. package/esm/cosmos/staking/v1beta1/query.rpc.Query.js +0 -166
  2036. package/esm/cosmos/staking/v1beta1/query.rpc.func.js +0 -209
  2037. package/esm/cosmos/staking/v1beta1/staking.js +0 -2556
  2038. package/esm/cosmos/staking/v1beta1/tx.amino.js +0 -38
  2039. package/esm/cosmos/staking/v1beta1/tx.js +0 -1410
  2040. package/esm/cosmos/staking/v1beta1/tx.registry.js +0 -136
  2041. package/esm/cosmos/staking/v1beta1/tx.rpc.func.js +0 -73
  2042. package/esm/cosmos/staking/v1beta1/tx.rpc.msg.js +0 -61
  2043. package/esm/cosmos/tx/config/v1/config.js +0 -96
  2044. package/esm/cosmos/tx/signing/v1beta1/signing.js +0 -615
  2045. package/esm/cosmos/tx/v1beta1/service.js +0 -1906
  2046. package/esm/cosmos/tx/v1beta1/service.lcd.js +0 -51
  2047. package/esm/cosmos/tx/v1beta1/service.rpc.Service.js +0 -106
  2048. package/esm/cosmos/tx/v1beta1/service.rpc.func.js +0 -129
  2049. package/esm/cosmos/tx/v1beta1/tx.js +0 -1531
  2050. package/esm/cosmos/upgrade/module/v1/module.js +0 -84
  2051. package/esm/cosmos/upgrade/v1beta1/query.js +0 -839
  2052. package/esm/cosmos/upgrade/v1beta1/query.lcd.js +0 -46
  2053. package/esm/cosmos/upgrade/v1beta1/query.rpc.Query.js +0 -69
  2054. package/esm/cosmos/upgrade/v1beta1/query.rpc.func.js +0 -77
  2055. package/esm/cosmos/upgrade/v1beta1/tx.amino.js +0 -13
  2056. package/esm/cosmos/upgrade/v1beta1/tx.js +0 -334
  2057. package/esm/cosmos/upgrade/v1beta1/tx.registry.js +0 -46
  2058. package/esm/cosmos/upgrade/v1beta1/tx.rpc.func.js +0 -25
  2059. package/esm/cosmos/upgrade/v1beta1/tx.rpc.msg.js +0 -28
  2060. package/esm/cosmos/upgrade/v1beta1/upgrade.js +0 -456
  2061. package/esm/cosmos_proto/bundle.js +0 -1
  2062. package/esm/cosmos_proto/cosmos.js +0 -247
  2063. package/esm/cosmwasm/bundle.js +0 -10
  2064. package/esm/cosmwasm/wasm/v1/authz.js +0 -1061
  2065. package/esm/cosmwasm/wasm/v1/genesis.js +0 -491
  2066. package/esm/cosmwasm/wasm/v1/ibc.js +0 -357
  2067. package/esm/cosmwasm/wasm/v1/proposal_legacy.js +0 -1979
  2068. package/esm/cosmwasm/wasm/v1/query.js +0 -2800
  2069. package/esm/cosmwasm/wasm/v1/query.lcd.js +0 -133
  2070. package/esm/cosmwasm/wasm/v1/query.rpc.Query.js +0 -146
  2071. package/esm/cosmwasm/wasm/v1/query.rpc.func.js +0 -185
  2072. package/esm/cosmwasm/wasm/v1/tx.amino.js +0 -88
  2073. package/esm/cosmwasm/wasm/v1/tx.js +0 -3482
  2074. package/esm/cosmwasm/wasm/v1/tx.registry.js +0 -316
  2075. package/esm/cosmwasm/wasm/v1/tx.rpc.func.js +0 -181
  2076. package/esm/cosmwasm/wasm/v1/tx.rpc.msg.js +0 -139
  2077. package/esm/cosmwasm/wasm/v1/types.js +0 -966
  2078. package/esm/ethermint/bundle.js +0 -21
  2079. package/esm/ethermint/crypto/v1/ethsecp256k1/keys.js +0 -157
  2080. package/esm/ethermint/evm/v1/events.js +0 -404
  2081. package/esm/ethermint/evm/v1/evm.js +0 -1256
  2082. package/esm/ethermint/evm/v1/genesis.js +0 -210
  2083. package/esm/ethermint/evm/v1/query.js +0 -2149
  2084. package/esm/ethermint/evm/v1/query.lcd.js +0 -150
  2085. package/esm/ethermint/evm/v1/query.rpc.Query.js +0 -127
  2086. package/esm/ethermint/evm/v1/query.rpc.func.js +0 -162
  2087. package/esm/ethermint/evm/v1/tx.amino.js +0 -13
  2088. package/esm/ethermint/evm/v1/tx.js +0 -1084
  2089. package/esm/ethermint/evm/v1/tx.registry.js +0 -46
  2090. package/esm/ethermint/evm/v1/tx.rpc.func.js +0 -21
  2091. package/esm/ethermint/evm/v1/tx.rpc.msg.js +0 -24
  2092. package/esm/ethermint/feemarket/v1/events.js +0 -165
  2093. package/esm/ethermint/feemarket/v1/feemarket.js +0 -157
  2094. package/esm/ethermint/feemarket/v1/genesis.js +0 -96
  2095. package/esm/ethermint/feemarket/v1/query.js +0 -427
  2096. package/esm/ethermint/feemarket/v1/query.lcd.js +0 -21
  2097. package/esm/ethermint/feemarket/v1/query.rpc.Query.js +0 -42
  2098. package/esm/ethermint/feemarket/v1/query.rpc.func.js +0 -41
  2099. package/esm/ethermint/feemarket/v1/tx.amino.js +0 -8
  2100. package/esm/ethermint/feemarket/v1/tx.js +0 -167
  2101. package/esm/ethermint/feemarket/v1/tx.registry.js +0 -28
  2102. package/esm/ethermint/feemarket/v1/tx.rpc.func.js +0 -12
  2103. package/esm/ethermint/feemarket/v1/tx.rpc.msg.js +0 -18
  2104. package/esm/ethermint/types/v1/account.js +0 -98
  2105. package/esm/ethermint/types/v1/dynamic_fee.js +0 -77
  2106. package/esm/ethermint/types/v1/indexer.js +0 -149
  2107. package/esm/ethermint/types/v1/web3.js +0 -103
  2108. package/esm/extern.js +0 -40
  2109. package/esm/gogoproto/gogo.js +0 -1
  2110. package/esm/google/api/annotations.js +0 -1
  2111. package/esm/google/api/http.js +0 -644
  2112. package/esm/google/bundle.js +0 -5
  2113. package/esm/google/protobuf/any.js +0 -169
  2114. package/esm/google/protobuf/descriptor.js +0 -5678
  2115. package/esm/google/protobuf/duration.js +0 -140
  2116. package/esm/google/protobuf/timestamp.js +0 -168
  2117. package/esm/helper-func-types.js +0 -52
  2118. package/esm/helpers.js +0 -99
  2119. package/esm/ibc/applications/interchain_accounts/controller/v1/controller.js +0 -85
  2120. package/esm/ibc/applications/interchain_accounts/controller/v1/query.js +0 -339
  2121. package/esm/ibc/applications/interchain_accounts/controller/v1/query.lcd.js +0 -16
  2122. package/esm/ibc/applications/interchain_accounts/controller/v1/query.rpc.Query.js +0 -33
  2123. package/esm/ibc/applications/interchain_accounts/controller/v1/query.rpc.func.js +0 -28
  2124. package/esm/ibc/applications/interchain_accounts/controller/v1/tx.amino.js +0 -18
  2125. package/esm/ibc/applications/interchain_accounts/controller/v1/tx.js +0 -596
  2126. package/esm/ibc/applications/interchain_accounts/controller/v1/tx.registry.js +0 -64
  2127. package/esm/ibc/applications/interchain_accounts/controller/v1/tx.rpc.func.js +0 -29
  2128. package/esm/ibc/applications/interchain_accounts/controller/v1/tx.rpc.msg.js +0 -29
  2129. package/esm/ibc/applications/interchain_accounts/genesis/v1/genesis.js +0 -599
  2130. package/esm/ibc/applications/interchain_accounts/host/v1/host.js +0 -197
  2131. package/esm/ibc/applications/interchain_accounts/host/v1/query.js +0 -161
  2132. package/esm/ibc/applications/interchain_accounts/host/v1/query.lcd.js +0 -11
  2133. package/esm/ibc/applications/interchain_accounts/host/v1/query.rpc.Query.js +0 -24
  2134. package/esm/ibc/applications/interchain_accounts/host/v1/query.rpc.func.js +0 -15
  2135. package/esm/ibc/applications/interchain_accounts/host/v1/tx.amino.js +0 -13
  2136. package/esm/ibc/applications/interchain_accounts/host/v1/tx.js +0 -375
  2137. package/esm/ibc/applications/interchain_accounts/host/v1/tx.registry.js +0 -46
  2138. package/esm/ibc/applications/interchain_accounts/host/v1/tx.rpc.func.js +0 -20
  2139. package/esm/ibc/applications/interchain_accounts/host/v1/tx.rpc.msg.js +0 -23
  2140. package/esm/ibc/applications/interchain_accounts/v1/account.js +0 -105
  2141. package/esm/ibc/applications/interchain_accounts/v1/metadata.js +0 -145
  2142. package/esm/ibc/applications/interchain_accounts/v1/packet.js +0 -234
  2143. package/esm/ibc/applications/transfer/v1/authz.js +0 -242
  2144. package/esm/ibc/applications/transfer/v1/denomtrace.js +0 -98
  2145. package/esm/ibc/applications/transfer/v1/genesis.js +0 -137
  2146. package/esm/ibc/applications/transfer/v1/packet.js +0 -134
  2147. package/esm/ibc/applications/transfer/v1/query.js +0 -1048
  2148. package/esm/ibc/applications/transfer/v1/query.lcd.js +0 -63
  2149. package/esm/ibc/applications/transfer/v1/query.rpc.Query.js +0 -71
  2150. package/esm/ibc/applications/transfer/v1/query.rpc.func.js +0 -80
  2151. package/esm/ibc/applications/transfer/v1/token.js +0 -300
  2152. package/esm/ibc/applications/transfer/v1/transfer.js +0 -99
  2153. package/esm/ibc/applications/transfer/v1/tx.amino.js +0 -13
  2154. package/esm/ibc/applications/transfer/v1/tx.js +0 -445
  2155. package/esm/ibc/applications/transfer/v1/tx.registry.js +0 -46
  2156. package/esm/ibc/applications/transfer/v1/tx.rpc.func.js +0 -20
  2157. package/esm/ibc/applications/transfer/v1/tx.rpc.msg.js +0 -23
  2158. package/esm/ibc/bundle.js +0 -76
  2159. package/esm/ibc/core/channel/v1/channel.js +0 -1120
  2160. package/esm/ibc/core/channel/v1/genesis.js +0 -306
  2161. package/esm/ibc/core/channel/v1/query.js +0 -3137
  2162. package/esm/ibc/core/channel/v1/query.lcd.js +0 -114
  2163. package/esm/ibc/core/channel/v1/query.rpc.Query.js +0 -151
  2164. package/esm/ibc/core/channel/v1/query.rpc.func.js +0 -192
  2165. package/esm/ibc/core/channel/v1/tx.amino.js +0 -53
  2166. package/esm/ibc/core/channel/v1/tx.js +0 -2225
  2167. package/esm/ibc/core/channel/v1/tx.registry.js +0 -190
  2168. package/esm/ibc/core/channel/v1/tx.rpc.func.js +0 -93
  2169. package/esm/ibc/core/channel/v1/tx.rpc.msg.js +0 -72
  2170. package/esm/ibc/core/channel/v2/genesis.js +0 -360
  2171. package/esm/ibc/core/channel/v2/packet.js +0 -508
  2172. package/esm/ibc/core/channel/v2/query.js +0 -1727
  2173. package/esm/ibc/core/channel/v2/query.lcd.js +0 -62
  2174. package/esm/ibc/core/channel/v2/query.rpc.Query.js +0 -87
  2175. package/esm/ibc/core/channel/v2/query.rpc.func.js +0 -106
  2176. package/esm/ibc/core/channel/v2/tx.amino.js +0 -23
  2177. package/esm/ibc/core/channel/v2/tx.js +0 -901
  2178. package/esm/ibc/core/channel/v2/tx.registry.js +0 -82
  2179. package/esm/ibc/core/channel/v2/tx.rpc.func.js +0 -38
  2180. package/esm/ibc/core/channel/v2/tx.rpc.msg.js +0 -35
  2181. package/esm/ibc/core/client/v1/client.js +0 -488
  2182. package/esm/ibc/core/client/v1/genesis.js +0 -364
  2183. package/esm/ibc/core/client/v1/query.js +0 -2095
  2184. package/esm/ibc/core/client/v1/query.lcd.js +0 -85
  2185. package/esm/ibc/core/client/v1/query.rpc.Query.js +0 -118
  2186. package/esm/ibc/core/client/v1/query.rpc.func.js +0 -147
  2187. package/esm/ibc/core/client/v1/tx.amino.js +0 -43
  2188. package/esm/ibc/core/client/v1/tx.js +0 -1458
  2189. package/esm/ibc/core/client/v1/tx.registry.js +0 -154
  2190. package/esm/ibc/core/client/v1/tx.rpc.func.js +0 -74
  2191. package/esm/ibc/core/client/v1/tx.rpc.msg.js +0 -59
  2192. package/esm/ibc/core/client/v2/config.js +0 -90
  2193. package/esm/ibc/core/client/v2/counterparty.js +0 -100
  2194. package/esm/ibc/core/client/v2/genesis.js +0 -194
  2195. package/esm/ibc/core/client/v2/query.js +0 -348
  2196. package/esm/ibc/core/client/v2/query.lcd.js +0 -16
  2197. package/esm/ibc/core/client/v2/query.rpc.Query.js +0 -33
  2198. package/esm/ibc/core/client/v2/query.rpc.func.js +0 -28
  2199. package/esm/ibc/core/client/v2/tx.amino.js +0 -13
  2200. package/esm/ibc/core/client/v2/tx.js +0 -378
  2201. package/esm/ibc/core/client/v2/tx.registry.js +0 -46
  2202. package/esm/ibc/core/client/v2/tx.rpc.func.js +0 -20
  2203. package/esm/ibc/core/client/v2/tx.rpc.msg.js +0 -23
  2204. package/esm/ibc/core/commitment/v1/commitment.js +0 -268
  2205. package/esm/ibc/core/commitment/v2/commitment.js +0 -118
  2206. package/esm/ibc/core/connection/v1/connection.js +0 -833
  2207. package/esm/ibc/core/connection/v1/genesis.js +0 -135
  2208. package/esm/ibc/core/connection/v1/query.js +0 -1202
  2209. package/esm/ibc/core/connection/v1/query.lcd.js +0 -48
  2210. package/esm/ibc/core/connection/v1/query.rpc.Query.js +0 -74
  2211. package/esm/ibc/core/connection/v1/query.rpc.func.js +0 -83
  2212. package/esm/ibc/core/connection/v1/tx.amino.js +0 -28
  2213. package/esm/ibc/core/connection/v1/tx.js +0 -1168
  2214. package/esm/ibc/core/connection/v1/tx.registry.js +0 -100
  2215. package/esm/ibc/core/connection/v1/tx.rpc.func.js +0 -49
  2216. package/esm/ibc/core/connection/v1/tx.rpc.msg.js +0 -43
  2217. package/esm/ibc/core/types/v1/genesis.js +0 -147
  2218. package/esm/ibc/lightclients/solomachine/v2/solomachine.js +0 -1797
  2219. package/esm/ibc/lightclients/solomachine/v3/solomachine.js +0 -900
  2220. package/esm/ibc/lightclients/tendermint/v1/tendermint.js +0 -685
  2221. package/esm/ibc/lightclients/wasm/v1/genesis.js +0 -177
  2222. package/esm/ibc/lightclients/wasm/v1/query.js +0 -361
  2223. package/esm/ibc/lightclients/wasm/v1/query.lcd.js +0 -25
  2224. package/esm/ibc/lightclients/wasm/v1/query.rpc.Query.js +0 -35
  2225. package/esm/ibc/lightclients/wasm/v1/query.rpc.func.js +0 -28
  2226. package/esm/ibc/lightclients/wasm/v1/tx.amino.js +0 -18
  2227. package/esm/ibc/lightclients/wasm/v1/tx.js +0 -534
  2228. package/esm/ibc/lightclients/wasm/v1/tx.registry.js +0 -64
  2229. package/esm/ibc/lightclients/wasm/v1/tx.rpc.func.js +0 -29
  2230. package/esm/ibc/lightclients/wasm/v1/tx.rpc.msg.js +0 -29
  2231. package/esm/ibc/lightclients/wasm/v1/wasm.js +0 -372
  2232. package/esm/index.js +0 -20
  2233. package/esm/registry.js +0 -162
  2234. package/esm/tendermint/abci/types.js +0 -5622
  2235. package/esm/tendermint/bundle.js +0 -10
  2236. package/esm/tendermint/crypto/keys.js +0 -90
  2237. package/esm/tendermint/crypto/proof.js +0 -494
  2238. package/esm/tendermint/p2p/types.js +0 -453
  2239. package/esm/tendermint/types/block.js +0 -123
  2240. package/esm/tendermint/types/evidence.js +0 -444
  2241. package/esm/tendermint/types/params.js +0 -647
  2242. package/esm/tendermint/types/types.js +0 -1897
  2243. package/esm/tendermint/types/validator.js +0 -367
  2244. package/esm/tendermint/version/types.js +0 -181
  2245. package/esm/types.js +0 -6
  2246. package/esm/utf8.js +0 -136
  2247. package/esm/varint.js +0 -407
  2248. package/esm/xpla/bundle.js +0 -22
  2249. package/esm/xpla/burn/v1beta1/burn.js +0 -111
  2250. package/esm/xpla/burn/v1beta1/genesis.js +0 -87
  2251. package/esm/xpla/burn/v1beta1/query.js +0 -327
  2252. package/esm/xpla/burn/v1beta1/query.lcd.js +0 -22
  2253. package/esm/xpla/burn/v1beta1/query.rpc.Query.js +0 -33
  2254. package/esm/xpla/burn/v1beta1/query.rpc.func.js +0 -28
  2255. package/esm/xpla/burn/v1beta1/tx.amino.js +0 -8
  2256. package/esm/xpla/burn/v1beta1/tx.js +0 -169
  2257. package/esm/xpla/burn/v1beta1/tx.registry.js +0 -28
  2258. package/esm/xpla/burn/v1beta1/tx.rpc.func.js +0 -11
  2259. package/esm/xpla/burn/v1beta1/tx.rpc.msg.js +0 -17
  2260. package/esm/xpla/lcd.js +0 -165
  2261. package/esm/xpla/reward/v1beta1/genesis.js +0 -84
  2262. package/esm/xpla/reward/v1beta1/query.js +0 -297
  2263. package/esm/xpla/reward/v1beta1/query.lcd.js +0 -16
  2264. package/esm/xpla/reward/v1beta1/query.rpc.Query.js +0 -33
  2265. package/esm/xpla/reward/v1beta1/query.rpc.func.js +0 -28
  2266. package/esm/xpla/reward/v1beta1/reward.js +0 -133
  2267. package/esm/xpla/reward/v1beta1/tx.amino.js +0 -13
  2268. package/esm/xpla/reward/v1beta1/tx.js +0 -337
  2269. package/esm/xpla/reward/v1beta1/tx.registry.js +0 -46
  2270. package/esm/xpla/reward/v1beta1/tx.rpc.func.js +0 -23
  2271. package/esm/xpla/reward/v1beta1/tx.rpc.msg.js +0 -26
  2272. package/esm/xpla/rpc.query.js +0 -107
  2273. package/esm/xpla/rpc.tx.js +0 -90
  2274. package/esm/xpla/volunteer/v1beta1/genesis.js +0 -87
  2275. package/esm/xpla/volunteer/v1beta1/proposal.js +0 -568
  2276. package/esm/xpla/volunteer/v1beta1/query.js +0 -143
  2277. package/esm/xpla/volunteer/v1beta1/query.lcd.js +0 -11
  2278. package/esm/xpla/volunteer/v1beta1/query.rpc.Query.js +0 -24
  2279. package/esm/xpla/volunteer/v1beta1/query.rpc.func.js +0 -15
  2280. package/esm/xpla/volunteer/v1beta1/tx.amino.js +0 -13
  2281. package/esm/xpla/volunteer/v1beta1/tx.js +0 -379
  2282. package/esm/xpla/volunteer/v1beta1/tx.registry.js +0 -46
  2283. package/esm/xpla/volunteer/v1beta1/tx.rpc.func.js +0 -21
  2284. package/esm/xpla/volunteer/v1beta1/tx.rpc.msg.js +0 -24
  2285. package/esm/xpla/volunteer/v1beta1/volunteervalidator.js +0 -89
  2286. package/ethermint/bundle.d.ts +0 -21
  2287. package/ethermint/bundle.js +0 -120
  2288. package/ethermint/crypto/v1/ethsecp256k1/keys.d.ts +0 -117
  2289. package/ethermint/crypto/v1/ethsecp256k1/keys.js +0 -160
  2290. package/ethermint/evm/v1/events.d.ts +0 -278
  2291. package/ethermint/evm/v1/events.js +0 -407
  2292. package/ethermint/evm/v1/evm.d.ts +0 -862
  2293. package/ethermint/evm/v1/evm.js +0 -1259
  2294. package/ethermint/evm/v1/genesis.d.ts +0 -139
  2295. package/ethermint/evm/v1/genesis.js +0 -213
  2296. package/ethermint/evm/v1/query.d.ts +0 -1484
  2297. package/ethermint/evm/v1/query.js +0 -2152
  2298. package/ethermint/evm/v1/query.lcd.d.ts +0 -21
  2299. package/ethermint/evm/v1/query.lcd.js +0 -154
  2300. package/ethermint/evm/v1/query.rpc.Query.d.ts +0 -70
  2301. package/ethermint/evm/v1/query.rpc.Query.js +0 -132
  2302. package/ethermint/evm/v1/query.rpc.func.d.ts +0 -89
  2303. package/ethermint/evm/v1/query.rpc.func.js +0 -165
  2304. package/ethermint/evm/v1/tx.amino.d.ts +0 -13
  2305. package/ethermint/evm/v1/tx.amino.js +0 -16
  2306. package/ethermint/evm/v1/tx.d.ts +0 -735
  2307. package/ethermint/evm/v1/tx.js +0 -1087
  2308. package/ethermint/evm/v1/tx.registry.d.ts +0 -35
  2309. package/ethermint/evm/v1/tx.registry.js +0 -49
  2310. package/ethermint/evm/v1/tx.rpc.func.d.ts +0 -16
  2311. package/ethermint/evm/v1/tx.rpc.func.js +0 -24
  2312. package/ethermint/evm/v1/tx.rpc.msg.d.ts +0 -19
  2313. package/ethermint/evm/v1/tx.rpc.msg.js +0 -29
  2314. package/ethermint/feemarket/v1/events.d.ts +0 -116
  2315. package/ethermint/feemarket/v1/events.js +0 -168
  2316. package/ethermint/feemarket/v1/feemarket.d.ts +0 -111
  2317. package/ethermint/feemarket/v1/feemarket.js +0 -160
  2318. package/ethermint/feemarket/v1/genesis.d.ts +0 -66
  2319. package/ethermint/feemarket/v1/genesis.js +0 -99
  2320. package/ethermint/feemarket/v1/query.d.ts +0 -303
  2321. package/ethermint/feemarket/v1/query.js +0 -430
  2322. package/ethermint/feemarket/v1/query.lcd.d.ts +0 -11
  2323. package/ethermint/feemarket/v1/query.lcd.js +0 -25
  2324. package/ethermint/feemarket/v1/query.rpc.Query.d.ts +0 -24
  2325. package/ethermint/feemarket/v1/query.rpc.Query.js +0 -47
  2326. package/ethermint/feemarket/v1/query.rpc.func.d.ts +0 -22
  2327. package/ethermint/feemarket/v1/query.rpc.func.js +0 -44
  2328. package/ethermint/feemarket/v1/tx.amino.d.ts +0 -8
  2329. package/ethermint/feemarket/v1/tx.amino.js +0 -11
  2330. package/ethermint/feemarket/v1/tx.d.ts +0 -116
  2331. package/ethermint/feemarket/v1/tx.js +0 -170
  2332. package/ethermint/feemarket/v1/tx.registry.d.ts +0 -23
  2333. package/ethermint/feemarket/v1/tx.registry.js +0 -31
  2334. package/ethermint/feemarket/v1/tx.rpc.func.d.ts +0 -9
  2335. package/ethermint/feemarket/v1/tx.rpc.func.js +0 -15
  2336. package/ethermint/feemarket/v1/tx.rpc.msg.d.ts +0 -16
  2337. package/ethermint/feemarket/v1/tx.rpc.msg.js +0 -23
  2338. package/ethermint/types/v1/account.d.ts +0 -67
  2339. package/ethermint/types/v1/account.js +0 -101
  2340. package/ethermint/types/v1/dynamic_fee.d.ts +0 -55
  2341. package/ethermint/types/v1/dynamic_fee.js +0 -80
  2342. package/ethermint/types/v1/indexer.d.ts +0 -109
  2343. package/ethermint/types/v1/indexer.js +0 -152
  2344. package/ethermint/types/v1/web3.d.ts +0 -80
  2345. package/ethermint/types/v1/web3.js +0 -106
  2346. package/extern.d.ts +0 -11
  2347. package/extern.js +0 -46
  2348. package/gogoproto/gogo.d.ts +0 -1
  2349. package/gogoproto/gogo.js +0 -2
  2350. package/google/api/annotations.d.ts +0 -1
  2351. package/google/api/annotations.js +0 -2
  2352. package/google/api/http.d.ts +0 -1096
  2353. package/google/api/http.js +0 -647
  2354. package/google/bundle.d.ts +0 -5
  2355. package/google/bundle.js +0 -21
  2356. package/google/protobuf/any.d.ts +0 -369
  2357. package/google/protobuf/any.js +0 -172
  2358. package/google/protobuf/descriptor.d.ts +0 -3699
  2359. package/google/protobuf/descriptor.js +0 -5722
  2360. package/google/protobuf/duration.d.ts +0 -232
  2361. package/google/protobuf/duration.js +0 -143
  2362. package/google/protobuf/timestamp.d.ts +0 -323
  2363. package/google/protobuf/timestamp.js +0 -171
  2364. package/helper-func-types.d.ts +0 -40
  2365. package/helper-func-types.js +0 -56
  2366. package/helpers.d.ts +0 -80
  2367. package/helpers.js +0 -114
  2368. package/ibc/applications/interchain_accounts/controller/v1/controller.d.ts +0 -60
  2369. package/ibc/applications/interchain_accounts/controller/v1/controller.js +0 -88
  2370. package/ibc/applications/interchain_accounts/controller/v1/query.d.ts +0 -205
  2371. package/ibc/applications/interchain_accounts/controller/v1/query.js +0 -342
  2372. package/ibc/applications/interchain_accounts/controller/v1/query.lcd.d.ts +0 -10
  2373. package/ibc/applications/interchain_accounts/controller/v1/query.lcd.js +0 -20
  2374. package/ibc/applications/interchain_accounts/controller/v1/query.rpc.Query.d.ts +0 -20
  2375. package/ibc/applications/interchain_accounts/controller/v1/query.rpc.Query.js +0 -38
  2376. package/ibc/applications/interchain_accounts/controller/v1/query.rpc.func.d.ts +0 -15
  2377. package/ibc/applications/interchain_accounts/controller/v1/query.rpc.func.js +0 -31
  2378. package/ibc/applications/interchain_accounts/controller/v1/tx.amino.d.ts +0 -18
  2379. package/ibc/applications/interchain_accounts/controller/v1/tx.amino.js +0 -21
  2380. package/ibc/applications/interchain_accounts/controller/v1/tx.d.ts +0 -337
  2381. package/ibc/applications/interchain_accounts/controller/v1/tx.js +0 -599
  2382. package/ibc/applications/interchain_accounts/controller/v1/tx.registry.d.ts +0 -47
  2383. package/ibc/applications/interchain_accounts/controller/v1/tx.registry.js +0 -67
  2384. package/ibc/applications/interchain_accounts/controller/v1/tx.rpc.func.d.ts +0 -22
  2385. package/ibc/applications/interchain_accounts/controller/v1/tx.rpc.func.js +0 -32
  2386. package/ibc/applications/interchain_accounts/controller/v1/tx.rpc.msg.d.ts +0 -19
  2387. package/ibc/applications/interchain_accounts/controller/v1/tx.rpc.msg.js +0 -34
  2388. package/ibc/applications/interchain_accounts/genesis/v1/genesis.d.ts +0 -278
  2389. package/ibc/applications/interchain_accounts/genesis/v1/genesis.js +0 -602
  2390. package/ibc/applications/interchain_accounts/host/v1/host.d.ts +0 -138
  2391. package/ibc/applications/interchain_accounts/host/v1/host.js +0 -200
  2392. package/ibc/applications/interchain_accounts/host/v1/query.d.ts +0 -105
  2393. package/ibc/applications/interchain_accounts/host/v1/query.js +0 -164
  2394. package/ibc/applications/interchain_accounts/host/v1/query.lcd.d.ts +0 -9
  2395. package/ibc/applications/interchain_accounts/host/v1/query.lcd.js +0 -15
  2396. package/ibc/applications/interchain_accounts/host/v1/query.rpc.Query.d.ts +0 -16
  2397. package/ibc/applications/interchain_accounts/host/v1/query.rpc.Query.js +0 -29
  2398. package/ibc/applications/interchain_accounts/host/v1/query.rpc.func.d.ts +0 -8
  2399. package/ibc/applications/interchain_accounts/host/v1/query.rpc.func.js +0 -18
  2400. package/ibc/applications/interchain_accounts/host/v1/tx.amino.d.ts +0 -13
  2401. package/ibc/applications/interchain_accounts/host/v1/tx.amino.js +0 -16
  2402. package/ibc/applications/interchain_accounts/host/v1/tx.d.ts +0 -243
  2403. package/ibc/applications/interchain_accounts/host/v1/tx.js +0 -378
  2404. package/ibc/applications/interchain_accounts/host/v1/tx.registry.d.ts +0 -35
  2405. package/ibc/applications/interchain_accounts/host/v1/tx.registry.js +0 -49
  2406. package/ibc/applications/interchain_accounts/host/v1/tx.rpc.func.d.ts +0 -15
  2407. package/ibc/applications/interchain_accounts/host/v1/tx.rpc.func.js +0 -23
  2408. package/ibc/applications/interchain_accounts/host/v1/tx.rpc.msg.d.ts +0 -16
  2409. package/ibc/applications/interchain_accounts/host/v1/tx.rpc.msg.js +0 -28
  2410. package/ibc/applications/interchain_accounts/v1/account.d.ts +0 -54
  2411. package/ibc/applications/interchain_accounts/v1/account.js +0 -108
  2412. package/ibc/applications/interchain_accounts/v1/metadata.d.ts +0 -102
  2413. package/ibc/applications/interchain_accounts/v1/metadata.js +0 -148
  2414. package/ibc/applications/interchain_accounts/v1/packet.d.ts +0 -119
  2415. package/ibc/applications/interchain_accounts/v1/packet.js +0 -239
  2416. package/ibc/applications/transfer/v1/authz.d.ts +0 -150
  2417. package/ibc/applications/transfer/v1/authz.js +0 -245
  2418. package/ibc/applications/transfer/v1/denomtrace.d.ts +0 -73
  2419. package/ibc/applications/transfer/v1/denomtrace.js +0 -101
  2420. package/ibc/applications/transfer/v1/genesis.d.ts +0 -68
  2421. package/ibc/applications/transfer/v1/genesis.js +0 -140
  2422. package/ibc/applications/transfer/v1/packet.d.ts +0 -95
  2423. package/ibc/applications/transfer/v1/packet.js +0 -137
  2424. package/ibc/applications/transfer/v1/query.d.ts +0 -680
  2425. package/ibc/applications/transfer/v1/query.js +0 -1051
  2426. package/ibc/applications/transfer/v1/query.lcd.d.ts +0 -14
  2427. package/ibc/applications/transfer/v1/query.lcd.js +0 -67
  2428. package/ibc/applications/transfer/v1/query.rpc.Query.d.ts +0 -36
  2429. package/ibc/applications/transfer/v1/query.rpc.Query.js +0 -76
  2430. package/ibc/applications/transfer/v1/query.rpc.func.d.ts +0 -43
  2431. package/ibc/applications/transfer/v1/query.rpc.func.js +0 -83
  2432. package/ibc/applications/transfer/v1/token.d.ts +0 -179
  2433. package/ibc/applications/transfer/v1/token.js +0 -303
  2434. package/ibc/applications/transfer/v1/transfer.d.ts +0 -78
  2435. package/ibc/applications/transfer/v1/transfer.js +0 -102
  2436. package/ibc/applications/transfer/v1/tx.amino.d.ts +0 -13
  2437. package/ibc/applications/transfer/v1/tx.amino.js +0 -16
  2438. package/ibc/applications/transfer/v1/tx.d.ts +0 -309
  2439. package/ibc/applications/transfer/v1/tx.js +0 -448
  2440. package/ibc/applications/transfer/v1/tx.registry.d.ts +0 -35
  2441. package/ibc/applications/transfer/v1/tx.registry.js +0 -49
  2442. package/ibc/applications/transfer/v1/tx.rpc.func.d.ts +0 -15
  2443. package/ibc/applications/transfer/v1/tx.rpc.func.js +0 -23
  2444. package/ibc/applications/transfer/v1/tx.rpc.msg.d.ts +0 -16
  2445. package/ibc/applications/transfer/v1/tx.rpc.msg.js +0 -28
  2446. package/ibc/bundle.d.ts +0 -76
  2447. package/ibc/bundle.js +0 -451
  2448. package/ibc/core/channel/v1/channel.d.ts +0 -729
  2449. package/ibc/core/channel/v1/channel.js +0 -1127
  2450. package/ibc/core/channel/v1/genesis.d.ts +0 -128
  2451. package/ibc/core/channel/v1/genesis.js +0 -309
  2452. package/ibc/core/channel/v1/query.d.ts +0 -2021
  2453. package/ibc/core/channel/v1/query.js +0 -3140
  2454. package/ibc/core/channel/v1/query.lcd.d.ts +0 -22
  2455. package/ibc/core/channel/v1/query.lcd.js +0 -118
  2456. package/ibc/core/channel/v1/query.rpc.Query.d.ts +0 -92
  2457. package/ibc/core/channel/v1/query.rpc.Query.js +0 -156
  2458. package/ibc/core/channel/v1/query.rpc.func.d.ts +0 -107
  2459. package/ibc/core/channel/v1/query.rpc.func.js +0 -195
  2460. package/ibc/core/channel/v1/tx.amino.d.ts +0 -53
  2461. package/ibc/core/channel/v1/tx.amino.js +0 -56
  2462. package/ibc/core/channel/v1/tx.d.ts +0 -1116
  2463. package/ibc/core/channel/v1/tx.js +0 -2230
  2464. package/ibc/core/channel/v1/tx.registry.d.ts +0 -131
  2465. package/ibc/core/channel/v1/tx.registry.js +0 -193
  2466. package/ibc/core/channel/v1/tx.rpc.func.d.ts +0 -72
  2467. package/ibc/core/channel/v1/tx.rpc.func.js +0 -96
  2468. package/ibc/core/channel/v1/tx.rpc.msg.d.ts +0 -43
  2469. package/ibc/core/channel/v1/tx.rpc.msg.js +0 -77
  2470. package/ibc/core/channel/v2/genesis.d.ts +0 -202
  2471. package/ibc/core/channel/v2/genesis.js +0 -363
  2472. package/ibc/core/channel/v2/packet.d.ts +0 -322
  2473. package/ibc/core/channel/v2/packet.js +0 -513
  2474. package/ibc/core/channel/v2/query.d.ts +0 -1067
  2475. package/ibc/core/channel/v2/query.js +0 -1730
  2476. package/ibc/core/channel/v2/query.lcd.d.ts +0 -16
  2477. package/ibc/core/channel/v2/query.lcd.js +0 -66
  2478. package/ibc/core/channel/v2/query.rpc.Query.d.ts +0 -44
  2479. package/ibc/core/channel/v2/query.rpc.Query.js +0 -92
  2480. package/ibc/core/channel/v2/query.rpc.func.d.ts +0 -57
  2481. package/ibc/core/channel/v2/query.rpc.func.js +0 -109
  2482. package/ibc/core/channel/v2/tx.amino.d.ts +0 -23
  2483. package/ibc/core/channel/v2/tx.amino.js +0 -26
  2484. package/ibc/core/channel/v2/tx.d.ts +0 -437
  2485. package/ibc/core/channel/v2/tx.js +0 -906
  2486. package/ibc/core/channel/v2/tx.registry.d.ts +0 -59
  2487. package/ibc/core/channel/v2/tx.registry.js +0 -85
  2488. package/ibc/core/channel/v2/tx.rpc.func.d.ts +0 -29
  2489. package/ibc/core/channel/v2/tx.rpc.func.js +0 -41
  2490. package/ibc/core/channel/v2/tx.rpc.msg.d.ts +0 -22
  2491. package/ibc/core/channel/v2/tx.rpc.msg.js +0 -40
  2492. package/ibc/core/client/v1/client.d.ts +0 -359
  2493. package/ibc/core/client/v1/client.js +0 -491
  2494. package/ibc/core/client/v1/genesis.d.ts +0 -216
  2495. package/ibc/core/client/v1/genesis.js +0 -367
  2496. package/ibc/core/client/v1/query.d.ts +0 -1398
  2497. package/ibc/core/client/v1/query.js +0 -2098
  2498. package/ibc/core/client/v1/query.lcd.d.ts +0 -18
  2499. package/ibc/core/client/v1/query.lcd.js +0 -89
  2500. package/ibc/core/client/v1/query.rpc.Query.d.ts +0 -62
  2501. package/ibc/core/client/v1/query.rpc.Query.js +0 -123
  2502. package/ibc/core/client/v1/query.rpc.func.d.ts +0 -80
  2503. package/ibc/core/client/v1/query.rpc.func.js +0 -150
  2504. package/ibc/core/client/v1/tx.amino.d.ts +0 -43
  2505. package/ibc/core/client/v1/tx.amino.js +0 -46
  2506. package/ibc/core/client/v1/tx.d.ts +0 -995
  2507. package/ibc/core/client/v1/tx.js +0 -1461
  2508. package/ibc/core/client/v1/tx.registry.d.ts +0 -107
  2509. package/ibc/core/client/v1/tx.registry.js +0 -157
  2510. package/ibc/core/client/v1/tx.rpc.func.d.ts +0 -57
  2511. package/ibc/core/client/v1/tx.rpc.func.js +0 -77
  2512. package/ibc/core/client/v1/tx.rpc.msg.d.ts +0 -34
  2513. package/ibc/core/client/v1/tx.rpc.msg.js +0 -64
  2514. package/ibc/core/client/v2/config.d.ts +0 -66
  2515. package/ibc/core/client/v2/config.js +0 -93
  2516. package/ibc/core/client/v2/counterparty.d.ts +0 -65
  2517. package/ibc/core/client/v2/counterparty.js +0 -103
  2518. package/ibc/core/client/v2/genesis.d.ts +0 -121
  2519. package/ibc/core/client/v2/genesis.js +0 -197
  2520. package/ibc/core/client/v2/query.d.ts +0 -218
  2521. package/ibc/core/client/v2/query.js +0 -351
  2522. package/ibc/core/client/v2/query.lcd.d.ts +0 -10
  2523. package/ibc/core/client/v2/query.lcd.js +0 -20
  2524. package/ibc/core/client/v2/query.rpc.Query.d.ts +0 -20
  2525. package/ibc/core/client/v2/query.rpc.Query.js +0 -38
  2526. package/ibc/core/client/v2/query.rpc.func.d.ts +0 -15
  2527. package/ibc/core/client/v2/query.rpc.func.js +0 -31
  2528. package/ibc/core/client/v2/tx.amino.d.ts +0 -13
  2529. package/ibc/core/client/v2/tx.amino.js +0 -16
  2530. package/ibc/core/client/v2/tx.d.ts +0 -251
  2531. package/ibc/core/client/v2/tx.js +0 -381
  2532. package/ibc/core/client/v2/tx.registry.d.ts +0 -35
  2533. package/ibc/core/client/v2/tx.registry.js +0 -49
  2534. package/ibc/core/client/v2/tx.rpc.func.d.ts +0 -15
  2535. package/ibc/core/client/v2/tx.rpc.func.js +0 -23
  2536. package/ibc/core/client/v2/tx.rpc.msg.d.ts +0 -16
  2537. package/ibc/core/client/v2/tx.rpc.msg.js +0 -28
  2538. package/ibc/core/commitment/v1/commitment.d.ts +0 -171
  2539. package/ibc/core/commitment/v1/commitment.js +0 -271
  2540. package/ibc/core/commitment/v2/commitment.d.ts +0 -141
  2541. package/ibc/core/commitment/v2/commitment.js +0 -121
  2542. package/ibc/core/connection/v1/connection.d.ts +0 -544
  2543. package/ibc/core/connection/v1/connection.js +0 -838
  2544. package/ibc/core/connection/v1/genesis.d.ts +0 -64
  2545. package/ibc/core/connection/v1/genesis.js +0 -138
  2546. package/ibc/core/connection/v1/query.d.ts +0 -777
  2547. package/ibc/core/connection/v1/query.js +0 -1205
  2548. package/ibc/core/connection/v1/query.lcd.d.ts +0 -14
  2549. package/ibc/core/connection/v1/query.lcd.js +0 -52
  2550. package/ibc/core/connection/v1/query.rpc.Query.d.ts +0 -45
  2551. package/ibc/core/connection/v1/query.rpc.Query.js +0 -79
  2552. package/ibc/core/connection/v1/query.rpc.func.d.ts +0 -46
  2553. package/ibc/core/connection/v1/query.rpc.func.js +0 -86
  2554. package/ibc/core/connection/v1/tx.amino.d.ts +0 -28
  2555. package/ibc/core/connection/v1/tx.amino.js +0 -31
  2556. package/ibc/core/connection/v1/tx.d.ts +0 -689
  2557. package/ibc/core/connection/v1/tx.js +0 -1171
  2558. package/ibc/core/connection/v1/tx.registry.d.ts +0 -71
  2559. package/ibc/core/connection/v1/tx.registry.js +0 -103
  2560. package/ibc/core/connection/v1/tx.rpc.func.d.ts +0 -38
  2561. package/ibc/core/connection/v1/tx.rpc.func.js +0 -52
  2562. package/ibc/core/connection/v1/tx.rpc.msg.d.ts +0 -31
  2563. package/ibc/core/connection/v1/tx.rpc.msg.js +0 -48
  2564. package/ibc/core/types/v1/genesis.d.ts +0 -99
  2565. package/ibc/core/types/v1/genesis.js +0 -150
  2566. package/ibc/lightclients/solomachine/v2/solomachine.d.ts +0 -980
  2567. package/ibc/lightclients/solomachine/v2/solomachine.js +0 -1802
  2568. package/ibc/lightclients/solomachine/v3/solomachine.d.ts +0 -519
  2569. package/ibc/lightclients/solomachine/v3/solomachine.js +0 -903
  2570. package/ibc/lightclients/tendermint/v1/tendermint.d.ts +0 -425
  2571. package/ibc/lightclients/tendermint/v1/tendermint.js +0 -688
  2572. package/ibc/lightclients/wasm/v1/genesis.d.ts +0 -112
  2573. package/ibc/lightclients/wasm/v1/genesis.js +0 -180
  2574. package/ibc/lightclients/wasm/v1/query.d.ts +0 -225
  2575. package/ibc/lightclients/wasm/v1/query.js +0 -364
  2576. package/ibc/lightclients/wasm/v1/query.lcd.d.ts +0 -10
  2577. package/ibc/lightclients/wasm/v1/query.lcd.js +0 -29
  2578. package/ibc/lightclients/wasm/v1/query.rpc.Query.d.ts +0 -20
  2579. package/ibc/lightclients/wasm/v1/query.rpc.Query.js +0 -40
  2580. package/ibc/lightclients/wasm/v1/query.rpc.func.d.ts +0 -15
  2581. package/ibc/lightclients/wasm/v1/query.rpc.func.js +0 -31
  2582. package/ibc/lightclients/wasm/v1/tx.amino.d.ts +0 -18
  2583. package/ibc/lightclients/wasm/v1/tx.amino.js +0 -21
  2584. package/ibc/lightclients/wasm/v1/tx.d.ts +0 -356
  2585. package/ibc/lightclients/wasm/v1/tx.js +0 -537
  2586. package/ibc/lightclients/wasm/v1/tx.registry.d.ts +0 -47
  2587. package/ibc/lightclients/wasm/v1/tx.registry.js +0 -67
  2588. package/ibc/lightclients/wasm/v1/tx.rpc.func.d.ts +0 -22
  2589. package/ibc/lightclients/wasm/v1/tx.rpc.func.js +0 -32
  2590. package/ibc/lightclients/wasm/v1/tx.rpc.msg.d.ts +0 -19
  2591. package/ibc/lightclients/wasm/v1/tx.rpc.msg.js +0 -34
  2592. package/ibc/lightclients/wasm/v1/wasm.d.ts +0 -231
  2593. package/ibc/lightclients/wasm/v1/wasm.js +0 -375
  2594. package/index.d.ts +0 -20
  2595. package/index.js +0 -36
  2596. package/registry.d.ts +0 -35
  2597. package/registry.js +0 -166
  2598. package/tendermint/abci/types.d.ts +0 -2763
  2599. package/tendermint/abci/types.js +0 -5638
  2600. package/tendermint/bundle.d.ts +0 -10
  2601. package/tendermint/bundle.js +0 -115
  2602. package/tendermint/crypto/keys.d.ts +0 -51
  2603. package/tendermint/crypto/keys.js +0 -93
  2604. package/tendermint/crypto/proof.d.ts +0 -262
  2605. package/tendermint/crypto/proof.js +0 -497
  2606. package/tendermint/p2p/types.d.ts +0 -202
  2607. package/tendermint/p2p/types.js +0 -456
  2608. package/tendermint/types/block.d.ts +0 -54
  2609. package/tendermint/types/block.js +0 -126
  2610. package/tendermint/types/evidence.d.ts +0 -204
  2611. package/tendermint/types/evidence.js +0 -447
  2612. package/tendermint/types/params.d.ts +0 -434
  2613. package/tendermint/types/params.js +0 -650
  2614. package/tendermint/types/types.d.ts +0 -940
  2615. package/tendermint/types/types.js +0 -1902
  2616. package/tendermint/types/validator.d.ts +0 -161
  2617. package/tendermint/types/validator.js +0 -372
  2618. package/tendermint/version/types.d.ts +0 -112
  2619. package/tendermint/version/types.js +0 -184
  2620. package/types.d.ts +0 -74
  2621. package/types.js +0 -7
  2622. package/utf8.d.ts +0 -27
  2623. package/utf8.js +0 -140
  2624. package/varint.d.ts +0 -105
  2625. package/varint.js +0 -425
  2626. package/xpla/bundle.d.ts +0 -22
  2627. package/xpla/bundle.js +0 -61
  2628. package/xpla/burn/v1beta1/burn.d.ts +0 -54
  2629. package/xpla/burn/v1beta1/burn.js +0 -114
  2630. package/xpla/burn/v1beta1/genesis.d.ts +0 -56
  2631. package/xpla/burn/v1beta1/genesis.js +0 -90
  2632. package/xpla/burn/v1beta1/query.d.ts +0 -204
  2633. package/xpla/burn/v1beta1/query.js +0 -330
  2634. package/xpla/burn/v1beta1/query.lcd.d.ts +0 -10
  2635. package/xpla/burn/v1beta1/query.lcd.js +0 -26
  2636. package/xpla/burn/v1beta1/query.rpc.Query.d.ts +0 -20
  2637. package/xpla/burn/v1beta1/query.rpc.Query.js +0 -38
  2638. package/xpla/burn/v1beta1/query.rpc.func.d.ts +0 -15
  2639. package/xpla/burn/v1beta1/query.rpc.func.js +0 -31
  2640. package/xpla/burn/v1beta1/tx.amino.d.ts +0 -8
  2641. package/xpla/burn/v1beta1/tx.amino.js +0 -11
  2642. package/xpla/burn/v1beta1/tx.d.ts +0 -105
  2643. package/xpla/burn/v1beta1/tx.js +0 -172
  2644. package/xpla/burn/v1beta1/tx.registry.d.ts +0 -23
  2645. package/xpla/burn/v1beta1/tx.registry.js +0 -31
  2646. package/xpla/burn/v1beta1/tx.rpc.func.d.ts +0 -8
  2647. package/xpla/burn/v1beta1/tx.rpc.func.js +0 -14
  2648. package/xpla/burn/v1beta1/tx.rpc.msg.d.ts +0 -13
  2649. package/xpla/burn/v1beta1/tx.rpc.msg.js +0 -22
  2650. package/xpla/lcd.d.ts +0 -103
  2651. package/xpla/lcd.js +0 -202
  2652. package/xpla/reward/v1beta1/genesis.d.ts +0 -56
  2653. package/xpla/reward/v1beta1/genesis.js +0 -87
  2654. package/xpla/reward/v1beta1/query.d.ts +0 -206
  2655. package/xpla/reward/v1beta1/query.js +0 -300
  2656. package/xpla/reward/v1beta1/query.lcd.d.ts +0 -10
  2657. package/xpla/reward/v1beta1/query.lcd.js +0 -20
  2658. package/xpla/reward/v1beta1/query.rpc.Query.d.ts +0 -20
  2659. package/xpla/reward/v1beta1/query.rpc.Query.js +0 -38
  2660. package/xpla/reward/v1beta1/query.rpc.func.d.ts +0 -15
  2661. package/xpla/reward/v1beta1/query.rpc.func.js +0 -31
  2662. package/xpla/reward/v1beta1/reward.d.ts +0 -59
  2663. package/xpla/reward/v1beta1/reward.js +0 -136
  2664. package/xpla/reward/v1beta1/tx.amino.d.ts +0 -13
  2665. package/xpla/reward/v1beta1/tx.amino.js +0 -16
  2666. package/xpla/reward/v1beta1/tx.d.ts +0 -222
  2667. package/xpla/reward/v1beta1/tx.js +0 -340
  2668. package/xpla/reward/v1beta1/tx.registry.d.ts +0 -35
  2669. package/xpla/reward/v1beta1/tx.registry.js +0 -49
  2670. package/xpla/reward/v1beta1/tx.rpc.func.d.ts +0 -18
  2671. package/xpla/reward/v1beta1/tx.rpc.func.js +0 -26
  2672. package/xpla/reward/v1beta1/tx.rpc.msg.d.ts +0 -23
  2673. package/xpla/reward/v1beta1/tx.rpc.msg.js +0 -31
  2674. package/xpla/rpc.query.d.ts +0 -319
  2675. package/xpla/rpc.query.js +0 -144
  2676. package/xpla/rpc.tx.d.ts +0 -93
  2677. package/xpla/rpc.tx.js +0 -127
  2678. package/xpla/volunteer/v1beta1/genesis.d.ts +0 -50
  2679. package/xpla/volunteer/v1beta1/genesis.js +0 -90
  2680. package/xpla/volunteer/v1beta1/proposal.d.ts +0 -255
  2681. package/xpla/volunteer/v1beta1/proposal.js +0 -571
  2682. package/xpla/volunteer/v1beta1/query.d.ts +0 -94
  2683. package/xpla/volunteer/v1beta1/query.js +0 -146
  2684. package/xpla/volunteer/v1beta1/query.lcd.d.ts +0 -9
  2685. package/xpla/volunteer/v1beta1/query.lcd.js +0 -15
  2686. package/xpla/volunteer/v1beta1/query.rpc.Query.d.ts +0 -16
  2687. package/xpla/volunteer/v1beta1/query.rpc.Query.js +0 -29
  2688. package/xpla/volunteer/v1beta1/query.rpc.func.d.ts +0 -8
  2689. package/xpla/volunteer/v1beta1/query.rpc.func.js +0 -18
  2690. package/xpla/volunteer/v1beta1/tx.amino.d.ts +0 -13
  2691. package/xpla/volunteer/v1beta1/tx.amino.js +0 -16
  2692. package/xpla/volunteer/v1beta1/tx.d.ts +0 -232
  2693. package/xpla/volunteer/v1beta1/tx.js +0 -382
  2694. package/xpla/volunteer/v1beta1/tx.registry.d.ts +0 -35
  2695. package/xpla/volunteer/v1beta1/tx.registry.js +0 -49
  2696. package/xpla/volunteer/v1beta1/tx.rpc.func.d.ts +0 -16
  2697. package/xpla/volunteer/v1beta1/tx.rpc.func.js +0 -24
  2698. package/xpla/volunteer/v1beta1/tx.rpc.msg.d.ts +0 -19
  2699. package/xpla/volunteer/v1beta1/tx.rpc.msg.js +0 -29
  2700. package/xpla/volunteer/v1beta1/volunteervalidator.d.ts +0 -63
  2701. package/xpla/volunteer/v1beta1/volunteervalidator.js +0 -92
@@ -0,0 +1,3713 @@
1
+ import { BinaryReader, BinaryWriter } from "../../binary.js";
2
+ import { DeepPartial } from "../../helpers.js";
3
+
4
+ //#region src/google/protobuf/descriptor.d.ts
5
+ /** The full set of known editions. */
6
+ declare enum Edition {
7
+ /** EDITION_UNKNOWN - A placeholder for an unknown edition value. */
8
+ EDITION_UNKNOWN = 0,
9
+ /**
10
+ * EDITION_LEGACY - A placeholder edition for specifying default behaviors *before* a feature
11
+ * was first introduced. This is effectively an "infinite past".
12
+ */
13
+ EDITION_LEGACY = 900,
14
+ /**
15
+ * EDITION_PROTO2 - Legacy syntax "editions". These pre-date editions, but behave much like
16
+ * distinct editions. These can't be used to specify the edition of proto
17
+ * files, but feature definitions must supply proto2/proto3 defaults for
18
+ * backwards compatibility.
19
+ */
20
+ EDITION_PROTO2 = 998,
21
+ EDITION_PROTO3 = 999,
22
+ /**
23
+ * EDITION_2023 - Editions that have been released. The specific values are arbitrary and
24
+ * should not be depended on, but they will always be time-ordered for easy
25
+ * comparison.
26
+ */
27
+ EDITION_2023 = 1000,
28
+ EDITION_2024 = 1001,
29
+ /** EDITION_UNSTABLE - A placeholder edition for developing and testing unscheduled features. */
30
+ EDITION_UNSTABLE = 9999,
31
+ /**
32
+ * EDITION_1_TEST_ONLY - Placeholder editions for testing feature resolution. These should not be
33
+ * used or relied on outside of tests.
34
+ */
35
+ EDITION_1_TEST_ONLY = 1,
36
+ EDITION_2_TEST_ONLY = 2,
37
+ EDITION_99997_TEST_ONLY = 99997,
38
+ EDITION_99998_TEST_ONLY = 99998,
39
+ EDITION_99999_TEST_ONLY = 99999,
40
+ /**
41
+ * EDITION_MAX - Placeholder for specifying unbounded edition support. This should only
42
+ * ever be used by plugins that can expect to never require any changes to
43
+ * support a new edition.
44
+ */
45
+ EDITION_MAX = 2147483647,
46
+ UNRECOGNIZED = -1
47
+ }
48
+ declare const EditionAmino: typeof Edition;
49
+ declare function editionFromJSON(object: any): Edition;
50
+ declare function editionToJSON(object: Edition): string;
51
+ /** The verification state of the extension range. */
52
+ declare enum ExtensionRangeOptions_VerificationState {
53
+ /** DECLARATION - All the extensions of the range must be declared. */
54
+ DECLARATION = 0,
55
+ UNVERIFIED = 1,
56
+ UNRECOGNIZED = -1
57
+ }
58
+ declare const ExtensionRangeOptions_VerificationStateAmino: typeof ExtensionRangeOptions_VerificationState;
59
+ declare function extensionRangeOptions_VerificationStateFromJSON(object: any): ExtensionRangeOptions_VerificationState;
60
+ declare function extensionRangeOptions_VerificationStateToJSON(object: ExtensionRangeOptions_VerificationState): string;
61
+ declare enum FieldDescriptorProto_Type {
62
+ /**
63
+ * TYPE_DOUBLE - 0 is reserved for errors.
64
+ * Order is weird for historical reasons.
65
+ */
66
+ TYPE_DOUBLE = 1,
67
+ TYPE_FLOAT = 2,
68
+ /**
69
+ * TYPE_INT64 - Not ZigZag encoded. Negative numbers take 10 bytes. Use TYPE_SINT64 if
70
+ * negative values are likely.
71
+ */
72
+ TYPE_INT64 = 3,
73
+ TYPE_UINT64 = 4,
74
+ /**
75
+ * TYPE_INT32 - Not ZigZag encoded. Negative numbers take 10 bytes. Use TYPE_SINT32 if
76
+ * negative values are likely.
77
+ */
78
+ TYPE_INT32 = 5,
79
+ TYPE_FIXED64 = 6,
80
+ TYPE_FIXED32 = 7,
81
+ TYPE_BOOL = 8,
82
+ TYPE_STRING = 9,
83
+ /**
84
+ * TYPE_GROUP - Tag-delimited aggregate.
85
+ * Group type is deprecated and not supported after google.protobuf. However, Proto3
86
+ * implementations should still be able to parse the group wire format and
87
+ * treat group fields as unknown fields. In Editions, the group wire format
88
+ * can be enabled via the `message_encoding` feature.
89
+ */
90
+ TYPE_GROUP = 10,
91
+ /** TYPE_MESSAGE - Length-delimited aggregate. */
92
+ TYPE_MESSAGE = 11,
93
+ /** TYPE_BYTES - New in version 2. */
94
+ TYPE_BYTES = 12,
95
+ TYPE_UINT32 = 13,
96
+ TYPE_ENUM = 14,
97
+ TYPE_SFIXED32 = 15,
98
+ TYPE_SFIXED64 = 16,
99
+ /** TYPE_SINT32 - Uses ZigZag encoding. */
100
+ TYPE_SINT32 = 17,
101
+ /** TYPE_SINT64 - Uses ZigZag encoding. */
102
+ TYPE_SINT64 = 18,
103
+ UNRECOGNIZED = -1
104
+ }
105
+ declare const FieldDescriptorProto_TypeAmino: typeof FieldDescriptorProto_Type;
106
+ declare function fieldDescriptorProto_TypeFromJSON(object: any): FieldDescriptorProto_Type;
107
+ declare function fieldDescriptorProto_TypeToJSON(object: FieldDescriptorProto_Type): string;
108
+ declare enum FieldDescriptorProto_Label {
109
+ /** LABEL_OPTIONAL - 0 is reserved for errors */
110
+ LABEL_OPTIONAL = 1,
111
+ LABEL_REPEATED = 3,
112
+ /**
113
+ * LABEL_REQUIRED - The required label is only allowed in google.protobuf. In proto3 and Editions
114
+ * it's explicitly prohibited. In Editions, the `field_presence` feature
115
+ * can be used to get this behavior.
116
+ */
117
+ LABEL_REQUIRED = 2,
118
+ UNRECOGNIZED = -1
119
+ }
120
+ declare const FieldDescriptorProto_LabelAmino: typeof FieldDescriptorProto_Label;
121
+ declare function fieldDescriptorProto_LabelFromJSON(object: any): FieldDescriptorProto_Label;
122
+ declare function fieldDescriptorProto_LabelToJSON(object: FieldDescriptorProto_Label): string;
123
+ /** Generated classes can be optimized for speed or code size. */
124
+ declare enum FileOptions_OptimizeMode {
125
+ /** SPEED - Generate complete code for parsing, serialization, */
126
+ SPEED = 1,
127
+ /** CODE_SIZE - etc. */
128
+ CODE_SIZE = 2,
129
+ /** LITE_RUNTIME - Generate code using MessageLite and the lite runtime. */
130
+ LITE_RUNTIME = 3,
131
+ UNRECOGNIZED = -1
132
+ }
133
+ declare const FileOptions_OptimizeModeAmino: typeof FileOptions_OptimizeMode;
134
+ declare function fileOptions_OptimizeModeFromJSON(object: any): FileOptions_OptimizeMode;
135
+ declare function fileOptions_OptimizeModeToJSON(object: FileOptions_OptimizeMode): string;
136
+ declare enum FieldOptions_CType {
137
+ /** STRING - Default mode. */
138
+ STRING = 0,
139
+ /**
140
+ * CORD - The option [ctype=CORD] may be applied to a non-repeated field of type
141
+ * "bytes". It indicates that in C++, the data should be stored in a Cord
142
+ * instead of a string. For very large strings, this may reduce memory
143
+ * fragmentation. It may also allow better performance when parsing from a
144
+ * Cord, or when parsing with aliasing enabled, as the parsed Cord may then
145
+ * alias the original buffer.
146
+ */
147
+ CORD = 1,
148
+ STRING_PIECE = 2,
149
+ UNRECOGNIZED = -1
150
+ }
151
+ declare const FieldOptions_CTypeAmino: typeof FieldOptions_CType;
152
+ declare function fieldOptions_CTypeFromJSON(object: any): FieldOptions_CType;
153
+ declare function fieldOptions_CTypeToJSON(object: FieldOptions_CType): string;
154
+ declare enum FieldOptions_JSType {
155
+ /** JS_NORMAL - Use the default type. */
156
+ JS_NORMAL = 0,
157
+ /** JS_STRING - Use JavaScript strings. */
158
+ JS_STRING = 1,
159
+ /** JS_NUMBER - Use JavaScript numbers. */
160
+ JS_NUMBER = 2,
161
+ UNRECOGNIZED = -1
162
+ }
163
+ declare const FieldOptions_JSTypeAmino: typeof FieldOptions_JSType;
164
+ declare function fieldOptions_JSTypeFromJSON(object: any): FieldOptions_JSType;
165
+ declare function fieldOptions_JSTypeToJSON(object: FieldOptions_JSType): string;
166
+ /** If set to RETENTION_SOURCE, the option will be omitted from the binary. */
167
+ declare enum FieldOptions_OptionRetention {
168
+ RETENTION_UNKNOWN = 0,
169
+ RETENTION_RUNTIME = 1,
170
+ RETENTION_SOURCE = 2,
171
+ UNRECOGNIZED = -1
172
+ }
173
+ declare const FieldOptions_OptionRetentionAmino: typeof FieldOptions_OptionRetention;
174
+ declare function fieldOptions_OptionRetentionFromJSON(object: any): FieldOptions_OptionRetention;
175
+ declare function fieldOptions_OptionRetentionToJSON(object: FieldOptions_OptionRetention): string;
176
+ /**
177
+ * This indicates the types of entities that the field may apply to when used
178
+ * as an option. If it is unset, then the field may be freely used as an
179
+ * option on any kind of entity.
180
+ */
181
+ declare enum FieldOptions_OptionTargetType {
182
+ TARGET_TYPE_UNKNOWN = 0,
183
+ TARGET_TYPE_FILE = 1,
184
+ TARGET_TYPE_EXTENSION_RANGE = 2,
185
+ TARGET_TYPE_MESSAGE = 3,
186
+ TARGET_TYPE_FIELD = 4,
187
+ TARGET_TYPE_ONEOF = 5,
188
+ TARGET_TYPE_ENUM = 6,
189
+ TARGET_TYPE_ENUM_ENTRY = 7,
190
+ TARGET_TYPE_SERVICE = 8,
191
+ TARGET_TYPE_METHOD = 9,
192
+ UNRECOGNIZED = -1
193
+ }
194
+ declare const FieldOptions_OptionTargetTypeAmino: typeof FieldOptions_OptionTargetType;
195
+ declare function fieldOptions_OptionTargetTypeFromJSON(object: any): FieldOptions_OptionTargetType;
196
+ declare function fieldOptions_OptionTargetTypeToJSON(object: FieldOptions_OptionTargetType): string;
197
+ /**
198
+ * Is this method side-effect-free (or safe in HTTP parlance), or idempotent,
199
+ * or neither? HTTP based RPC implementation may choose GET verb for safe
200
+ * methods, and PUT verb for idempotent methods instead of the default POST.
201
+ */
202
+ declare enum MethodOptions_IdempotencyLevel {
203
+ IDEMPOTENCY_UNKNOWN = 0,
204
+ /** NO_SIDE_EFFECTS - implies idempotent */
205
+ NO_SIDE_EFFECTS = 1,
206
+ /** IDEMPOTENT - idempotent, but may have side effects */
207
+ IDEMPOTENT = 2,
208
+ UNRECOGNIZED = -1
209
+ }
210
+ declare const MethodOptions_IdempotencyLevelAmino: typeof MethodOptions_IdempotencyLevel;
211
+ declare function methodOptions_IdempotencyLevelFromJSON(object: any): MethodOptions_IdempotencyLevel;
212
+ declare function methodOptions_IdempotencyLevelToJSON(object: MethodOptions_IdempotencyLevel): string;
213
+ declare enum FeatureSet_FieldPresence {
214
+ FIELD_PRESENCE_UNKNOWN = 0,
215
+ EXPLICIT = 1,
216
+ IMPLICIT = 2,
217
+ LEGACY_REQUIRED = 3,
218
+ UNRECOGNIZED = -1
219
+ }
220
+ declare const FeatureSet_FieldPresenceAmino: typeof FeatureSet_FieldPresence;
221
+ declare function featureSet_FieldPresenceFromJSON(object: any): FeatureSet_FieldPresence;
222
+ declare function featureSet_FieldPresenceToJSON(object: FeatureSet_FieldPresence): string;
223
+ declare enum FeatureSet_EnumType {
224
+ ENUM_TYPE_UNKNOWN = 0,
225
+ OPEN = 1,
226
+ CLOSED = 2,
227
+ UNRECOGNIZED = -1
228
+ }
229
+ declare const FeatureSet_EnumTypeAmino: typeof FeatureSet_EnumType;
230
+ declare function featureSet_EnumTypeFromJSON(object: any): FeatureSet_EnumType;
231
+ declare function featureSet_EnumTypeToJSON(object: FeatureSet_EnumType): string;
232
+ declare enum FeatureSet_RepeatedFieldEncoding {
233
+ REPEATED_FIELD_ENCODING_UNKNOWN = 0,
234
+ PACKED = 1,
235
+ EXPANDED = 2,
236
+ UNRECOGNIZED = -1
237
+ }
238
+ declare const FeatureSet_RepeatedFieldEncodingAmino: typeof FeatureSet_RepeatedFieldEncoding;
239
+ declare function featureSet_RepeatedFieldEncodingFromJSON(object: any): FeatureSet_RepeatedFieldEncoding;
240
+ declare function featureSet_RepeatedFieldEncodingToJSON(object: FeatureSet_RepeatedFieldEncoding): string;
241
+ declare enum FeatureSet_Utf8Validation {
242
+ UTF8_VALIDATION_UNKNOWN = 0,
243
+ VERIFY = 2,
244
+ NONE = 3,
245
+ UNRECOGNIZED = -1
246
+ }
247
+ declare const FeatureSet_Utf8ValidationAmino: typeof FeatureSet_Utf8Validation;
248
+ declare function featureSet_Utf8ValidationFromJSON(object: any): FeatureSet_Utf8Validation;
249
+ declare function featureSet_Utf8ValidationToJSON(object: FeatureSet_Utf8Validation): string;
250
+ declare enum FeatureSet_MessageEncoding {
251
+ MESSAGE_ENCODING_UNKNOWN = 0,
252
+ LENGTH_PREFIXED = 1,
253
+ DELIMITED = 2,
254
+ UNRECOGNIZED = -1
255
+ }
256
+ declare const FeatureSet_MessageEncodingAmino: typeof FeatureSet_MessageEncoding;
257
+ declare function featureSet_MessageEncodingFromJSON(object: any): FeatureSet_MessageEncoding;
258
+ declare function featureSet_MessageEncodingToJSON(object: FeatureSet_MessageEncoding): string;
259
+ declare enum FeatureSet_JsonFormat {
260
+ JSON_FORMAT_UNKNOWN = 0,
261
+ ALLOW = 1,
262
+ LEGACY_BEST_EFFORT = 2,
263
+ UNRECOGNIZED = -1
264
+ }
265
+ declare const FeatureSet_JsonFormatAmino: typeof FeatureSet_JsonFormat;
266
+ declare function featureSet_JsonFormatFromJSON(object: any): FeatureSet_JsonFormat;
267
+ declare function featureSet_JsonFormatToJSON(object: FeatureSet_JsonFormat): string;
268
+ declare enum FeatureSet_EnforceNamingStyle {
269
+ ENFORCE_NAMING_STYLE_UNKNOWN = 0,
270
+ STYLE2024 = 1,
271
+ STYLE_LEGACY = 2,
272
+ UNRECOGNIZED = -1
273
+ }
274
+ declare const FeatureSet_EnforceNamingStyleAmino: typeof FeatureSet_EnforceNamingStyle;
275
+ declare function featureSet_EnforceNamingStyleFromJSON(object: any): FeatureSet_EnforceNamingStyle;
276
+ declare function featureSet_EnforceNamingStyleToJSON(object: FeatureSet_EnforceNamingStyle): string;
277
+ declare enum FeatureSet_VisibilityFeature_DefaultSymbolVisibility {
278
+ DEFAULT_SYMBOL_VISIBILITY_UNKNOWN = 0,
279
+ /** EXPORT_ALL - Default pre-EDITION_2024, all UNSET visibility are export. */
280
+ EXPORT_ALL = 1,
281
+ /** EXPORT_TOP_LEVEL - All top-level symbols default to export, nested default to local. */
282
+ EXPORT_TOP_LEVEL = 2,
283
+ /** LOCAL_ALL - All symbols default to local. */
284
+ LOCAL_ALL = 3,
285
+ /**
286
+ * STRICT - All symbols local by default. Nested types cannot be exported.
287
+ * With special case caveat for message { enum {} reserved 1 to max; }
288
+ * This is the recommended setting for new protos.
289
+ */
290
+ STRICT = 4,
291
+ UNRECOGNIZED = -1
292
+ }
293
+ declare const FeatureSet_VisibilityFeature_DefaultSymbolVisibilityAmino: typeof FeatureSet_VisibilityFeature_DefaultSymbolVisibility;
294
+ declare function featureSet_VisibilityFeature_DefaultSymbolVisibilityFromJSON(object: any): FeatureSet_VisibilityFeature_DefaultSymbolVisibility;
295
+ declare function featureSet_VisibilityFeature_DefaultSymbolVisibilityToJSON(object: FeatureSet_VisibilityFeature_DefaultSymbolVisibility): string;
296
+ /**
297
+ * Represents the identified object's effect on the element in the original
298
+ * .proto file.
299
+ */
300
+ declare enum GeneratedCodeInfo_Annotation_Semantic {
301
+ /** NONE - There is no effect or the effect is indescribable. */
302
+ NONE = 0,
303
+ /** SET - The element is set or otherwise mutated. */
304
+ SET = 1,
305
+ /** ALIAS - An alias to the element is returned. */
306
+ ALIAS = 2,
307
+ UNRECOGNIZED = -1
308
+ }
309
+ declare const GeneratedCodeInfo_Annotation_SemanticAmino: typeof GeneratedCodeInfo_Annotation_Semantic;
310
+ declare function generatedCodeInfo_Annotation_SemanticFromJSON(object: any): GeneratedCodeInfo_Annotation_Semantic;
311
+ declare function generatedCodeInfo_Annotation_SemanticToJSON(object: GeneratedCodeInfo_Annotation_Semantic): string;
312
+ /**
313
+ * Describes the 'visibility' of a symbol with respect to the proto import
314
+ * system. Symbols can only be imported when the visibility rules do not prevent
315
+ * it (ex: local symbols cannot be imported). Visibility modifiers can only set
316
+ * on `message` and `enum` as they are the only types available to be referenced
317
+ * from other files.
318
+ */
319
+ declare enum SymbolVisibility {
320
+ VISIBILITY_UNSET = 0,
321
+ VISIBILITY_LOCAL = 1,
322
+ VISIBILITY_EXPORT = 2,
323
+ UNRECOGNIZED = -1
324
+ }
325
+ declare const SymbolVisibilityAmino: typeof SymbolVisibility;
326
+ declare function symbolVisibilityFromJSON(object: any): SymbolVisibility;
327
+ declare function symbolVisibilityToJSON(object: SymbolVisibility): string;
328
+ /**
329
+ * The protocol compiler can output a FileDescriptorSet containing the .proto
330
+ * files it parses.
331
+ * @name FileDescriptorSet
332
+ * @package google.protobuf
333
+ * @see proto type: google.protobuf.FileDescriptorSet
334
+ */
335
+ interface FileDescriptorSet {
336
+ file: FileDescriptorProto[];
337
+ }
338
+ interface FileDescriptorSetProtoMsg {
339
+ typeUrl: "/google.protobuf.FileDescriptorSet";
340
+ value: Uint8Array;
341
+ }
342
+ /**
343
+ * The protocol compiler can output a FileDescriptorSet containing the .proto
344
+ * files it parses.
345
+ * @name FileDescriptorSetAmino
346
+ * @package google.protobuf
347
+ * @see proto type: google.protobuf.FileDescriptorSet
348
+ */
349
+ interface FileDescriptorSetAmino {
350
+ file: FileDescriptorProtoAmino[];
351
+ }
352
+ interface FileDescriptorSetAminoMsg {
353
+ type: "/google.protobuf.FileDescriptorSet";
354
+ value: FileDescriptorSetAmino;
355
+ }
356
+ /**
357
+ * Describes a complete .proto file.
358
+ * @name FileDescriptorProto
359
+ * @package google.protobuf
360
+ * @see proto type: google.protobuf.FileDescriptorProto
361
+ */
362
+ interface FileDescriptorProto {
363
+ /**
364
+ * file name, relative to root of source tree
365
+ */
366
+ name: string;
367
+ /**
368
+ * e.g. "foo", "foo.bar", etc.
369
+ */
370
+ package: string;
371
+ /**
372
+ * Names of files imported by this file.
373
+ */
374
+ dependency: string[];
375
+ /**
376
+ * Indexes of the public imported files in the dependency list above.
377
+ */
378
+ publicDependency: number[];
379
+ /**
380
+ * Indexes of the weak imported files in the dependency list.
381
+ * For Google-internal migration only. Do not use.
382
+ */
383
+ weakDependency: number[];
384
+ /**
385
+ * Names of files imported by this file purely for the purpose of providing
386
+ * option extensions. These are excluded from the dependency list above.
387
+ */
388
+ optionDependency: string[];
389
+ /**
390
+ * All top-level definitions in this file.
391
+ */
392
+ messageType: DescriptorProto[];
393
+ enumType: EnumDescriptorProto[];
394
+ service: ServiceDescriptorProto[];
395
+ extension: FieldDescriptorProto[];
396
+ options?: FileOptions;
397
+ /**
398
+ * This field contains optional information about the original source code.
399
+ * You may safely remove this entire field without harming runtime
400
+ * functionality of the descriptors -- the information is needed only by
401
+ * development tools.
402
+ */
403
+ sourceCodeInfo?: SourceCodeInfo;
404
+ /**
405
+ * The syntax of the proto file.
406
+ * The supported values are "proto2", "proto3", and "editions".
407
+ *
408
+ * If `edition` is present, this value must be "editions".
409
+ * WARNING: This field should only be used by protobuf plugins or special
410
+ * cases like the proto compiler. Other uses are discouraged and
411
+ * developers should rely on the protoreflect APIs for their client language.
412
+ */
413
+ syntax: string;
414
+ /**
415
+ * The edition of the proto file.
416
+ * WARNING: This field should only be used by protobuf plugins or special
417
+ * cases like the proto compiler. Other uses are discouraged and
418
+ * developers should rely on the protoreflect APIs for their client language.
419
+ */
420
+ edition: Edition;
421
+ }
422
+ interface FileDescriptorProtoProtoMsg {
423
+ typeUrl: "/google.protobuf.FileDescriptorProto";
424
+ value: Uint8Array;
425
+ }
426
+ /**
427
+ * Describes a complete .proto file.
428
+ * @name FileDescriptorProtoAmino
429
+ * @package google.protobuf
430
+ * @see proto type: google.protobuf.FileDescriptorProto
431
+ */
432
+ interface FileDescriptorProtoAmino {
433
+ /**
434
+ * file name, relative to root of source tree
435
+ */
436
+ name: string;
437
+ /**
438
+ * e.g. "foo", "foo.bar", etc.
439
+ */
440
+ package: string;
441
+ /**
442
+ * Names of files imported by this file.
443
+ */
444
+ dependency: string[];
445
+ /**
446
+ * Indexes of the public imported files in the dependency list above.
447
+ */
448
+ public_dependency: number[];
449
+ /**
450
+ * Indexes of the weak imported files in the dependency list.
451
+ * For Google-internal migration only. Do not use.
452
+ */
453
+ weak_dependency: number[];
454
+ /**
455
+ * Names of files imported by this file purely for the purpose of providing
456
+ * option extensions. These are excluded from the dependency list above.
457
+ */
458
+ option_dependency: string[];
459
+ /**
460
+ * All top-level definitions in this file.
461
+ */
462
+ message_type: DescriptorProtoAmino[];
463
+ enum_type: EnumDescriptorProtoAmino[];
464
+ service: ServiceDescriptorProtoAmino[];
465
+ extension: FieldDescriptorProtoAmino[];
466
+ options?: FileOptionsAmino;
467
+ /**
468
+ * This field contains optional information about the original source code.
469
+ * You may safely remove this entire field without harming runtime
470
+ * functionality of the descriptors -- the information is needed only by
471
+ * development tools.
472
+ */
473
+ source_code_info?: SourceCodeInfoAmino;
474
+ /**
475
+ * The syntax of the proto file.
476
+ * The supported values are "proto2", "proto3", and "editions".
477
+ *
478
+ * If `edition` is present, this value must be "editions".
479
+ * WARNING: This field should only be used by protobuf plugins or special
480
+ * cases like the proto compiler. Other uses are discouraged and
481
+ * developers should rely on the protoreflect APIs for their client language.
482
+ */
483
+ syntax: string;
484
+ /**
485
+ * The edition of the proto file.
486
+ * WARNING: This field should only be used by protobuf plugins or special
487
+ * cases like the proto compiler. Other uses are discouraged and
488
+ * developers should rely on the protoreflect APIs for their client language.
489
+ */
490
+ edition: Edition;
491
+ }
492
+ interface FileDescriptorProtoAminoMsg {
493
+ type: "/google.protobuf.FileDescriptorProto";
494
+ value: FileDescriptorProtoAmino;
495
+ }
496
+ /**
497
+ * Describes a message type.
498
+ * @name DescriptorProto
499
+ * @package google.protobuf
500
+ * @see proto type: google.protobuf.DescriptorProto
501
+ */
502
+ interface DescriptorProto {
503
+ name: string;
504
+ field: FieldDescriptorProto[];
505
+ extension: FieldDescriptorProto[];
506
+ nestedType: DescriptorProto[];
507
+ enumType: EnumDescriptorProto[];
508
+ extensionRange: DescriptorProto_ExtensionRange[];
509
+ oneofDecl: OneofDescriptorProto[];
510
+ options?: MessageOptions;
511
+ reservedRange: DescriptorProto_ReservedRange[];
512
+ /**
513
+ * Reserved field names, which may not be used by fields in the same message.
514
+ * A given name may only be reserved once.
515
+ */
516
+ reservedName: string[];
517
+ /**
518
+ * Support for `export` and `local` keywords on enums.
519
+ */
520
+ visibility: SymbolVisibility;
521
+ }
522
+ interface DescriptorProtoProtoMsg {
523
+ typeUrl: "/google.protobuf.DescriptorProto";
524
+ value: Uint8Array;
525
+ }
526
+ /**
527
+ * Describes a message type.
528
+ * @name DescriptorProtoAmino
529
+ * @package google.protobuf
530
+ * @see proto type: google.protobuf.DescriptorProto
531
+ */
532
+ interface DescriptorProtoAmino {
533
+ name: string;
534
+ field: FieldDescriptorProtoAmino[];
535
+ extension: FieldDescriptorProtoAmino[];
536
+ nested_type: DescriptorProtoAmino[];
537
+ enum_type: EnumDescriptorProtoAmino[];
538
+ extension_range: DescriptorProto_ExtensionRangeAmino[];
539
+ oneof_decl: OneofDescriptorProtoAmino[];
540
+ options?: MessageOptionsAmino;
541
+ reserved_range: DescriptorProto_ReservedRangeAmino[];
542
+ /**
543
+ * Reserved field names, which may not be used by fields in the same message.
544
+ * A given name may only be reserved once.
545
+ */
546
+ reserved_name: string[];
547
+ /**
548
+ * Support for `export` and `local` keywords on enums.
549
+ */
550
+ visibility: SymbolVisibility;
551
+ }
552
+ interface DescriptorProtoAminoMsg {
553
+ type: "/google.protobuf.DescriptorProto";
554
+ value: DescriptorProtoAmino;
555
+ }
556
+ /**
557
+ * @name DescriptorProto_ExtensionRange
558
+ * @package google.protobuf
559
+ * @see proto type: google.protobuf.ExtensionRange
560
+ */
561
+ interface DescriptorProto_ExtensionRange {
562
+ /**
563
+ * Inclusive.
564
+ */
565
+ start: number;
566
+ /**
567
+ * Exclusive.
568
+ */
569
+ end: number;
570
+ options?: ExtensionRangeOptions;
571
+ }
572
+ interface DescriptorProto_ExtensionRangeProtoMsg {
573
+ typeUrl: "/google.protobuf.ExtensionRange";
574
+ value: Uint8Array;
575
+ }
576
+ /**
577
+ * @name DescriptorProto_ExtensionRangeAmino
578
+ * @package google.protobuf
579
+ * @see proto type: google.protobuf.DescriptorProto_ExtensionRange
580
+ */
581
+ interface DescriptorProto_ExtensionRangeAmino {
582
+ /**
583
+ * Inclusive.
584
+ */
585
+ start: number;
586
+ /**
587
+ * Exclusive.
588
+ */
589
+ end: number;
590
+ options?: ExtensionRangeOptionsAmino;
591
+ }
592
+ interface DescriptorProto_ExtensionRangeAminoMsg {
593
+ type: "/google.protobuf.ExtensionRange";
594
+ value: DescriptorProto_ExtensionRangeAmino;
595
+ }
596
+ /**
597
+ * Range of reserved tag numbers. Reserved tag numbers may not be used by
598
+ * fields or extension ranges in the same message. Reserved ranges may
599
+ * not overlap.
600
+ * @name DescriptorProto_ReservedRange
601
+ * @package google.protobuf
602
+ * @see proto type: google.protobuf.ReservedRange
603
+ */
604
+ interface DescriptorProto_ReservedRange {
605
+ /**
606
+ * Inclusive.
607
+ */
608
+ start: number;
609
+ /**
610
+ * Exclusive.
611
+ */
612
+ end: number;
613
+ }
614
+ interface DescriptorProto_ReservedRangeProtoMsg {
615
+ typeUrl: "/google.protobuf.ReservedRange";
616
+ value: Uint8Array;
617
+ }
618
+ /**
619
+ * Range of reserved tag numbers. Reserved tag numbers may not be used by
620
+ * fields or extension ranges in the same message. Reserved ranges may
621
+ * not overlap.
622
+ * @name DescriptorProto_ReservedRangeAmino
623
+ * @package google.protobuf
624
+ * @see proto type: google.protobuf.DescriptorProto_ReservedRange
625
+ */
626
+ interface DescriptorProto_ReservedRangeAmino {
627
+ /**
628
+ * Inclusive.
629
+ */
630
+ start: number;
631
+ /**
632
+ * Exclusive.
633
+ */
634
+ end: number;
635
+ }
636
+ interface DescriptorProto_ReservedRangeAminoMsg {
637
+ type: "/google.protobuf.ReservedRange";
638
+ value: DescriptorProto_ReservedRangeAmino;
639
+ }
640
+ /**
641
+ * @name ExtensionRangeOptions
642
+ * @package google.protobuf
643
+ * @see proto type: google.protobuf.ExtensionRangeOptions
644
+ */
645
+ interface ExtensionRangeOptions {
646
+ /**
647
+ * The parser stores options it doesn't recognize here. See above.
648
+ */
649
+ uninterpretedOption: UninterpretedOption[];
650
+ /**
651
+ * For external users: DO NOT USE. We are in the process of open sourcing
652
+ * extension declaration and executing internal cleanups before it can be
653
+ * used externally.
654
+ */
655
+ declaration: ExtensionRangeOptions_Declaration[];
656
+ /**
657
+ * Any features defined in the specific edition.
658
+ */
659
+ features?: FeatureSet;
660
+ /**
661
+ * The verification state of the range.
662
+ * TODO: flip the default to DECLARATION once all empty ranges
663
+ * are marked as UNVERIFIED.
664
+ */
665
+ verification: ExtensionRangeOptions_VerificationState;
666
+ }
667
+ interface ExtensionRangeOptionsProtoMsg {
668
+ typeUrl: "/google.protobuf.ExtensionRangeOptions";
669
+ value: Uint8Array;
670
+ }
671
+ /**
672
+ * @name ExtensionRangeOptionsAmino
673
+ * @package google.protobuf
674
+ * @see proto type: google.protobuf.ExtensionRangeOptions
675
+ */
676
+ interface ExtensionRangeOptionsAmino {
677
+ /**
678
+ * The parser stores options it doesn't recognize here. See above.
679
+ */
680
+ uninterpreted_option: UninterpretedOptionAmino[];
681
+ /**
682
+ * For external users: DO NOT USE. We are in the process of open sourcing
683
+ * extension declaration and executing internal cleanups before it can be
684
+ * used externally.
685
+ */
686
+ declaration: ExtensionRangeOptions_DeclarationAmino[];
687
+ /**
688
+ * Any features defined in the specific edition.
689
+ */
690
+ features?: FeatureSetAmino;
691
+ /**
692
+ * The verification state of the range.
693
+ * TODO: flip the default to DECLARATION once all empty ranges
694
+ * are marked as UNVERIFIED.
695
+ */
696
+ verification: ExtensionRangeOptions_VerificationState;
697
+ }
698
+ interface ExtensionRangeOptionsAminoMsg {
699
+ type: "/google.protobuf.ExtensionRangeOptions";
700
+ value: ExtensionRangeOptionsAmino;
701
+ }
702
+ /**
703
+ * @name ExtensionRangeOptions_Declaration
704
+ * @package google.protobuf
705
+ * @see proto type: google.protobuf.Declaration
706
+ */
707
+ interface ExtensionRangeOptions_Declaration {
708
+ /**
709
+ * The extension number declared within the extension range.
710
+ */
711
+ number: number;
712
+ /**
713
+ * The fully-qualified name of the extension field. There must be a leading
714
+ * dot in front of the full name.
715
+ */
716
+ fullName: string;
717
+ /**
718
+ * The fully-qualified type name of the extension field. Unlike
719
+ * Metadata.type, Declaration.type must have a leading dot for messages
720
+ * and enums.
721
+ */
722
+ type: string;
723
+ /**
724
+ * If true, indicates that the number is reserved in the extension range,
725
+ * and any extension field with the number will fail to compile. Set this
726
+ * when a declared extension field is deleted.
727
+ */
728
+ reserved: boolean;
729
+ /**
730
+ * If true, indicates that the extension must be defined as repeated.
731
+ * Otherwise the extension must be defined as optional.
732
+ */
733
+ repeated: boolean;
734
+ }
735
+ interface ExtensionRangeOptions_DeclarationProtoMsg {
736
+ typeUrl: "/google.protobuf.Declaration";
737
+ value: Uint8Array;
738
+ }
739
+ /**
740
+ * @name ExtensionRangeOptions_DeclarationAmino
741
+ * @package google.protobuf
742
+ * @see proto type: google.protobuf.ExtensionRangeOptions_Declaration
743
+ */
744
+ interface ExtensionRangeOptions_DeclarationAmino {
745
+ /**
746
+ * The extension number declared within the extension range.
747
+ */
748
+ number: number;
749
+ /**
750
+ * The fully-qualified name of the extension field. There must be a leading
751
+ * dot in front of the full name.
752
+ */
753
+ full_name: string;
754
+ /**
755
+ * The fully-qualified type name of the extension field. Unlike
756
+ * Metadata.type, Declaration.type must have a leading dot for messages
757
+ * and enums.
758
+ */
759
+ type: string;
760
+ /**
761
+ * If true, indicates that the number is reserved in the extension range,
762
+ * and any extension field with the number will fail to compile. Set this
763
+ * when a declared extension field is deleted.
764
+ */
765
+ reserved: boolean;
766
+ /**
767
+ * If true, indicates that the extension must be defined as repeated.
768
+ * Otherwise the extension must be defined as optional.
769
+ */
770
+ repeated: boolean;
771
+ }
772
+ interface ExtensionRangeOptions_DeclarationAminoMsg {
773
+ type: "/google.protobuf.Declaration";
774
+ value: ExtensionRangeOptions_DeclarationAmino;
775
+ }
776
+ /**
777
+ * Describes a field within a message.
778
+ * @name FieldDescriptorProto
779
+ * @package google.protobuf
780
+ * @see proto type: google.protobuf.FieldDescriptorProto
781
+ */
782
+ interface FieldDescriptorProto {
783
+ name: string;
784
+ number: number;
785
+ label: FieldDescriptorProto_Label;
786
+ /**
787
+ * If type_name is set, this need not be set. If both this and type_name
788
+ * are set, this must be one of TYPE_ENUM, TYPE_MESSAGE or TYPE_GROUP.
789
+ */
790
+ type: FieldDescriptorProto_Type;
791
+ /**
792
+ * For message and enum types, this is the name of the type. If the name
793
+ * starts with a '.', it is fully-qualified. Otherwise, C++-like scoping
794
+ * rules are used to find the type (i.e. first the nested types within this
795
+ * message are searched, then within the parent, on up to the root
796
+ * namespace).
797
+ */
798
+ typeName: string;
799
+ /**
800
+ * For extensions, this is the name of the type being extended. It is
801
+ * resolved in the same manner as type_name.
802
+ */
803
+ extendee: string;
804
+ /**
805
+ * For numeric types, contains the original text representation of the value.
806
+ * For booleans, "true" or "false".
807
+ * For strings, contains the default text contents (not escaped in any way).
808
+ * For bytes, contains the C escaped value. All bytes >= 128 are escaped.
809
+ */
810
+ defaultValue: string;
811
+ /**
812
+ * If set, gives the index of a oneof in the containing type's oneof_decl
813
+ * list. This field is a member of that oneof.
814
+ */
815
+ oneofIndex: number;
816
+ /**
817
+ * JSON name of this field. The value is set by protocol compiler. If the
818
+ * user has set a "json_name" option on this field, that option's value
819
+ * will be used. Otherwise, it's deduced from the field's name by converting
820
+ * it to camelCase.
821
+ */
822
+ jsonName: string;
823
+ options?: FieldOptions;
824
+ /**
825
+ * If true, this is a proto3 "optional". When a proto3 field is optional, it
826
+ * tracks presence regardless of field type.
827
+ *
828
+ * When proto3_optional is true, this field must belong to a oneof to signal
829
+ * to old proto3 clients that presence is tracked for this field. This oneof
830
+ * is known as a "synthetic" oneof, and this field must be its sole member
831
+ * (each proto3 optional field gets its own synthetic oneof). Synthetic oneofs
832
+ * exist in the descriptor only, and do not generate any API. Synthetic oneofs
833
+ * must be ordered after all "real" oneofs.
834
+ *
835
+ * For message fields, proto3_optional doesn't create any semantic change,
836
+ * since non-repeated message fields always track presence. However it still
837
+ * indicates the semantic detail of whether the user wrote "optional" or not.
838
+ * This can be useful for round-tripping the .proto file. For consistency we
839
+ * give message fields a synthetic oneof also, even though it is not required
840
+ * to track presence. This is especially important because the parser can't
841
+ * tell if a field is a message or an enum, so it must always create a
842
+ * synthetic oneof.
843
+ *
844
+ * Proto2 optional fields do not set this flag, because they already indicate
845
+ * optional with `LABEL_OPTIONAL`.
846
+ */
847
+ proto3Optional: boolean;
848
+ }
849
+ interface FieldDescriptorProtoProtoMsg {
850
+ typeUrl: "/google.protobuf.FieldDescriptorProto";
851
+ value: Uint8Array;
852
+ }
853
+ /**
854
+ * Describes a field within a message.
855
+ * @name FieldDescriptorProtoAmino
856
+ * @package google.protobuf
857
+ * @see proto type: google.protobuf.FieldDescriptorProto
858
+ */
859
+ interface FieldDescriptorProtoAmino {
860
+ name: string;
861
+ number: number;
862
+ label: FieldDescriptorProto_Label;
863
+ /**
864
+ * If type_name is set, this need not be set. If both this and type_name
865
+ * are set, this must be one of TYPE_ENUM, TYPE_MESSAGE or TYPE_GROUP.
866
+ */
867
+ type: FieldDescriptorProto_Type;
868
+ /**
869
+ * For message and enum types, this is the name of the type. If the name
870
+ * starts with a '.', it is fully-qualified. Otherwise, C++-like scoping
871
+ * rules are used to find the type (i.e. first the nested types within this
872
+ * message are searched, then within the parent, on up to the root
873
+ * namespace).
874
+ */
875
+ type_name: string;
876
+ /**
877
+ * For extensions, this is the name of the type being extended. It is
878
+ * resolved in the same manner as type_name.
879
+ */
880
+ extendee: string;
881
+ /**
882
+ * For numeric types, contains the original text representation of the value.
883
+ * For booleans, "true" or "false".
884
+ * For strings, contains the default text contents (not escaped in any way).
885
+ * For bytes, contains the C escaped value. All bytes >= 128 are escaped.
886
+ */
887
+ default_value: string;
888
+ /**
889
+ * If set, gives the index of a oneof in the containing type's oneof_decl
890
+ * list. This field is a member of that oneof.
891
+ */
892
+ oneof_index: number;
893
+ /**
894
+ * JSON name of this field. The value is set by protocol compiler. If the
895
+ * user has set a "json_name" option on this field, that option's value
896
+ * will be used. Otherwise, it's deduced from the field's name by converting
897
+ * it to camelCase.
898
+ */
899
+ json_name: string;
900
+ options?: FieldOptionsAmino;
901
+ /**
902
+ * If true, this is a proto3 "optional". When a proto3 field is optional, it
903
+ * tracks presence regardless of field type.
904
+ *
905
+ * When proto3_optional is true, this field must belong to a oneof to signal
906
+ * to old proto3 clients that presence is tracked for this field. This oneof
907
+ * is known as a "synthetic" oneof, and this field must be its sole member
908
+ * (each proto3 optional field gets its own synthetic oneof). Synthetic oneofs
909
+ * exist in the descriptor only, and do not generate any API. Synthetic oneofs
910
+ * must be ordered after all "real" oneofs.
911
+ *
912
+ * For message fields, proto3_optional doesn't create any semantic change,
913
+ * since non-repeated message fields always track presence. However it still
914
+ * indicates the semantic detail of whether the user wrote "optional" or not.
915
+ * This can be useful for round-tripping the .proto file. For consistency we
916
+ * give message fields a synthetic oneof also, even though it is not required
917
+ * to track presence. This is especially important because the parser can't
918
+ * tell if a field is a message or an enum, so it must always create a
919
+ * synthetic oneof.
920
+ *
921
+ * Proto2 optional fields do not set this flag, because they already indicate
922
+ * optional with `LABEL_OPTIONAL`.
923
+ */
924
+ proto3_optional: boolean;
925
+ }
926
+ interface FieldDescriptorProtoAminoMsg {
927
+ type: "/google.protobuf.FieldDescriptorProto";
928
+ value: FieldDescriptorProtoAmino;
929
+ }
930
+ /**
931
+ * Describes a oneof.
932
+ * @name OneofDescriptorProto
933
+ * @package google.protobuf
934
+ * @see proto type: google.protobuf.OneofDescriptorProto
935
+ */
936
+ interface OneofDescriptorProto {
937
+ name: string;
938
+ options?: OneofOptions;
939
+ }
940
+ interface OneofDescriptorProtoProtoMsg {
941
+ typeUrl: "/google.protobuf.OneofDescriptorProto";
942
+ value: Uint8Array;
943
+ }
944
+ /**
945
+ * Describes a oneof.
946
+ * @name OneofDescriptorProtoAmino
947
+ * @package google.protobuf
948
+ * @see proto type: google.protobuf.OneofDescriptorProto
949
+ */
950
+ interface OneofDescriptorProtoAmino {
951
+ name: string;
952
+ options?: OneofOptionsAmino;
953
+ }
954
+ interface OneofDescriptorProtoAminoMsg {
955
+ type: "/google.protobuf.OneofDescriptorProto";
956
+ value: OneofDescriptorProtoAmino;
957
+ }
958
+ /**
959
+ * Describes an enum type.
960
+ * @name EnumDescriptorProto
961
+ * @package google.protobuf
962
+ * @see proto type: google.protobuf.EnumDescriptorProto
963
+ */
964
+ interface EnumDescriptorProto {
965
+ name: string;
966
+ value: EnumValueDescriptorProto[];
967
+ options?: EnumOptions;
968
+ /**
969
+ * Range of reserved numeric values. Reserved numeric values may not be used
970
+ * by enum values in the same enum declaration. Reserved ranges may not
971
+ * overlap.
972
+ */
973
+ reservedRange: EnumDescriptorProto_EnumReservedRange[];
974
+ /**
975
+ * Reserved enum value names, which may not be reused. A given name may only
976
+ * be reserved once.
977
+ */
978
+ reservedName: string[];
979
+ /**
980
+ * Support for `export` and `local` keywords on enums.
981
+ */
982
+ visibility: SymbolVisibility;
983
+ }
984
+ interface EnumDescriptorProtoProtoMsg {
985
+ typeUrl: "/google.protobuf.EnumDescriptorProto";
986
+ value: Uint8Array;
987
+ }
988
+ /**
989
+ * Describes an enum type.
990
+ * @name EnumDescriptorProtoAmino
991
+ * @package google.protobuf
992
+ * @see proto type: google.protobuf.EnumDescriptorProto
993
+ */
994
+ interface EnumDescriptorProtoAmino {
995
+ name: string;
996
+ value: EnumValueDescriptorProtoAmino[];
997
+ options?: EnumOptionsAmino;
998
+ /**
999
+ * Range of reserved numeric values. Reserved numeric values may not be used
1000
+ * by enum values in the same enum declaration. Reserved ranges may not
1001
+ * overlap.
1002
+ */
1003
+ reserved_range: EnumDescriptorProto_EnumReservedRangeAmino[];
1004
+ /**
1005
+ * Reserved enum value names, which may not be reused. A given name may only
1006
+ * be reserved once.
1007
+ */
1008
+ reserved_name: string[];
1009
+ /**
1010
+ * Support for `export` and `local` keywords on enums.
1011
+ */
1012
+ visibility: SymbolVisibility;
1013
+ }
1014
+ interface EnumDescriptorProtoAminoMsg {
1015
+ type: "/google.protobuf.EnumDescriptorProto";
1016
+ value: EnumDescriptorProtoAmino;
1017
+ }
1018
+ /**
1019
+ * Range of reserved numeric values. Reserved values may not be used by
1020
+ * entries in the same enum. Reserved ranges may not overlap.
1021
+ *
1022
+ * Note that this is distinct from DescriptorProto.ReservedRange in that it
1023
+ * is inclusive such that it can appropriately represent the entire int32
1024
+ * domain.
1025
+ * @name EnumDescriptorProto_EnumReservedRange
1026
+ * @package google.protobuf
1027
+ * @see proto type: google.protobuf.EnumReservedRange
1028
+ */
1029
+ interface EnumDescriptorProto_EnumReservedRange {
1030
+ /**
1031
+ * Inclusive.
1032
+ */
1033
+ start: number;
1034
+ /**
1035
+ * Inclusive.
1036
+ */
1037
+ end: number;
1038
+ }
1039
+ interface EnumDescriptorProto_EnumReservedRangeProtoMsg {
1040
+ typeUrl: "/google.protobuf.EnumReservedRange";
1041
+ value: Uint8Array;
1042
+ }
1043
+ /**
1044
+ * Range of reserved numeric values. Reserved values may not be used by
1045
+ * entries in the same enum. Reserved ranges may not overlap.
1046
+ *
1047
+ * Note that this is distinct from DescriptorProto.ReservedRange in that it
1048
+ * is inclusive such that it can appropriately represent the entire int32
1049
+ * domain.
1050
+ * @name EnumDescriptorProto_EnumReservedRangeAmino
1051
+ * @package google.protobuf
1052
+ * @see proto type: google.protobuf.EnumDescriptorProto_EnumReservedRange
1053
+ */
1054
+ interface EnumDescriptorProto_EnumReservedRangeAmino {
1055
+ /**
1056
+ * Inclusive.
1057
+ */
1058
+ start: number;
1059
+ /**
1060
+ * Inclusive.
1061
+ */
1062
+ end: number;
1063
+ }
1064
+ interface EnumDescriptorProto_EnumReservedRangeAminoMsg {
1065
+ type: "/google.protobuf.EnumReservedRange";
1066
+ value: EnumDescriptorProto_EnumReservedRangeAmino;
1067
+ }
1068
+ /**
1069
+ * Describes a value within an enum.
1070
+ * @name EnumValueDescriptorProto
1071
+ * @package google.protobuf
1072
+ * @see proto type: google.protobuf.EnumValueDescriptorProto
1073
+ */
1074
+ interface EnumValueDescriptorProto {
1075
+ name: string;
1076
+ number: number;
1077
+ options?: EnumValueOptions;
1078
+ }
1079
+ interface EnumValueDescriptorProtoProtoMsg {
1080
+ typeUrl: "/google.protobuf.EnumValueDescriptorProto";
1081
+ value: Uint8Array;
1082
+ }
1083
+ /**
1084
+ * Describes a value within an enum.
1085
+ * @name EnumValueDescriptorProtoAmino
1086
+ * @package google.protobuf
1087
+ * @see proto type: google.protobuf.EnumValueDescriptorProto
1088
+ */
1089
+ interface EnumValueDescriptorProtoAmino {
1090
+ name: string;
1091
+ number: number;
1092
+ options?: EnumValueOptionsAmino;
1093
+ }
1094
+ interface EnumValueDescriptorProtoAminoMsg {
1095
+ type: "/google.protobuf.EnumValueDescriptorProto";
1096
+ value: EnumValueDescriptorProtoAmino;
1097
+ }
1098
+ /**
1099
+ * Describes a service.
1100
+ * @name ServiceDescriptorProto
1101
+ * @package google.protobuf
1102
+ * @see proto type: google.protobuf.ServiceDescriptorProto
1103
+ */
1104
+ interface ServiceDescriptorProto {
1105
+ name: string;
1106
+ method: MethodDescriptorProto[];
1107
+ options?: ServiceOptions;
1108
+ }
1109
+ interface ServiceDescriptorProtoProtoMsg {
1110
+ typeUrl: "/google.protobuf.ServiceDescriptorProto";
1111
+ value: Uint8Array;
1112
+ }
1113
+ /**
1114
+ * Describes a service.
1115
+ * @name ServiceDescriptorProtoAmino
1116
+ * @package google.protobuf
1117
+ * @see proto type: google.protobuf.ServiceDescriptorProto
1118
+ */
1119
+ interface ServiceDescriptorProtoAmino {
1120
+ name: string;
1121
+ method: MethodDescriptorProtoAmino[];
1122
+ options?: ServiceOptionsAmino;
1123
+ }
1124
+ interface ServiceDescriptorProtoAminoMsg {
1125
+ type: "/google.protobuf.ServiceDescriptorProto";
1126
+ value: ServiceDescriptorProtoAmino;
1127
+ }
1128
+ /**
1129
+ * Describes a method of a service.
1130
+ * @name MethodDescriptorProto
1131
+ * @package google.protobuf
1132
+ * @see proto type: google.protobuf.MethodDescriptorProto
1133
+ */
1134
+ interface MethodDescriptorProto {
1135
+ name: string;
1136
+ /**
1137
+ * Input and output type names. These are resolved in the same way as
1138
+ * FieldDescriptorProto.type_name, but must refer to a message type.
1139
+ */
1140
+ inputType: string;
1141
+ outputType: string;
1142
+ options?: MethodOptions;
1143
+ /**
1144
+ * Identifies if client streams multiple client messages
1145
+ */
1146
+ clientStreaming: boolean;
1147
+ /**
1148
+ * Identifies if server streams multiple server messages
1149
+ */
1150
+ serverStreaming: boolean;
1151
+ }
1152
+ interface MethodDescriptorProtoProtoMsg {
1153
+ typeUrl: "/google.protobuf.MethodDescriptorProto";
1154
+ value: Uint8Array;
1155
+ }
1156
+ /**
1157
+ * Describes a method of a service.
1158
+ * @name MethodDescriptorProtoAmino
1159
+ * @package google.protobuf
1160
+ * @see proto type: google.protobuf.MethodDescriptorProto
1161
+ */
1162
+ interface MethodDescriptorProtoAmino {
1163
+ name: string;
1164
+ /**
1165
+ * Input and output type names. These are resolved in the same way as
1166
+ * FieldDescriptorProto.type_name, but must refer to a message type.
1167
+ */
1168
+ input_type: string;
1169
+ output_type: string;
1170
+ options?: MethodOptionsAmino;
1171
+ /**
1172
+ * Identifies if client streams multiple client messages
1173
+ */
1174
+ client_streaming: boolean;
1175
+ /**
1176
+ * Identifies if server streams multiple server messages
1177
+ */
1178
+ server_streaming: boolean;
1179
+ }
1180
+ interface MethodDescriptorProtoAminoMsg {
1181
+ type: "/google.protobuf.MethodDescriptorProto";
1182
+ value: MethodDescriptorProtoAmino;
1183
+ }
1184
+ /**
1185
+ * @name FileOptions
1186
+ * @package google.protobuf
1187
+ * @see proto type: google.protobuf.FileOptions
1188
+ */
1189
+ interface FileOptions {
1190
+ /**
1191
+ * Sets the Java package where classes generated from this .proto will be
1192
+ * placed. By default, the proto package is used, but this is often
1193
+ * inappropriate because proto packages do not normally start with backwards
1194
+ * domain names.
1195
+ */
1196
+ javaPackage: string;
1197
+ /**
1198
+ * Controls the name of the wrapper Java class generated for the .proto file.
1199
+ * That class will always contain the .proto file's getDescriptor() method as
1200
+ * well as any top-level extensions defined in the .proto file.
1201
+ * If java_multiple_files is disabled, then all the other classes from the
1202
+ * .proto file will be nested inside the single wrapper outer class.
1203
+ */
1204
+ javaOuterClassname: string;
1205
+ /**
1206
+ * If enabled, then the Java code generator will generate a separate .java
1207
+ * file for each top-level message, enum, and service defined in the .proto
1208
+ * file. Thus, these types will *not* be nested inside the wrapper class
1209
+ * named by java_outer_classname. However, the wrapper class will still be
1210
+ * generated to contain the file's getDescriptor() method as well as any
1211
+ * top-level extensions defined in the file.
1212
+ */
1213
+ javaMultipleFiles: boolean;
1214
+ /**
1215
+ * This option does nothing.
1216
+ * @deprecated
1217
+ */
1218
+ javaGenerateEqualsAndHash: boolean;
1219
+ /**
1220
+ * A proto2 file can set this to true to opt in to UTF-8 checking for Java,
1221
+ * which will throw an exception if invalid UTF-8 is parsed from the wire or
1222
+ * assigned to a string field.
1223
+ *
1224
+ * TODO: clarify exactly what kinds of field types this option
1225
+ * applies to, and update these docs accordingly.
1226
+ *
1227
+ * Proto3 files already perform these checks. Setting the option explicitly to
1228
+ * false has no effect: it cannot be used to opt proto3 files out of UTF-8
1229
+ * checks.
1230
+ */
1231
+ javaStringCheckUtf8: boolean;
1232
+ optimizeFor: FileOptions_OptimizeMode;
1233
+ /**
1234
+ * Sets the Go package where structs generated from this .proto will be
1235
+ * placed. If omitted, the Go package will be derived from the following:
1236
+ * - The basename of the package import path, if provided.
1237
+ * - Otherwise, the package statement in the .proto file, if present.
1238
+ * - Otherwise, the basename of the .proto file, without extension.
1239
+ */
1240
+ goPackage: string;
1241
+ /**
1242
+ * Should generic services be generated in each language? "Generic" services
1243
+ * are not specific to any particular RPC system. They are generated by the
1244
+ * main code generators in each language (without additional plugins).
1245
+ * Generic services were the only kind of service generation supported by
1246
+ * early versions of google.protobuf.
1247
+ *
1248
+ * Generic services are now considered deprecated in favor of using plugins
1249
+ * that generate code specific to your particular RPC system. Therefore,
1250
+ * these default to false. Old code which depends on generic services should
1251
+ * explicitly set them to true.
1252
+ */
1253
+ ccGenericServices: boolean;
1254
+ javaGenericServices: boolean;
1255
+ pyGenericServices: boolean;
1256
+ /**
1257
+ * Is this file deprecated?
1258
+ * Depending on the target platform, this can emit Deprecated annotations
1259
+ * for everything in the file, or it will be completely ignored; in the very
1260
+ * least, this is a formalization for deprecating files.
1261
+ */
1262
+ deprecated: boolean;
1263
+ /**
1264
+ * Enables the use of arenas for the proto messages in this file. This applies
1265
+ * only to generated classes for C++.
1266
+ */
1267
+ ccEnableArenas: boolean;
1268
+ /**
1269
+ * Sets the objective c class prefix which is prepended to all objective c
1270
+ * generated classes from this .proto. There is no default.
1271
+ */
1272
+ objcClassPrefix: string;
1273
+ /**
1274
+ * Namespace for generated classes; defaults to the package.
1275
+ */
1276
+ csharpNamespace: string;
1277
+ /**
1278
+ * By default Swift generators will take the proto package and CamelCase it
1279
+ * replacing '.' with underscore and use that to prefix the types/symbols
1280
+ * defined. When this options is provided, they will use this value instead
1281
+ * to prefix the types/symbols defined.
1282
+ */
1283
+ swiftPrefix: string;
1284
+ /**
1285
+ * Sets the php class prefix which is prepended to all php generated classes
1286
+ * from this .proto. Default is empty.
1287
+ */
1288
+ phpClassPrefix: string;
1289
+ /**
1290
+ * Use this option to change the namespace of php generated classes. Default
1291
+ * is empty. When this option is empty, the package name will be used for
1292
+ * determining the namespace.
1293
+ */
1294
+ phpNamespace: string;
1295
+ /**
1296
+ * Use this option to change the namespace of php generated metadata classes.
1297
+ * Default is empty. When this option is empty, the proto file name will be
1298
+ * used for determining the namespace.
1299
+ */
1300
+ phpMetadataNamespace: string;
1301
+ /**
1302
+ * Use this option to change the package of ruby generated classes. Default
1303
+ * is empty. When this option is not set, the package name will be used for
1304
+ * determining the ruby package.
1305
+ */
1306
+ rubyPackage: string;
1307
+ /**
1308
+ * Any features defined in the specific edition.
1309
+ * WARNING: This field should only be used by protobuf plugins or special
1310
+ * cases like the proto compiler. Other uses are discouraged and
1311
+ * developers should rely on the protoreflect APIs for their client language.
1312
+ */
1313
+ features?: FeatureSet;
1314
+ /**
1315
+ * The parser stores options it doesn't recognize here.
1316
+ * See the documentation for the "Options" section above.
1317
+ */
1318
+ uninterpretedOption: UninterpretedOption[];
1319
+ }
1320
+ interface FileOptionsProtoMsg {
1321
+ typeUrl: "/google.protobuf.FileOptions";
1322
+ value: Uint8Array;
1323
+ }
1324
+ /**
1325
+ * @name FileOptionsAmino
1326
+ * @package google.protobuf
1327
+ * @see proto type: google.protobuf.FileOptions
1328
+ */
1329
+ interface FileOptionsAmino {
1330
+ /**
1331
+ * Sets the Java package where classes generated from this .proto will be
1332
+ * placed. By default, the proto package is used, but this is often
1333
+ * inappropriate because proto packages do not normally start with backwards
1334
+ * domain names.
1335
+ */
1336
+ java_package: string;
1337
+ /**
1338
+ * Controls the name of the wrapper Java class generated for the .proto file.
1339
+ * That class will always contain the .proto file's getDescriptor() method as
1340
+ * well as any top-level extensions defined in the .proto file.
1341
+ * If java_multiple_files is disabled, then all the other classes from the
1342
+ * .proto file will be nested inside the single wrapper outer class.
1343
+ */
1344
+ java_outer_classname: string;
1345
+ /**
1346
+ * If enabled, then the Java code generator will generate a separate .java
1347
+ * file for each top-level message, enum, and service defined in the .proto
1348
+ * file. Thus, these types will *not* be nested inside the wrapper class
1349
+ * named by java_outer_classname. However, the wrapper class will still be
1350
+ * generated to contain the file's getDescriptor() method as well as any
1351
+ * top-level extensions defined in the file.
1352
+ */
1353
+ java_multiple_files: boolean;
1354
+ /**
1355
+ * This option does nothing.
1356
+ * @deprecated
1357
+ */
1358
+ java_generate_equals_and_hash: boolean;
1359
+ /**
1360
+ * A proto2 file can set this to true to opt in to UTF-8 checking for Java,
1361
+ * which will throw an exception if invalid UTF-8 is parsed from the wire or
1362
+ * assigned to a string field.
1363
+ *
1364
+ * TODO: clarify exactly what kinds of field types this option
1365
+ * applies to, and update these docs accordingly.
1366
+ *
1367
+ * Proto3 files already perform these checks. Setting the option explicitly to
1368
+ * false has no effect: it cannot be used to opt proto3 files out of UTF-8
1369
+ * checks.
1370
+ */
1371
+ java_string_check_utf8: boolean;
1372
+ optimize_for: FileOptions_OptimizeMode;
1373
+ /**
1374
+ * Sets the Go package where structs generated from this .proto will be
1375
+ * placed. If omitted, the Go package will be derived from the following:
1376
+ * - The basename of the package import path, if provided.
1377
+ * - Otherwise, the package statement in the .proto file, if present.
1378
+ * - Otherwise, the basename of the .proto file, without extension.
1379
+ */
1380
+ go_package: string;
1381
+ /**
1382
+ * Should generic services be generated in each language? "Generic" services
1383
+ * are not specific to any particular RPC system. They are generated by the
1384
+ * main code generators in each language (without additional plugins).
1385
+ * Generic services were the only kind of service generation supported by
1386
+ * early versions of google.protobuf.
1387
+ *
1388
+ * Generic services are now considered deprecated in favor of using plugins
1389
+ * that generate code specific to your particular RPC system. Therefore,
1390
+ * these default to false. Old code which depends on generic services should
1391
+ * explicitly set them to true.
1392
+ */
1393
+ cc_generic_services: boolean;
1394
+ java_generic_services: boolean;
1395
+ py_generic_services: boolean;
1396
+ /**
1397
+ * Is this file deprecated?
1398
+ * Depending on the target platform, this can emit Deprecated annotations
1399
+ * for everything in the file, or it will be completely ignored; in the very
1400
+ * least, this is a formalization for deprecating files.
1401
+ */
1402
+ deprecated: boolean;
1403
+ /**
1404
+ * Enables the use of arenas for the proto messages in this file. This applies
1405
+ * only to generated classes for C++.
1406
+ */
1407
+ cc_enable_arenas: boolean;
1408
+ /**
1409
+ * Sets the objective c class prefix which is prepended to all objective c
1410
+ * generated classes from this .proto. There is no default.
1411
+ */
1412
+ objc_class_prefix: string;
1413
+ /**
1414
+ * Namespace for generated classes; defaults to the package.
1415
+ */
1416
+ csharp_namespace: string;
1417
+ /**
1418
+ * By default Swift generators will take the proto package and CamelCase it
1419
+ * replacing '.' with underscore and use that to prefix the types/symbols
1420
+ * defined. When this options is provided, they will use this value instead
1421
+ * to prefix the types/symbols defined.
1422
+ */
1423
+ swift_prefix: string;
1424
+ /**
1425
+ * Sets the php class prefix which is prepended to all php generated classes
1426
+ * from this .proto. Default is empty.
1427
+ */
1428
+ php_class_prefix: string;
1429
+ /**
1430
+ * Use this option to change the namespace of php generated classes. Default
1431
+ * is empty. When this option is empty, the package name will be used for
1432
+ * determining the namespace.
1433
+ */
1434
+ php_namespace: string;
1435
+ /**
1436
+ * Use this option to change the namespace of php generated metadata classes.
1437
+ * Default is empty. When this option is empty, the proto file name will be
1438
+ * used for determining the namespace.
1439
+ */
1440
+ php_metadata_namespace: string;
1441
+ /**
1442
+ * Use this option to change the package of ruby generated classes. Default
1443
+ * is empty. When this option is not set, the package name will be used for
1444
+ * determining the ruby package.
1445
+ */
1446
+ ruby_package: string;
1447
+ /**
1448
+ * Any features defined in the specific edition.
1449
+ * WARNING: This field should only be used by protobuf plugins or special
1450
+ * cases like the proto compiler. Other uses are discouraged and
1451
+ * developers should rely on the protoreflect APIs for their client language.
1452
+ */
1453
+ features?: FeatureSetAmino;
1454
+ /**
1455
+ * The parser stores options it doesn't recognize here.
1456
+ * See the documentation for the "Options" section above.
1457
+ */
1458
+ uninterpreted_option: UninterpretedOptionAmino[];
1459
+ }
1460
+ interface FileOptionsAminoMsg {
1461
+ type: "/google.protobuf.FileOptions";
1462
+ value: FileOptionsAmino;
1463
+ }
1464
+ /**
1465
+ * @name MessageOptions
1466
+ * @package google.protobuf
1467
+ * @see proto type: google.protobuf.MessageOptions
1468
+ */
1469
+ interface MessageOptions {
1470
+ /**
1471
+ * Set true to use the old proto1 MessageSet wire format for extensions.
1472
+ * This is provided for backwards-compatibility with the MessageSet wire
1473
+ * format. You should not use this for any other reason: It's less
1474
+ * efficient, has fewer features, and is more complicated.
1475
+ *
1476
+ * The message must be defined exactly as follows:
1477
+ * message Foo {
1478
+ * option message_set_wire_format = true;
1479
+ * extensions 4 to max;
1480
+ * }
1481
+ * Note that the message cannot have any defined fields; MessageSets only
1482
+ * have extensions.
1483
+ *
1484
+ * All extensions of your type must be singular messages; e.g. they cannot
1485
+ * be int32s, enums, or repeated messages.
1486
+ *
1487
+ * Because this is an option, the above two restrictions are not enforced by
1488
+ * the protocol compiler.
1489
+ */
1490
+ messageSetWireFormat: boolean;
1491
+ /**
1492
+ * Disables the generation of the standard "descriptor()" accessor, which can
1493
+ * conflict with a field of the same name. This is meant to make migration
1494
+ * from proto1 easier; new code should avoid fields named "descriptor".
1495
+ */
1496
+ noStandardDescriptorAccessor: boolean;
1497
+ /**
1498
+ * Is this message deprecated?
1499
+ * Depending on the target platform, this can emit Deprecated annotations
1500
+ * for the message, or it will be completely ignored; in the very least,
1501
+ * this is a formalization for deprecating messages.
1502
+ */
1503
+ deprecated: boolean;
1504
+ /**
1505
+ * Whether the message is an automatically generated map entry type for the
1506
+ * maps field.
1507
+ *
1508
+ * For maps fields:
1509
+ * map<KeyType, ValueType> map_field = 1;
1510
+ * The parsed descriptor looks like:
1511
+ * message MapFieldEntry {
1512
+ * option map_entry = true;
1513
+ * optional KeyType key = 1;
1514
+ * optional ValueType value = 2;
1515
+ * }
1516
+ * repeated MapFieldEntry map_field = 1;
1517
+ *
1518
+ * Implementations may choose not to generate the map_entry=true message, but
1519
+ * use a native map in the target language to hold the keys and values.
1520
+ * The reflection APIs in such implementations still need to work as
1521
+ * if the field is a repeated message field.
1522
+ *
1523
+ * NOTE: Do not set the option in .proto files. Always use the maps syntax
1524
+ * instead. The option should only be implicitly set by the proto compiler
1525
+ * parser.
1526
+ */
1527
+ mapEntry: boolean;
1528
+ /**
1529
+ * Enable the legacy handling of JSON field name conflicts. This lowercases
1530
+ * and strips underscored from the fields before comparison in proto3 only.
1531
+ * The new behavior takes `json_name` into account and applies to proto2 as
1532
+ * well.
1533
+ *
1534
+ * This should only be used as a temporary measure against broken builds due
1535
+ * to the change in behavior for JSON field name conflicts.
1536
+ *
1537
+ * TODO This is legacy behavior we plan to remove once downstream
1538
+ * teams have had time to migrate.
1539
+ * @deprecated
1540
+ */
1541
+ deprecatedLegacyJsonFieldConflicts: boolean;
1542
+ /**
1543
+ * Any features defined in the specific edition.
1544
+ * WARNING: This field should only be used by protobuf plugins or special
1545
+ * cases like the proto compiler. Other uses are discouraged and
1546
+ * developers should rely on the protoreflect APIs for their client language.
1547
+ */
1548
+ features?: FeatureSet;
1549
+ /**
1550
+ * The parser stores options it doesn't recognize here. See above.
1551
+ */
1552
+ uninterpretedOption: UninterpretedOption[];
1553
+ }
1554
+ interface MessageOptionsProtoMsg {
1555
+ typeUrl: "/google.protobuf.MessageOptions";
1556
+ value: Uint8Array;
1557
+ }
1558
+ /**
1559
+ * @name MessageOptionsAmino
1560
+ * @package google.protobuf
1561
+ * @see proto type: google.protobuf.MessageOptions
1562
+ */
1563
+ interface MessageOptionsAmino {
1564
+ /**
1565
+ * Set true to use the old proto1 MessageSet wire format for extensions.
1566
+ * This is provided for backwards-compatibility with the MessageSet wire
1567
+ * format. You should not use this for any other reason: It's less
1568
+ * efficient, has fewer features, and is more complicated.
1569
+ *
1570
+ * The message must be defined exactly as follows:
1571
+ * message Foo {
1572
+ * option message_set_wire_format = true;
1573
+ * extensions 4 to max;
1574
+ * }
1575
+ * Note that the message cannot have any defined fields; MessageSets only
1576
+ * have extensions.
1577
+ *
1578
+ * All extensions of your type must be singular messages; e.g. they cannot
1579
+ * be int32s, enums, or repeated messages.
1580
+ *
1581
+ * Because this is an option, the above two restrictions are not enforced by
1582
+ * the protocol compiler.
1583
+ */
1584
+ message_set_wire_format: boolean;
1585
+ /**
1586
+ * Disables the generation of the standard "descriptor()" accessor, which can
1587
+ * conflict with a field of the same name. This is meant to make migration
1588
+ * from proto1 easier; new code should avoid fields named "descriptor".
1589
+ */
1590
+ no_standard_descriptor_accessor: boolean;
1591
+ /**
1592
+ * Is this message deprecated?
1593
+ * Depending on the target platform, this can emit Deprecated annotations
1594
+ * for the message, or it will be completely ignored; in the very least,
1595
+ * this is a formalization for deprecating messages.
1596
+ */
1597
+ deprecated: boolean;
1598
+ /**
1599
+ * Whether the message is an automatically generated map entry type for the
1600
+ * maps field.
1601
+ *
1602
+ * For maps fields:
1603
+ * map<KeyType, ValueType> map_field = 1;
1604
+ * The parsed descriptor looks like:
1605
+ * message MapFieldEntry {
1606
+ * option map_entry = true;
1607
+ * optional KeyType key = 1;
1608
+ * optional ValueType value = 2;
1609
+ * }
1610
+ * repeated MapFieldEntry map_field = 1;
1611
+ *
1612
+ * Implementations may choose not to generate the map_entry=true message, but
1613
+ * use a native map in the target language to hold the keys and values.
1614
+ * The reflection APIs in such implementations still need to work as
1615
+ * if the field is a repeated message field.
1616
+ *
1617
+ * NOTE: Do not set the option in .proto files. Always use the maps syntax
1618
+ * instead. The option should only be implicitly set by the proto compiler
1619
+ * parser.
1620
+ */
1621
+ map_entry: boolean;
1622
+ /**
1623
+ * Enable the legacy handling of JSON field name conflicts. This lowercases
1624
+ * and strips underscored from the fields before comparison in proto3 only.
1625
+ * The new behavior takes `json_name` into account and applies to proto2 as
1626
+ * well.
1627
+ *
1628
+ * This should only be used as a temporary measure against broken builds due
1629
+ * to the change in behavior for JSON field name conflicts.
1630
+ *
1631
+ * TODO This is legacy behavior we plan to remove once downstream
1632
+ * teams have had time to migrate.
1633
+ * @deprecated
1634
+ */
1635
+ deprecated_legacy_json_field_conflicts: boolean;
1636
+ /**
1637
+ * Any features defined in the specific edition.
1638
+ * WARNING: This field should only be used by protobuf plugins or special
1639
+ * cases like the proto compiler. Other uses are discouraged and
1640
+ * developers should rely on the protoreflect APIs for their client language.
1641
+ */
1642
+ features?: FeatureSetAmino;
1643
+ /**
1644
+ * The parser stores options it doesn't recognize here. See above.
1645
+ */
1646
+ uninterpreted_option: UninterpretedOptionAmino[];
1647
+ }
1648
+ interface MessageOptionsAminoMsg {
1649
+ type: "/google.protobuf.MessageOptions";
1650
+ value: MessageOptionsAmino;
1651
+ }
1652
+ /**
1653
+ * @name FieldOptions
1654
+ * @package google.protobuf
1655
+ * @see proto type: google.protobuf.FieldOptions
1656
+ */
1657
+ interface FieldOptions {
1658
+ /**
1659
+ * NOTE: ctype is deprecated. Use `features.(pb.cpp).string_type` instead.
1660
+ * The ctype option instructs the C++ code generator to use a different
1661
+ * representation of the field than it normally would. See the specific
1662
+ * options below. This option is only implemented to support use of
1663
+ * [ctype=CORD] and [ctype=STRING] (the default) on non-repeated fields of
1664
+ * type "bytes" in the open source release.
1665
+ * TODO: make ctype actually deprecated.
1666
+ */
1667
+ ctype: FieldOptions_CType;
1668
+ /**
1669
+ * The packed option can be enabled for repeated primitive fields to enable
1670
+ * a more efficient representation on the wire. Rather than repeatedly
1671
+ * writing the tag and type for each element, the entire array is encoded as
1672
+ * a single length-delimited blob. In proto3, only explicit setting it to
1673
+ * false will avoid using packed encoding. This option is prohibited in
1674
+ * Editions, but the `repeated_field_encoding` feature can be used to control
1675
+ * the behavior.
1676
+ */
1677
+ packed: boolean;
1678
+ /**
1679
+ * The jstype option determines the JavaScript type used for values of the
1680
+ * field. The option is permitted only for 64 bit integral and fixed types
1681
+ * (int64, uint64, sint64, fixed64, sfixed64). A field with jstype JS_STRING
1682
+ * is represented as JavaScript string, which avoids loss of precision that
1683
+ * can happen when a large value is converted to a floating point JavaScript.
1684
+ * Specifying JS_NUMBER for the jstype causes the generated JavaScript code to
1685
+ * use the JavaScript "number" type. The behavior of the default option
1686
+ * JS_NORMAL is implementation dependent.
1687
+ *
1688
+ * This option is an enum to permit additional types to be added, e.g.
1689
+ * goog.math.Integer.
1690
+ */
1691
+ jstype: FieldOptions_JSType;
1692
+ /**
1693
+ * Should this field be parsed lazily? Lazy applies only to message-type
1694
+ * fields. It means that when the outer message is initially parsed, the
1695
+ * inner message's contents will not be parsed but instead stored in encoded
1696
+ * form. The inner message will actually be parsed when it is first accessed.
1697
+ *
1698
+ * This is only a hint. Implementations are free to choose whether to use
1699
+ * eager or lazy parsing regardless of the value of this option. However,
1700
+ * setting this option true suggests that the protocol author believes that
1701
+ * using lazy parsing on this field is worth the additional bookkeeping
1702
+ * overhead typically needed to implement it.
1703
+ *
1704
+ * This option does not affect the public interface of any generated code;
1705
+ * all method signatures remain the same. Furthermore, thread-safety of the
1706
+ * interface is not affected by this option; const methods remain safe to
1707
+ * call from multiple threads concurrently, while non-const methods continue
1708
+ * to require exclusive access.
1709
+ *
1710
+ * Note that lazy message fields are still eagerly verified to check
1711
+ * ill-formed wireformat or missing required fields. Calling IsInitialized()
1712
+ * on the outer message would fail if the inner message has missing required
1713
+ * fields. Failed verification would result in parsing failure (except when
1714
+ * uninitialized messages are acceptable).
1715
+ */
1716
+ lazy: boolean;
1717
+ /**
1718
+ * unverified_lazy does no correctness checks on the byte stream. This should
1719
+ * only be used where lazy with verification is prohibitive for performance
1720
+ * reasons.
1721
+ */
1722
+ unverifiedLazy: boolean;
1723
+ /**
1724
+ * Is this field deprecated?
1725
+ * Depending on the target platform, this can emit Deprecated annotations
1726
+ * for accessors, or it will be completely ignored; in the very least, this
1727
+ * is a formalization for deprecating fields.
1728
+ */
1729
+ deprecated: boolean;
1730
+ /**
1731
+ * DEPRECATED. DO NOT USE!
1732
+ * For Google-internal migration only. Do not use.
1733
+ * @deprecated
1734
+ */
1735
+ weak: boolean;
1736
+ /**
1737
+ * Indicate that the field value should not be printed out when using debug
1738
+ * formats, e.g. when the field contains sensitive credentials.
1739
+ */
1740
+ debugRedact: boolean;
1741
+ retention: FieldOptions_OptionRetention;
1742
+ targets: FieldOptions_OptionTargetType[];
1743
+ editionDefaults: FieldOptions_EditionDefault[];
1744
+ /**
1745
+ * Any features defined in the specific edition.
1746
+ * WARNING: This field should only be used by protobuf plugins or special
1747
+ * cases like the proto compiler. Other uses are discouraged and
1748
+ * developers should rely on the protoreflect APIs for their client language.
1749
+ */
1750
+ features?: FeatureSet;
1751
+ featureSupport?: FieldOptions_FeatureSupport;
1752
+ /**
1753
+ * The parser stores options it doesn't recognize here. See above.
1754
+ */
1755
+ uninterpretedOption: UninterpretedOption[];
1756
+ }
1757
+ interface FieldOptionsProtoMsg {
1758
+ typeUrl: "/google.protobuf.FieldOptions";
1759
+ value: Uint8Array;
1760
+ }
1761
+ /**
1762
+ * @name FieldOptionsAmino
1763
+ * @package google.protobuf
1764
+ * @see proto type: google.protobuf.FieldOptions
1765
+ */
1766
+ interface FieldOptionsAmino {
1767
+ /**
1768
+ * NOTE: ctype is deprecated. Use `features.(pb.cpp).string_type` instead.
1769
+ * The ctype option instructs the C++ code generator to use a different
1770
+ * representation of the field than it normally would. See the specific
1771
+ * options below. This option is only implemented to support use of
1772
+ * [ctype=CORD] and [ctype=STRING] (the default) on non-repeated fields of
1773
+ * type "bytes" in the open source release.
1774
+ * TODO: make ctype actually deprecated.
1775
+ */
1776
+ ctype: FieldOptions_CType;
1777
+ /**
1778
+ * The packed option can be enabled for repeated primitive fields to enable
1779
+ * a more efficient representation on the wire. Rather than repeatedly
1780
+ * writing the tag and type for each element, the entire array is encoded as
1781
+ * a single length-delimited blob. In proto3, only explicit setting it to
1782
+ * false will avoid using packed encoding. This option is prohibited in
1783
+ * Editions, but the `repeated_field_encoding` feature can be used to control
1784
+ * the behavior.
1785
+ */
1786
+ packed: boolean;
1787
+ /**
1788
+ * The jstype option determines the JavaScript type used for values of the
1789
+ * field. The option is permitted only for 64 bit integral and fixed types
1790
+ * (int64, uint64, sint64, fixed64, sfixed64). A field with jstype JS_STRING
1791
+ * is represented as JavaScript string, which avoids loss of precision that
1792
+ * can happen when a large value is converted to a floating point JavaScript.
1793
+ * Specifying JS_NUMBER for the jstype causes the generated JavaScript code to
1794
+ * use the JavaScript "number" type. The behavior of the default option
1795
+ * JS_NORMAL is implementation dependent.
1796
+ *
1797
+ * This option is an enum to permit additional types to be added, e.g.
1798
+ * goog.math.Integer.
1799
+ */
1800
+ jstype: FieldOptions_JSType;
1801
+ /**
1802
+ * Should this field be parsed lazily? Lazy applies only to message-type
1803
+ * fields. It means that when the outer message is initially parsed, the
1804
+ * inner message's contents will not be parsed but instead stored in encoded
1805
+ * form. The inner message will actually be parsed when it is first accessed.
1806
+ *
1807
+ * This is only a hint. Implementations are free to choose whether to use
1808
+ * eager or lazy parsing regardless of the value of this option. However,
1809
+ * setting this option true suggests that the protocol author believes that
1810
+ * using lazy parsing on this field is worth the additional bookkeeping
1811
+ * overhead typically needed to implement it.
1812
+ *
1813
+ * This option does not affect the public interface of any generated code;
1814
+ * all method signatures remain the same. Furthermore, thread-safety of the
1815
+ * interface is not affected by this option; const methods remain safe to
1816
+ * call from multiple threads concurrently, while non-const methods continue
1817
+ * to require exclusive access.
1818
+ *
1819
+ * Note that lazy message fields are still eagerly verified to check
1820
+ * ill-formed wireformat or missing required fields. Calling IsInitialized()
1821
+ * on the outer message would fail if the inner message has missing required
1822
+ * fields. Failed verification would result in parsing failure (except when
1823
+ * uninitialized messages are acceptable).
1824
+ */
1825
+ lazy: boolean;
1826
+ /**
1827
+ * unverified_lazy does no correctness checks on the byte stream. This should
1828
+ * only be used where lazy with verification is prohibitive for performance
1829
+ * reasons.
1830
+ */
1831
+ unverified_lazy: boolean;
1832
+ /**
1833
+ * Is this field deprecated?
1834
+ * Depending on the target platform, this can emit Deprecated annotations
1835
+ * for accessors, or it will be completely ignored; in the very least, this
1836
+ * is a formalization for deprecating fields.
1837
+ */
1838
+ deprecated: boolean;
1839
+ /**
1840
+ * DEPRECATED. DO NOT USE!
1841
+ * For Google-internal migration only. Do not use.
1842
+ * @deprecated
1843
+ */
1844
+ weak: boolean;
1845
+ /**
1846
+ * Indicate that the field value should not be printed out when using debug
1847
+ * formats, e.g. when the field contains sensitive credentials.
1848
+ */
1849
+ debug_redact: boolean;
1850
+ retention: FieldOptions_OptionRetention;
1851
+ targets: FieldOptions_OptionTargetType[];
1852
+ edition_defaults: FieldOptions_EditionDefaultAmino[];
1853
+ /**
1854
+ * Any features defined in the specific edition.
1855
+ * WARNING: This field should only be used by protobuf plugins or special
1856
+ * cases like the proto compiler. Other uses are discouraged and
1857
+ * developers should rely on the protoreflect APIs for their client language.
1858
+ */
1859
+ features?: FeatureSetAmino;
1860
+ feature_support?: FieldOptions_FeatureSupportAmino;
1861
+ /**
1862
+ * The parser stores options it doesn't recognize here. See above.
1863
+ */
1864
+ uninterpreted_option: UninterpretedOptionAmino[];
1865
+ }
1866
+ interface FieldOptionsAminoMsg {
1867
+ type: "/google.protobuf.FieldOptions";
1868
+ value: FieldOptionsAmino;
1869
+ }
1870
+ /**
1871
+ * @name FieldOptions_EditionDefault
1872
+ * @package google.protobuf
1873
+ * @see proto type: google.protobuf.EditionDefault
1874
+ */
1875
+ interface FieldOptions_EditionDefault {
1876
+ edition: Edition;
1877
+ /**
1878
+ * Textproto value.
1879
+ */
1880
+ value: string;
1881
+ }
1882
+ interface FieldOptions_EditionDefaultProtoMsg {
1883
+ typeUrl: "/google.protobuf.EditionDefault";
1884
+ value: Uint8Array;
1885
+ }
1886
+ /**
1887
+ * @name FieldOptions_EditionDefaultAmino
1888
+ * @package google.protobuf
1889
+ * @see proto type: google.protobuf.FieldOptions_EditionDefault
1890
+ */
1891
+ interface FieldOptions_EditionDefaultAmino {
1892
+ edition: Edition;
1893
+ /**
1894
+ * Textproto value.
1895
+ */
1896
+ value: string;
1897
+ }
1898
+ interface FieldOptions_EditionDefaultAminoMsg {
1899
+ type: "/google.protobuf.EditionDefault";
1900
+ value: FieldOptions_EditionDefaultAmino;
1901
+ }
1902
+ /**
1903
+ * Information about the support window of a feature.
1904
+ * @name FieldOptions_FeatureSupport
1905
+ * @package google.protobuf
1906
+ * @see proto type: google.protobuf.FeatureSupport
1907
+ */
1908
+ interface FieldOptions_FeatureSupport {
1909
+ /**
1910
+ * The edition that this feature was first available in. In editions
1911
+ * earlier than this one, the default assigned to EDITION_LEGACY will be
1912
+ * used, and proto files will not be able to override it.
1913
+ */
1914
+ editionIntroduced: Edition;
1915
+ /**
1916
+ * The edition this feature becomes deprecated in. Using this after this
1917
+ * edition may trigger warnings.
1918
+ */
1919
+ editionDeprecated: Edition;
1920
+ /**
1921
+ * The deprecation warning text if this feature is used after the edition it
1922
+ * was marked deprecated in.
1923
+ */
1924
+ deprecationWarning: string;
1925
+ /**
1926
+ * The edition this feature is no longer available in. In editions after
1927
+ * this one, the last default assigned will be used, and proto files will
1928
+ * not be able to override it.
1929
+ */
1930
+ editionRemoved: Edition;
1931
+ /**
1932
+ * The removal error text if this feature is used after the edition it was
1933
+ * removed in.
1934
+ */
1935
+ removalError: string;
1936
+ }
1937
+ interface FieldOptions_FeatureSupportProtoMsg {
1938
+ typeUrl: "/google.protobuf.FeatureSupport";
1939
+ value: Uint8Array;
1940
+ }
1941
+ /**
1942
+ * Information about the support window of a feature.
1943
+ * @name FieldOptions_FeatureSupportAmino
1944
+ * @package google.protobuf
1945
+ * @see proto type: google.protobuf.FieldOptions_FeatureSupport
1946
+ */
1947
+ interface FieldOptions_FeatureSupportAmino {
1948
+ /**
1949
+ * The edition that this feature was first available in. In editions
1950
+ * earlier than this one, the default assigned to EDITION_LEGACY will be
1951
+ * used, and proto files will not be able to override it.
1952
+ */
1953
+ edition_introduced: Edition;
1954
+ /**
1955
+ * The edition this feature becomes deprecated in. Using this after this
1956
+ * edition may trigger warnings.
1957
+ */
1958
+ edition_deprecated: Edition;
1959
+ /**
1960
+ * The deprecation warning text if this feature is used after the edition it
1961
+ * was marked deprecated in.
1962
+ */
1963
+ deprecation_warning: string;
1964
+ /**
1965
+ * The edition this feature is no longer available in. In editions after
1966
+ * this one, the last default assigned will be used, and proto files will
1967
+ * not be able to override it.
1968
+ */
1969
+ edition_removed: Edition;
1970
+ /**
1971
+ * The removal error text if this feature is used after the edition it was
1972
+ * removed in.
1973
+ */
1974
+ removal_error: string;
1975
+ }
1976
+ interface FieldOptions_FeatureSupportAminoMsg {
1977
+ type: "/google.protobuf.FeatureSupport";
1978
+ value: FieldOptions_FeatureSupportAmino;
1979
+ }
1980
+ /**
1981
+ * @name OneofOptions
1982
+ * @package google.protobuf
1983
+ * @see proto type: google.protobuf.OneofOptions
1984
+ */
1985
+ interface OneofOptions {
1986
+ /**
1987
+ * Any features defined in the specific edition.
1988
+ * WARNING: This field should only be used by protobuf plugins or special
1989
+ * cases like the proto compiler. Other uses are discouraged and
1990
+ * developers should rely on the protoreflect APIs for their client language.
1991
+ */
1992
+ features?: FeatureSet;
1993
+ /**
1994
+ * The parser stores options it doesn't recognize here. See above.
1995
+ */
1996
+ uninterpretedOption: UninterpretedOption[];
1997
+ }
1998
+ interface OneofOptionsProtoMsg {
1999
+ typeUrl: "/google.protobuf.OneofOptions";
2000
+ value: Uint8Array;
2001
+ }
2002
+ /**
2003
+ * @name OneofOptionsAmino
2004
+ * @package google.protobuf
2005
+ * @see proto type: google.protobuf.OneofOptions
2006
+ */
2007
+ interface OneofOptionsAmino {
2008
+ /**
2009
+ * Any features defined in the specific edition.
2010
+ * WARNING: This field should only be used by protobuf plugins or special
2011
+ * cases like the proto compiler. Other uses are discouraged and
2012
+ * developers should rely on the protoreflect APIs for their client language.
2013
+ */
2014
+ features?: FeatureSetAmino;
2015
+ /**
2016
+ * The parser stores options it doesn't recognize here. See above.
2017
+ */
2018
+ uninterpreted_option: UninterpretedOptionAmino[];
2019
+ }
2020
+ interface OneofOptionsAminoMsg {
2021
+ type: "/google.protobuf.OneofOptions";
2022
+ value: OneofOptionsAmino;
2023
+ }
2024
+ /**
2025
+ * @name EnumOptions
2026
+ * @package google.protobuf
2027
+ * @see proto type: google.protobuf.EnumOptions
2028
+ */
2029
+ interface EnumOptions {
2030
+ /**
2031
+ * Set this option to true to allow mapping different tag names to the same
2032
+ * value.
2033
+ */
2034
+ allowAlias: boolean;
2035
+ /**
2036
+ * Is this enum deprecated?
2037
+ * Depending on the target platform, this can emit Deprecated annotations
2038
+ * for the enum, or it will be completely ignored; in the very least, this
2039
+ * is a formalization for deprecating enums.
2040
+ */
2041
+ deprecated: boolean;
2042
+ /**
2043
+ * Enable the legacy handling of JSON field name conflicts. This lowercases
2044
+ * and strips underscored from the fields before comparison in proto3 only.
2045
+ * The new behavior takes `json_name` into account and applies to proto2 as
2046
+ * well.
2047
+ * TODO Remove this legacy behavior once downstream teams have
2048
+ * had time to migrate.
2049
+ * @deprecated
2050
+ */
2051
+ deprecatedLegacyJsonFieldConflicts: boolean;
2052
+ /**
2053
+ * Any features defined in the specific edition.
2054
+ * WARNING: This field should only be used by protobuf plugins or special
2055
+ * cases like the proto compiler. Other uses are discouraged and
2056
+ * developers should rely on the protoreflect APIs for their client language.
2057
+ */
2058
+ features?: FeatureSet;
2059
+ /**
2060
+ * The parser stores options it doesn't recognize here. See above.
2061
+ */
2062
+ uninterpretedOption: UninterpretedOption[];
2063
+ }
2064
+ interface EnumOptionsProtoMsg {
2065
+ typeUrl: "/google.protobuf.EnumOptions";
2066
+ value: Uint8Array;
2067
+ }
2068
+ /**
2069
+ * @name EnumOptionsAmino
2070
+ * @package google.protobuf
2071
+ * @see proto type: google.protobuf.EnumOptions
2072
+ */
2073
+ interface EnumOptionsAmino {
2074
+ /**
2075
+ * Set this option to true to allow mapping different tag names to the same
2076
+ * value.
2077
+ */
2078
+ allow_alias: boolean;
2079
+ /**
2080
+ * Is this enum deprecated?
2081
+ * Depending on the target platform, this can emit Deprecated annotations
2082
+ * for the enum, or it will be completely ignored; in the very least, this
2083
+ * is a formalization for deprecating enums.
2084
+ */
2085
+ deprecated: boolean;
2086
+ /**
2087
+ * Enable the legacy handling of JSON field name conflicts. This lowercases
2088
+ * and strips underscored from the fields before comparison in proto3 only.
2089
+ * The new behavior takes `json_name` into account and applies to proto2 as
2090
+ * well.
2091
+ * TODO Remove this legacy behavior once downstream teams have
2092
+ * had time to migrate.
2093
+ * @deprecated
2094
+ */
2095
+ deprecated_legacy_json_field_conflicts: boolean;
2096
+ /**
2097
+ * Any features defined in the specific edition.
2098
+ * WARNING: This field should only be used by protobuf plugins or special
2099
+ * cases like the proto compiler. Other uses are discouraged and
2100
+ * developers should rely on the protoreflect APIs for their client language.
2101
+ */
2102
+ features?: FeatureSetAmino;
2103
+ /**
2104
+ * The parser stores options it doesn't recognize here. See above.
2105
+ */
2106
+ uninterpreted_option: UninterpretedOptionAmino[];
2107
+ }
2108
+ interface EnumOptionsAminoMsg {
2109
+ type: "/google.protobuf.EnumOptions";
2110
+ value: EnumOptionsAmino;
2111
+ }
2112
+ /**
2113
+ * @name EnumValueOptions
2114
+ * @package google.protobuf
2115
+ * @see proto type: google.protobuf.EnumValueOptions
2116
+ */
2117
+ interface EnumValueOptions {
2118
+ /**
2119
+ * Is this enum value deprecated?
2120
+ * Depending on the target platform, this can emit Deprecated annotations
2121
+ * for the enum value, or it will be completely ignored; in the very least,
2122
+ * this is a formalization for deprecating enum values.
2123
+ */
2124
+ deprecated: boolean;
2125
+ /**
2126
+ * Any features defined in the specific edition.
2127
+ * WARNING: This field should only be used by protobuf plugins or special
2128
+ * cases like the proto compiler. Other uses are discouraged and
2129
+ * developers should rely on the protoreflect APIs for their client language.
2130
+ */
2131
+ features?: FeatureSet;
2132
+ /**
2133
+ * Indicate that fields annotated with this enum value should not be printed
2134
+ * out when using debug formats, e.g. when the field contains sensitive
2135
+ * credentials.
2136
+ */
2137
+ debugRedact: boolean;
2138
+ /**
2139
+ * Information about the support window of a feature value.
2140
+ */
2141
+ featureSupport?: FieldOptions_FeatureSupport;
2142
+ /**
2143
+ * The parser stores options it doesn't recognize here. See above.
2144
+ */
2145
+ uninterpretedOption: UninterpretedOption[];
2146
+ }
2147
+ interface EnumValueOptionsProtoMsg {
2148
+ typeUrl: "/google.protobuf.EnumValueOptions";
2149
+ value: Uint8Array;
2150
+ }
2151
+ /**
2152
+ * @name EnumValueOptionsAmino
2153
+ * @package google.protobuf
2154
+ * @see proto type: google.protobuf.EnumValueOptions
2155
+ */
2156
+ interface EnumValueOptionsAmino {
2157
+ /**
2158
+ * Is this enum value deprecated?
2159
+ * Depending on the target platform, this can emit Deprecated annotations
2160
+ * for the enum value, or it will be completely ignored; in the very least,
2161
+ * this is a formalization for deprecating enum values.
2162
+ */
2163
+ deprecated: boolean;
2164
+ /**
2165
+ * Any features defined in the specific edition.
2166
+ * WARNING: This field should only be used by protobuf plugins or special
2167
+ * cases like the proto compiler. Other uses are discouraged and
2168
+ * developers should rely on the protoreflect APIs for their client language.
2169
+ */
2170
+ features?: FeatureSetAmino;
2171
+ /**
2172
+ * Indicate that fields annotated with this enum value should not be printed
2173
+ * out when using debug formats, e.g. when the field contains sensitive
2174
+ * credentials.
2175
+ */
2176
+ debug_redact: boolean;
2177
+ /**
2178
+ * Information about the support window of a feature value.
2179
+ */
2180
+ feature_support?: FieldOptions_FeatureSupportAmino;
2181
+ /**
2182
+ * The parser stores options it doesn't recognize here. See above.
2183
+ */
2184
+ uninterpreted_option: UninterpretedOptionAmino[];
2185
+ }
2186
+ interface EnumValueOptionsAminoMsg {
2187
+ type: "/google.protobuf.EnumValueOptions";
2188
+ value: EnumValueOptionsAmino;
2189
+ }
2190
+ /**
2191
+ * @name ServiceOptions
2192
+ * @package google.protobuf
2193
+ * @see proto type: google.protobuf.ServiceOptions
2194
+ */
2195
+ interface ServiceOptions {
2196
+ /**
2197
+ * Any features defined in the specific edition.
2198
+ * WARNING: This field should only be used by protobuf plugins or special
2199
+ * cases like the proto compiler. Other uses are discouraged and
2200
+ * developers should rely on the protoreflect APIs for their client language.
2201
+ */
2202
+ features?: FeatureSet;
2203
+ /**
2204
+ * Is this service deprecated?
2205
+ * Depending on the target platform, this can emit Deprecated annotations
2206
+ * for the service, or it will be completely ignored; in the very least,
2207
+ * this is a formalization for deprecating services.
2208
+ */
2209
+ deprecated: boolean;
2210
+ /**
2211
+ * The parser stores options it doesn't recognize here. See above.
2212
+ */
2213
+ uninterpretedOption: UninterpretedOption[];
2214
+ }
2215
+ interface ServiceOptionsProtoMsg {
2216
+ typeUrl: "/google.protobuf.ServiceOptions";
2217
+ value: Uint8Array;
2218
+ }
2219
+ /**
2220
+ * @name ServiceOptionsAmino
2221
+ * @package google.protobuf
2222
+ * @see proto type: google.protobuf.ServiceOptions
2223
+ */
2224
+ interface ServiceOptionsAmino {
2225
+ /**
2226
+ * Any features defined in the specific edition.
2227
+ * WARNING: This field should only be used by protobuf plugins or special
2228
+ * cases like the proto compiler. Other uses are discouraged and
2229
+ * developers should rely on the protoreflect APIs for their client language.
2230
+ */
2231
+ features?: FeatureSetAmino;
2232
+ /**
2233
+ * Is this service deprecated?
2234
+ * Depending on the target platform, this can emit Deprecated annotations
2235
+ * for the service, or it will be completely ignored; in the very least,
2236
+ * this is a formalization for deprecating services.
2237
+ */
2238
+ deprecated: boolean;
2239
+ /**
2240
+ * The parser stores options it doesn't recognize here. See above.
2241
+ */
2242
+ uninterpreted_option: UninterpretedOptionAmino[];
2243
+ }
2244
+ interface ServiceOptionsAminoMsg {
2245
+ type: "/google.protobuf.ServiceOptions";
2246
+ value: ServiceOptionsAmino;
2247
+ }
2248
+ /**
2249
+ * @name MethodOptions
2250
+ * @package google.protobuf
2251
+ * @see proto type: google.protobuf.MethodOptions
2252
+ */
2253
+ interface MethodOptions {
2254
+ /**
2255
+ * Is this method deprecated?
2256
+ * Depending on the target platform, this can emit Deprecated annotations
2257
+ * for the method, or it will be completely ignored; in the very least,
2258
+ * this is a formalization for deprecating methods.
2259
+ */
2260
+ deprecated: boolean;
2261
+ idempotencyLevel: MethodOptions_IdempotencyLevel;
2262
+ /**
2263
+ * Any features defined in the specific edition.
2264
+ * WARNING: This field should only be used by protobuf plugins or special
2265
+ * cases like the proto compiler. Other uses are discouraged and
2266
+ * developers should rely on the protoreflect APIs for their client language.
2267
+ */
2268
+ features?: FeatureSet;
2269
+ /**
2270
+ * The parser stores options it doesn't recognize here. See above.
2271
+ */
2272
+ uninterpretedOption: UninterpretedOption[];
2273
+ }
2274
+ interface MethodOptionsProtoMsg {
2275
+ typeUrl: "/google.protobuf.MethodOptions";
2276
+ value: Uint8Array;
2277
+ }
2278
+ /**
2279
+ * @name MethodOptionsAmino
2280
+ * @package google.protobuf
2281
+ * @see proto type: google.protobuf.MethodOptions
2282
+ */
2283
+ interface MethodOptionsAmino {
2284
+ /**
2285
+ * Is this method deprecated?
2286
+ * Depending on the target platform, this can emit Deprecated annotations
2287
+ * for the method, or it will be completely ignored; in the very least,
2288
+ * this is a formalization for deprecating methods.
2289
+ */
2290
+ deprecated: boolean;
2291
+ idempotency_level: MethodOptions_IdempotencyLevel;
2292
+ /**
2293
+ * Any features defined in the specific edition.
2294
+ * WARNING: This field should only be used by protobuf plugins or special
2295
+ * cases like the proto compiler. Other uses are discouraged and
2296
+ * developers should rely on the protoreflect APIs for their client language.
2297
+ */
2298
+ features?: FeatureSetAmino;
2299
+ /**
2300
+ * The parser stores options it doesn't recognize here. See above.
2301
+ */
2302
+ uninterpreted_option: UninterpretedOptionAmino[];
2303
+ }
2304
+ interface MethodOptionsAminoMsg {
2305
+ type: "/google.protobuf.MethodOptions";
2306
+ value: MethodOptionsAmino;
2307
+ }
2308
+ /**
2309
+ * A message representing a option the parser does not recognize. This only
2310
+ * appears in options protos created by the compiler::Parser class.
2311
+ * DescriptorPool resolves these when building Descriptor objects. Therefore,
2312
+ * options protos in descriptor objects (e.g. returned by Descriptor::options(),
2313
+ * or produced by Descriptor::CopyTo()) will never have UninterpretedOptions
2314
+ * in them.
2315
+ * @name UninterpretedOption
2316
+ * @package google.protobuf
2317
+ * @see proto type: google.protobuf.UninterpretedOption
2318
+ */
2319
+ interface UninterpretedOption {
2320
+ name: UninterpretedOption_NamePart[];
2321
+ /**
2322
+ * The value of the uninterpreted option, in whatever type the tokenizer
2323
+ * identified it as during parsing. Exactly one of these should be set.
2324
+ */
2325
+ identifierValue: string;
2326
+ positiveIntValue: bigint;
2327
+ negativeIntValue: bigint;
2328
+ doubleValue: number;
2329
+ stringValue: Uint8Array;
2330
+ aggregateValue: string;
2331
+ }
2332
+ interface UninterpretedOptionProtoMsg {
2333
+ typeUrl: "/google.protobuf.UninterpretedOption";
2334
+ value: Uint8Array;
2335
+ }
2336
+ /**
2337
+ * A message representing a option the parser does not recognize. This only
2338
+ * appears in options protos created by the compiler::Parser class.
2339
+ * DescriptorPool resolves these when building Descriptor objects. Therefore,
2340
+ * options protos in descriptor objects (e.g. returned by Descriptor::options(),
2341
+ * or produced by Descriptor::CopyTo()) will never have UninterpretedOptions
2342
+ * in them.
2343
+ * @name UninterpretedOptionAmino
2344
+ * @package google.protobuf
2345
+ * @see proto type: google.protobuf.UninterpretedOption
2346
+ */
2347
+ interface UninterpretedOptionAmino {
2348
+ name: UninterpretedOption_NamePartAmino[];
2349
+ /**
2350
+ * The value of the uninterpreted option, in whatever type the tokenizer
2351
+ * identified it as during parsing. Exactly one of these should be set.
2352
+ */
2353
+ identifier_value: string;
2354
+ positive_int_value: string;
2355
+ negative_int_value: string;
2356
+ double_value: number;
2357
+ string_value: string;
2358
+ aggregate_value: string;
2359
+ }
2360
+ interface UninterpretedOptionAminoMsg {
2361
+ type: "/google.protobuf.UninterpretedOption";
2362
+ value: UninterpretedOptionAmino;
2363
+ }
2364
+ /**
2365
+ * The name of the uninterpreted option. Each string represents a segment in
2366
+ * a dot-separated name. is_extension is true iff a segment represents an
2367
+ * extension (denoted with parentheses in options specs in .proto files).
2368
+ * E.g.,{ ["foo", false], ["bar.baz", true], ["moo", false] } represents
2369
+ * "foo.(bar.baz).moo".
2370
+ * @name UninterpretedOption_NamePart
2371
+ * @package google.protobuf
2372
+ * @see proto type: google.protobuf.NamePart
2373
+ */
2374
+ interface UninterpretedOption_NamePart {
2375
+ namePart: string;
2376
+ isExtension: boolean;
2377
+ }
2378
+ interface UninterpretedOption_NamePartProtoMsg {
2379
+ typeUrl: "/google.protobuf.NamePart";
2380
+ value: Uint8Array;
2381
+ }
2382
+ /**
2383
+ * The name of the uninterpreted option. Each string represents a segment in
2384
+ * a dot-separated name. is_extension is true iff a segment represents an
2385
+ * extension (denoted with parentheses in options specs in .proto files).
2386
+ * E.g.,{ ["foo", false], ["bar.baz", true], ["moo", false] } represents
2387
+ * "foo.(bar.baz).moo".
2388
+ * @name UninterpretedOption_NamePartAmino
2389
+ * @package google.protobuf
2390
+ * @see proto type: google.protobuf.UninterpretedOption_NamePart
2391
+ */
2392
+ interface UninterpretedOption_NamePartAmino {
2393
+ name_part: string;
2394
+ is_extension: boolean;
2395
+ }
2396
+ interface UninterpretedOption_NamePartAminoMsg {
2397
+ type: "/google.protobuf.NamePart";
2398
+ value: UninterpretedOption_NamePartAmino;
2399
+ }
2400
+ /**
2401
+ * TODO Enums in C++ gencode (and potentially other languages) are
2402
+ * not well scoped. This means that each of the feature enums below can clash
2403
+ * with each other. The short names we've chosen maximize call-site
2404
+ * readability, but leave us very open to this scenario. A future feature will
2405
+ * be designed and implemented to handle this, hopefully before we ever hit a
2406
+ * conflict here.
2407
+ * @name FeatureSet
2408
+ * @package google.protobuf
2409
+ * @see proto type: google.protobuf.FeatureSet
2410
+ */
2411
+ interface FeatureSet {
2412
+ fieldPresence: FeatureSet_FieldPresence;
2413
+ enumType: FeatureSet_EnumType;
2414
+ repeatedFieldEncoding: FeatureSet_RepeatedFieldEncoding;
2415
+ utf8Validation: FeatureSet_Utf8Validation;
2416
+ messageEncoding: FeatureSet_MessageEncoding;
2417
+ jsonFormat: FeatureSet_JsonFormat;
2418
+ enforceNamingStyle: FeatureSet_EnforceNamingStyle;
2419
+ }
2420
+ interface FeatureSetProtoMsg {
2421
+ typeUrl: "/google.protobuf.FeatureSet";
2422
+ value: Uint8Array;
2423
+ }
2424
+ /**
2425
+ * TODO Enums in C++ gencode (and potentially other languages) are
2426
+ * not well scoped. This means that each of the feature enums below can clash
2427
+ * with each other. The short names we've chosen maximize call-site
2428
+ * readability, but leave us very open to this scenario. A future feature will
2429
+ * be designed and implemented to handle this, hopefully before we ever hit a
2430
+ * conflict here.
2431
+ * @name FeatureSetAmino
2432
+ * @package google.protobuf
2433
+ * @see proto type: google.protobuf.FeatureSet
2434
+ */
2435
+ interface FeatureSetAmino {
2436
+ field_presence: FeatureSet_FieldPresence;
2437
+ enum_type: FeatureSet_EnumType;
2438
+ repeated_field_encoding: FeatureSet_RepeatedFieldEncoding;
2439
+ utf8_validation: FeatureSet_Utf8Validation;
2440
+ message_encoding: FeatureSet_MessageEncoding;
2441
+ json_format: FeatureSet_JsonFormat;
2442
+ enforce_naming_style: FeatureSet_EnforceNamingStyle;
2443
+ }
2444
+ interface FeatureSetAminoMsg {
2445
+ type: "/google.protobuf.FeatureSet";
2446
+ value: FeatureSetAmino;
2447
+ }
2448
+ /**
2449
+ * @name FeatureSet_VisibilityFeature
2450
+ * @package google.protobuf
2451
+ * @see proto type: google.protobuf.VisibilityFeature
2452
+ */
2453
+ interface FeatureSet_VisibilityFeature {}
2454
+ interface FeatureSet_VisibilityFeatureProtoMsg {
2455
+ typeUrl: "/google.protobuf.VisibilityFeature";
2456
+ value: Uint8Array;
2457
+ }
2458
+ /**
2459
+ * @name FeatureSet_VisibilityFeatureAmino
2460
+ * @package google.protobuf
2461
+ * @see proto type: google.protobuf.FeatureSet_VisibilityFeature
2462
+ */
2463
+ interface FeatureSet_VisibilityFeatureAmino {}
2464
+ interface FeatureSet_VisibilityFeatureAminoMsg {
2465
+ type: "/google.protobuf.VisibilityFeature";
2466
+ value: FeatureSet_VisibilityFeatureAmino;
2467
+ }
2468
+ /**
2469
+ * A compiled specification for the defaults of a set of features. These
2470
+ * messages are generated from FeatureSet extensions and can be used to seed
2471
+ * feature resolution. The resolution with this object becomes a simple search
2472
+ * for the closest matching edition, followed by proto merges.
2473
+ * @name FeatureSetDefaults
2474
+ * @package google.protobuf
2475
+ * @see proto type: google.protobuf.FeatureSetDefaults
2476
+ */
2477
+ interface FeatureSetDefaults {
2478
+ defaults: FeatureSetDefaults_FeatureSetEditionDefault[];
2479
+ /**
2480
+ * The minimum supported edition (inclusive) when this was constructed.
2481
+ * Editions before this will not have defaults.
2482
+ */
2483
+ minimumEdition: Edition;
2484
+ /**
2485
+ * The maximum known edition (inclusive) when this was constructed. Editions
2486
+ * after this will not have reliable defaults.
2487
+ */
2488
+ maximumEdition: Edition;
2489
+ }
2490
+ interface FeatureSetDefaultsProtoMsg {
2491
+ typeUrl: "/google.protobuf.FeatureSetDefaults";
2492
+ value: Uint8Array;
2493
+ }
2494
+ /**
2495
+ * A compiled specification for the defaults of a set of features. These
2496
+ * messages are generated from FeatureSet extensions and can be used to seed
2497
+ * feature resolution. The resolution with this object becomes a simple search
2498
+ * for the closest matching edition, followed by proto merges.
2499
+ * @name FeatureSetDefaultsAmino
2500
+ * @package google.protobuf
2501
+ * @see proto type: google.protobuf.FeatureSetDefaults
2502
+ */
2503
+ interface FeatureSetDefaultsAmino {
2504
+ defaults: FeatureSetDefaults_FeatureSetEditionDefaultAmino[];
2505
+ /**
2506
+ * The minimum supported edition (inclusive) when this was constructed.
2507
+ * Editions before this will not have defaults.
2508
+ */
2509
+ minimum_edition: Edition;
2510
+ /**
2511
+ * The maximum known edition (inclusive) when this was constructed. Editions
2512
+ * after this will not have reliable defaults.
2513
+ */
2514
+ maximum_edition: Edition;
2515
+ }
2516
+ interface FeatureSetDefaultsAminoMsg {
2517
+ type: "/google.protobuf.FeatureSetDefaults";
2518
+ value: FeatureSetDefaultsAmino;
2519
+ }
2520
+ /**
2521
+ * A map from every known edition with a unique set of defaults to its
2522
+ * defaults. Not all editions may be contained here. For a given edition,
2523
+ * the defaults at the closest matching edition ordered at or before it should
2524
+ * be used. This field must be in strict ascending order by edition.
2525
+ * @name FeatureSetDefaults_FeatureSetEditionDefault
2526
+ * @package google.protobuf
2527
+ * @see proto type: google.protobuf.FeatureSetEditionDefault
2528
+ */
2529
+ interface FeatureSetDefaults_FeatureSetEditionDefault {
2530
+ edition: Edition;
2531
+ /**
2532
+ * Defaults of features that can be overridden in this edition.
2533
+ */
2534
+ overridableFeatures?: FeatureSet;
2535
+ /**
2536
+ * Defaults of features that can't be overridden in this edition.
2537
+ */
2538
+ fixedFeatures?: FeatureSet;
2539
+ }
2540
+ interface FeatureSetDefaults_FeatureSetEditionDefaultProtoMsg {
2541
+ typeUrl: "/google.protobuf.FeatureSetEditionDefault";
2542
+ value: Uint8Array;
2543
+ }
2544
+ /**
2545
+ * A map from every known edition with a unique set of defaults to its
2546
+ * defaults. Not all editions may be contained here. For a given edition,
2547
+ * the defaults at the closest matching edition ordered at or before it should
2548
+ * be used. This field must be in strict ascending order by edition.
2549
+ * @name FeatureSetDefaults_FeatureSetEditionDefaultAmino
2550
+ * @package google.protobuf
2551
+ * @see proto type: google.protobuf.FeatureSetDefaults_FeatureSetEditionDefault
2552
+ */
2553
+ interface FeatureSetDefaults_FeatureSetEditionDefaultAmino {
2554
+ edition: Edition;
2555
+ /**
2556
+ * Defaults of features that can be overridden in this edition.
2557
+ */
2558
+ overridable_features?: FeatureSetAmino;
2559
+ /**
2560
+ * Defaults of features that can't be overridden in this edition.
2561
+ */
2562
+ fixed_features?: FeatureSetAmino;
2563
+ }
2564
+ interface FeatureSetDefaults_FeatureSetEditionDefaultAminoMsg {
2565
+ type: "/google.protobuf.FeatureSetEditionDefault";
2566
+ value: FeatureSetDefaults_FeatureSetEditionDefaultAmino;
2567
+ }
2568
+ /**
2569
+ * Encapsulates information about the original source file from which a
2570
+ * FileDescriptorProto was generated.
2571
+ * @name SourceCodeInfo
2572
+ * @package google.protobuf
2573
+ * @see proto type: google.protobuf.SourceCodeInfo
2574
+ */
2575
+ interface SourceCodeInfo {
2576
+ /**
2577
+ * A Location identifies a piece of source code in a .proto file which
2578
+ * corresponds to a particular definition. This information is intended
2579
+ * to be useful to IDEs, code indexers, documentation generators, and similar
2580
+ * tools.
2581
+ *
2582
+ * For example, say we have a file like:
2583
+ * message Foo {
2584
+ * optional string foo = 1;
2585
+ * }
2586
+ * Let's look at just the field definition:
2587
+ * optional string foo = 1;
2588
+ * ^ ^^ ^^ ^ ^^^
2589
+ * a bc de f ghi
2590
+ * We have the following locations:
2591
+ * span path represents
2592
+ * [a,i) [ 4, 0, 2, 0 ] The whole field definition.
2593
+ * [a,b) [ 4, 0, 2, 0, 4 ] The label (optional).
2594
+ * [c,d) [ 4, 0, 2, 0, 5 ] The type (string).
2595
+ * [e,f) [ 4, 0, 2, 0, 1 ] The name (foo).
2596
+ * [g,h) [ 4, 0, 2, 0, 3 ] The number (1).
2597
+ *
2598
+ * Notes:
2599
+ * - A location may refer to a repeated field itself (i.e. not to any
2600
+ * particular index within it). This is used whenever a set of elements are
2601
+ * logically enclosed in a single code segment. For example, an entire
2602
+ * extend block (possibly containing multiple extension definitions) will
2603
+ * have an outer location whose path refers to the "extensions" repeated
2604
+ * field without an index.
2605
+ * - Multiple locations may have the same path. This happens when a single
2606
+ * logical declaration is spread out across multiple places. The most
2607
+ * obvious example is the "extend" block again -- there may be multiple
2608
+ * extend blocks in the same scope, each of which will have the same path.
2609
+ * - A location's span is not always a subset of its parent's span. For
2610
+ * example, the "extendee" of an extension declaration appears at the
2611
+ * beginning of the "extend" block and is shared by all extensions within
2612
+ * the block.
2613
+ * - Just because a location's span is a subset of some other location's span
2614
+ * does not mean that it is a descendant. For example, a "group" defines
2615
+ * both a type and a field in a single declaration. Thus, the locations
2616
+ * corresponding to the type and field and their components will overlap.
2617
+ * - Code which tries to interpret locations should probably be designed to
2618
+ * ignore those that it doesn't understand, as more types of locations could
2619
+ * be recorded in the future.
2620
+ */
2621
+ location: SourceCodeInfo_Location[];
2622
+ }
2623
+ interface SourceCodeInfoProtoMsg {
2624
+ typeUrl: "/google.protobuf.SourceCodeInfo";
2625
+ value: Uint8Array;
2626
+ }
2627
+ /**
2628
+ * Encapsulates information about the original source file from which a
2629
+ * FileDescriptorProto was generated.
2630
+ * @name SourceCodeInfoAmino
2631
+ * @package google.protobuf
2632
+ * @see proto type: google.protobuf.SourceCodeInfo
2633
+ */
2634
+ interface SourceCodeInfoAmino {
2635
+ /**
2636
+ * A Location identifies a piece of source code in a .proto file which
2637
+ * corresponds to a particular definition. This information is intended
2638
+ * to be useful to IDEs, code indexers, documentation generators, and similar
2639
+ * tools.
2640
+ *
2641
+ * For example, say we have a file like:
2642
+ * message Foo {
2643
+ * optional string foo = 1;
2644
+ * }
2645
+ * Let's look at just the field definition:
2646
+ * optional string foo = 1;
2647
+ * ^ ^^ ^^ ^ ^^^
2648
+ * a bc de f ghi
2649
+ * We have the following locations:
2650
+ * span path represents
2651
+ * [a,i) [ 4, 0, 2, 0 ] The whole field definition.
2652
+ * [a,b) [ 4, 0, 2, 0, 4 ] The label (optional).
2653
+ * [c,d) [ 4, 0, 2, 0, 5 ] The type (string).
2654
+ * [e,f) [ 4, 0, 2, 0, 1 ] The name (foo).
2655
+ * [g,h) [ 4, 0, 2, 0, 3 ] The number (1).
2656
+ *
2657
+ * Notes:
2658
+ * - A location may refer to a repeated field itself (i.e. not to any
2659
+ * particular index within it). This is used whenever a set of elements are
2660
+ * logically enclosed in a single code segment. For example, an entire
2661
+ * extend block (possibly containing multiple extension definitions) will
2662
+ * have an outer location whose path refers to the "extensions" repeated
2663
+ * field without an index.
2664
+ * - Multiple locations may have the same path. This happens when a single
2665
+ * logical declaration is spread out across multiple places. The most
2666
+ * obvious example is the "extend" block again -- there may be multiple
2667
+ * extend blocks in the same scope, each of which will have the same path.
2668
+ * - A location's span is not always a subset of its parent's span. For
2669
+ * example, the "extendee" of an extension declaration appears at the
2670
+ * beginning of the "extend" block and is shared by all extensions within
2671
+ * the block.
2672
+ * - Just because a location's span is a subset of some other location's span
2673
+ * does not mean that it is a descendant. For example, a "group" defines
2674
+ * both a type and a field in a single declaration. Thus, the locations
2675
+ * corresponding to the type and field and their components will overlap.
2676
+ * - Code which tries to interpret locations should probably be designed to
2677
+ * ignore those that it doesn't understand, as more types of locations could
2678
+ * be recorded in the future.
2679
+ */
2680
+ location: SourceCodeInfo_LocationAmino[];
2681
+ }
2682
+ interface SourceCodeInfoAminoMsg {
2683
+ type: "/google.protobuf.SourceCodeInfo";
2684
+ value: SourceCodeInfoAmino;
2685
+ }
2686
+ /**
2687
+ * @name SourceCodeInfo_Location
2688
+ * @package google.protobuf
2689
+ * @see proto type: google.protobuf.Location
2690
+ */
2691
+ interface SourceCodeInfo_Location {
2692
+ /**
2693
+ * Identifies which part of the FileDescriptorProto was defined at this
2694
+ * location.
2695
+ *
2696
+ * Each element is a field number or an index. They form a path from
2697
+ * the root FileDescriptorProto to the place where the definition appears.
2698
+ * For example, this path:
2699
+ * [ 4, 3, 2, 7, 1 ]
2700
+ * refers to:
2701
+ * file.message_type(3) // 4, 3
2702
+ * .field(7) // 2, 7
2703
+ * .name() // 1
2704
+ * This is because FileDescriptorProto.message_type has field number 4:
2705
+ * repeated DescriptorProto message_type = 4;
2706
+ * and DescriptorProto.field has field number 2:
2707
+ * repeated FieldDescriptorProto field = 2;
2708
+ * and FieldDescriptorProto.name has field number 1:
2709
+ * optional string name = 1;
2710
+ *
2711
+ * Thus, the above path gives the location of a field name. If we removed
2712
+ * the last element:
2713
+ * [ 4, 3, 2, 7 ]
2714
+ * this path refers to the whole field declaration (from the beginning
2715
+ * of the label to the terminating semicolon).
2716
+ */
2717
+ path: number[];
2718
+ /**
2719
+ * Always has exactly three or four elements: start line, start column,
2720
+ * end line (optional, otherwise assumed same as start line), end column.
2721
+ * These are packed into a single field for efficiency. Note that line
2722
+ * and column numbers are zero-based -- typically you will want to add
2723
+ * 1 to each before displaying to a user.
2724
+ */
2725
+ span: number[];
2726
+ /**
2727
+ * If this SourceCodeInfo represents a complete declaration, these are any
2728
+ * comments appearing before and after the declaration which appear to be
2729
+ * attached to the declaration.
2730
+ *
2731
+ * A series of line comments appearing on consecutive lines, with no other
2732
+ * tokens appearing on those lines, will be treated as a single comment.
2733
+ *
2734
+ * leading_detached_comments will keep paragraphs of comments that appear
2735
+ * before (but not connected to) the current element. Each paragraph,
2736
+ * separated by empty lines, will be one comment element in the repeated
2737
+ * field.
2738
+ *
2739
+ * Only the comment content is provided; comment markers (e.g. //) are
2740
+ * stripped out. For block comments, leading whitespace and an asterisk
2741
+ * will be stripped from the beginning of each line other than the first.
2742
+ * Newlines are included in the output.
2743
+ *
2744
+ * Examples:
2745
+ *
2746
+ * optional int32 foo = 1; // Comment attached to foo.
2747
+ * // Comment attached to bar.
2748
+ * optional int32 bar = 2;
2749
+ *
2750
+ * optional string baz = 3;
2751
+ * // Comment attached to baz.
2752
+ * // Another line attached to baz.
2753
+ *
2754
+ * // Comment attached to moo.
2755
+ * //
2756
+ * // Another line attached to moo.
2757
+ * optional double moo = 4;
2758
+ *
2759
+ * // Detached comment for corge. This is not leading or trailing comments
2760
+ * // to moo or corge because there are blank lines separating it from
2761
+ * // both.
2762
+ *
2763
+ * // Detached comment for corge paragraph 2.
2764
+ *
2765
+ * optional string corge = 5;
2766
+ * /* Block comment attached
2767
+ * * to corge. Leading asterisks
2768
+ * * will be removed. *\/
2769
+ * /* Block comment attached to
2770
+ * * grault. *\/
2771
+ * optional int32 grault = 6;
2772
+ *
2773
+ * // ignored detached comments.
2774
+ */
2775
+ leadingComments: string;
2776
+ trailingComments: string;
2777
+ leadingDetachedComments: string[];
2778
+ }
2779
+ interface SourceCodeInfo_LocationProtoMsg {
2780
+ typeUrl: "/google.protobuf.Location";
2781
+ value: Uint8Array;
2782
+ }
2783
+ /**
2784
+ * @name SourceCodeInfo_LocationAmino
2785
+ * @package google.protobuf
2786
+ * @see proto type: google.protobuf.SourceCodeInfo_Location
2787
+ */
2788
+ interface SourceCodeInfo_LocationAmino {
2789
+ /**
2790
+ * Identifies which part of the FileDescriptorProto was defined at this
2791
+ * location.
2792
+ *
2793
+ * Each element is a field number or an index. They form a path from
2794
+ * the root FileDescriptorProto to the place where the definition appears.
2795
+ * For example, this path:
2796
+ * [ 4, 3, 2, 7, 1 ]
2797
+ * refers to:
2798
+ * file.message_type(3) // 4, 3
2799
+ * .field(7) // 2, 7
2800
+ * .name() // 1
2801
+ * This is because FileDescriptorProto.message_type has field number 4:
2802
+ * repeated DescriptorProto message_type = 4;
2803
+ * and DescriptorProto.field has field number 2:
2804
+ * repeated FieldDescriptorProto field = 2;
2805
+ * and FieldDescriptorProto.name has field number 1:
2806
+ * optional string name = 1;
2807
+ *
2808
+ * Thus, the above path gives the location of a field name. If we removed
2809
+ * the last element:
2810
+ * [ 4, 3, 2, 7 ]
2811
+ * this path refers to the whole field declaration (from the beginning
2812
+ * of the label to the terminating semicolon).
2813
+ */
2814
+ path: number[];
2815
+ /**
2816
+ * Always has exactly three or four elements: start line, start column,
2817
+ * end line (optional, otherwise assumed same as start line), end column.
2818
+ * These are packed into a single field for efficiency. Note that line
2819
+ * and column numbers are zero-based -- typically you will want to add
2820
+ * 1 to each before displaying to a user.
2821
+ */
2822
+ span: number[];
2823
+ /**
2824
+ * If this SourceCodeInfo represents a complete declaration, these are any
2825
+ * comments appearing before and after the declaration which appear to be
2826
+ * attached to the declaration.
2827
+ *
2828
+ * A series of line comments appearing on consecutive lines, with no other
2829
+ * tokens appearing on those lines, will be treated as a single comment.
2830
+ *
2831
+ * leading_detached_comments will keep paragraphs of comments that appear
2832
+ * before (but not connected to) the current element. Each paragraph,
2833
+ * separated by empty lines, will be one comment element in the repeated
2834
+ * field.
2835
+ *
2836
+ * Only the comment content is provided; comment markers (e.g. //) are
2837
+ * stripped out. For block comments, leading whitespace and an asterisk
2838
+ * will be stripped from the beginning of each line other than the first.
2839
+ * Newlines are included in the output.
2840
+ *
2841
+ * Examples:
2842
+ *
2843
+ * optional int32 foo = 1; // Comment attached to foo.
2844
+ * // Comment attached to bar.
2845
+ * optional int32 bar = 2;
2846
+ *
2847
+ * optional string baz = 3;
2848
+ * // Comment attached to baz.
2849
+ * // Another line attached to baz.
2850
+ *
2851
+ * // Comment attached to moo.
2852
+ * //
2853
+ * // Another line attached to moo.
2854
+ * optional double moo = 4;
2855
+ *
2856
+ * // Detached comment for corge. This is not leading or trailing comments
2857
+ * // to moo or corge because there are blank lines separating it from
2858
+ * // both.
2859
+ *
2860
+ * // Detached comment for corge paragraph 2.
2861
+ *
2862
+ * optional string corge = 5;
2863
+ * /* Block comment attached
2864
+ * * to corge. Leading asterisks
2865
+ * * will be removed. *\/
2866
+ * /* Block comment attached to
2867
+ * * grault. *\/
2868
+ * optional int32 grault = 6;
2869
+ *
2870
+ * // ignored detached comments.
2871
+ */
2872
+ leading_comments: string;
2873
+ trailing_comments: string;
2874
+ leading_detached_comments: string[];
2875
+ }
2876
+ interface SourceCodeInfo_LocationAminoMsg {
2877
+ type: "/google.protobuf.Location";
2878
+ value: SourceCodeInfo_LocationAmino;
2879
+ }
2880
+ /**
2881
+ * Describes the relationship between generated code and its original source
2882
+ * file. A GeneratedCodeInfo message is associated with only one generated
2883
+ * source file, but may contain references to different source .proto files.
2884
+ * @name GeneratedCodeInfo
2885
+ * @package google.protobuf
2886
+ * @see proto type: google.protobuf.GeneratedCodeInfo
2887
+ */
2888
+ interface GeneratedCodeInfo {
2889
+ /**
2890
+ * An Annotation connects some span of text in generated code to an element
2891
+ * of its generating .proto file.
2892
+ */
2893
+ annotation: GeneratedCodeInfo_Annotation[];
2894
+ }
2895
+ interface GeneratedCodeInfoProtoMsg {
2896
+ typeUrl: "/google.protobuf.GeneratedCodeInfo";
2897
+ value: Uint8Array;
2898
+ }
2899
+ /**
2900
+ * Describes the relationship between generated code and its original source
2901
+ * file. A GeneratedCodeInfo message is associated with only one generated
2902
+ * source file, but may contain references to different source .proto files.
2903
+ * @name GeneratedCodeInfoAmino
2904
+ * @package google.protobuf
2905
+ * @see proto type: google.protobuf.GeneratedCodeInfo
2906
+ */
2907
+ interface GeneratedCodeInfoAmino {
2908
+ /**
2909
+ * An Annotation connects some span of text in generated code to an element
2910
+ * of its generating .proto file.
2911
+ */
2912
+ annotation: GeneratedCodeInfo_AnnotationAmino[];
2913
+ }
2914
+ interface GeneratedCodeInfoAminoMsg {
2915
+ type: "/google.protobuf.GeneratedCodeInfo";
2916
+ value: GeneratedCodeInfoAmino;
2917
+ }
2918
+ /**
2919
+ * @name GeneratedCodeInfo_Annotation
2920
+ * @package google.protobuf
2921
+ * @see proto type: google.protobuf.Annotation
2922
+ */
2923
+ interface GeneratedCodeInfo_Annotation {
2924
+ /**
2925
+ * Identifies the element in the original source .proto file. This field
2926
+ * is formatted the same as SourceCodeInfo.Location.path.
2927
+ */
2928
+ path: number[];
2929
+ /**
2930
+ * Identifies the filesystem path to the original source .proto.
2931
+ */
2932
+ sourceFile: string;
2933
+ /**
2934
+ * Identifies the starting offset in bytes in the generated code
2935
+ * that relates to the identified object.
2936
+ */
2937
+ begin: number;
2938
+ /**
2939
+ * Identifies the ending offset in bytes in the generated code that
2940
+ * relates to the identified object. The end offset should be one past
2941
+ * the last relevant byte (so the length of the text = end - begin).
2942
+ */
2943
+ end: number;
2944
+ semantic: GeneratedCodeInfo_Annotation_Semantic;
2945
+ }
2946
+ interface GeneratedCodeInfo_AnnotationProtoMsg {
2947
+ typeUrl: "/google.protobuf.Annotation";
2948
+ value: Uint8Array;
2949
+ }
2950
+ /**
2951
+ * @name GeneratedCodeInfo_AnnotationAmino
2952
+ * @package google.protobuf
2953
+ * @see proto type: google.protobuf.GeneratedCodeInfo_Annotation
2954
+ */
2955
+ interface GeneratedCodeInfo_AnnotationAmino {
2956
+ /**
2957
+ * Identifies the element in the original source .proto file. This field
2958
+ * is formatted the same as SourceCodeInfo.Location.path.
2959
+ */
2960
+ path: number[];
2961
+ /**
2962
+ * Identifies the filesystem path to the original source .proto.
2963
+ */
2964
+ source_file: string;
2965
+ /**
2966
+ * Identifies the starting offset in bytes in the generated code
2967
+ * that relates to the identified object.
2968
+ */
2969
+ begin: number;
2970
+ /**
2971
+ * Identifies the ending offset in bytes in the generated code that
2972
+ * relates to the identified object. The end offset should be one past
2973
+ * the last relevant byte (so the length of the text = end - begin).
2974
+ */
2975
+ end: number;
2976
+ semantic: GeneratedCodeInfo_Annotation_Semantic;
2977
+ }
2978
+ interface GeneratedCodeInfo_AnnotationAminoMsg {
2979
+ type: "/google.protobuf.Annotation";
2980
+ value: GeneratedCodeInfo_AnnotationAmino;
2981
+ }
2982
+ /**
2983
+ * The protocol compiler can output a FileDescriptorSet containing the .proto
2984
+ * files it parses.
2985
+ * @name FileDescriptorSet
2986
+ * @package google.protobuf
2987
+ * @see proto type: google.protobuf.FileDescriptorSet
2988
+ */
2989
+ declare const FileDescriptorSet: {
2990
+ typeUrl: string;
2991
+ is(o: any): o is FileDescriptorSet;
2992
+ isAmino(o: any): o is FileDescriptorSetAmino;
2993
+ encode(message: FileDescriptorSet, writer?: BinaryWriter): BinaryWriter;
2994
+ decode(input: BinaryReader | Uint8Array, length?: number): FileDescriptorSet;
2995
+ fromPartial(object: DeepPartial<FileDescriptorSet>): FileDescriptorSet;
2996
+ fromAmino(object: FileDescriptorSetAmino): FileDescriptorSet;
2997
+ toAmino(message: FileDescriptorSet): FileDescriptorSetAmino;
2998
+ fromAminoMsg(object: FileDescriptorSetAminoMsg): FileDescriptorSet;
2999
+ fromProtoMsg(message: FileDescriptorSetProtoMsg): FileDescriptorSet;
3000
+ toProto(message: FileDescriptorSet): Uint8Array;
3001
+ toProtoMsg(message: FileDescriptorSet): FileDescriptorSetProtoMsg;
3002
+ registerTypeUrl(): void;
3003
+ };
3004
+ /**
3005
+ * Describes a complete .proto file.
3006
+ * @name FileDescriptorProto
3007
+ * @package google.protobuf
3008
+ * @see proto type: google.protobuf.FileDescriptorProto
3009
+ */
3010
+ declare const FileDescriptorProto: {
3011
+ typeUrl: string;
3012
+ is(o: any): o is FileDescriptorProto;
3013
+ isAmino(o: any): o is FileDescriptorProtoAmino;
3014
+ encode(message: FileDescriptorProto, writer?: BinaryWriter): BinaryWriter;
3015
+ decode(input: BinaryReader | Uint8Array, length?: number): FileDescriptorProto;
3016
+ fromPartial(object: DeepPartial<FileDescriptorProto>): FileDescriptorProto;
3017
+ fromAmino(object: FileDescriptorProtoAmino): FileDescriptorProto;
3018
+ toAmino(message: FileDescriptorProto): FileDescriptorProtoAmino;
3019
+ fromAminoMsg(object: FileDescriptorProtoAminoMsg): FileDescriptorProto;
3020
+ fromProtoMsg(message: FileDescriptorProtoProtoMsg): FileDescriptorProto;
3021
+ toProto(message: FileDescriptorProto): Uint8Array;
3022
+ toProtoMsg(message: FileDescriptorProto): FileDescriptorProtoProtoMsg;
3023
+ registerTypeUrl(): void;
3024
+ };
3025
+ /**
3026
+ * Describes a message type.
3027
+ * @name DescriptorProto
3028
+ * @package google.protobuf
3029
+ * @see proto type: google.protobuf.DescriptorProto
3030
+ */
3031
+ declare const DescriptorProto: {
3032
+ typeUrl: string;
3033
+ is(o: any): o is DescriptorProto;
3034
+ isAmino(o: any): o is DescriptorProtoAmino;
3035
+ encode(message: DescriptorProto, writer?: BinaryWriter): BinaryWriter;
3036
+ decode(input: BinaryReader | Uint8Array, length?: number): DescriptorProto;
3037
+ fromPartial(object: DeepPartial<DescriptorProto>): DescriptorProto;
3038
+ fromAmino(object: DescriptorProtoAmino): DescriptorProto;
3039
+ toAmino(message: DescriptorProto): DescriptorProtoAmino;
3040
+ fromAminoMsg(object: DescriptorProtoAminoMsg): DescriptorProto;
3041
+ fromProtoMsg(message: DescriptorProtoProtoMsg): DescriptorProto;
3042
+ toProto(message: DescriptorProto): Uint8Array;
3043
+ toProtoMsg(message: DescriptorProto): DescriptorProtoProtoMsg;
3044
+ registerTypeUrl(): void;
3045
+ };
3046
+ /**
3047
+ * @name DescriptorProto_ExtensionRange
3048
+ * @package google.protobuf
3049
+ * @see proto type: google.protobuf.ExtensionRange
3050
+ */
3051
+ declare const DescriptorProto_ExtensionRange: {
3052
+ typeUrl: string;
3053
+ is(o: any): o is DescriptorProto_ExtensionRange;
3054
+ isAmino(o: any): o is DescriptorProto_ExtensionRangeAmino;
3055
+ encode(message: DescriptorProto_ExtensionRange, writer?: BinaryWriter): BinaryWriter;
3056
+ decode(input: BinaryReader | Uint8Array, length?: number): DescriptorProto_ExtensionRange;
3057
+ fromPartial(object: DeepPartial<DescriptorProto_ExtensionRange>): DescriptorProto_ExtensionRange;
3058
+ fromAmino(object: DescriptorProto_ExtensionRangeAmino): DescriptorProto_ExtensionRange;
3059
+ toAmino(message: DescriptorProto_ExtensionRange): DescriptorProto_ExtensionRangeAmino;
3060
+ fromAminoMsg(object: DescriptorProto_ExtensionRangeAminoMsg): DescriptorProto_ExtensionRange;
3061
+ fromProtoMsg(message: DescriptorProto_ExtensionRangeProtoMsg): DescriptorProto_ExtensionRange;
3062
+ toProto(message: DescriptorProto_ExtensionRange): Uint8Array;
3063
+ toProtoMsg(message: DescriptorProto_ExtensionRange): DescriptorProto_ExtensionRangeProtoMsg;
3064
+ registerTypeUrl(): void;
3065
+ };
3066
+ /**
3067
+ * Range of reserved tag numbers. Reserved tag numbers may not be used by
3068
+ * fields or extension ranges in the same message. Reserved ranges may
3069
+ * not overlap.
3070
+ * @name DescriptorProto_ReservedRange
3071
+ * @package google.protobuf
3072
+ * @see proto type: google.protobuf.ReservedRange
3073
+ */
3074
+ declare const DescriptorProto_ReservedRange: {
3075
+ typeUrl: string;
3076
+ is(o: any): o is DescriptorProto_ReservedRange;
3077
+ isAmino(o: any): o is DescriptorProto_ReservedRangeAmino;
3078
+ encode(message: DescriptorProto_ReservedRange, writer?: BinaryWriter): BinaryWriter;
3079
+ decode(input: BinaryReader | Uint8Array, length?: number): DescriptorProto_ReservedRange;
3080
+ fromPartial(object: DeepPartial<DescriptorProto_ReservedRange>): DescriptorProto_ReservedRange;
3081
+ fromAmino(object: DescriptorProto_ReservedRangeAmino): DescriptorProto_ReservedRange;
3082
+ toAmino(message: DescriptorProto_ReservedRange): DescriptorProto_ReservedRangeAmino;
3083
+ fromAminoMsg(object: DescriptorProto_ReservedRangeAminoMsg): DescriptorProto_ReservedRange;
3084
+ fromProtoMsg(message: DescriptorProto_ReservedRangeProtoMsg): DescriptorProto_ReservedRange;
3085
+ toProto(message: DescriptorProto_ReservedRange): Uint8Array;
3086
+ toProtoMsg(message: DescriptorProto_ReservedRange): DescriptorProto_ReservedRangeProtoMsg;
3087
+ registerTypeUrl(): void;
3088
+ };
3089
+ /**
3090
+ * @name ExtensionRangeOptions
3091
+ * @package google.protobuf
3092
+ * @see proto type: google.protobuf.ExtensionRangeOptions
3093
+ */
3094
+ declare const ExtensionRangeOptions: {
3095
+ typeUrl: string;
3096
+ is(o: any): o is ExtensionRangeOptions;
3097
+ isAmino(o: any): o is ExtensionRangeOptionsAmino;
3098
+ encode(message: ExtensionRangeOptions, writer?: BinaryWriter): BinaryWriter;
3099
+ decode(input: BinaryReader | Uint8Array, length?: number): ExtensionRangeOptions;
3100
+ fromPartial(object: DeepPartial<ExtensionRangeOptions>): ExtensionRangeOptions;
3101
+ fromAmino(object: ExtensionRangeOptionsAmino): ExtensionRangeOptions;
3102
+ toAmino(message: ExtensionRangeOptions): ExtensionRangeOptionsAmino;
3103
+ fromAminoMsg(object: ExtensionRangeOptionsAminoMsg): ExtensionRangeOptions;
3104
+ fromProtoMsg(message: ExtensionRangeOptionsProtoMsg): ExtensionRangeOptions;
3105
+ toProto(message: ExtensionRangeOptions): Uint8Array;
3106
+ toProtoMsg(message: ExtensionRangeOptions): ExtensionRangeOptionsProtoMsg;
3107
+ registerTypeUrl(): void;
3108
+ };
3109
+ /**
3110
+ * @name ExtensionRangeOptions_Declaration
3111
+ * @package google.protobuf
3112
+ * @see proto type: google.protobuf.Declaration
3113
+ */
3114
+ declare const ExtensionRangeOptions_Declaration: {
3115
+ typeUrl: string;
3116
+ is(o: any): o is ExtensionRangeOptions_Declaration;
3117
+ isAmino(o: any): o is ExtensionRangeOptions_DeclarationAmino;
3118
+ encode(message: ExtensionRangeOptions_Declaration, writer?: BinaryWriter): BinaryWriter;
3119
+ decode(input: BinaryReader | Uint8Array, length?: number): ExtensionRangeOptions_Declaration;
3120
+ fromPartial(object: DeepPartial<ExtensionRangeOptions_Declaration>): ExtensionRangeOptions_Declaration;
3121
+ fromAmino(object: ExtensionRangeOptions_DeclarationAmino): ExtensionRangeOptions_Declaration;
3122
+ toAmino(message: ExtensionRangeOptions_Declaration): ExtensionRangeOptions_DeclarationAmino;
3123
+ fromAminoMsg(object: ExtensionRangeOptions_DeclarationAminoMsg): ExtensionRangeOptions_Declaration;
3124
+ fromProtoMsg(message: ExtensionRangeOptions_DeclarationProtoMsg): ExtensionRangeOptions_Declaration;
3125
+ toProto(message: ExtensionRangeOptions_Declaration): Uint8Array;
3126
+ toProtoMsg(message: ExtensionRangeOptions_Declaration): ExtensionRangeOptions_DeclarationProtoMsg;
3127
+ registerTypeUrl(): void;
3128
+ };
3129
+ /**
3130
+ * Describes a field within a message.
3131
+ * @name FieldDescriptorProto
3132
+ * @package google.protobuf
3133
+ * @see proto type: google.protobuf.FieldDescriptorProto
3134
+ */
3135
+ declare const FieldDescriptorProto: {
3136
+ typeUrl: string;
3137
+ is(o: any): o is FieldDescriptorProto;
3138
+ isAmino(o: any): o is FieldDescriptorProtoAmino;
3139
+ encode(message: FieldDescriptorProto, writer?: BinaryWriter): BinaryWriter;
3140
+ decode(input: BinaryReader | Uint8Array, length?: number): FieldDescriptorProto;
3141
+ fromPartial(object: DeepPartial<FieldDescriptorProto>): FieldDescriptorProto;
3142
+ fromAmino(object: FieldDescriptorProtoAmino): FieldDescriptorProto;
3143
+ toAmino(message: FieldDescriptorProto): FieldDescriptorProtoAmino;
3144
+ fromAminoMsg(object: FieldDescriptorProtoAminoMsg): FieldDescriptorProto;
3145
+ fromProtoMsg(message: FieldDescriptorProtoProtoMsg): FieldDescriptorProto;
3146
+ toProto(message: FieldDescriptorProto): Uint8Array;
3147
+ toProtoMsg(message: FieldDescriptorProto): FieldDescriptorProtoProtoMsg;
3148
+ registerTypeUrl(): void;
3149
+ };
3150
+ /**
3151
+ * Describes a oneof.
3152
+ * @name OneofDescriptorProto
3153
+ * @package google.protobuf
3154
+ * @see proto type: google.protobuf.OneofDescriptorProto
3155
+ */
3156
+ declare const OneofDescriptorProto: {
3157
+ typeUrl: string;
3158
+ is(o: any): o is OneofDescriptorProto;
3159
+ isAmino(o: any): o is OneofDescriptorProtoAmino;
3160
+ encode(message: OneofDescriptorProto, writer?: BinaryWriter): BinaryWriter;
3161
+ decode(input: BinaryReader | Uint8Array, length?: number): OneofDescriptorProto;
3162
+ fromPartial(object: DeepPartial<OneofDescriptorProto>): OneofDescriptorProto;
3163
+ fromAmino(object: OneofDescriptorProtoAmino): OneofDescriptorProto;
3164
+ toAmino(message: OneofDescriptorProto): OneofDescriptorProtoAmino;
3165
+ fromAminoMsg(object: OneofDescriptorProtoAminoMsg): OneofDescriptorProto;
3166
+ fromProtoMsg(message: OneofDescriptorProtoProtoMsg): OneofDescriptorProto;
3167
+ toProto(message: OneofDescriptorProto): Uint8Array;
3168
+ toProtoMsg(message: OneofDescriptorProto): OneofDescriptorProtoProtoMsg;
3169
+ registerTypeUrl(): void;
3170
+ };
3171
+ /**
3172
+ * Describes an enum type.
3173
+ * @name EnumDescriptorProto
3174
+ * @package google.protobuf
3175
+ * @see proto type: google.protobuf.EnumDescriptorProto
3176
+ */
3177
+ declare const EnumDescriptorProto: {
3178
+ typeUrl: string;
3179
+ is(o: any): o is EnumDescriptorProto;
3180
+ isAmino(o: any): o is EnumDescriptorProtoAmino;
3181
+ encode(message: EnumDescriptorProto, writer?: BinaryWriter): BinaryWriter;
3182
+ decode(input: BinaryReader | Uint8Array, length?: number): EnumDescriptorProto;
3183
+ fromPartial(object: DeepPartial<EnumDescriptorProto>): EnumDescriptorProto;
3184
+ fromAmino(object: EnumDescriptorProtoAmino): EnumDescriptorProto;
3185
+ toAmino(message: EnumDescriptorProto): EnumDescriptorProtoAmino;
3186
+ fromAminoMsg(object: EnumDescriptorProtoAminoMsg): EnumDescriptorProto;
3187
+ fromProtoMsg(message: EnumDescriptorProtoProtoMsg): EnumDescriptorProto;
3188
+ toProto(message: EnumDescriptorProto): Uint8Array;
3189
+ toProtoMsg(message: EnumDescriptorProto): EnumDescriptorProtoProtoMsg;
3190
+ registerTypeUrl(): void;
3191
+ };
3192
+ /**
3193
+ * Range of reserved numeric values. Reserved values may not be used by
3194
+ * entries in the same enum. Reserved ranges may not overlap.
3195
+ *
3196
+ * Note that this is distinct from DescriptorProto.ReservedRange in that it
3197
+ * is inclusive such that it can appropriately represent the entire int32
3198
+ * domain.
3199
+ * @name EnumDescriptorProto_EnumReservedRange
3200
+ * @package google.protobuf
3201
+ * @see proto type: google.protobuf.EnumReservedRange
3202
+ */
3203
+ declare const EnumDescriptorProto_EnumReservedRange: {
3204
+ typeUrl: string;
3205
+ is(o: any): o is EnumDescriptorProto_EnumReservedRange;
3206
+ isAmino(o: any): o is EnumDescriptorProto_EnumReservedRangeAmino;
3207
+ encode(message: EnumDescriptorProto_EnumReservedRange, writer?: BinaryWriter): BinaryWriter;
3208
+ decode(input: BinaryReader | Uint8Array, length?: number): EnumDescriptorProto_EnumReservedRange;
3209
+ fromPartial(object: DeepPartial<EnumDescriptorProto_EnumReservedRange>): EnumDescriptorProto_EnumReservedRange;
3210
+ fromAmino(object: EnumDescriptorProto_EnumReservedRangeAmino): EnumDescriptorProto_EnumReservedRange;
3211
+ toAmino(message: EnumDescriptorProto_EnumReservedRange): EnumDescriptorProto_EnumReservedRangeAmino;
3212
+ fromAminoMsg(object: EnumDescriptorProto_EnumReservedRangeAminoMsg): EnumDescriptorProto_EnumReservedRange;
3213
+ fromProtoMsg(message: EnumDescriptorProto_EnumReservedRangeProtoMsg): EnumDescriptorProto_EnumReservedRange;
3214
+ toProto(message: EnumDescriptorProto_EnumReservedRange): Uint8Array;
3215
+ toProtoMsg(message: EnumDescriptorProto_EnumReservedRange): EnumDescriptorProto_EnumReservedRangeProtoMsg;
3216
+ registerTypeUrl(): void;
3217
+ };
3218
+ /**
3219
+ * Describes a value within an enum.
3220
+ * @name EnumValueDescriptorProto
3221
+ * @package google.protobuf
3222
+ * @see proto type: google.protobuf.EnumValueDescriptorProto
3223
+ */
3224
+ declare const EnumValueDescriptorProto: {
3225
+ typeUrl: string;
3226
+ is(o: any): o is EnumValueDescriptorProto;
3227
+ isAmino(o: any): o is EnumValueDescriptorProtoAmino;
3228
+ encode(message: EnumValueDescriptorProto, writer?: BinaryWriter): BinaryWriter;
3229
+ decode(input: BinaryReader | Uint8Array, length?: number): EnumValueDescriptorProto;
3230
+ fromPartial(object: DeepPartial<EnumValueDescriptorProto>): EnumValueDescriptorProto;
3231
+ fromAmino(object: EnumValueDescriptorProtoAmino): EnumValueDescriptorProto;
3232
+ toAmino(message: EnumValueDescriptorProto): EnumValueDescriptorProtoAmino;
3233
+ fromAminoMsg(object: EnumValueDescriptorProtoAminoMsg): EnumValueDescriptorProto;
3234
+ fromProtoMsg(message: EnumValueDescriptorProtoProtoMsg): EnumValueDescriptorProto;
3235
+ toProto(message: EnumValueDescriptorProto): Uint8Array;
3236
+ toProtoMsg(message: EnumValueDescriptorProto): EnumValueDescriptorProtoProtoMsg;
3237
+ registerTypeUrl(): void;
3238
+ };
3239
+ /**
3240
+ * Describes a service.
3241
+ * @name ServiceDescriptorProto
3242
+ * @package google.protobuf
3243
+ * @see proto type: google.protobuf.ServiceDescriptorProto
3244
+ */
3245
+ declare const ServiceDescriptorProto: {
3246
+ typeUrl: string;
3247
+ is(o: any): o is ServiceDescriptorProto;
3248
+ isAmino(o: any): o is ServiceDescriptorProtoAmino;
3249
+ encode(message: ServiceDescriptorProto, writer?: BinaryWriter): BinaryWriter;
3250
+ decode(input: BinaryReader | Uint8Array, length?: number): ServiceDescriptorProto;
3251
+ fromPartial(object: DeepPartial<ServiceDescriptorProto>): ServiceDescriptorProto;
3252
+ fromAmino(object: ServiceDescriptorProtoAmino): ServiceDescriptorProto;
3253
+ toAmino(message: ServiceDescriptorProto): ServiceDescriptorProtoAmino;
3254
+ fromAminoMsg(object: ServiceDescriptorProtoAminoMsg): ServiceDescriptorProto;
3255
+ fromProtoMsg(message: ServiceDescriptorProtoProtoMsg): ServiceDescriptorProto;
3256
+ toProto(message: ServiceDescriptorProto): Uint8Array;
3257
+ toProtoMsg(message: ServiceDescriptorProto): ServiceDescriptorProtoProtoMsg;
3258
+ registerTypeUrl(): void;
3259
+ };
3260
+ /**
3261
+ * Describes a method of a service.
3262
+ * @name MethodDescriptorProto
3263
+ * @package google.protobuf
3264
+ * @see proto type: google.protobuf.MethodDescriptorProto
3265
+ */
3266
+ declare const MethodDescriptorProto: {
3267
+ typeUrl: string;
3268
+ is(o: any): o is MethodDescriptorProto;
3269
+ isAmino(o: any): o is MethodDescriptorProtoAmino;
3270
+ encode(message: MethodDescriptorProto, writer?: BinaryWriter): BinaryWriter;
3271
+ decode(input: BinaryReader | Uint8Array, length?: number): MethodDescriptorProto;
3272
+ fromPartial(object: DeepPartial<MethodDescriptorProto>): MethodDescriptorProto;
3273
+ fromAmino(object: MethodDescriptorProtoAmino): MethodDescriptorProto;
3274
+ toAmino(message: MethodDescriptorProto): MethodDescriptorProtoAmino;
3275
+ fromAminoMsg(object: MethodDescriptorProtoAminoMsg): MethodDescriptorProto;
3276
+ fromProtoMsg(message: MethodDescriptorProtoProtoMsg): MethodDescriptorProto;
3277
+ toProto(message: MethodDescriptorProto): Uint8Array;
3278
+ toProtoMsg(message: MethodDescriptorProto): MethodDescriptorProtoProtoMsg;
3279
+ registerTypeUrl(): void;
3280
+ };
3281
+ /**
3282
+ * @name FileOptions
3283
+ * @package google.protobuf
3284
+ * @see proto type: google.protobuf.FileOptions
3285
+ */
3286
+ declare const FileOptions: {
3287
+ typeUrl: string;
3288
+ is(o: any): o is FileOptions;
3289
+ isAmino(o: any): o is FileOptionsAmino;
3290
+ encode(message: FileOptions, writer?: BinaryWriter): BinaryWriter;
3291
+ decode(input: BinaryReader | Uint8Array, length?: number): FileOptions;
3292
+ fromPartial(object: DeepPartial<FileOptions>): FileOptions;
3293
+ fromAmino(object: FileOptionsAmino): FileOptions;
3294
+ toAmino(message: FileOptions): FileOptionsAmino;
3295
+ fromAminoMsg(object: FileOptionsAminoMsg): FileOptions;
3296
+ fromProtoMsg(message: FileOptionsProtoMsg): FileOptions;
3297
+ toProto(message: FileOptions): Uint8Array;
3298
+ toProtoMsg(message: FileOptions): FileOptionsProtoMsg;
3299
+ registerTypeUrl(): void;
3300
+ };
3301
+ /**
3302
+ * @name MessageOptions
3303
+ * @package google.protobuf
3304
+ * @see proto type: google.protobuf.MessageOptions
3305
+ */
3306
+ declare const MessageOptions: {
3307
+ typeUrl: string;
3308
+ is(o: any): o is MessageOptions;
3309
+ isAmino(o: any): o is MessageOptionsAmino;
3310
+ encode(message: MessageOptions, writer?: BinaryWriter): BinaryWriter;
3311
+ decode(input: BinaryReader | Uint8Array, length?: number): MessageOptions;
3312
+ fromPartial(object: DeepPartial<MessageOptions>): MessageOptions;
3313
+ fromAmino(object: MessageOptionsAmino): MessageOptions;
3314
+ toAmino(message: MessageOptions): MessageOptionsAmino;
3315
+ fromAminoMsg(object: MessageOptionsAminoMsg): MessageOptions;
3316
+ fromProtoMsg(message: MessageOptionsProtoMsg): MessageOptions;
3317
+ toProto(message: MessageOptions): Uint8Array;
3318
+ toProtoMsg(message: MessageOptions): MessageOptionsProtoMsg;
3319
+ registerTypeUrl(): void;
3320
+ };
3321
+ /**
3322
+ * @name FieldOptions
3323
+ * @package google.protobuf
3324
+ * @see proto type: google.protobuf.FieldOptions
3325
+ */
3326
+ declare const FieldOptions: {
3327
+ typeUrl: string;
3328
+ is(o: any): o is FieldOptions;
3329
+ isAmino(o: any): o is FieldOptionsAmino;
3330
+ encode(message: FieldOptions, writer?: BinaryWriter): BinaryWriter;
3331
+ decode(input: BinaryReader | Uint8Array, length?: number): FieldOptions;
3332
+ fromPartial(object: DeepPartial<FieldOptions>): FieldOptions;
3333
+ fromAmino(object: FieldOptionsAmino): FieldOptions;
3334
+ toAmino(message: FieldOptions): FieldOptionsAmino;
3335
+ fromAminoMsg(object: FieldOptionsAminoMsg): FieldOptions;
3336
+ fromProtoMsg(message: FieldOptionsProtoMsg): FieldOptions;
3337
+ toProto(message: FieldOptions): Uint8Array;
3338
+ toProtoMsg(message: FieldOptions): FieldOptionsProtoMsg;
3339
+ registerTypeUrl(): void;
3340
+ };
3341
+ /**
3342
+ * @name FieldOptions_EditionDefault
3343
+ * @package google.protobuf
3344
+ * @see proto type: google.protobuf.EditionDefault
3345
+ */
3346
+ declare const FieldOptions_EditionDefault: {
3347
+ typeUrl: string;
3348
+ is(o: any): o is FieldOptions_EditionDefault;
3349
+ isAmino(o: any): o is FieldOptions_EditionDefaultAmino;
3350
+ encode(message: FieldOptions_EditionDefault, writer?: BinaryWriter): BinaryWriter;
3351
+ decode(input: BinaryReader | Uint8Array, length?: number): FieldOptions_EditionDefault;
3352
+ fromPartial(object: DeepPartial<FieldOptions_EditionDefault>): FieldOptions_EditionDefault;
3353
+ fromAmino(object: FieldOptions_EditionDefaultAmino): FieldOptions_EditionDefault;
3354
+ toAmino(message: FieldOptions_EditionDefault): FieldOptions_EditionDefaultAmino;
3355
+ fromAminoMsg(object: FieldOptions_EditionDefaultAminoMsg): FieldOptions_EditionDefault;
3356
+ fromProtoMsg(message: FieldOptions_EditionDefaultProtoMsg): FieldOptions_EditionDefault;
3357
+ toProto(message: FieldOptions_EditionDefault): Uint8Array;
3358
+ toProtoMsg(message: FieldOptions_EditionDefault): FieldOptions_EditionDefaultProtoMsg;
3359
+ registerTypeUrl(): void;
3360
+ };
3361
+ /**
3362
+ * Information about the support window of a feature.
3363
+ * @name FieldOptions_FeatureSupport
3364
+ * @package google.protobuf
3365
+ * @see proto type: google.protobuf.FeatureSupport
3366
+ */
3367
+ declare const FieldOptions_FeatureSupport: {
3368
+ typeUrl: string;
3369
+ is(o: any): o is FieldOptions_FeatureSupport;
3370
+ isAmino(o: any): o is FieldOptions_FeatureSupportAmino;
3371
+ encode(message: FieldOptions_FeatureSupport, writer?: BinaryWriter): BinaryWriter;
3372
+ decode(input: BinaryReader | Uint8Array, length?: number): FieldOptions_FeatureSupport;
3373
+ fromPartial(object: DeepPartial<FieldOptions_FeatureSupport>): FieldOptions_FeatureSupport;
3374
+ fromAmino(object: FieldOptions_FeatureSupportAmino): FieldOptions_FeatureSupport;
3375
+ toAmino(message: FieldOptions_FeatureSupport): FieldOptions_FeatureSupportAmino;
3376
+ fromAminoMsg(object: FieldOptions_FeatureSupportAminoMsg): FieldOptions_FeatureSupport;
3377
+ fromProtoMsg(message: FieldOptions_FeatureSupportProtoMsg): FieldOptions_FeatureSupport;
3378
+ toProto(message: FieldOptions_FeatureSupport): Uint8Array;
3379
+ toProtoMsg(message: FieldOptions_FeatureSupport): FieldOptions_FeatureSupportProtoMsg;
3380
+ registerTypeUrl(): void;
3381
+ };
3382
+ /**
3383
+ * @name OneofOptions
3384
+ * @package google.protobuf
3385
+ * @see proto type: google.protobuf.OneofOptions
3386
+ */
3387
+ declare const OneofOptions: {
3388
+ typeUrl: string;
3389
+ is(o: any): o is OneofOptions;
3390
+ isAmino(o: any): o is OneofOptionsAmino;
3391
+ encode(message: OneofOptions, writer?: BinaryWriter): BinaryWriter;
3392
+ decode(input: BinaryReader | Uint8Array, length?: number): OneofOptions;
3393
+ fromPartial(object: DeepPartial<OneofOptions>): OneofOptions;
3394
+ fromAmino(object: OneofOptionsAmino): OneofOptions;
3395
+ toAmino(message: OneofOptions): OneofOptionsAmino;
3396
+ fromAminoMsg(object: OneofOptionsAminoMsg): OneofOptions;
3397
+ fromProtoMsg(message: OneofOptionsProtoMsg): OneofOptions;
3398
+ toProto(message: OneofOptions): Uint8Array;
3399
+ toProtoMsg(message: OneofOptions): OneofOptionsProtoMsg;
3400
+ registerTypeUrl(): void;
3401
+ };
3402
+ /**
3403
+ * @name EnumOptions
3404
+ * @package google.protobuf
3405
+ * @see proto type: google.protobuf.EnumOptions
3406
+ */
3407
+ declare const EnumOptions: {
3408
+ typeUrl: string;
3409
+ is(o: any): o is EnumOptions;
3410
+ isAmino(o: any): o is EnumOptionsAmino;
3411
+ encode(message: EnumOptions, writer?: BinaryWriter): BinaryWriter;
3412
+ decode(input: BinaryReader | Uint8Array, length?: number): EnumOptions;
3413
+ fromPartial(object: DeepPartial<EnumOptions>): EnumOptions;
3414
+ fromAmino(object: EnumOptionsAmino): EnumOptions;
3415
+ toAmino(message: EnumOptions): EnumOptionsAmino;
3416
+ fromAminoMsg(object: EnumOptionsAminoMsg): EnumOptions;
3417
+ fromProtoMsg(message: EnumOptionsProtoMsg): EnumOptions;
3418
+ toProto(message: EnumOptions): Uint8Array;
3419
+ toProtoMsg(message: EnumOptions): EnumOptionsProtoMsg;
3420
+ registerTypeUrl(): void;
3421
+ };
3422
+ /**
3423
+ * @name EnumValueOptions
3424
+ * @package google.protobuf
3425
+ * @see proto type: google.protobuf.EnumValueOptions
3426
+ */
3427
+ declare const EnumValueOptions: {
3428
+ typeUrl: string;
3429
+ is(o: any): o is EnumValueOptions;
3430
+ isAmino(o: any): o is EnumValueOptionsAmino;
3431
+ encode(message: EnumValueOptions, writer?: BinaryWriter): BinaryWriter;
3432
+ decode(input: BinaryReader | Uint8Array, length?: number): EnumValueOptions;
3433
+ fromPartial(object: DeepPartial<EnumValueOptions>): EnumValueOptions;
3434
+ fromAmino(object: EnumValueOptionsAmino): EnumValueOptions;
3435
+ toAmino(message: EnumValueOptions): EnumValueOptionsAmino;
3436
+ fromAminoMsg(object: EnumValueOptionsAminoMsg): EnumValueOptions;
3437
+ fromProtoMsg(message: EnumValueOptionsProtoMsg): EnumValueOptions;
3438
+ toProto(message: EnumValueOptions): Uint8Array;
3439
+ toProtoMsg(message: EnumValueOptions): EnumValueOptionsProtoMsg;
3440
+ registerTypeUrl(): void;
3441
+ };
3442
+ /**
3443
+ * @name ServiceOptions
3444
+ * @package google.protobuf
3445
+ * @see proto type: google.protobuf.ServiceOptions
3446
+ */
3447
+ declare const ServiceOptions: {
3448
+ typeUrl: string;
3449
+ is(o: any): o is ServiceOptions;
3450
+ isAmino(o: any): o is ServiceOptionsAmino;
3451
+ encode(message: ServiceOptions, writer?: BinaryWriter): BinaryWriter;
3452
+ decode(input: BinaryReader | Uint8Array, length?: number): ServiceOptions;
3453
+ fromPartial(object: DeepPartial<ServiceOptions>): ServiceOptions;
3454
+ fromAmino(object: ServiceOptionsAmino): ServiceOptions;
3455
+ toAmino(message: ServiceOptions): ServiceOptionsAmino;
3456
+ fromAminoMsg(object: ServiceOptionsAminoMsg): ServiceOptions;
3457
+ fromProtoMsg(message: ServiceOptionsProtoMsg): ServiceOptions;
3458
+ toProto(message: ServiceOptions): Uint8Array;
3459
+ toProtoMsg(message: ServiceOptions): ServiceOptionsProtoMsg;
3460
+ registerTypeUrl(): void;
3461
+ };
3462
+ /**
3463
+ * @name MethodOptions
3464
+ * @package google.protobuf
3465
+ * @see proto type: google.protobuf.MethodOptions
3466
+ */
3467
+ declare const MethodOptions: {
3468
+ typeUrl: string;
3469
+ is(o: any): o is MethodOptions;
3470
+ isAmino(o: any): o is MethodOptionsAmino;
3471
+ encode(message: MethodOptions, writer?: BinaryWriter): BinaryWriter;
3472
+ decode(input: BinaryReader | Uint8Array, length?: number): MethodOptions;
3473
+ fromPartial(object: DeepPartial<MethodOptions>): MethodOptions;
3474
+ fromAmino(object: MethodOptionsAmino): MethodOptions;
3475
+ toAmino(message: MethodOptions): MethodOptionsAmino;
3476
+ fromAminoMsg(object: MethodOptionsAminoMsg): MethodOptions;
3477
+ fromProtoMsg(message: MethodOptionsProtoMsg): MethodOptions;
3478
+ toProto(message: MethodOptions): Uint8Array;
3479
+ toProtoMsg(message: MethodOptions): MethodOptionsProtoMsg;
3480
+ registerTypeUrl(): void;
3481
+ };
3482
+ /**
3483
+ * A message representing a option the parser does not recognize. This only
3484
+ * appears in options protos created by the compiler::Parser class.
3485
+ * DescriptorPool resolves these when building Descriptor objects. Therefore,
3486
+ * options protos in descriptor objects (e.g. returned by Descriptor::options(),
3487
+ * or produced by Descriptor::CopyTo()) will never have UninterpretedOptions
3488
+ * in them.
3489
+ * @name UninterpretedOption
3490
+ * @package google.protobuf
3491
+ * @see proto type: google.protobuf.UninterpretedOption
3492
+ */
3493
+ declare const UninterpretedOption: {
3494
+ typeUrl: string;
3495
+ is(o: any): o is UninterpretedOption;
3496
+ isAmino(o: any): o is UninterpretedOptionAmino;
3497
+ encode(message: UninterpretedOption, writer?: BinaryWriter): BinaryWriter;
3498
+ decode(input: BinaryReader | Uint8Array, length?: number): UninterpretedOption;
3499
+ fromPartial(object: DeepPartial<UninterpretedOption>): UninterpretedOption;
3500
+ fromAmino(object: UninterpretedOptionAmino): UninterpretedOption;
3501
+ toAmino(message: UninterpretedOption): UninterpretedOptionAmino;
3502
+ fromAminoMsg(object: UninterpretedOptionAminoMsg): UninterpretedOption;
3503
+ fromProtoMsg(message: UninterpretedOptionProtoMsg): UninterpretedOption;
3504
+ toProto(message: UninterpretedOption): Uint8Array;
3505
+ toProtoMsg(message: UninterpretedOption): UninterpretedOptionProtoMsg;
3506
+ registerTypeUrl(): void;
3507
+ };
3508
+ /**
3509
+ * The name of the uninterpreted option. Each string represents a segment in
3510
+ * a dot-separated name. is_extension is true iff a segment represents an
3511
+ * extension (denoted with parentheses in options specs in .proto files).
3512
+ * E.g.,{ ["foo", false], ["bar.baz", true], ["moo", false] } represents
3513
+ * "foo.(bar.baz).moo".
3514
+ * @name UninterpretedOption_NamePart
3515
+ * @package google.protobuf
3516
+ * @see proto type: google.protobuf.NamePart
3517
+ */
3518
+ declare const UninterpretedOption_NamePart: {
3519
+ typeUrl: string;
3520
+ is(o: any): o is UninterpretedOption_NamePart;
3521
+ isAmino(o: any): o is UninterpretedOption_NamePartAmino;
3522
+ encode(message: UninterpretedOption_NamePart, writer?: BinaryWriter): BinaryWriter;
3523
+ decode(input: BinaryReader | Uint8Array, length?: number): UninterpretedOption_NamePart;
3524
+ fromPartial(object: DeepPartial<UninterpretedOption_NamePart>): UninterpretedOption_NamePart;
3525
+ fromAmino(object: UninterpretedOption_NamePartAmino): UninterpretedOption_NamePart;
3526
+ toAmino(message: UninterpretedOption_NamePart): UninterpretedOption_NamePartAmino;
3527
+ fromAminoMsg(object: UninterpretedOption_NamePartAminoMsg): UninterpretedOption_NamePart;
3528
+ fromProtoMsg(message: UninterpretedOption_NamePartProtoMsg): UninterpretedOption_NamePart;
3529
+ toProto(message: UninterpretedOption_NamePart): Uint8Array;
3530
+ toProtoMsg(message: UninterpretedOption_NamePart): UninterpretedOption_NamePartProtoMsg;
3531
+ registerTypeUrl(): void;
3532
+ };
3533
+ /**
3534
+ * TODO Enums in C++ gencode (and potentially other languages) are
3535
+ * not well scoped. This means that each of the feature enums below can clash
3536
+ * with each other. The short names we've chosen maximize call-site
3537
+ * readability, but leave us very open to this scenario. A future feature will
3538
+ * be designed and implemented to handle this, hopefully before we ever hit a
3539
+ * conflict here.
3540
+ * @name FeatureSet
3541
+ * @package google.protobuf
3542
+ * @see proto type: google.protobuf.FeatureSet
3543
+ */
3544
+ declare const FeatureSet: {
3545
+ typeUrl: string;
3546
+ is(o: any): o is FeatureSet;
3547
+ isAmino(o: any): o is FeatureSetAmino;
3548
+ encode(message: FeatureSet, writer?: BinaryWriter): BinaryWriter;
3549
+ decode(input: BinaryReader | Uint8Array, length?: number): FeatureSet;
3550
+ fromPartial(object: DeepPartial<FeatureSet>): FeatureSet;
3551
+ fromAmino(object: FeatureSetAmino): FeatureSet;
3552
+ toAmino(message: FeatureSet): FeatureSetAmino;
3553
+ fromAminoMsg(object: FeatureSetAminoMsg): FeatureSet;
3554
+ fromProtoMsg(message: FeatureSetProtoMsg): FeatureSet;
3555
+ toProto(message: FeatureSet): Uint8Array;
3556
+ toProtoMsg(message: FeatureSet): FeatureSetProtoMsg;
3557
+ registerTypeUrl(): void;
3558
+ };
3559
+ /**
3560
+ * @name FeatureSet_VisibilityFeature
3561
+ * @package google.protobuf
3562
+ * @see proto type: google.protobuf.VisibilityFeature
3563
+ */
3564
+ declare const FeatureSet_VisibilityFeature: {
3565
+ typeUrl: string;
3566
+ is(o: any): o is FeatureSet_VisibilityFeature;
3567
+ isAmino(o: any): o is FeatureSet_VisibilityFeatureAmino;
3568
+ encode(_: FeatureSet_VisibilityFeature, writer?: BinaryWriter): BinaryWriter;
3569
+ decode(input: BinaryReader | Uint8Array, length?: number): FeatureSet_VisibilityFeature;
3570
+ fromPartial(_: DeepPartial<FeatureSet_VisibilityFeature>): FeatureSet_VisibilityFeature;
3571
+ fromAmino(_: FeatureSet_VisibilityFeatureAmino): FeatureSet_VisibilityFeature;
3572
+ toAmino(_: FeatureSet_VisibilityFeature): FeatureSet_VisibilityFeatureAmino;
3573
+ fromAminoMsg(object: FeatureSet_VisibilityFeatureAminoMsg): FeatureSet_VisibilityFeature;
3574
+ fromProtoMsg(message: FeatureSet_VisibilityFeatureProtoMsg): FeatureSet_VisibilityFeature;
3575
+ toProto(message: FeatureSet_VisibilityFeature): Uint8Array;
3576
+ toProtoMsg(message: FeatureSet_VisibilityFeature): FeatureSet_VisibilityFeatureProtoMsg;
3577
+ registerTypeUrl(): void;
3578
+ };
3579
+ /**
3580
+ * A compiled specification for the defaults of a set of features. These
3581
+ * messages are generated from FeatureSet extensions and can be used to seed
3582
+ * feature resolution. The resolution with this object becomes a simple search
3583
+ * for the closest matching edition, followed by proto merges.
3584
+ * @name FeatureSetDefaults
3585
+ * @package google.protobuf
3586
+ * @see proto type: google.protobuf.FeatureSetDefaults
3587
+ */
3588
+ declare const FeatureSetDefaults: {
3589
+ typeUrl: string;
3590
+ is(o: any): o is FeatureSetDefaults;
3591
+ isAmino(o: any): o is FeatureSetDefaultsAmino;
3592
+ encode(message: FeatureSetDefaults, writer?: BinaryWriter): BinaryWriter;
3593
+ decode(input: BinaryReader | Uint8Array, length?: number): FeatureSetDefaults;
3594
+ fromPartial(object: DeepPartial<FeatureSetDefaults>): FeatureSetDefaults;
3595
+ fromAmino(object: FeatureSetDefaultsAmino): FeatureSetDefaults;
3596
+ toAmino(message: FeatureSetDefaults): FeatureSetDefaultsAmino;
3597
+ fromAminoMsg(object: FeatureSetDefaultsAminoMsg): FeatureSetDefaults;
3598
+ fromProtoMsg(message: FeatureSetDefaultsProtoMsg): FeatureSetDefaults;
3599
+ toProto(message: FeatureSetDefaults): Uint8Array;
3600
+ toProtoMsg(message: FeatureSetDefaults): FeatureSetDefaultsProtoMsg;
3601
+ registerTypeUrl(): void;
3602
+ };
3603
+ /**
3604
+ * A map from every known edition with a unique set of defaults to its
3605
+ * defaults. Not all editions may be contained here. For a given edition,
3606
+ * the defaults at the closest matching edition ordered at or before it should
3607
+ * be used. This field must be in strict ascending order by edition.
3608
+ * @name FeatureSetDefaults_FeatureSetEditionDefault
3609
+ * @package google.protobuf
3610
+ * @see proto type: google.protobuf.FeatureSetEditionDefault
3611
+ */
3612
+ declare const FeatureSetDefaults_FeatureSetEditionDefault: {
3613
+ typeUrl: string;
3614
+ is(o: any): o is FeatureSetDefaults_FeatureSetEditionDefault;
3615
+ isAmino(o: any): o is FeatureSetDefaults_FeatureSetEditionDefaultAmino;
3616
+ encode(message: FeatureSetDefaults_FeatureSetEditionDefault, writer?: BinaryWriter): BinaryWriter;
3617
+ decode(input: BinaryReader | Uint8Array, length?: number): FeatureSetDefaults_FeatureSetEditionDefault;
3618
+ fromPartial(object: DeepPartial<FeatureSetDefaults_FeatureSetEditionDefault>): FeatureSetDefaults_FeatureSetEditionDefault;
3619
+ fromAmino(object: FeatureSetDefaults_FeatureSetEditionDefaultAmino): FeatureSetDefaults_FeatureSetEditionDefault;
3620
+ toAmino(message: FeatureSetDefaults_FeatureSetEditionDefault): FeatureSetDefaults_FeatureSetEditionDefaultAmino;
3621
+ fromAminoMsg(object: FeatureSetDefaults_FeatureSetEditionDefaultAminoMsg): FeatureSetDefaults_FeatureSetEditionDefault;
3622
+ fromProtoMsg(message: FeatureSetDefaults_FeatureSetEditionDefaultProtoMsg): FeatureSetDefaults_FeatureSetEditionDefault;
3623
+ toProto(message: FeatureSetDefaults_FeatureSetEditionDefault): Uint8Array;
3624
+ toProtoMsg(message: FeatureSetDefaults_FeatureSetEditionDefault): FeatureSetDefaults_FeatureSetEditionDefaultProtoMsg;
3625
+ registerTypeUrl(): void;
3626
+ };
3627
+ /**
3628
+ * Encapsulates information about the original source file from which a
3629
+ * FileDescriptorProto was generated.
3630
+ * @name SourceCodeInfo
3631
+ * @package google.protobuf
3632
+ * @see proto type: google.protobuf.SourceCodeInfo
3633
+ */
3634
+ declare const SourceCodeInfo: {
3635
+ typeUrl: string;
3636
+ is(o: any): o is SourceCodeInfo;
3637
+ isAmino(o: any): o is SourceCodeInfoAmino;
3638
+ encode(message: SourceCodeInfo, writer?: BinaryWriter): BinaryWriter;
3639
+ decode(input: BinaryReader | Uint8Array, length?: number): SourceCodeInfo;
3640
+ fromPartial(object: DeepPartial<SourceCodeInfo>): SourceCodeInfo;
3641
+ fromAmino(object: SourceCodeInfoAmino): SourceCodeInfo;
3642
+ toAmino(message: SourceCodeInfo): SourceCodeInfoAmino;
3643
+ fromAminoMsg(object: SourceCodeInfoAminoMsg): SourceCodeInfo;
3644
+ fromProtoMsg(message: SourceCodeInfoProtoMsg): SourceCodeInfo;
3645
+ toProto(message: SourceCodeInfo): Uint8Array;
3646
+ toProtoMsg(message: SourceCodeInfo): SourceCodeInfoProtoMsg;
3647
+ registerTypeUrl(): void;
3648
+ };
3649
+ /**
3650
+ * @name SourceCodeInfo_Location
3651
+ * @package google.protobuf
3652
+ * @see proto type: google.protobuf.Location
3653
+ */
3654
+ declare const SourceCodeInfo_Location: {
3655
+ typeUrl: string;
3656
+ is(o: any): o is SourceCodeInfo_Location;
3657
+ isAmino(o: any): o is SourceCodeInfo_LocationAmino;
3658
+ encode(message: SourceCodeInfo_Location, writer?: BinaryWriter): BinaryWriter;
3659
+ decode(input: BinaryReader | Uint8Array, length?: number): SourceCodeInfo_Location;
3660
+ fromPartial(object: DeepPartial<SourceCodeInfo_Location>): SourceCodeInfo_Location;
3661
+ fromAmino(object: SourceCodeInfo_LocationAmino): SourceCodeInfo_Location;
3662
+ toAmino(message: SourceCodeInfo_Location): SourceCodeInfo_LocationAmino;
3663
+ fromAminoMsg(object: SourceCodeInfo_LocationAminoMsg): SourceCodeInfo_Location;
3664
+ fromProtoMsg(message: SourceCodeInfo_LocationProtoMsg): SourceCodeInfo_Location;
3665
+ toProto(message: SourceCodeInfo_Location): Uint8Array;
3666
+ toProtoMsg(message: SourceCodeInfo_Location): SourceCodeInfo_LocationProtoMsg;
3667
+ registerTypeUrl(): void;
3668
+ };
3669
+ /**
3670
+ * Describes the relationship between generated code and its original source
3671
+ * file. A GeneratedCodeInfo message is associated with only one generated
3672
+ * source file, but may contain references to different source .proto files.
3673
+ * @name GeneratedCodeInfo
3674
+ * @package google.protobuf
3675
+ * @see proto type: google.protobuf.GeneratedCodeInfo
3676
+ */
3677
+ declare const GeneratedCodeInfo: {
3678
+ typeUrl: string;
3679
+ is(o: any): o is GeneratedCodeInfo;
3680
+ isAmino(o: any): o is GeneratedCodeInfoAmino;
3681
+ encode(message: GeneratedCodeInfo, writer?: BinaryWriter): BinaryWriter;
3682
+ decode(input: BinaryReader | Uint8Array, length?: number): GeneratedCodeInfo;
3683
+ fromPartial(object: DeepPartial<GeneratedCodeInfo>): GeneratedCodeInfo;
3684
+ fromAmino(object: GeneratedCodeInfoAmino): GeneratedCodeInfo;
3685
+ toAmino(message: GeneratedCodeInfo): GeneratedCodeInfoAmino;
3686
+ fromAminoMsg(object: GeneratedCodeInfoAminoMsg): GeneratedCodeInfo;
3687
+ fromProtoMsg(message: GeneratedCodeInfoProtoMsg): GeneratedCodeInfo;
3688
+ toProto(message: GeneratedCodeInfo): Uint8Array;
3689
+ toProtoMsg(message: GeneratedCodeInfo): GeneratedCodeInfoProtoMsg;
3690
+ registerTypeUrl(): void;
3691
+ };
3692
+ /**
3693
+ * @name GeneratedCodeInfo_Annotation
3694
+ * @package google.protobuf
3695
+ * @see proto type: google.protobuf.Annotation
3696
+ */
3697
+ declare const GeneratedCodeInfo_Annotation: {
3698
+ typeUrl: string;
3699
+ is(o: any): o is GeneratedCodeInfo_Annotation;
3700
+ isAmino(o: any): o is GeneratedCodeInfo_AnnotationAmino;
3701
+ encode(message: GeneratedCodeInfo_Annotation, writer?: BinaryWriter): BinaryWriter;
3702
+ decode(input: BinaryReader | Uint8Array, length?: number): GeneratedCodeInfo_Annotation;
3703
+ fromPartial(object: DeepPartial<GeneratedCodeInfo_Annotation>): GeneratedCodeInfo_Annotation;
3704
+ fromAmino(object: GeneratedCodeInfo_AnnotationAmino): GeneratedCodeInfo_Annotation;
3705
+ toAmino(message: GeneratedCodeInfo_Annotation): GeneratedCodeInfo_AnnotationAmino;
3706
+ fromAminoMsg(object: GeneratedCodeInfo_AnnotationAminoMsg): GeneratedCodeInfo_Annotation;
3707
+ fromProtoMsg(message: GeneratedCodeInfo_AnnotationProtoMsg): GeneratedCodeInfo_Annotation;
3708
+ toProto(message: GeneratedCodeInfo_Annotation): Uint8Array;
3709
+ toProtoMsg(message: GeneratedCodeInfo_Annotation): GeneratedCodeInfo_AnnotationProtoMsg;
3710
+ registerTypeUrl(): void;
3711
+ };
3712
+ //#endregion
3713
+ export { DescriptorProto, DescriptorProtoAmino, DescriptorProtoAminoMsg, DescriptorProtoProtoMsg, DescriptorProto_ExtensionRange, DescriptorProto_ExtensionRangeAmino, DescriptorProto_ExtensionRangeAminoMsg, DescriptorProto_ExtensionRangeProtoMsg, DescriptorProto_ReservedRange, DescriptorProto_ReservedRangeAmino, DescriptorProto_ReservedRangeAminoMsg, DescriptorProto_ReservedRangeProtoMsg, Edition, EditionAmino, EnumDescriptorProto, EnumDescriptorProtoAmino, EnumDescriptorProtoAminoMsg, EnumDescriptorProtoProtoMsg, EnumDescriptorProto_EnumReservedRange, EnumDescriptorProto_EnumReservedRangeAmino, EnumDescriptorProto_EnumReservedRangeAminoMsg, EnumDescriptorProto_EnumReservedRangeProtoMsg, EnumOptions, EnumOptionsAmino, EnumOptionsAminoMsg, EnumOptionsProtoMsg, EnumValueDescriptorProto, EnumValueDescriptorProtoAmino, EnumValueDescriptorProtoAminoMsg, EnumValueDescriptorProtoProtoMsg, EnumValueOptions, EnumValueOptionsAmino, EnumValueOptionsAminoMsg, EnumValueOptionsProtoMsg, ExtensionRangeOptions, ExtensionRangeOptionsAmino, ExtensionRangeOptionsAminoMsg, ExtensionRangeOptionsProtoMsg, ExtensionRangeOptions_Declaration, ExtensionRangeOptions_DeclarationAmino, ExtensionRangeOptions_DeclarationAminoMsg, ExtensionRangeOptions_DeclarationProtoMsg, ExtensionRangeOptions_VerificationState, ExtensionRangeOptions_VerificationStateAmino, FeatureSet, FeatureSetAmino, FeatureSetAminoMsg, FeatureSetDefaults, FeatureSetDefaultsAmino, FeatureSetDefaultsAminoMsg, FeatureSetDefaultsProtoMsg, FeatureSetDefaults_FeatureSetEditionDefault, FeatureSetDefaults_FeatureSetEditionDefaultAmino, FeatureSetDefaults_FeatureSetEditionDefaultAminoMsg, FeatureSetDefaults_FeatureSetEditionDefaultProtoMsg, FeatureSetProtoMsg, FeatureSet_EnforceNamingStyle, FeatureSet_EnforceNamingStyleAmino, FeatureSet_EnumType, FeatureSet_EnumTypeAmino, FeatureSet_FieldPresence, FeatureSet_FieldPresenceAmino, FeatureSet_JsonFormat, FeatureSet_JsonFormatAmino, FeatureSet_MessageEncoding, FeatureSet_MessageEncodingAmino, FeatureSet_RepeatedFieldEncoding, FeatureSet_RepeatedFieldEncodingAmino, FeatureSet_Utf8Validation, FeatureSet_Utf8ValidationAmino, FeatureSet_VisibilityFeature, FeatureSet_VisibilityFeatureAmino, FeatureSet_VisibilityFeatureAminoMsg, FeatureSet_VisibilityFeatureProtoMsg, FeatureSet_VisibilityFeature_DefaultSymbolVisibility, FeatureSet_VisibilityFeature_DefaultSymbolVisibilityAmino, FieldDescriptorProto, FieldDescriptorProtoAmino, FieldDescriptorProtoAminoMsg, FieldDescriptorProtoProtoMsg, FieldDescriptorProto_Label, FieldDescriptorProto_LabelAmino, FieldDescriptorProto_Type, FieldDescriptorProto_TypeAmino, FieldOptions, FieldOptionsAmino, FieldOptionsAminoMsg, FieldOptionsProtoMsg, FieldOptions_CType, FieldOptions_CTypeAmino, FieldOptions_EditionDefault, FieldOptions_EditionDefaultAmino, FieldOptions_EditionDefaultAminoMsg, FieldOptions_EditionDefaultProtoMsg, FieldOptions_FeatureSupport, FieldOptions_FeatureSupportAmino, FieldOptions_FeatureSupportAminoMsg, FieldOptions_FeatureSupportProtoMsg, FieldOptions_JSType, FieldOptions_JSTypeAmino, FieldOptions_OptionRetention, FieldOptions_OptionRetentionAmino, FieldOptions_OptionTargetType, FieldOptions_OptionTargetTypeAmino, FileDescriptorProto, FileDescriptorProtoAmino, FileDescriptorProtoAminoMsg, FileDescriptorProtoProtoMsg, FileDescriptorSet, FileDescriptorSetAmino, FileDescriptorSetAminoMsg, FileDescriptorSetProtoMsg, FileOptions, FileOptionsAmino, FileOptionsAminoMsg, FileOptionsProtoMsg, FileOptions_OptimizeMode, FileOptions_OptimizeModeAmino, GeneratedCodeInfo, GeneratedCodeInfoAmino, GeneratedCodeInfoAminoMsg, GeneratedCodeInfoProtoMsg, GeneratedCodeInfo_Annotation, GeneratedCodeInfo_AnnotationAmino, GeneratedCodeInfo_AnnotationAminoMsg, GeneratedCodeInfo_AnnotationProtoMsg, GeneratedCodeInfo_Annotation_Semantic, GeneratedCodeInfo_Annotation_SemanticAmino, MessageOptions, MessageOptionsAmino, MessageOptionsAminoMsg, MessageOptionsProtoMsg, MethodDescriptorProto, MethodDescriptorProtoAmino, MethodDescriptorProtoAminoMsg, MethodDescriptorProtoProtoMsg, MethodOptions, MethodOptionsAmino, MethodOptionsAminoMsg, MethodOptionsProtoMsg, MethodOptions_IdempotencyLevel, MethodOptions_IdempotencyLevelAmino, OneofDescriptorProto, OneofDescriptorProtoAmino, OneofDescriptorProtoAminoMsg, OneofDescriptorProtoProtoMsg, OneofOptions, OneofOptionsAmino, OneofOptionsAminoMsg, OneofOptionsProtoMsg, ServiceDescriptorProto, ServiceDescriptorProtoAmino, ServiceDescriptorProtoAminoMsg, ServiceDescriptorProtoProtoMsg, ServiceOptions, ServiceOptionsAmino, ServiceOptionsAminoMsg, ServiceOptionsProtoMsg, SourceCodeInfo, SourceCodeInfoAmino, SourceCodeInfoAminoMsg, SourceCodeInfoProtoMsg, SourceCodeInfo_Location, SourceCodeInfo_LocationAmino, SourceCodeInfo_LocationAminoMsg, SourceCodeInfo_LocationProtoMsg, SymbolVisibility, SymbolVisibilityAmino, UninterpretedOption, UninterpretedOptionAmino, UninterpretedOptionAminoMsg, UninterpretedOptionProtoMsg, UninterpretedOption_NamePart, UninterpretedOption_NamePartAmino, UninterpretedOption_NamePartAminoMsg, UninterpretedOption_NamePartProtoMsg, editionFromJSON, editionToJSON, extensionRangeOptions_VerificationStateFromJSON, extensionRangeOptions_VerificationStateToJSON, featureSet_EnforceNamingStyleFromJSON, featureSet_EnforceNamingStyleToJSON, featureSet_EnumTypeFromJSON, featureSet_EnumTypeToJSON, featureSet_FieldPresenceFromJSON, featureSet_FieldPresenceToJSON, featureSet_JsonFormatFromJSON, featureSet_JsonFormatToJSON, featureSet_MessageEncodingFromJSON, featureSet_MessageEncodingToJSON, featureSet_RepeatedFieldEncodingFromJSON, featureSet_RepeatedFieldEncodingToJSON, featureSet_Utf8ValidationFromJSON, featureSet_Utf8ValidationToJSON, featureSet_VisibilityFeature_DefaultSymbolVisibilityFromJSON, featureSet_VisibilityFeature_DefaultSymbolVisibilityToJSON, fieldDescriptorProto_LabelFromJSON, fieldDescriptorProto_LabelToJSON, fieldDescriptorProto_TypeFromJSON, fieldDescriptorProto_TypeToJSON, fieldOptions_CTypeFromJSON, fieldOptions_CTypeToJSON, fieldOptions_JSTypeFromJSON, fieldOptions_JSTypeToJSON, fieldOptions_OptionRetentionFromJSON, fieldOptions_OptionRetentionToJSON, fieldOptions_OptionTargetTypeFromJSON, fieldOptions_OptionTargetTypeToJSON, fileOptions_OptimizeModeFromJSON, fileOptions_OptimizeModeToJSON, generatedCodeInfo_Annotation_SemanticFromJSON, generatedCodeInfo_Annotation_SemanticToJSON, methodOptions_IdempotencyLevelFromJSON, methodOptions_IdempotencyLevelToJSON, symbolVisibilityFromJSON, symbolVisibilityToJSON };