injectivejs 1.4.0 → 1.6.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1235) hide show
  1. package/LICENSE-Apache +201 -0
  2. package/LICENSE-MIT +21 -0
  3. package/README.md +13 -417
  4. package/amino/amino.js +2 -0
  5. package/binary.d.ts +130 -0
  6. package/binary.js +370 -0
  7. package/cosmos/auth/v1beta1/auth.d.ts +177 -0
  8. package/cosmos/auth/v1beta1/auth.js +445 -0
  9. package/cosmos/auth/v1beta1/query.d.ts +810 -0
  10. package/cosmos/auth/v1beta1/query.js +1561 -0
  11. package/cosmos/auth/v1beta1/query.rpc.func.d.ts +12 -0
  12. package/cosmos/auth/v1beta1/query.rpc.func.js +85 -0
  13. package/cosmos/authz/v1beta1/authz.d.ts +177 -0
  14. package/cosmos/authz/v1beta1/authz.js +371 -0
  15. package/cosmos/authz/v1beta1/tx.d.ts +240 -0
  16. package/cosmos/authz/v1beta1/tx.js +516 -0
  17. package/cosmos/authz/v1beta1/tx.rpc.func.d.ts +5 -0
  18. package/cosmos/authz/v1beta1/tx.rpc.func.js +27 -0
  19. package/cosmos/bank/v1beta1/bank.d.ts +371 -0
  20. package/cosmos/bank/v1beta1/bank.js +726 -0
  21. package/cosmos/bank/v1beta1/query.d.ts +1159 -0
  22. package/cosmos/bank/v1beta1/query.js +2317 -0
  23. package/cosmos/bank/v1beta1/query.rpc.func.d.ts +15 -0
  24. package/cosmos/bank/v1beta1/query.rpc.func.js +109 -0
  25. package/cosmos/bank/v1beta1/tx.d.ts +342 -0
  26. package/cosmos/bank/v1beta1/tx.js +666 -0
  27. package/cosmos/bank/v1beta1/tx.rpc.func.d.ts +6 -0
  28. package/cosmos/bank/v1beta1/tx.rpc.func.js +34 -0
  29. package/cosmos/base/abci/v1beta1/abci.d.ts +599 -0
  30. package/cosmos/base/abci/v1beta1/abci.js +1293 -0
  31. package/cosmos/base/query/v1beta1/pagination.d.ts +176 -0
  32. package/cosmos/base/query/v1beta1/pagination.js +222 -0
  33. package/cosmos/base/v1beta1/coin.d.ts +166 -0
  34. package/cosmos/base/v1beta1/coin.js +341 -0
  35. package/cosmos/crypto/ed25519/keys.d.ts +84 -0
  36. package/cosmos/crypto/ed25519/keys.js +162 -0
  37. package/cosmos/crypto/multisig/v1beta1/multisig.d.ts +86 -0
  38. package/cosmos/crypto/multisig/v1beta1/multisig.js +177 -0
  39. package/cosmos/crypto/secp256k1/keys.d.ts +78 -0
  40. package/cosmos/crypto/secp256k1/keys.js +162 -0
  41. package/cosmos/crypto/secp256r1/keys.d.ts +76 -0
  42. package/cosmos/crypto/secp256r1/keys.js +162 -0
  43. package/cosmos/distribution/v1beta1/distribution.d.ts +541 -0
  44. package/cosmos/distribution/v1beta1/distribution.js +1158 -0
  45. package/cosmos/distribution/v1beta1/tx.d.ts +578 -0
  46. package/cosmos/distribution/v1beta1/tx.js +1145 -0
  47. package/cosmos/distribution/v1beta1/tx.rpc.func.d.ts +9 -0
  48. package/cosmos/distribution/v1beta1/tx.rpc.func.js +55 -0
  49. package/cosmos/feegrant/v1beta1/tx.d.ts +232 -0
  50. package/cosmos/feegrant/v1beta1/tx.js +471 -0
  51. package/cosmos/feegrant/v1beta1/tx.rpc.func.d.ts +5 -0
  52. package/cosmos/feegrant/v1beta1/tx.rpc.func.js +27 -0
  53. package/cosmos/gov/v1/gov.d.ts +696 -0
  54. package/cosmos/gov/v1/gov.js +1363 -0
  55. package/cosmos/gov/v1/tx.d.ts +629 -0
  56. package/cosmos/gov/v1/tx.js +1277 -0
  57. package/cosmos/gov/v1/tx.rpc.func.d.ts +9 -0
  58. package/cosmos/gov/v1/tx.rpc.func.js +55 -0
  59. package/cosmos/gov/v1beta1/gov.d.ts +527 -0
  60. package/cosmos/gov/v1beta1/gov.js +1114 -0
  61. package/cosmos/gov/v1beta1/query.d.ts +606 -0
  62. package/cosmos/gov/v1beta1/query.js +1409 -0
  63. package/cosmos/gov/v1beta1/query.rpc.func.d.ts +10 -0
  64. package/cosmos/gov/v1beta1/query.rpc.func.js +69 -0
  65. package/cosmos/gov/v1beta1/tx.d.ts +330 -0
  66. package/cosmos/gov/v1beta1/tx.js +699 -0
  67. package/cosmos/gov/v1beta1/tx.rpc.func.d.ts +6 -0
  68. package/cosmos/gov/v1beta1/tx.rpc.func.js +34 -0
  69. package/cosmos/group/v1/tx.d.ts +1140 -0
  70. package/cosmos/group/v1/tx.js +2567 -0
  71. package/cosmos/group/v1/tx.rpc.func.d.ts +16 -0
  72. package/cosmos/group/v1/tx.rpc.func.js +104 -0
  73. package/cosmos/group/v1/types.d.ts +799 -0
  74. package/cosmos/group/v1/types.js +1542 -0
  75. package/cosmos/ics23/v1/proofs.d.ts +730 -0
  76. package/cosmos/ics23/v1/proofs.js +1605 -0
  77. package/cosmos/msg/v1/msg.js +2 -0
  78. package/cosmos/query/v1/query.js +2 -0
  79. package/cosmos/staking/v1beta1/query.d.ts +1124 -0
  80. package/cosmos/staking/v1beta1/query.js +2414 -0
  81. package/cosmos/staking/v1beta1/query.rpc.func.d.ts +16 -0
  82. package/cosmos/staking/v1beta1/query.rpc.func.js +117 -0
  83. package/cosmos/staking/v1beta1/staking.d.ts +1024 -0
  84. package/cosmos/staking/v1beta1/staking.js +2371 -0
  85. package/cosmos/staking/v1beta1/tx.d.ts +590 -0
  86. package/cosmos/staking/v1beta1/tx.js +1290 -0
  87. package/cosmos/staking/v1beta1/tx.rpc.func.d.ts +9 -0
  88. package/cosmos/staking/v1beta1/tx.rpc.func.js +55 -0
  89. package/cosmos/tx/signing/v1beta1/signing.d.ts +270 -0
  90. package/cosmos/tx/signing/v1beta1/signing.js +570 -0
  91. package/cosmos/tx/v1beta1/service.d.ts +916 -0
  92. package/cosmos/tx/v1beta1/service.js +1729 -0
  93. package/cosmos/tx/v1beta1/service.rpc.func.d.ts +11 -0
  94. package/cosmos/tx/v1beta1/service.rpc.func.js +77 -0
  95. package/cosmos/tx/v1beta1/tx.d.ts +856 -0
  96. package/cosmos/tx/v1beta1/tx.js +1398 -0
  97. package/cosmos/upgrade/v1beta1/upgrade.d.ts +245 -0
  98. package/cosmos/upgrade/v1beta1/upgrade.js +416 -0
  99. package/cosmos/vesting/v1beta1/tx.d.ts +256 -0
  100. package/cosmos/vesting/v1beta1/tx.js +553 -0
  101. package/cosmos/vesting/v1beta1/tx.rpc.func.d.ts +5 -0
  102. package/cosmos/vesting/v1beta1/tx.rpc.func.js +27 -0
  103. package/cosmos/vesting/v1beta1/vesting.d.ts +256 -0
  104. package/cosmos/vesting/v1beta1/vesting.js +586 -0
  105. package/cosmos_proto/cosmos.d.ts +153 -0
  106. package/cosmos_proto/cosmos.js +234 -0
  107. package/cosmwasm/wasm/v1/proposal_legacy.d.ts +872 -0
  108. package/cosmwasm/wasm/v1/proposal_legacy.js +1784 -0
  109. package/cosmwasm/wasm/v1/query.d.ts +1168 -0
  110. package/cosmwasm/wasm/v1/query.js +2549 -0
  111. package/cosmwasm/wasm/v1/query.rpc.func.d.ts +16 -0
  112. package/cosmwasm/wasm/v1/query.rpc.func.js +117 -0
  113. package/cosmwasm/wasm/v1/tx.d.ts +1534 -0
  114. package/cosmwasm/wasm/v1/tx.js +3236 -0
  115. package/cosmwasm/wasm/v1/tx.rpc.func.d.ts +19 -0
  116. package/cosmwasm/wasm/v1/tx.rpc.func.js +125 -0
  117. package/cosmwasm/wasm/v1/types.d.ts +374 -0
  118. package/cosmwasm/wasm/v1/types.js +917 -0
  119. package/esm/binary.js +365 -0
  120. package/esm/cosmos/auth/v1beta1/auth.js +442 -0
  121. package/esm/cosmos/auth/v1beta1/query.js +1558 -0
  122. package/esm/cosmos/auth/v1beta1/query.rpc.func.js +72 -0
  123. package/esm/cosmos/authz/v1beta1/authz.js +368 -0
  124. package/esm/cosmos/authz/v1beta1/tx.js +513 -0
  125. package/esm/cosmos/authz/v1beta1/tx.rpc.func.js +21 -0
  126. package/esm/cosmos/bank/v1beta1/bank.js +723 -0
  127. package/esm/cosmos/bank/v1beta1/query.js +2314 -0
  128. package/esm/cosmos/bank/v1beta1/query.rpc.func.js +93 -0
  129. package/esm/cosmos/bank/v1beta1/tx.js +663 -0
  130. package/esm/cosmos/bank/v1beta1/tx.rpc.func.js +27 -0
  131. package/esm/cosmos/base/abci/v1beta1/abci.js +1290 -0
  132. package/esm/cosmos/base/query/v1beta1/pagination.js +219 -0
  133. package/esm/cosmos/base/v1beta1/coin.js +338 -0
  134. package/esm/cosmos/crypto/ed25519/keys.js +159 -0
  135. package/esm/cosmos/crypto/multisig/v1beta1/multisig.js +174 -0
  136. package/esm/cosmos/crypto/secp256k1/keys.js +159 -0
  137. package/esm/cosmos/crypto/secp256r1/keys.js +159 -0
  138. package/esm/cosmos/distribution/v1beta1/distribution.js +1155 -0
  139. package/esm/cosmos/distribution/v1beta1/tx.js +1142 -0
  140. package/esm/cosmos/distribution/v1beta1/tx.rpc.func.js +45 -0
  141. package/esm/cosmos/feegrant/v1beta1/tx.js +468 -0
  142. package/esm/cosmos/feegrant/v1beta1/tx.rpc.func.js +21 -0
  143. package/esm/cosmos/gov/v1/gov.js +1356 -0
  144. package/esm/cosmos/gov/v1/tx.js +1274 -0
  145. package/esm/cosmos/gov/v1/tx.rpc.func.js +45 -0
  146. package/esm/cosmos/gov/v1beta1/gov.js +1107 -0
  147. package/esm/cosmos/gov/v1beta1/query.js +1406 -0
  148. package/esm/cosmos/gov/v1beta1/query.rpc.func.js +58 -0
  149. package/esm/cosmos/gov/v1beta1/tx.js +696 -0
  150. package/esm/cosmos/gov/v1beta1/tx.rpc.func.js +27 -0
  151. package/esm/cosmos/group/v1/tx.js +2562 -0
  152. package/esm/cosmos/group/v1/tx.rpc.func.js +87 -0
  153. package/esm/cosmos/group/v1/types.js +1533 -0
  154. package/esm/cosmos/ics23/v1/proofs.js +1598 -0
  155. package/esm/cosmos/msg/v1/msg.js +1 -0
  156. package/esm/cosmos/query/v1/query.js +1 -0
  157. package/esm/cosmos/staking/v1beta1/query.js +2411 -0
  158. package/esm/cosmos/staking/v1beta1/query.rpc.func.js +100 -0
  159. package/esm/cosmos/staking/v1beta1/staking.js +2364 -0
  160. package/esm/cosmos/staking/v1beta1/tx.js +1287 -0
  161. package/esm/cosmos/staking/v1beta1/tx.rpc.func.js +45 -0
  162. package/esm/cosmos/tx/signing/v1beta1/signing.js +565 -0
  163. package/esm/cosmos/tx/v1beta1/service.js +1722 -0
  164. package/esm/cosmos/tx/v1beta1/service.rpc.func.js +65 -0
  165. package/esm/cosmos/tx/v1beta1/tx.js +1395 -0
  166. package/esm/cosmos/upgrade/v1beta1/upgrade.js +413 -0
  167. package/esm/cosmos/vesting/v1beta1/tx.js +550 -0
  168. package/esm/cosmos/vesting/v1beta1/tx.rpc.func.js +21 -0
  169. package/esm/cosmos/vesting/v1beta1/vesting.js +583 -0
  170. package/esm/cosmos_proto/cosmos.js +229 -0
  171. package/esm/cosmwasm/wasm/v1/proposal_legacy.js +1781 -0
  172. package/esm/cosmwasm/wasm/v1/query.js +2546 -0
  173. package/esm/cosmwasm/wasm/v1/query.rpc.func.js +100 -0
  174. package/esm/cosmwasm/wasm/v1/tx.js +3233 -0
  175. package/esm/cosmwasm/wasm/v1/tx.rpc.func.js +105 -0
  176. package/esm/cosmwasm/wasm/v1/types.js +910 -0
  177. package/esm/extern.js +30 -0
  178. package/esm/gogoproto/gogo.js +1 -0
  179. package/esm/google/api/annotations.js +1 -0
  180. package/esm/google/api/http.js +350 -0
  181. package/esm/google/protobuf/any.js +78 -0
  182. package/esm/google/protobuf/descriptor.js +5062 -0
  183. package/esm/google/protobuf/duration.js +78 -0
  184. package/esm/google/protobuf/timestamp.js +75 -0
  185. package/esm/helper-func-types.js +50 -0
  186. package/esm/helpers.js +128 -0
  187. package/esm/ibc/applications/transfer/v1/transfer.js +275 -0
  188. package/esm/ibc/applications/transfer/v1/tx.js +427 -0
  189. package/esm/ibc/applications/transfer/v1/tx.rpc.func.js +15 -0
  190. package/esm/ibc/core/channel/v1/channel.js +1160 -0
  191. package/esm/ibc/core/channel/v1/tx.js +4022 -0
  192. package/esm/ibc/core/channel/v1/tx.rpc.func.js +117 -0
  193. package/esm/ibc/core/channel/v1/upgrade.js +301 -0
  194. package/esm/ibc/core/client/v1/client.js +443 -0
  195. package/esm/ibc/core/client/v1/tx.js +1212 -0
  196. package/esm/ibc/core/client/v1/tx.rpc.func.js +45 -0
  197. package/esm/ibc/core/commitment/v1/commitment.js +241 -0
  198. package/esm/ibc/core/connection/v1/connection.js +776 -0
  199. package/esm/ibc/core/connection/v1/tx.js +1084 -0
  200. package/esm/ibc/core/connection/v1/tx.rpc.func.js +33 -0
  201. package/esm/injective/auction/v1beta1/auction.js +554 -0
  202. package/esm/injective/auction/v1beta1/genesis.js +121 -0
  203. package/esm/injective/auction/v1beta1/query.js +564 -0
  204. package/esm/injective/auction/v1beta1/query.rpc.func.js +30 -0
  205. package/esm/injective/auction/v1beta1/tx.js +310 -0
  206. package/esm/injective/auction/v1beta1/tx.rpc.func.js +15 -0
  207. package/esm/injective/crypto/v1beta1/ethsecp256k1/keys.js +159 -0
  208. package/esm/injective/exchange/v1beta1/authz.js +1040 -0
  209. package/esm/injective/exchange/v1beta1/events.js +3396 -0
  210. package/esm/injective/exchange/v1beta1/exchange.js +6128 -0
  211. package/esm/injective/exchange/v1beta1/genesis.js +2030 -0
  212. package/esm/injective/exchange/v1beta1/proposal.js +3398 -0
  213. package/esm/injective/exchange/v1beta1/query.js +10569 -0
  214. package/esm/injective/exchange/v1beta1/query.rpc.func.js +422 -0
  215. package/esm/injective/exchange/v1beta1/tx.js +7548 -0
  216. package/esm/injective/exchange/v1beta1/tx.rpc.func.js +213 -0
  217. package/esm/injective/insurance/v1beta1/events.js +426 -0
  218. package/esm/injective/insurance/v1beta1/genesis.js +127 -0
  219. package/esm/injective/insurance/v1beta1/insurance.js +392 -0
  220. package/esm/injective/insurance/v1beta1/query.js +839 -0
  221. package/esm/injective/insurance/v1beta1/query.rpc.func.js +44 -0
  222. package/esm/injective/insurance/v1beta1/tx.js +689 -0
  223. package/esm/injective/insurance/v1beta1/tx.rpc.func.js +27 -0
  224. package/esm/injective/ocr/v1beta1/genesis.js +783 -0
  225. package/esm/injective/ocr/v1beta1/ocr.js +2406 -0
  226. package/esm/injective/ocr/v1beta1/query.js +1020 -0
  227. package/esm/injective/ocr/v1beta1/query.rpc.func.js +51 -0
  228. package/esm/injective/ocr/v1beta1/tx.js +1583 -0
  229. package/esm/injective/ocr/v1beta1/tx.rpc.func.js +57 -0
  230. package/esm/injective/oracle/v1beta1/events.js +1037 -0
  231. package/esm/injective/oracle/v1beta1/genesis.js +387 -0
  232. package/esm/injective/oracle/v1beta1/oracle.js +2619 -0
  233. package/esm/injective/oracle/v1beta1/proposal.js +1246 -0
  234. package/esm/injective/oracle/v1beta1/query.js +2704 -0
  235. package/esm/injective/oracle/v1beta1/query.rpc.func.js +121 -0
  236. package/esm/injective/oracle/v1beta1/tx.js +1337 -0
  237. package/esm/injective/oracle/v1beta1/tx.rpc.func.js +51 -0
  238. package/esm/injective/peggy/v1/attestation.js +248 -0
  239. package/esm/injective/peggy/v1/batch.js +242 -0
  240. package/esm/injective/peggy/v1/ethereum_signer.js +39 -0
  241. package/esm/injective/peggy/v1/events.js +1921 -0
  242. package/esm/injective/peggy/v1/genesis.js +272 -0
  243. package/esm/injective/peggy/v1/msgs.js +2421 -0
  244. package/esm/injective/peggy/v1/msgs.rpc.func.js +87 -0
  245. package/esm/injective/peggy/v1/params.js +337 -0
  246. package/esm/injective/peggy/v1/pool.js +167 -0
  247. package/esm/injective/peggy/v1/proposal.js +196 -0
  248. package/esm/injective/peggy/v1/query.js +2992 -0
  249. package/esm/injective/peggy/v1/query.rpc.func.js +149 -0
  250. package/esm/injective/peggy/v1/types.js +451 -0
  251. package/esm/injective/permissions/v1beta1/events.js +85 -0
  252. package/esm/injective/permissions/v1beta1/genesis.js +89 -0
  253. package/esm/injective/permissions/v1beta1/params.js +80 -0
  254. package/esm/injective/permissions/v1beta1/permissions.js +601 -0
  255. package/esm/injective/permissions/v1beta1/query.js +867 -0
  256. package/esm/injective/permissions/v1beta1/query.rpc.func.js +44 -0
  257. package/esm/injective/permissions/v1beta1/tx.js +1406 -0
  258. package/esm/injective/permissions/v1beta1/tx.rpc.func.js +45 -0
  259. package/esm/injective/stream/v1beta1/query.js +2453 -0
  260. package/esm/injective/tokenfactory/v1beta1/authorityMetadata.js +72 -0
  261. package/esm/injective/tokenfactory/v1beta1/events.js +414 -0
  262. package/esm/injective/tokenfactory/v1beta1/genesis.js +207 -0
  263. package/esm/injective/tokenfactory/v1beta1/params.js +84 -0
  264. package/esm/injective/tokenfactory/v1beta1/query.js +554 -0
  265. package/esm/injective/tokenfactory/v1beta1/query.rpc.func.js +30 -0
  266. package/esm/injective/tokenfactory/v1beta1/tx.js +947 -0
  267. package/esm/injective/tokenfactory/v1beta1/tx.rpc.func.js +39 -0
  268. package/esm/injective/types/v1beta1/account.js +86 -0
  269. package/esm/injective/types/v1beta1/tx_ext.js +97 -0
  270. package/esm/injective/types/v1beta1/tx_response.js +158 -0
  271. package/esm/injective/wasmx/v1/events.js +333 -0
  272. package/esm/injective/wasmx/v1/genesis.js +170 -0
  273. package/esm/injective/wasmx/v1/proposal.js +631 -0
  274. package/esm/injective/wasmx/v1/query.js +398 -0
  275. package/esm/injective/wasmx/v1/query.rpc.func.js +23 -0
  276. package/esm/injective/wasmx/v1/tx.js +960 -0
  277. package/esm/injective/wasmx/v1/tx.rpc.func.js +39 -0
  278. package/esm/injective/wasmx/v1/wasmx.js +272 -0
  279. package/esm/registry.js +154 -0
  280. package/esm/tendermint/abci/types.js +5217 -0
  281. package/esm/tendermint/crypto/keys.js +85 -0
  282. package/esm/tendermint/crypto/proof.js +455 -0
  283. package/esm/tendermint/types/block.js +110 -0
  284. package/esm/tendermint/types/evidence.js +400 -0
  285. package/esm/tendermint/types/params.js +592 -0
  286. package/esm/tendermint/types/types.js +1749 -0
  287. package/esm/tendermint/types/validator.js +337 -0
  288. package/esm/tendermint/version/types.js +166 -0
  289. package/esm/types.js +6 -0
  290. package/esm/utf8.js +136 -0
  291. package/esm/varint.js +407 -0
  292. package/extern.d.ts +10 -0
  293. package/extern.js +36 -0
  294. package/gogoproto/gogo.d.ts +1 -0
  295. package/gogoproto/gogo.js +2 -0
  296. package/google/api/annotations.d.ts +1 -0
  297. package/google/api/annotations.js +2 -0
  298. package/google/api/http.d.ts +764 -0
  299. package/google/api/http.js +353 -0
  300. package/google/protobuf/any.d.ts +268 -0
  301. package/google/protobuf/any.js +81 -0
  302. package/google/protobuf/descriptor.d.ts +2919 -0
  303. package/google/protobuf/descriptor.js +5101 -0
  304. package/google/protobuf/duration.d.ts +162 -0
  305. package/google/protobuf/duration.js +81 -0
  306. package/google/protobuf/timestamp.d.ts +222 -0
  307. package/google/protobuf/timestamp.js +78 -0
  308. package/helper-func-types.d.ts +117 -0
  309. package/helper-func-types.js +56 -0
  310. package/helpers.d.ts +82 -0
  311. package/helpers.js +143 -0
  312. package/ibc/applications/transfer/v1/transfer.d.ts +148 -0
  313. package/ibc/applications/transfer/v1/transfer.js +278 -0
  314. package/ibc/applications/transfer/v1/tx.d.ts +213 -0
  315. package/ibc/applications/transfer/v1/tx.js +430 -0
  316. package/ibc/applications/transfer/v1/tx.rpc.func.d.ts +4 -0
  317. package/ibc/applications/transfer/v1/tx.rpc.func.js +20 -0
  318. package/ibc/core/channel/v1/channel.d.ts +547 -0
  319. package/ibc/core/channel/v1/channel.js +1167 -0
  320. package/ibc/core/channel/v1/tx.d.ts +1490 -0
  321. package/ibc/core/channel/v1/tx.js +4027 -0
  322. package/ibc/core/channel/v1/tx.rpc.func.d.ts +21 -0
  323. package/ibc/core/channel/v1/tx.rpc.func.js +139 -0
  324. package/ibc/core/channel/v1/upgrade.d.ts +139 -0
  325. package/ibc/core/channel/v1/upgrade.js +304 -0
  326. package/ibc/core/client/v1/client.d.ts +243 -0
  327. package/ibc/core/client/v1/client.js +446 -0
  328. package/ibc/core/client/v1/tx.d.ts +589 -0
  329. package/ibc/core/client/v1/tx.js +1215 -0
  330. package/ibc/core/client/v1/tx.rpc.func.d.ts +9 -0
  331. package/ibc/core/client/v1/tx.rpc.func.js +55 -0
  332. package/ibc/core/commitment/v1/commitment.d.ts +125 -0
  333. package/ibc/core/commitment/v1/commitment.js +244 -0
  334. package/ibc/core/connection/v1/connection.d.ts +376 -0
  335. package/ibc/core/connection/v1/connection.js +781 -0
  336. package/ibc/core/connection/v1/tx.d.ts +485 -0
  337. package/ibc/core/connection/v1/tx.js +1087 -0
  338. package/ibc/core/connection/v1/tx.rpc.func.d.ts +7 -0
  339. package/ibc/core/connection/v1/tx.rpc.func.js +41 -0
  340. package/injective/auction/v1beta1/auction.d.ts +227 -0
  341. package/injective/auction/v1beta1/auction.js +557 -0
  342. package/injective/auction/v1beta1/genesis.d.ts +51 -0
  343. package/injective/auction/v1beta1/genesis.js +124 -0
  344. package/injective/auction/v1beta1/query.d.ts +287 -0
  345. package/injective/auction/v1beta1/query.js +567 -0
  346. package/injective/auction/v1beta1/query.rpc.func.d.ts +6 -0
  347. package/injective/auction/v1beta1/query.rpc.func.js +37 -0
  348. package/injective/auction/v1beta1/tx.d.ts +140 -0
  349. package/injective/auction/v1beta1/tx.js +313 -0
  350. package/injective/auction/v1beta1/tx.rpc.func.d.ts +4 -0
  351. package/injective/auction/v1beta1/tx.rpc.func.js +20 -0
  352. package/injective/crypto/v1beta1/ethsecp256k1/keys.d.ts +80 -0
  353. package/injective/crypto/v1beta1/ethsecp256k1/keys.js +162 -0
  354. package/injective/exchange/v1beta1/authz.d.ts +362 -0
  355. package/injective/exchange/v1beta1/authz.js +1043 -0
  356. package/injective/exchange/v1beta1/events.d.ts +1148 -0
  357. package/injective/exchange/v1beta1/events.js +3399 -0
  358. package/injective/exchange/v1beta1/exchange.d.ts +2468 -0
  359. package/injective/exchange/v1beta1/exchange.js +6142 -0
  360. package/injective/exchange/v1beta1/genesis.d.ts +709 -0
  361. package/injective/exchange/v1beta1/genesis.js +2033 -0
  362. package/injective/exchange/v1beta1/proposal.d.ts +1342 -0
  363. package/injective/exchange/v1beta1/proposal.js +3403 -0
  364. package/injective/exchange/v1beta1/query.d.ts +4948 -0
  365. package/injective/exchange/v1beta1/query.js +10578 -0
  366. package/injective/exchange/v1beta1/query.rpc.func.d.ts +62 -0
  367. package/injective/exchange/v1beta1/query.rpc.func.js +486 -0
  368. package/injective/exchange/v1beta1/tx.d.ts +3188 -0
  369. package/injective/exchange/v1beta1/tx.js +7552 -0
  370. package/injective/exchange/v1beta1/tx.rpc.func.d.ts +37 -0
  371. package/injective/exchange/v1beta1/tx.rpc.func.js +251 -0
  372. package/injective/insurance/v1beta1/events.d.ts +168 -0
  373. package/injective/insurance/v1beta1/events.js +429 -0
  374. package/injective/insurance/v1beta1/genesis.d.ts +69 -0
  375. package/injective/insurance/v1beta1/genesis.js +130 -0
  376. package/injective/insurance/v1beta1/insurance.d.ts +187 -0
  377. package/injective/insurance/v1beta1/insurance.js +395 -0
  378. package/injective/insurance/v1beta1/query.d.ts +437 -0
  379. package/injective/insurance/v1beta1/query.js +842 -0
  380. package/injective/insurance/v1beta1/query.rpc.func.d.ts +8 -0
  381. package/injective/insurance/v1beta1/query.rpc.func.js +53 -0
  382. package/injective/insurance/v1beta1/tx.d.ts +335 -0
  383. package/injective/insurance/v1beta1/tx.js +692 -0
  384. package/injective/insurance/v1beta1/tx.rpc.func.d.ts +6 -0
  385. package/injective/insurance/v1beta1/tx.rpc.func.js +34 -0
  386. package/injective/ocr/v1beta1/genesis.d.ts +286 -0
  387. package/injective/ocr/v1beta1/genesis.js +786 -0
  388. package/injective/ocr/v1beta1/ocr.d.ts +953 -0
  389. package/injective/ocr/v1beta1/ocr.js +2409 -0
  390. package/injective/ocr/v1beta1/query.d.ts +403 -0
  391. package/injective/ocr/v1beta1/query.js +1023 -0
  392. package/injective/ocr/v1beta1/query.rpc.func.d.ts +9 -0
  393. package/injective/ocr/v1beta1/query.rpc.func.js +61 -0
  394. package/injective/ocr/v1beta1/tx.d.ts +614 -0
  395. package/injective/ocr/v1beta1/tx.js +1586 -0
  396. package/injective/ocr/v1beta1/tx.rpc.func.d.ts +11 -0
  397. package/injective/ocr/v1beta1/tx.rpc.func.js +69 -0
  398. package/injective/oracle/v1beta1/events.d.ts +357 -0
  399. package/injective/oracle/v1beta1/events.js +1040 -0
  400. package/injective/oracle/v1beta1/genesis.d.ts +97 -0
  401. package/injective/oracle/v1beta1/genesis.js +390 -0
  402. package/injective/oracle/v1beta1/oracle.d.ts +958 -0
  403. package/injective/oracle/v1beta1/oracle.js +2624 -0
  404. package/injective/oracle/v1beta1/proposal.d.ts +391 -0
  405. package/injective/oracle/v1beta1/proposal.js +1249 -0
  406. package/injective/oracle/v1beta1/query.d.ts +1298 -0
  407. package/injective/oracle/v1beta1/query.js +2707 -0
  408. package/injective/oracle/v1beta1/query.rpc.func.d.ts +19 -0
  409. package/injective/oracle/v1beta1/query.rpc.func.js +141 -0
  410. package/injective/oracle/v1beta1/tx.d.ts +541 -0
  411. package/injective/oracle/v1beta1/tx.js +1340 -0
  412. package/injective/oracle/v1beta1/tx.rpc.func.d.ts +10 -0
  413. package/injective/oracle/v1beta1/tx.rpc.func.js +62 -0
  414. package/injective/peggy/v1/attestation.d.ts +132 -0
  415. package/injective/peggy/v1/attestation.js +253 -0
  416. package/injective/peggy/v1/batch.d.ts +79 -0
  417. package/injective/peggy/v1/batch.js +245 -0
  418. package/injective/peggy/v1/ethereum_signer.d.ts +10 -0
  419. package/injective/peggy/v1/ethereum_signer.js +44 -0
  420. package/injective/peggy/v1/events.d.ts +598 -0
  421. package/injective/peggy/v1/events.js +1924 -0
  422. package/injective/peggy/v1/genesis.d.ts +65 -0
  423. package/injective/peggy/v1/genesis.js +275 -0
  424. package/injective/peggy/v1/msgs.d.ts +1122 -0
  425. package/injective/peggy/v1/msgs.js +2424 -0
  426. package/injective/peggy/v1/msgs.rpc.func.d.ts +16 -0
  427. package/injective/peggy/v1/msgs.rpc.func.js +104 -0
  428. package/injective/peggy/v1/params.d.ts +75 -0
  429. package/injective/peggy/v1/params.js +340 -0
  430. package/injective/peggy/v1/pool.d.ts +62 -0
  431. package/injective/peggy/v1/pool.js +170 -0
  432. package/injective/peggy/v1/proposal.d.ts +66 -0
  433. package/injective/peggy/v1/proposal.js +199 -0
  434. package/injective/peggy/v1/query.d.ts +1204 -0
  435. package/injective/peggy/v1/query.js +2995 -0
  436. package/injective/peggy/v1/query.rpc.func.d.ts +23 -0
  437. package/injective/peggy/v1/query.rpc.func.js +173 -0
  438. package/injective/peggy/v1/types.d.ts +196 -0
  439. package/injective/peggy/v1/types.js +454 -0
  440. package/injective/permissions/v1beta1/events.d.ts +33 -0
  441. package/injective/permissions/v1beta1/events.js +88 -0
  442. package/injective/permissions/v1beta1/genesis.d.ts +38 -0
  443. package/injective/permissions/v1beta1/genesis.js +92 -0
  444. package/injective/permissions/v1beta1/params.d.ts +34 -0
  445. package/injective/permissions/v1beta1/params.js +83 -0
  446. package/injective/permissions/v1beta1/permissions.d.ts +212 -0
  447. package/injective/permissions/v1beta1/permissions.js +606 -0
  448. package/injective/permissions/v1beta1/query.d.ts +397 -0
  449. package/injective/permissions/v1beta1/query.js +870 -0
  450. package/injective/permissions/v1beta1/query.rpc.func.d.ts +8 -0
  451. package/injective/permissions/v1beta1/query.rpc.func.js +53 -0
  452. package/injective/permissions/v1beta1/tx.d.ts +562 -0
  453. package/injective/permissions/v1beta1/tx.js +1409 -0
  454. package/injective/permissions/v1beta1/tx.rpc.func.d.ts +9 -0
  455. package/injective/permissions/v1beta1/tx.rpc.func.js +55 -0
  456. package/injective/stream/v1beta1/query.d.ts +764 -0
  457. package/injective/stream/v1beta1/query.js +2458 -0
  458. package/injective/tokenfactory/v1beta1/authorityMetadata.d.ts +42 -0
  459. package/injective/tokenfactory/v1beta1/authorityMetadata.js +75 -0
  460. package/injective/tokenfactory/v1beta1/events.d.ts +154 -0
  461. package/injective/tokenfactory/v1beta1/events.js +417 -0
  462. package/injective/tokenfactory/v1beta1/genesis.d.ts +84 -0
  463. package/injective/tokenfactory/v1beta1/genesis.js +210 -0
  464. package/injective/tokenfactory/v1beta1/params.d.ts +35 -0
  465. package/injective/tokenfactory/v1beta1/params.js +87 -0
  466. package/injective/tokenfactory/v1beta1/query.d.ts +281 -0
  467. package/injective/tokenfactory/v1beta1/query.js +557 -0
  468. package/injective/tokenfactory/v1beta1/query.rpc.func.d.ts +6 -0
  469. package/injective/tokenfactory/v1beta1/query.rpc.func.js +37 -0
  470. package/injective/tokenfactory/v1beta1/tx.d.ts +454 -0
  471. package/injective/tokenfactory/v1beta1/tx.js +950 -0
  472. package/injective/tokenfactory/v1beta1/tx.rpc.func.d.ts +8 -0
  473. package/injective/tokenfactory/v1beta1/tx.rpc.func.js +48 -0
  474. package/injective/types/v1beta1/account.d.ts +41 -0
  475. package/injective/types/v1beta1/account.js +89 -0
  476. package/injective/types/v1beta1/tx_ext.d.ts +58 -0
  477. package/injective/types/v1beta1/tx_ext.js +100 -0
  478. package/injective/types/v1beta1/tx_response.d.ts +70 -0
  479. package/injective/types/v1beta1/tx_response.js +161 -0
  480. package/injective/wasmx/v1/events.d.ts +107 -0
  481. package/injective/wasmx/v1/events.js +336 -0
  482. package/injective/wasmx/v1/genesis.d.ts +75 -0
  483. package/injective/wasmx/v1/genesis.js +173 -0
  484. package/injective/wasmx/v1/proposal.d.ts +233 -0
  485. package/injective/wasmx/v1/proposal.js +636 -0
  486. package/injective/wasmx/v1/query.d.ts +202 -0
  487. package/injective/wasmx/v1/query.js +401 -0
  488. package/injective/wasmx/v1/query.rpc.func.d.ts +5 -0
  489. package/injective/wasmx/v1/query.rpc.func.js +29 -0
  490. package/injective/wasmx/v1/tx.d.ts +408 -0
  491. package/injective/wasmx/v1/tx.js +963 -0
  492. package/injective/wasmx/v1/tx.rpc.func.d.ts +8 -0
  493. package/injective/wasmx/v1/tx.rpc.func.js +48 -0
  494. package/injective/wasmx/v1/wasmx.d.ts +140 -0
  495. package/injective/wasmx/v1/wasmx.js +275 -0
  496. package/package.json +39 -77
  497. package/registry.d.ts +33 -0
  498. package/registry.js +158 -0
  499. package/tendermint/abci/types.d.ts +1843 -0
  500. package/tendermint/abci/types.js +5233 -0
  501. package/tendermint/crypto/keys.d.ts +34 -0
  502. package/tendermint/crypto/keys.js +88 -0
  503. package/tendermint/crypto/proof.d.ts +174 -0
  504. package/tendermint/crypto/proof.js +458 -0
  505. package/tendermint/types/block.d.ts +38 -0
  506. package/tendermint/types/block.js +113 -0
  507. package/tendermint/types/evidence.d.ts +138 -0
  508. package/tendermint/types/evidence.js +403 -0
  509. package/tendermint/types/params.d.ts +323 -0
  510. package/tendermint/types/params.js +595 -0
  511. package/tendermint/types/types.d.ts +640 -0
  512. package/tendermint/types/types.js +1754 -0
  513. package/tendermint/types/validator.d.ts +113 -0
  514. package/tendermint/types/validator.js +342 -0
  515. package/tendermint/version/types.d.ts +82 -0
  516. package/tendermint/version/types.js +169 -0
  517. package/types.d.ts +124 -0
  518. package/types.js +7 -0
  519. package/utf8.d.ts +27 -0
  520. package/utf8.js +141 -0
  521. package/varint.d.ts +105 -0
  522. package/varint.js +426 -0
  523. package/LICENSE +0 -21
  524. package/main/codegen/AtomicOrder.client.js +0 -76
  525. package/main/codegen/AtomicOrder.types.js +0 -1
  526. package/main/codegen/Registry.client.js +0 -293
  527. package/main/codegen/Registry.types.js +0 -1
  528. package/main/codegen/confio/proofs.js +0 -1256
  529. package/main/codegen/contracts.js +0 -37
  530. package/main/codegen/cosmos/app/v1alpha1/config.js +0 -138
  531. package/main/codegen/cosmos/app/v1alpha1/module.js +0 -215
  532. package/main/codegen/cosmos/app/v1alpha1/query.js +0 -94
  533. package/main/codegen/cosmos/app/v1alpha1/query.rpc.query.js +0 -64
  534. package/main/codegen/cosmos/auth/v1beta1/auth.js +0 -265
  535. package/main/codegen/cosmos/auth/v1beta1/genesis.js +0 -94
  536. package/main/codegen/cosmos/auth/v1beta1/query.js +0 -672
  537. package/main/codegen/cosmos/auth/v1beta1/query.lcd.js +0 -293
  538. package/main/codegen/cosmos/auth/v1beta1/query.rpc.query.js +0 -156
  539. package/main/codegen/cosmos/authz/v1beta1/authz.js +0 -266
  540. package/main/codegen/cosmos/authz/v1beta1/event.js +0 -148
  541. package/main/codegen/cosmos/authz/v1beta1/genesis.js +0 -82
  542. package/main/codegen/cosmos/authz/v1beta1/query.js +0 -425
  543. package/main/codegen/cosmos/authz/v1beta1/query.lcd.js +0 -173
  544. package/main/codegen/cosmos/authz/v1beta1/query.rpc.query.js +0 -90
  545. package/main/codegen/cosmos/authz/v1beta1/tx.amino.js +0 -96
  546. package/main/codegen/cosmos/authz/v1beta1/tx.js +0 -353
  547. package/main/codegen/cosmos/authz/v1beta1/tx.registry.js +0 -90
  548. package/main/codegen/cosmos/authz/v1beta1/tx.rpc.msg.js +0 -70
  549. package/main/codegen/cosmos/bank/v1beta1/authz.js +0 -82
  550. package/main/codegen/cosmos/bank/v1beta1/bank.js +0 -556
  551. package/main/codegen/cosmos/bank/v1beta1/genesis.js +0 -209
  552. package/main/codegen/cosmos/bank/v1beta1/query.js +0 -1057
  553. package/main/codegen/cosmos/bank/v1beta1/query.lcd.js +0 -406
  554. package/main/codegen/cosmos/bank/v1beta1/query.rpc.query.js +0 -184
  555. package/main/codegen/cosmos/bank/v1beta1/tx.amino.js +0 -101
  556. package/main/codegen/cosmos/bank/v1beta1/tx.js +0 -253
  557. package/main/codegen/cosmos/bank/v1beta1/tx.registry.js +0 -72
  558. package/main/codegen/cosmos/bank/v1beta1/tx.rpc.msg.js +0 -59
  559. package/main/codegen/cosmos/base/abci/v1beta1/abci.js +0 -884
  560. package/main/codegen/cosmos/base/kv/v1beta1/kv.js +0 -136
  561. package/main/codegen/cosmos/base/query/v1beta1/pagination.js +0 -160
  562. package/main/codegen/cosmos/base/reflection/v1beta1/reflection.js +0 -218
  563. package/main/codegen/cosmos/base/reflection/v2alpha1/reflection.js +0 -1390
  564. package/main/codegen/cosmos/base/snapshots/v1beta1/snapshot.js +0 -607
  565. package/main/codegen/cosmos/base/store/v1beta1/commit_info.js +0 -205
  566. package/main/codegen/cosmos/base/store/v1beta1/listening.js +0 -91
  567. package/main/codegen/cosmos/base/tendermint/v1beta1/query.js +0 -919
  568. package/main/codegen/cosmos/base/tendermint/v1beta1/query.lcd.js +0 -266
  569. package/main/codegen/cosmos/base/tendermint/v1beta1/query.rpc.svc.js +0 -142
  570. package/main/codegen/cosmos/base/v1beta1/coin.js +0 -222
  571. package/main/codegen/cosmos/bundle.js +0 -587
  572. package/main/codegen/cosmos/capability/v1beta1/capability.js +0 -183
  573. package/main/codegen/cosmos/capability/v1beta1/genesis.js +0 -148
  574. package/main/codegen/cosmos/client.js +0 -138
  575. package/main/codegen/cosmos/crisis/v1beta1/genesis.js +0 -61
  576. package/main/codegen/cosmos/crisis/v1beta1/tx.amino.js +0 -32
  577. package/main/codegen/cosmos/crisis/v1beta1/tx.js +0 -114
  578. package/main/codegen/cosmos/crisis/v1beta1/tx.registry.js +0 -54
  579. package/main/codegen/cosmos/crisis/v1beta1/tx.rpc.msg.js +0 -48
  580. package/main/codegen/cosmos/crypto/ed25519/keys.js +0 -108
  581. package/main/codegen/cosmos/crypto/hd/v1/hd.js +0 -101
  582. package/main/codegen/cosmos/crypto/keyring/v1/record.js +0 -283
  583. package/main/codegen/cosmos/crypto/multisig/keys.js +0 -92
  584. package/main/codegen/cosmos/crypto/multisig/v1beta1/multisig.js +0 -136
  585. package/main/codegen/cosmos/crypto/secp256k1/keys.js +0 -108
  586. package/main/codegen/cosmos/crypto/secp256r1/keys.js +0 -108
  587. package/main/codegen/cosmos/distribution/v1beta1/distribution.js +0 -851
  588. package/main/codegen/cosmos/distribution/v1beta1/genesis.js +0 -699
  589. package/main/codegen/cosmos/distribution/v1beta1/query.js +0 -977
  590. package/main/codegen/cosmos/distribution/v1beta1/query.lcd.js +0 -356
  591. package/main/codegen/cosmos/distribution/v1beta1/query.rpc.query.js +0 -178
  592. package/main/codegen/cosmos/distribution/v1beta1/tx.amino.js +0 -91
  593. package/main/codegen/cosmos/distribution/v1beta1/tx.js +0 -439
  594. package/main/codegen/cosmos/distribution/v1beta1/tx.registry.js +0 -108
  595. package/main/codegen/cosmos/distribution/v1beta1/tx.rpc.msg.js +0 -81
  596. package/main/codegen/cosmos/evidence/v1beta1/evidence.js +0 -95
  597. package/main/codegen/cosmos/evidence/v1beta1/genesis.js +0 -82
  598. package/main/codegen/cosmos/evidence/v1beta1/query.js +0 -231
  599. package/main/codegen/cosmos/evidence/v1beta1/query.lcd.js +0 -114
  600. package/main/codegen/cosmos/evidence/v1beta1/query.rpc.query.js +0 -80
  601. package/main/codegen/cosmos/evidence/v1beta1/tx.amino.js +0 -34
  602. package/main/codegen/cosmos/evidence/v1beta1/tx.js +0 -120
  603. package/main/codegen/cosmos/evidence/v1beta1/tx.registry.js +0 -54
  604. package/main/codegen/cosmos/evidence/v1beta1/tx.rpc.msg.js +0 -48
  605. package/main/codegen/cosmos/feegrant/v1beta1/feegrant.js +0 -349
  606. package/main/codegen/cosmos/feegrant/v1beta1/genesis.js +0 -82
  607. package/main/codegen/cosmos/feegrant/v1beta1/query.js +0 -380
  608. package/main/codegen/cosmos/feegrant/v1beta1/query.lcd.js +0 -150
  609. package/main/codegen/cosmos/feegrant/v1beta1/query.rpc.query.js +0 -90
  610. package/main/codegen/cosmos/feegrant/v1beta1/tx.amino.js +0 -57
  611. package/main/codegen/cosmos/feegrant/v1beta1/tx.js +0 -206
  612. package/main/codegen/cosmos/feegrant/v1beta1/tx.registry.js +0 -72
  613. package/main/codegen/cosmos/feegrant/v1beta1/tx.rpc.msg.js +0 -59
  614. package/main/codegen/cosmos/genutil/v1beta1/genesis.js +0 -79
  615. package/main/codegen/cosmos/gov/v1/genesis.js +0 -170
  616. package/main/codegen/cosmos/gov/v1/gov.js +0 -852
  617. package/main/codegen/cosmos/gov/v1/query.js +0 -919
  618. package/main/codegen/cosmos/gov/v1/query.lcd.js +0 -334
  619. package/main/codegen/cosmos/gov/v1/query.rpc.query.js +0 -160
  620. package/main/codegen/cosmos/gov/v1/tx.amino.js +0 -183
  621. package/main/codegen/cosmos/gov/v1/tx.js +0 -612
  622. package/main/codegen/cosmos/gov/v1/tx.registry.js +0 -126
  623. package/main/codegen/cosmos/gov/v1/tx.rpc.msg.js +0 -92
  624. package/main/codegen/cosmos/gov/v1beta1/genesis.js +0 -170
  625. package/main/codegen/cosmos/gov/v1beta1/gov.js +0 -890
  626. package/main/codegen/cosmos/gov/v1beta1/query.js +0 -919
  627. package/main/codegen/cosmos/gov/v1beta1/query.lcd.js +0 -334
  628. package/main/codegen/cosmos/gov/v1beta1/query.rpc.query.js +0 -160
  629. package/main/codegen/cosmos/gov/v1beta1/tx.amino.js +0 -142
  630. package/main/codegen/cosmos/gov/v1beta1/tx.js +0 -479
  631. package/main/codegen/cosmos/gov/v1beta1/tx.registry.js +0 -108
  632. package/main/codegen/cosmos/gov/v1beta1/tx.rpc.msg.js +0 -81
  633. package/main/codegen/cosmos/group/v1/events.js +0 -449
  634. package/main/codegen/cosmos/group/v1/genesis.js +0 -206
  635. package/main/codegen/cosmos/group/v1/query.js +0 -1500
  636. package/main/codegen/cosmos/group/v1/query.lcd.js +0 -527
  637. package/main/codegen/cosmos/group/v1/query.rpc.query.js +0 -230
  638. package/main/codegen/cosmos/group/v1/tx.amino.js +0 -428
  639. package/main/codegen/cosmos/group/v1/tx.js +0 -1657
  640. package/main/codegen/cosmos/group/v1/tx.registry.js +0 -288
  641. package/main/codegen/cosmos/group/v1/tx.rpc.msg.js +0 -191
  642. package/main/codegen/cosmos/group/v1/types.js +0 -1260
  643. package/main/codegen/cosmos/lcd.js +0 -307
  644. package/main/codegen/cosmos/mint/v1beta1/genesis.js +0 -71
  645. package/main/codegen/cosmos/mint/v1beta1/mint.js +0 -170
  646. package/main/codegen/cosmos/mint/v1beta1/query.js +0 -254
  647. package/main/codegen/cosmos/mint/v1beta1/query.lcd.js +0 -143
  648. package/main/codegen/cosmos/mint/v1beta1/query.rpc.query.js +0 -96
  649. package/main/codegen/cosmos/msg/v1/msg.js +0 -5
  650. package/main/codegen/cosmos/nft/v1beta1/event.js +0 -225
  651. package/main/codegen/cosmos/nft/v1beta1/genesis.js +0 -174
  652. package/main/codegen/cosmos/nft/v1beta1/nft.js +0 -210
  653. package/main/codegen/cosmos/nft/v1beta1/query.js +0 -770
  654. package/main/codegen/cosmos/nft/v1beta1/query.lcd.js +0 -296
  655. package/main/codegen/cosmos/nft/v1beta1/query.rpc.query.js +0 -150
  656. package/main/codegen/cosmos/nft/v1beta1/tx.amino.js +0 -36
  657. package/main/codegen/cosmos/nft/v1beta1/tx.js +0 -124
  658. package/main/codegen/cosmos/nft/v1beta1/tx.registry.js +0 -54
  659. package/main/codegen/cosmos/nft/v1beta1/tx.rpc.msg.js +0 -48
  660. package/main/codegen/cosmos/orm/v1/orm.js +0 -270
  661. package/main/codegen/cosmos/orm/v1alpha1/schema.js +0 -238
  662. package/main/codegen/cosmos/params/v1beta1/params.js +0 -166
  663. package/main/codegen/cosmos/params/v1beta1/query.js +0 -285
  664. package/main/codegen/cosmos/params/v1beta1/query.lcd.js +0 -115
  665. package/main/codegen/cosmos/params/v1beta1/query.rpc.query.js +0 -78
  666. package/main/codegen/cosmos/rpc.query.js +0 -255
  667. package/main/codegen/cosmos/rpc.tx.js +0 -226
  668. package/main/codegen/cosmos/slashing/v1beta1/genesis.js +0 -298
  669. package/main/codegen/cosmos/slashing/v1beta1/query.js +0 -309
  670. package/main/codegen/cosmos/slashing/v1beta1/query.lcd.js +0 -151
  671. package/main/codegen/cosmos/slashing/v1beta1/query.rpc.query.js +0 -96
  672. package/main/codegen/cosmos/slashing/v1beta1/slashing.js +0 -204
  673. package/main/codegen/cosmos/slashing/v1beta1/tx.amino.js +0 -24
  674. package/main/codegen/cosmos/slashing/v1beta1/tx.js +0 -94
  675. package/main/codegen/cosmos/slashing/v1beta1/tx.registry.js +0 -54
  676. package/main/codegen/cosmos/slashing/v1beta1/tx.rpc.msg.js +0 -48
  677. package/main/codegen/cosmos/staking/v1beta1/authz.js +0 -243
  678. package/main/codegen/cosmos/staking/v1beta1/genesis.js +0 -262
  679. package/main/codegen/cosmos/staking/v1beta1/query.js +0 -1579
  680. package/main/codegen/cosmos/staking/v1beta1/query.lcd.js +0 -576
  681. package/main/codegen/cosmos/staking/v1beta1/query.rpc.query.js +0 -248
  682. package/main/codegen/cosmos/staking/v1beta1/staking.js +0 -1562
  683. package/main/codegen/cosmos/staking/v1beta1/tx.amino.js +0 -217
  684. package/main/codegen/cosmos/staking/v1beta1/tx.js +0 -612
  685. package/main/codegen/cosmos/staking/v1beta1/tx.registry.js +0 -126
  686. package/main/codegen/cosmos/staking/v1beta1/tx.rpc.msg.js +0 -92
  687. package/main/codegen/cosmos/tx/signing/v1beta1/signing.js +0 -431
  688. package/main/codegen/cosmos/tx/v1beta1/service.js +0 -804
  689. package/main/codegen/cosmos/tx/v1beta1/service.lcd.js +0 -159
  690. package/main/codegen/cosmos/tx/v1beta1/service.rpc.svc.js +0 -118
  691. package/main/codegen/cosmos/tx/v1beta1/tx.js +0 -1038
  692. package/main/codegen/cosmos/upgrade/v1beta1/query.js +0 -473
  693. package/main/codegen/cosmos/upgrade/v1beta1/query.lcd.js +0 -220
  694. package/main/codegen/cosmos/upgrade/v1beta1/query.rpc.query.js +0 -122
  695. package/main/codegen/cosmos/upgrade/v1beta1/tx.amino.js +0 -64
  696. package/main/codegen/cosmos/upgrade/v1beta1/tx.js +0 -186
  697. package/main/codegen/cosmos/upgrade/v1beta1/tx.registry.js +0 -72
  698. package/main/codegen/cosmos/upgrade/v1beta1/tx.rpc.msg.js +0 -59
  699. package/main/codegen/cosmos/upgrade/v1beta1/upgrade.js +0 -288
  700. package/main/codegen/cosmos/vesting/v1beta1/tx.amino.js +0 -133
  701. package/main/codegen/cosmos/vesting/v1beta1/tx.js +0 -395
  702. package/main/codegen/cosmos/vesting/v1beta1/tx.registry.js +0 -90
  703. package/main/codegen/cosmos/vesting/v1beta1/tx.rpc.msg.js +0 -70
  704. package/main/codegen/cosmos/vesting/v1beta1/vesting.js +0 -446
  705. package/main/codegen/cosmos_proto/bundle.js +0 -26
  706. package/main/codegen/cosmos_proto/cosmos.js +0 -232
  707. package/main/codegen/cosmwasm/bundle.js +0 -61
  708. package/main/codegen/cosmwasm/client.js +0 -92
  709. package/main/codegen/cosmwasm/lcd.js +0 -325
  710. package/main/codegen/cosmwasm/rpc.query.js +0 -269
  711. package/main/codegen/cosmwasm/rpc.tx.js +0 -242
  712. package/main/codegen/cosmwasm/wasm/v1/genesis.js +0 -440
  713. package/main/codegen/cosmwasm/wasm/v1/ibc.js +0 -140
  714. package/main/codegen/cosmwasm/wasm/v1/proposal.js +0 -843
  715. package/main/codegen/cosmwasm/wasm/v1/query.js +0 -1125
  716. package/main/codegen/cosmwasm/wasm/v1/query.lcd.js +0 -383
  717. package/main/codegen/cosmwasm/wasm/v1/query.rpc.query.js +0 -182
  718. package/main/codegen/cosmwasm/wasm/v1/tx.amino.js +0 -196
  719. package/main/codegen/cosmwasm/wasm/v1/tx.js +0 -756
  720. package/main/codegen/cosmwasm/wasm/v1/tx.registry.js +0 -144
  721. package/main/codegen/cosmwasm/wasm/v1/tx.rpc.msg.js +0 -103
  722. package/main/codegen/cosmwasm/wasm/v1/types.js +0 -697
  723. package/main/codegen/gogoproto/bundle.js +0 -26
  724. package/main/codegen/gogoproto/gogo.js +0 -5
  725. package/main/codegen/google/api/annotations.js +0 -5
  726. package/main/codegen/google/api/http.js +0 -295
  727. package/main/codegen/google/bundle.js +0 -49
  728. package/main/codegen/google/protobuf/any.js +0 -71
  729. package/main/codegen/google/protobuf/descriptor.js +0 -3264
  730. package/main/codegen/google/protobuf/duration.js +0 -73
  731. package/main/codegen/google/protobuf/empty.js +0 -47
  732. package/main/codegen/google/protobuf/field_mask.js +0 -79
  733. package/main/codegen/google/protobuf/struct.js +0 -358
  734. package/main/codegen/google/protobuf/timestamp.js +0 -73
  735. package/main/codegen/google/protobuf/wrappers.js +0 -435
  736. package/main/codegen/ibc/applications/transfer/v1/genesis.js +0 -102
  737. package/main/codegen/ibc/applications/transfer/v1/query.js +0 -309
  738. package/main/codegen/ibc/applications/transfer/v1/query.lcd.js +0 -151
  739. package/main/codegen/ibc/applications/transfer/v1/query.rpc.query.js +0 -96
  740. package/main/codegen/ibc/applications/transfer/v1/transfer.js +0 -128
  741. package/main/codegen/ibc/applications/transfer/v1/tx.amino.js +0 -65
  742. package/main/codegen/ibc/applications/transfer/v1/tx.js +0 -160
  743. package/main/codegen/ibc/applications/transfer/v1/tx.registry.js +0 -54
  744. package/main/codegen/ibc/applications/transfer/v1/tx.rpc.msg.js +0 -48
  745. package/main/codegen/ibc/applications/transfer/v2/packet.js +0 -91
  746. package/main/codegen/ibc/bundle.js +0 -199
  747. package/main/codegen/ibc/client.js +0 -104
  748. package/main/codegen/ibc/core/channel/v1/channel.js +0 -705
  749. package/main/codegen/ibc/core/channel/v1/genesis.js +0 -296
  750. package/main/codegen/ibc/core/channel/v1/query.js +0 -1892
  751. package/main/codegen/ibc/core/channel/v1/query.lcd.js +0 -513
  752. package/main/codegen/ibc/core/channel/v1/query.rpc.query.js +0 -234
  753. package/main/codegen/ibc/core/channel/v1/tx.amino.js +0 -520
  754. package/main/codegen/ibc/core/channel/v1/tx.js +0 -1220
  755. package/main/codegen/ibc/core/channel/v1/tx.registry.js +0 -216
  756. package/main/codegen/ibc/core/channel/v1/tx.rpc.msg.js +0 -147
  757. package/main/codegen/ibc/core/client/v1/client.js +0 -475
  758. package/main/codegen/ibc/core/client/v1/genesis.js +0 -285
  759. package/main/codegen/ibc/core/client/v1/query.js +0 -856
  760. package/main/codegen/ibc/core/client/v1/query.lcd.js +0 -342
  761. package/main/codegen/ibc/core/client/v1/query.rpc.query.js +0 -170
  762. package/main/codegen/ibc/core/client/v1/tx.amino.js +0 -149
  763. package/main/codegen/ibc/core/client/v1/tx.js +0 -446
  764. package/main/codegen/ibc/core/client/v1/tx.registry.js +0 -108
  765. package/main/codegen/ibc/core/client/v1/tx.rpc.msg.js +0 -81
  766. package/main/codegen/ibc/core/commitment/v1/commitment.js +0 -235
  767. package/main/codegen/ibc/core/connection/v1/connection.js +0 -625
  768. package/main/codegen/ibc/core/connection/v1/genesis.js +0 -127
  769. package/main/codegen/ibc/core/connection/v1/query.js +0 -653
  770. package/main/codegen/ibc/core/connection/v1/query.lcd.js +0 -216
  771. package/main/codegen/ibc/core/connection/v1/query.rpc.query.js +0 -122
  772. package/main/codegen/ibc/core/connection/v1/tx.amino.js +0 -274
  773. package/main/codegen/ibc/core/connection/v1/tx.js +0 -631
  774. package/main/codegen/ibc/core/connection/v1/tx.registry.js +0 -108
  775. package/main/codegen/ibc/core/connection/v1/tx.rpc.msg.js +0 -81
  776. package/main/codegen/ibc/core/port/v1/query.js +0 -160
  777. package/main/codegen/ibc/core/port/v1/query.rpc.query.js +0 -62
  778. package/main/codegen/ibc/core/types/v1/genesis.js +0 -85
  779. package/main/codegen/ibc/lcd.js +0 -376
  780. package/main/codegen/ibc/lightclients/localhost/v1/localhost.js +0 -73
  781. package/main/codegen/ibc/lightclients/solomachine/v1/solomachine.js +0 -1190
  782. package/main/codegen/ibc/lightclients/solomachine/v2/solomachine.js +0 -1190
  783. package/main/codegen/ibc/lightclients/tendermint/v1/tendermint.js +0 -472
  784. package/main/codegen/ibc/rpc.query.js +0 -319
  785. package/main/codegen/ibc/rpc.tx.js +0 -287
  786. package/main/codegen/ics23/bundle.js +0 -26
  787. package/main/codegen/index.js +0 -187
  788. package/main/codegen/injective/auction/v1beta1/auction.js +0 -352
  789. package/main/codegen/injective/auction/v1beta1/genesis.js +0 -93
  790. package/main/codegen/injective/auction/v1beta1/query.js +0 -317
  791. package/main/codegen/injective/auction/v1beta1/query.lcd.js +0 -143
  792. package/main/codegen/injective/auction/v1beta1/query.rpc.query.js +0 -96
  793. package/main/codegen/injective/auction/v1beta1/tx.amino.js +0 -41
  794. package/main/codegen/injective/auction/v1beta1/tx.js +0 -118
  795. package/main/codegen/injective/auction/v1beta1/tx.registry.js +0 -54
  796. package/main/codegen/injective/auction/v1beta1/tx.rpc.msg.js +0 -48
  797. package/main/codegen/injective/bundle.js +0 -239
  798. package/main/codegen/injective/client.js +0 -112
  799. package/main/codegen/injective/crypto/v1beta1/ethsecp256k1/keys.js +0 -108
  800. package/main/codegen/injective/exchange/v1beta1/authz.js +0 -801
  801. package/main/codegen/injective/exchange/v1beta1/events.js +0 -1892
  802. package/main/codegen/injective/exchange/v1beta1/exchange.js +0 -3929
  803. package/main/codegen/injective/exchange/v1beta1/genesis.js +0 -1573
  804. package/main/codegen/injective/exchange/v1beta1/query.js +0 -6020
  805. package/main/codegen/injective/exchange/v1beta1/query.lcd.js +0 -1718
  806. package/main/codegen/injective/exchange/v1beta1/query.rpc.query.js +0 -712
  807. package/main/codegen/injective/exchange/v1beta1/tx.amino.js +0 -1248
  808. package/main/codegen/injective/exchange/v1beta1/tx.js +0 -6365
  809. package/main/codegen/injective/exchange/v1beta1/tx.registry.js +0 -540
  810. package/main/codegen/injective/exchange/v1beta1/tx.rpc.msg.js +0 -345
  811. package/main/codegen/injective/insurance/v1beta1/genesis.js +0 -137
  812. package/main/codegen/injective/insurance/v1beta1/insurance.js +0 -525
  813. package/main/codegen/injective/insurance/v1beta1/query.js +0 -601
  814. package/main/codegen/injective/insurance/v1beta1/query.lcd.js +0 -266
  815. package/main/codegen/injective/insurance/v1beta1/query.rpc.query.js +0 -138
  816. package/main/codegen/injective/insurance/v1beta1/tx.amino.js +0 -121
  817. package/main/codegen/injective/insurance/v1beta1/tx.js +0 -368
  818. package/main/codegen/injective/insurance/v1beta1/tx.registry.js +0 -90
  819. package/main/codegen/injective/insurance/v1beta1/tx.rpc.msg.js +0 -70
  820. package/main/codegen/injective/lcd.js +0 -415
  821. package/main/codegen/injective/ocr/v1beta1/genesis.js +0 -671
  822. package/main/codegen/injective/ocr/v1beta1/ocr.js +0 -1875
  823. package/main/codegen/injective/ocr/v1beta1/query.js +0 -690
  824. package/main/codegen/injective/ocr/v1beta1/query.lcd.js +0 -271
  825. package/main/codegen/injective/ocr/v1beta1/query.rpc.query.js +0 -150
  826. package/main/codegen/injective/ocr/v1beta1/tx.amino.js +0 -302
  827. package/main/codegen/injective/ocr/v1beta1/tx.js +0 -1006
  828. package/main/codegen/injective/ocr/v1beta1/tx.registry.js +0 -180
  829. package/main/codegen/injective/ocr/v1beta1/tx.rpc.msg.js +0 -125
  830. package/main/codegen/injective/oracle/v1beta1/events.js +0 -677
  831. package/main/codegen/injective/oracle/v1beta1/genesis.js +0 -386
  832. package/main/codegen/injective/oracle/v1beta1/oracle.js +0 -1588
  833. package/main/codegen/injective/oracle/v1beta1/proposal.js +0 -769
  834. package/main/codegen/injective/oracle/v1beta1/query.js +0 -1277
  835. package/main/codegen/injective/oracle/v1beta1/query.lcd.js +0 -496
  836. package/main/codegen/injective/oracle/v1beta1/query.rpc.query.js +0 -232
  837. package/main/codegen/injective/oracle/v1beta1/tx.amino.js +0 -151
  838. package/main/codegen/injective/oracle/v1beta1/tx.js +0 -720
  839. package/main/codegen/injective/oracle/v1beta1/tx.registry.js +0 -126
  840. package/main/codegen/injective/oracle/v1beta1/tx.rpc.msg.js +0 -92
  841. package/main/codegen/injective/peggy/v1/attestation.js +0 -274
  842. package/main/codegen/injective/peggy/v1/batch.js +0 -210
  843. package/main/codegen/injective/peggy/v1/ethereum_signer.js +0 -68
  844. package/main/codegen/injective/peggy/v1/events.js +0 -1374
  845. package/main/codegen/injective/peggy/v1/genesis.js +0 -582
  846. package/main/codegen/injective/peggy/v1/msgs.amino.js +0 -365
  847. package/main/codegen/injective/peggy/v1/msgs.js +0 -1321
  848. package/main/codegen/injective/peggy/v1/msgs.registry.js +0 -234
  849. package/main/codegen/injective/peggy/v1/msgs.rpc.msg.js +0 -158
  850. package/main/codegen/injective/peggy/v1/pool.js +0 -149
  851. package/main/codegen/injective/peggy/v1/proposal.js +0 -178
  852. package/main/codegen/injective/peggy/v1/query.js +0 -2002
  853. package/main/codegen/injective/peggy/v1/query.lcd.js +0 -824
  854. package/main/codegen/injective/peggy/v1/query.rpc.query.js +0 -340
  855. package/main/codegen/injective/peggy/v1/types.js +0 -345
  856. package/main/codegen/injective/rpc.query.js +0 -335
  857. package/main/codegen/injective/rpc.tx.js +0 -307
  858. package/main/codegen/injective/types/v1beta1/account.js +0 -73
  859. package/main/codegen/injective/types/v1beta1/tx_ext.js +0 -83
  860. package/main/codegen/injective/types/v1beta1/tx_response.js +0 -136
  861. package/main/codegen/injective/wasmx/v1/genesis.js +0 -61
  862. package/main/codegen/injective/wasmx/v1/query.js +0 -174
  863. package/main/codegen/injective/wasmx/v1/query.lcd.js +0 -106
  864. package/main/codegen/injective/wasmx/v1/query.rpc.query.js +0 -80
  865. package/main/codegen/injective/wasmx/v1/tx.js +0 -5
  866. package/main/codegen/injective/wasmx/v1/wasmx.js +0 -332
  867. package/main/codegen/tendermint/abci/types.js +0 -3542
  868. package/main/codegen/tendermint/bundle.js +0 -63
  869. package/main/codegen/tendermint/crypto/keys.js +0 -71
  870. package/main/codegen/tendermint/crypto/proof.js +0 -361
  871. package/main/codegen/tendermint/libs/bits/types.js +0 -103
  872. package/main/codegen/tendermint/p2p/types.js +0 -419
  873. package/main/codegen/tendermint/types/block.js +0 -93
  874. package/main/codegen/tendermint/types/evidence.js +0 -329
  875. package/main/codegen/tendermint/types/params.js +0 -390
  876. package/main/codegen/tendermint/types/types.js +0 -1234
  877. package/main/codegen/tendermint/types/validator.js +0 -235
  878. package/main/codegen/tendermint/version/types.js +0 -128
  879. package/main/index.js +0 -18
  880. package/types/codegen/AtomicOrder.client.d.ts +0 -26
  881. package/types/codegen/AtomicOrder.types.d.ts +0 -30
  882. package/types/codegen/Registry.client.d.ts +0 -70
  883. package/types/codegen/Registry.types.d.ts +0 -68
  884. package/types/codegen/confio/proofs.d.ts +0 -495
  885. package/types/codegen/contracts.d.ts +0 -16
  886. package/types/codegen/cosmos/app/v1alpha1/config.d.ts +0 -81
  887. package/types/codegen/cosmos/app/v1alpha1/module.d.ts +0 -181
  888. package/types/codegen/cosmos/app/v1alpha1/query.d.ts +0 -29
  889. package/types/codegen/cosmos/app/v1alpha1/query.rpc.query.d.ts +0 -15
  890. package/types/codegen/cosmos/auth/v1beta1/auth.d.ts +0 -68
  891. package/types/codegen/cosmos/auth/v1beta1/genesis.d.ts +0 -23
  892. package/types/codegen/cosmos/auth/v1beta1/query.d.ts +0 -211
  893. package/types/codegen/cosmos/auth/v1beta1/query.lcd.d.ts +0 -15
  894. package/types/codegen/cosmos/auth/v1beta1/query.rpc.query.d.ts +0 -33
  895. package/types/codegen/cosmos/authz/v1beta1/authz.d.ts +0 -95
  896. package/types/codegen/cosmos/authz/v1beta1/event.d.ts +0 -48
  897. package/types/codegen/cosmos/authz/v1beta1/genesis.d.ts +0 -16
  898. package/types/codegen/cosmos/authz/v1beta1/query.d.ts +0 -118
  899. package/types/codegen/cosmos/authz/v1beta1/query.lcd.d.ts +0 -11
  900. package/types/codegen/cosmos/authz/v1beta1/query.rpc.query.d.ts +0 -21
  901. package/types/codegen/cosmos/authz/v1beta1/tx.amino.d.ts +0 -54
  902. package/types/codegen/cosmos/authz/v1beta1/tx.d.ts +0 -118
  903. package/types/codegen/cosmos/authz/v1beta1/tx.registry.d.ts +0 -48
  904. package/types/codegen/cosmos/authz/v1beta1/tx.rpc.msg.d.ts +0 -15
  905. package/types/codegen/cosmos/bank/v1beta1/authz.d.ts +0 -26
  906. package/types/codegen/cosmos/bank/v1beta1/bank.d.ts +0 -222
  907. package/types/codegen/cosmos/bank/v1beta1/genesis.d.ts +0 -62
  908. package/types/codegen/cosmos/bank/v1beta1/query.d.ts +0 -396
  909. package/types/codegen/cosmos/bank/v1beta1/query.lcd.d.ts +0 -17
  910. package/types/codegen/cosmos/bank/v1beta1/query.rpc.query.d.ts +0 -39
  911. package/types/codegen/cosmos/bank/v1beta1/tx.amino.d.ts +0 -44
  912. package/types/codegen/cosmos/bank/v1beta1/tx.d.ts +0 -58
  913. package/types/codegen/cosmos/bank/v1beta1/tx.registry.d.ts +0 -36
  914. package/types/codegen/cosmos/bank/v1beta1/tx.rpc.msg.d.ts +0 -13
  915. package/types/codegen/cosmos/base/abci/v1beta1/abci.d.ts +0 -354
  916. package/types/codegen/cosmos/base/kv/v1beta1/kv.d.ts +0 -30
  917. package/types/codegen/cosmos/base/query/v1beta1/pagination.d.ts +0 -138
  918. package/types/codegen/cosmos/base/reflection/v1beta1/reflection.d.ts +0 -68
  919. package/types/codegen/cosmos/base/reflection/v2alpha1/reflection.d.ts +0 -514
  920. package/types/codegen/cosmos/base/snapshots/v1beta1/snapshot.d.ts +0 -153
  921. package/types/codegen/cosmos/base/store/v1beta1/commit_info.d.ts +0 -65
  922. package/types/codegen/cosmos/base/store/v1beta1/listening.d.ts +0 -37
  923. package/types/codegen/cosmos/base/tendermint/v1beta1/query.d.ts +0 -252
  924. package/types/codegen/cosmos/base/tendermint/v1beta1/query.lcd.d.ts +0 -14
  925. package/types/codegen/cosmos/base/tendermint/v1beta1/query.rpc.svc.d.ts +0 -30
  926. package/types/codegen/cosmos/base/v1beta1/coin.d.ts +0 -78
  927. package/types/codegen/cosmos/bundle.d.ts +0 -10676
  928. package/types/codegen/cosmos/capability/v1beta1/capability.d.ts +0 -61
  929. package/types/codegen/cosmos/capability/v1beta1/genesis.d.ts +0 -47
  930. package/types/codegen/cosmos/client.d.ts +0 -951
  931. package/types/codegen/cosmos/crisis/v1beta1/genesis.d.ts +0 -24
  932. package/types/codegen/cosmos/crisis/v1beta1/tx.amino.d.ts +0 -17
  933. package/types/codegen/cosmos/crisis/v1beta1/tx.d.ts +0 -30
  934. package/types/codegen/cosmos/crisis/v1beta1/tx.registry.d.ts +0 -24
  935. package/types/codegen/cosmos/crisis/v1beta1/tx.rpc.msg.d.ts +0 -11
  936. package/types/codegen/cosmos/crypto/ed25519/keys.d.ts +0 -46
  937. package/types/codegen/cosmos/crypto/hd/v1/hd.d.ts +0 -39
  938. package/types/codegen/cosmos/crypto/keyring/v1/record.d.ts +0 -95
  939. package/types/codegen/cosmos/crypto/multisig/keys.d.ts +0 -26
  940. package/types/codegen/cosmos/crypto/multisig/v1beta1/multisig.d.ts +0 -48
  941. package/types/codegen/cosmos/crypto/secp256k1/keys.d.ts +0 -40
  942. package/types/codegen/cosmos/crypto/secp256r1/keys.d.ts +0 -38
  943. package/types/codegen/cosmos/distribution/v1beta1/distribution.d.ts +0 -281
  944. package/types/codegen/cosmos/distribution/v1beta1/genesis.d.ts +0 -224
  945. package/types/codegen/cosmos/distribution/v1beta1/query.d.ts +0 -385
  946. package/types/codegen/cosmos/distribution/v1beta1/query.lcd.d.ts +0 -17
  947. package/types/codegen/cosmos/distribution/v1beta1/query.rpc.query.d.ts +0 -39
  948. package/types/codegen/cosmos/distribution/v1beta1/tx.amino.d.ts +0 -54
  949. package/types/codegen/cosmos/distribution/v1beta1/tx.d.ts +0 -133
  950. package/types/codegen/cosmos/distribution/v1beta1/tx.registry.d.ts +0 -60
  951. package/types/codegen/cosmos/distribution/v1beta1/tx.rpc.msg.d.ts +0 -17
  952. package/types/codegen/cosmos/evidence/v1beta1/evidence.d.ts +0 -27
  953. package/types/codegen/cosmos/evidence/v1beta1/genesis.d.ts +0 -18
  954. package/types/codegen/cosmos/evidence/v1beta1/query.d.ts +0 -80
  955. package/types/codegen/cosmos/evidence/v1beta1/query.lcd.d.ts +0 -10
  956. package/types/codegen/cosmos/evidence/v1beta1/query.rpc.query.d.ts +0 -18
  957. package/types/codegen/cosmos/evidence/v1beta1/tx.amino.d.ts +0 -19
  958. package/types/codegen/cosmos/evidence/v1beta1/tx.d.ts +0 -39
  959. package/types/codegen/cosmos/evidence/v1beta1/tx.registry.d.ts +0 -24
  960. package/types/codegen/cosmos/evidence/v1beta1/tx.rpc.msg.d.ts +0 -11
  961. package/types/codegen/cosmos/feegrant/v1beta1/feegrant.d.ts +0 -137
  962. package/types/codegen/cosmos/feegrant/v1beta1/genesis.d.ts +0 -16
  963. package/types/codegen/cosmos/feegrant/v1beta1/query.d.ts +0 -110
  964. package/types/codegen/cosmos/feegrant/v1beta1/query.lcd.d.ts +0 -11
  965. package/types/codegen/cosmos/feegrant/v1beta1/query.rpc.query.d.ts +0 -21
  966. package/types/codegen/cosmos/feegrant/v1beta1/tx.amino.d.ts +0 -32
  967. package/types/codegen/cosmos/feegrant/v1beta1/tx.d.ts +0 -73
  968. package/types/codegen/cosmos/feegrant/v1beta1/tx.registry.d.ts +0 -36
  969. package/types/codegen/cosmos/feegrant/v1beta1/tx.rpc.msg.d.ts +0 -13
  970. package/types/codegen/cosmos/genutil/v1beta1/genesis.d.ts +0 -17
  971. package/types/codegen/cosmos/gov/v1/genesis.d.ts +0 -42
  972. package/types/codegen/cosmos/gov/v1/gov.d.ts +0 -301
  973. package/types/codegen/cosmos/gov/v1/query.d.ts +0 -298
  974. package/types/codegen/cosmos/gov/v1/query.lcd.d.ts +0 -16
  975. package/types/codegen/cosmos/gov/v1/query.rpc.query.d.ts +0 -36
  976. package/types/codegen/cosmos/gov/v1/tx.amino.d.ts +0 -86
  977. package/types/codegen/cosmos/gov/v1/tx.d.ts +0 -169
  978. package/types/codegen/cosmos/gov/v1/tx.registry.d.ts +0 -72
  979. package/types/codegen/cosmos/gov/v1/tx.rpc.msg.d.ts +0 -19
  980. package/types/codegen/cosmos/gov/v1beta1/genesis.d.ts +0 -42
  981. package/types/codegen/cosmos/gov/v1beta1/gov.d.ts +0 -338
  982. package/types/codegen/cosmos/gov/v1beta1/query.d.ts +0 -298
  983. package/types/codegen/cosmos/gov/v1beta1/query.lcd.d.ts +0 -16
  984. package/types/codegen/cosmos/gov/v1beta1/query.rpc.query.d.ts +0 -36
  985. package/types/codegen/cosmos/gov/v1beta1/tx.amino.d.ts +0 -68
  986. package/types/codegen/cosmos/gov/v1beta1/tx.d.ts +0 -141
  987. package/types/codegen/cosmos/gov/v1beta1/tx.registry.d.ts +0 -60
  988. package/types/codegen/cosmos/gov/v1beta1/tx.rpc.msg.d.ts +0 -17
  989. package/types/codegen/cosmos/group/v1/events.d.ts +0 -146
  990. package/types/codegen/cosmos/group/v1/genesis.d.ts +0 -64
  991. package/types/codegen/cosmos/group/v1/query.d.ts +0 -462
  992. package/types/codegen/cosmos/group/v1/query.lcd.d.ts +0 -21
  993. package/types/codegen/cosmos/group/v1/query.rpc.query.d.ts +0 -51
  994. package/types/codegen/cosmos/group/v1/tx.amino.d.ts +0 -227
  995. package/types/codegen/cosmos/group/v1/tx.d.ts +0 -580
  996. package/types/codegen/cosmos/group/v1/tx.registry.d.ts +0 -180
  997. package/types/codegen/cosmos/group/v1/tx.rpc.msg.d.ts +0 -37
  998. package/types/codegen/cosmos/group/v1/types.d.ts +0 -537
  999. package/types/codegen/cosmos/lcd.d.ts +0 -57
  1000. package/types/codegen/cosmos/mint/v1beta1/genesis.d.ts +0 -22
  1001. package/types/codegen/cosmos/mint/v1beta1/mint.d.ts +0 -56
  1002. package/types/codegen/cosmos/mint/v1beta1/query.d.ts +0 -99
  1003. package/types/codegen/cosmos/mint/v1beta1/query.lcd.d.ts +0 -11
  1004. package/types/codegen/cosmos/mint/v1beta1/query.rpc.query.d.ts +0 -21
  1005. package/types/codegen/cosmos/nft/v1beta1/event.d.ts +0 -55
  1006. package/types/codegen/cosmos/nft/v1beta1/genesis.d.ts +0 -39
  1007. package/types/codegen/cosmos/nft/v1beta1/nft.d.ts +0 -73
  1008. package/types/codegen/cosmos/nft/v1beta1/query.d.ts +0 -202
  1009. package/types/codegen/cosmos/nft/v1beta1/query.lcd.d.ts +0 -15
  1010. package/types/codegen/cosmos/nft/v1beta1/query.rpc.query.d.ts +0 -33
  1011. package/types/codegen/cosmos/nft/v1beta1/tx.amino.d.ts +0 -18
  1012. package/types/codegen/cosmos/nft/v1beta1/tx.d.ts +0 -40
  1013. package/types/codegen/cosmos/nft/v1beta1/tx.registry.d.ts +0 -24
  1014. package/types/codegen/cosmos/nft/v1beta1/tx.rpc.msg.d.ts +0 -11
  1015. package/types/codegen/cosmos/orm/v1/orm.d.ts +0 -196
  1016. package/types/codegen/cosmos/orm/v1alpha1/schema.d.ts +0 -158
  1017. package/types/codegen/cosmos/params/v1beta1/params.d.ts +0 -42
  1018. package/types/codegen/cosmos/params/v1beta1/query.d.ts +0 -94
  1019. package/types/codegen/cosmos/params/v1beta1/query.lcd.d.ts +0 -10
  1020. package/types/codegen/cosmos/params/v1beta1/query.rpc.query.d.ts +0 -18
  1021. package/types/codegen/cosmos/rpc.query.d.ts +0 -186
  1022. package/types/codegen/cosmos/rpc.tx.d.ts +0 -47
  1023. package/types/codegen/cosmos/slashing/v1beta1/genesis.d.ts +0 -101
  1024. package/types/codegen/cosmos/slashing/v1beta1/query.d.ts +0 -112
  1025. package/types/codegen/cosmos/slashing/v1beta1/query.lcd.d.ts +0 -11
  1026. package/types/codegen/cosmos/slashing/v1beta1/query.rpc.query.d.ts +0 -21
  1027. package/types/codegen/cosmos/slashing/v1beta1/slashing.d.ts +0 -83
  1028. package/types/codegen/cosmos/slashing/v1beta1/tx.amino.d.ts +0 -15
  1029. package/types/codegen/cosmos/slashing/v1beta1/tx.d.ts +0 -26
  1030. package/types/codegen/cosmos/slashing/v1beta1/tx.registry.d.ts +0 -24
  1031. package/types/codegen/cosmos/slashing/v1beta1/tx.rpc.msg.d.ts +0 -11
  1032. package/types/codegen/cosmos/staking/v1beta1/authz.d.ts +0 -97
  1033. package/types/codegen/cosmos/staking/v1beta1/genesis.d.ts +0 -75
  1034. package/types/codegen/cosmos/staking/v1beta1/query.d.ts +0 -592
  1035. package/types/codegen/cosmos/staking/v1beta1/query.lcd.d.ts +0 -22
  1036. package/types/codegen/cosmos/staking/v1beta1/query.rpc.query.d.ts +0 -54
  1037. package/types/codegen/cosmos/staking/v1beta1/staking.d.ts +0 -568
  1038. package/types/codegen/cosmos/staking/v1beta1/tx.amino.d.ts +0 -106
  1039. package/types/codegen/cosmos/staking/v1beta1/tx.d.ts +0 -191
  1040. package/types/codegen/cosmos/staking/v1beta1/tx.registry.d.ts +0 -72
  1041. package/types/codegen/cosmos/staking/v1beta1/tx.rpc.msg.d.ts +0 -19
  1042. package/types/codegen/cosmos/tx/signing/v1beta1/signing.d.ts +0 -203
  1043. package/types/codegen/cosmos/tx/v1beta1/service.d.ts +0 -339
  1044. package/types/codegen/cosmos/tx/v1beta1/service.lcd.d.ts +0 -11
  1045. package/types/codegen/cosmos/tx/v1beta1/service.rpc.svc.d.ts +0 -27
  1046. package/types/codegen/cosmos/tx/v1beta1/tx.d.ts +0 -603
  1047. package/types/codegen/cosmos/upgrade/v1beta1/query.d.ts +0 -233
  1048. package/types/codegen/cosmos/upgrade/v1beta1/query.lcd.d.ts +0 -13
  1049. package/types/codegen/cosmos/upgrade/v1beta1/query.rpc.query.d.ts +0 -27
  1050. package/types/codegen/cosmos/upgrade/v1beta1/tx.amino.d.ts +0 -39
  1051. package/types/codegen/cosmos/upgrade/v1beta1/tx.d.ts +0 -91
  1052. package/types/codegen/cosmos/upgrade/v1beta1/tx.registry.d.ts +0 -36
  1053. package/types/codegen/cosmos/upgrade/v1beta1/tx.rpc.msg.d.ts +0 -13
  1054. package/types/codegen/cosmos/upgrade/v1beta1/upgrade.d.ts +0 -165
  1055. package/types/codegen/cosmos/vesting/v1beta1/tx.amino.d.ts +0 -58
  1056. package/types/codegen/cosmos/vesting/v1beta1/tx.d.ts +0 -118
  1057. package/types/codegen/cosmos/vesting/v1beta1/tx.registry.d.ts +0 -48
  1058. package/types/codegen/cosmos/vesting/v1beta1/tx.rpc.msg.d.ts +0 -15
  1059. package/types/codegen/cosmos/vesting/v1beta1/vesting.d.ts +0 -136
  1060. package/types/codegen/cosmos_proto/bundle.d.ts +0 -24
  1061. package/types/codegen/cosmos_proto/cosmos.d.ts +0 -124
  1062. package/types/codegen/cosmwasm/bundle.d.ts +0 -1248
  1063. package/types/codegen/cosmwasm/client.d.ts +0 -120
  1064. package/types/codegen/cosmwasm/lcd.d.ts +0 -62
  1065. package/types/codegen/cosmwasm/rpc.query.d.ts +0 -201
  1066. package/types/codegen/cosmwasm/rpc.tx.d.ts +0 -52
  1067. package/types/codegen/cosmwasm/wasm/v1/genesis.d.ts +0 -101
  1068. package/types/codegen/cosmwasm/wasm/v1/ibc.d.ts +0 -60
  1069. package/types/codegen/cosmwasm/wasm/v1/proposal.d.ts +0 -297
  1070. package/types/codegen/cosmwasm/wasm/v1/query.d.ts +0 -411
  1071. package/types/codegen/cosmwasm/wasm/v1/query.lcd.d.ts +0 -17
  1072. package/types/codegen/cosmwasm/wasm/v1/query.rpc.query.d.ts +0 -39
  1073. package/types/codegen/cosmwasm/wasm/v1/tx.amino.d.ts +0 -95
  1074. package/types/codegen/cosmwasm/wasm/v1/tx.d.ts +0 -262
  1075. package/types/codegen/cosmwasm/wasm/v1/tx.registry.d.ts +0 -84
  1076. package/types/codegen/cosmwasm/wasm/v1/tx.rpc.msg.d.ts +0 -21
  1077. package/types/codegen/cosmwasm/wasm/v1/types.d.ts +0 -247
  1078. package/types/codegen/gogoproto/bundle.d.ts +0 -1
  1079. package/types/codegen/google/api/http.d.ts +0 -721
  1080. package/types/codegen/google/bundle.d.ts +0 -1597
  1081. package/types/codegen/google/protobuf/any.d.ts +0 -237
  1082. package/types/codegen/google/protobuf/descriptor.d.ts +0 -1725
  1083. package/types/codegen/google/protobuf/duration.d.ts +0 -161
  1084. package/types/codegen/google/protobuf/empty.d.ts +0 -33
  1085. package/types/codegen/google/protobuf/field_mask.d.ts +0 -417
  1086. package/types/codegen/google/protobuf/struct.d.ts +0 -148
  1087. package/types/codegen/google/protobuf/timestamp.d.ts +0 -205
  1088. package/types/codegen/google/protobuf/wrappers.d.ts +0 -209
  1089. package/types/codegen/ibc/applications/transfer/v1/genesis.d.ts +0 -20
  1090. package/types/codegen/ibc/applications/transfer/v1/query.d.ts +0 -118
  1091. package/types/codegen/ibc/applications/transfer/v1/query.lcd.d.ts +0 -11
  1092. package/types/codegen/ibc/applications/transfer/v1/query.rpc.query.d.ts +0 -21
  1093. package/types/codegen/ibc/applications/transfer/v1/transfer.d.ts +0 -74
  1094. package/types/codegen/ibc/applications/transfer/v1/tx.amino.d.ts +0 -25
  1095. package/types/codegen/ibc/applications/transfer/v1/tx.d.ts +0 -74
  1096. package/types/codegen/ibc/applications/transfer/v1/tx.registry.d.ts +0 -24
  1097. package/types/codegen/ibc/applications/transfer/v1/tx.rpc.msg.d.ts +0 -11
  1098. package/types/codegen/ibc/applications/transfer/v2/packet.d.ts +0 -37
  1099. package/types/codegen/ibc/bundle.d.ts +0 -4077
  1100. package/types/codegen/ibc/client.d.ts +0 -559
  1101. package/types/codegen/ibc/core/channel/v1/channel.d.ts +0 -313
  1102. package/types/codegen/ibc/core/channel/v1/genesis.d.ts +0 -55
  1103. package/types/codegen/ibc/core/channel/v1/query.d.ts +0 -726
  1104. package/types/codegen/ibc/core/channel/v1/query.lcd.d.ts +0 -21
  1105. package/types/codegen/ibc/core/channel/v1/query.rpc.query.d.ts +0 -51
  1106. package/types/codegen/ibc/core/channel/v1/tx.amino.d.ts +0 -209
  1107. package/types/codegen/ibc/core/channel/v1/tx.d.ts +0 -380
  1108. package/types/codegen/ibc/core/channel/v1/tx.registry.d.ts +0 -132
  1109. package/types/codegen/ibc/core/channel/v1/tx.rpc.msg.d.ts +0 -29
  1110. package/types/codegen/ibc/core/client/v1/client.d.ts +0 -219
  1111. package/types/codegen/ibc/core/client/v1/genesis.d.ts +0 -82
  1112. package/types/codegen/ibc/core/client/v1/query.d.ts +0 -377
  1113. package/types/codegen/ibc/core/client/v1/query.lcd.d.ts +0 -16
  1114. package/types/codegen/ibc/core/client/v1/query.rpc.query.d.ts +0 -36
  1115. package/types/codegen/ibc/core/client/v1/tx.amino.d.ts +0 -77
  1116. package/types/codegen/ibc/core/client/v1/tx.d.ts +0 -187
  1117. package/types/codegen/ibc/core/client/v1/tx.registry.d.ts +0 -60
  1118. package/types/codegen/ibc/core/client/v1/tx.rpc.msg.d.ts +0 -17
  1119. package/types/codegen/ibc/core/commitment/v1/commitment.d.ts +0 -89
  1120. package/types/codegen/ibc/core/connection/v1/connection.d.ts +0 -260
  1121. package/types/codegen/ibc/core/connection/v1/genesis.d.ts +0 -24
  1122. package/types/codegen/ibc/core/connection/v1/query.d.ts +0 -264
  1123. package/types/codegen/ibc/core/connection/v1/query.lcd.d.ts +0 -13
  1124. package/types/codegen/ibc/core/connection/v1/query.rpc.query.d.ts +0 -27
  1125. package/types/codegen/ibc/core/connection/v1/tx.amino.d.ts +0 -103
  1126. package/types/codegen/ibc/core/connection/v1/tx.d.ts +0 -225
  1127. package/types/codegen/ibc/core/connection/v1/tx.registry.d.ts +0 -60
  1128. package/types/codegen/ibc/core/connection/v1/tx.rpc.msg.d.ts +0 -17
  1129. package/types/codegen/ibc/core/port/v1/query.d.ts +0 -53
  1130. package/types/codegen/ibc/core/port/v1/query.rpc.query.d.ts +0 -15
  1131. package/types/codegen/ibc/core/types/v1/genesis.d.ts +0 -31
  1132. package/types/codegen/ibc/lcd.d.ts +0 -75
  1133. package/types/codegen/ibc/lightclients/localhost/v1/localhost.d.ts +0 -28
  1134. package/types/codegen/ibc/lightclients/solomachine/v1/solomachine.d.ts +0 -433
  1135. package/types/codegen/ibc/lightclients/solomachine/v2/solomachine.d.ts +0 -433
  1136. package/types/codegen/ibc/lightclients/tendermint/v1/tendermint.d.ts +0 -215
  1137. package/types/codegen/ibc/rpc.query.d.ts +0 -242
  1138. package/types/codegen/ibc/rpc.tx.d.ts +0 -65
  1139. package/types/codegen/ics23/bundle.d.ts +0 -545
  1140. package/types/codegen/index.d.ts +0 -19
  1141. package/types/codegen/injective/auction/v1beta1/auction.d.ts +0 -96
  1142. package/types/codegen/injective/auction/v1beta1/genesis.d.ts +0 -30
  1143. package/types/codegen/injective/auction/v1beta1/query.d.ts +0 -95
  1144. package/types/codegen/injective/auction/v1beta1/query.lcd.d.ts +0 -11
  1145. package/types/codegen/injective/auction/v1beta1/query.rpc.query.d.ts +0 -21
  1146. package/types/codegen/injective/auction/v1beta1/tx.amino.d.ts +0 -20
  1147. package/types/codegen/injective/auction/v1beta1/tx.d.ts +0 -33
  1148. package/types/codegen/injective/auction/v1beta1/tx.registry.d.ts +0 -24
  1149. package/types/codegen/injective/auction/v1beta1/tx.rpc.msg.d.ts +0 -11
  1150. package/types/codegen/injective/bundle.d.ts +0 -10808
  1151. package/types/codegen/injective/client.d.ts +0 -1370
  1152. package/types/codegen/injective/crypto/v1beta1/ethsecp256k1/keys.d.ts +0 -50
  1153. package/types/codegen/injective/exchange/v1beta1/authz.d.ts +0 -153
  1154. package/types/codegen/injective/exchange/v1beta1/events.d.ts +0 -390
  1155. package/types/codegen/injective/exchange/v1beta1/exchange.d.ts +0 -1082
  1156. package/types/codegen/injective/exchange/v1beta1/genesis.d.ts +0 -322
  1157. package/types/codegen/injective/exchange/v1beta1/query.d.ts +0 -1595
  1158. package/types/codegen/injective/exchange/v1beta1/query.lcd.d.ts +0 -54
  1159. package/types/codegen/injective/exchange/v1beta1/query.rpc.query.d.ts +0 -150
  1160. package/types/codegen/injective/exchange/v1beta1/tx.amino.d.ts +0 -590
  1161. package/types/codegen/injective/exchange/v1beta1/tx.d.ts +0 -1697
  1162. package/types/codegen/injective/exchange/v1beta1/tx.registry.d.ts +0 -348
  1163. package/types/codegen/injective/exchange/v1beta1/tx.rpc.msg.d.ts +0 -65
  1164. package/types/codegen/injective/insurance/v1beta1/genesis.d.ts +0 -46
  1165. package/types/codegen/injective/insurance/v1beta1/insurance.d.ts +0 -176
  1166. package/types/codegen/injective/insurance/v1beta1/query.d.ts +0 -161
  1167. package/types/codegen/injective/insurance/v1beta1/query.lcd.d.ts +0 -14
  1168. package/types/codegen/injective/insurance/v1beta1/query.rpc.query.d.ts +0 -30
  1169. package/types/codegen/injective/insurance/v1beta1/tx.amino.d.ts +0 -57
  1170. package/types/codegen/injective/insurance/v1beta1/tx.d.ts +0 -120
  1171. package/types/codegen/injective/insurance/v1beta1/tx.registry.d.ts +0 -48
  1172. package/types/codegen/injective/insurance/v1beta1/tx.rpc.msg.d.ts +0 -15
  1173. package/types/codegen/injective/lcd.d.ts +0 -80
  1174. package/types/codegen/injective/ocr/v1beta1/genesis.d.ts +0 -144
  1175. package/types/codegen/injective/ocr/v1beta1/ocr.d.ts +0 -488
  1176. package/types/codegen/injective/ocr/v1beta1/query.d.ts +0 -165
  1177. package/types/codegen/injective/ocr/v1beta1/query.lcd.d.ts +0 -15
  1178. package/types/codegen/injective/ocr/v1beta1/query.rpc.query.d.ts +0 -33
  1179. package/types/codegen/injective/ocr/v1beta1/tx.amino.d.ts +0 -149
  1180. package/types/codegen/injective/ocr/v1beta1/tx.d.ts +0 -250
  1181. package/types/codegen/injective/ocr/v1beta1/tx.registry.d.ts +0 -108
  1182. package/types/codegen/injective/ocr/v1beta1/tx.rpc.msg.d.ts +0 -25
  1183. package/types/codegen/injective/oracle/v1beta1/events.d.ts +0 -147
  1184. package/types/codegen/injective/oracle/v1beta1/genesis.d.ts +0 -57
  1185. package/types/codegen/injective/oracle/v1beta1/oracle.d.ts +0 -412
  1186. package/types/codegen/injective/oracle/v1beta1/proposal.d.ts +0 -152
  1187. package/types/codegen/injective/oracle/v1beta1/query.d.ts +0 -327
  1188. package/types/codegen/injective/oracle/v1beta1/query.lcd.d.ts +0 -20
  1189. package/types/codegen/injective/oracle/v1beta1/query.rpc.query.d.ts +0 -48
  1190. package/types/codegen/injective/oracle/v1beta1/tx.amino.d.ts +0 -73
  1191. package/types/codegen/injective/oracle/v1beta1/tx.d.ts +0 -140
  1192. package/types/codegen/injective/oracle/v1beta1/tx.registry.d.ts +0 -72
  1193. package/types/codegen/injective/oracle/v1beta1/tx.rpc.msg.d.ts +0 -19
  1194. package/types/codegen/injective/peggy/v1/attestation.d.ts +0 -107
  1195. package/types/codegen/injective/peggy/v1/batch.d.ts +0 -45
  1196. package/types/codegen/injective/peggy/v1/ethereum_signer.d.ts +0 -16
  1197. package/types/codegen/injective/peggy/v1/events.d.ts +0 -290
  1198. package/types/codegen/injective/peggy/v1/genesis.d.ts +0 -99
  1199. package/types/codegen/injective/peggy/v1/msgs.amino.d.ts +0 -177
  1200. package/types/codegen/injective/peggy/v1/msgs.d.ts +0 -499
  1201. package/types/codegen/injective/peggy/v1/msgs.registry.d.ts +0 -144
  1202. package/types/codegen/injective/peggy/v1/msgs.rpc.msg.d.ts +0 -31
  1203. package/types/codegen/injective/peggy/v1/pool.d.ts +0 -30
  1204. package/types/codegen/injective/peggy/v1/proposal.d.ts +0 -32
  1205. package/types/codegen/injective/peggy/v1/query.d.ts +0 -457
  1206. package/types/codegen/injective/peggy/v1/query.lcd.d.ts +0 -28
  1207. package/types/codegen/injective/peggy/v1/query.rpc.query.d.ts +0 -72
  1208. package/types/codegen/injective/peggy/v1/types.d.ts +0 -111
  1209. package/types/codegen/injective/rpc.query.d.ts +0 -312
  1210. package/types/codegen/injective/rpc.tx.d.ts +0 -67
  1211. package/types/codegen/injective/types/v1beta1/account.d.ts +0 -24
  1212. package/types/codegen/injective/types/v1beta1/tx_ext.d.ts +0 -41
  1213. package/types/codegen/injective/types/v1beta1/tx_response.d.ts +0 -30
  1214. package/types/codegen/injective/wasmx/v1/genesis.d.ts +0 -18
  1215. package/types/codegen/injective/wasmx/v1/query.d.ts +0 -52
  1216. package/types/codegen/injective/wasmx/v1/query.lcd.d.ts +0 -10
  1217. package/types/codegen/injective/wasmx/v1/query.rpc.query.d.ts +0 -18
  1218. package/types/codegen/injective/wasmx/v1/wasmx.d.ts +0 -84
  1219. package/types/codegen/tendermint/abci/types.d.ts +0 -902
  1220. package/types/codegen/tendermint/bundle.d.ts +0 -2065
  1221. package/types/codegen/tendermint/crypto/keys.d.ts +0 -17
  1222. package/types/codegen/tendermint/crypto/proof.d.ts +0 -89
  1223. package/types/codegen/tendermint/libs/bits/types.d.ts +0 -15
  1224. package/types/codegen/tendermint/p2p/types.d.ts +0 -87
  1225. package/types/codegen/tendermint/types/block.d.ts +0 -21
  1226. package/types/codegen/tendermint/types/evidence.d.ts +0 -70
  1227. package/types/codegen/tendermint/types/params.d.ts +0 -181
  1228. package/types/codegen/tendermint/types/types.d.ts +0 -326
  1229. package/types/codegen/tendermint/types/validator.d.ts +0 -48
  1230. package/types/codegen/tendermint/version/types.d.ts +0 -48
  1231. package/types/index.d.ts +0 -1
  1232. /package/{types/codegen/cosmos/msg/v1/msg.d.ts → amino/amino.d.ts} +0 -0
  1233. /package/{types/codegen/gogoproto/gogo.d.ts → cosmos/msg/v1/msg.d.ts} +0 -0
  1234. /package/{types/codegen/google/api/annotations.d.ts → cosmos/query/v1/query.d.ts} +0 -0
  1235. /package/{types/codegen/injective/wasmx/v1/tx.d.ts → esm/amino/amino.js} +0 -0
@@ -1,1725 +0,0 @@
1
- import * as _m0 from "protobufjs/minimal";
2
- import { DeepPartial, Long } from "@osmonauts/helpers";
3
- export declare enum FieldDescriptorProto_Type {
4
- /**
5
- * TYPE_DOUBLE - 0 is reserved for errors.
6
- * Order is weird for historical reasons.
7
- */
8
- TYPE_DOUBLE = 1,
9
- TYPE_FLOAT = 2,
10
- /**
11
- * TYPE_INT64 - Not ZigZag encoded. Negative numbers take 10 bytes. Use TYPE_SINT64 if
12
- * negative values are likely.
13
- */
14
- TYPE_INT64 = 3,
15
- TYPE_UINT64 = 4,
16
- /**
17
- * TYPE_INT32 - Not ZigZag encoded. Negative numbers take 10 bytes. Use TYPE_SINT32 if
18
- * negative values are likely.
19
- */
20
- TYPE_INT32 = 5,
21
- TYPE_FIXED64 = 6,
22
- TYPE_FIXED32 = 7,
23
- TYPE_BOOL = 8,
24
- TYPE_STRING = 9,
25
- /**
26
- * TYPE_GROUP - Tag-delimited aggregate.
27
- * Group type is deprecated and not supported in proto3. However, Proto3
28
- * implementations should still be able to parse the group wire format and
29
- * treat group fields as unknown fields.
30
- */
31
- TYPE_GROUP = 10,
32
- TYPE_MESSAGE = 11,
33
- /** TYPE_BYTES - New in version 2. */
34
- TYPE_BYTES = 12,
35
- TYPE_UINT32 = 13,
36
- TYPE_ENUM = 14,
37
- TYPE_SFIXED32 = 15,
38
- TYPE_SFIXED64 = 16,
39
- /** TYPE_SINT32 - Uses ZigZag encoding. */
40
- TYPE_SINT32 = 17,
41
- /** TYPE_SINT64 - Uses ZigZag encoding. */
42
- TYPE_SINT64 = 18,
43
- UNRECOGNIZED = -1
44
- }
45
- export declare enum FieldDescriptorProto_TypeSDKType {
46
- /**
47
- * TYPE_DOUBLE - 0 is reserved for errors.
48
- * Order is weird for historical reasons.
49
- */
50
- TYPE_DOUBLE = 1,
51
- TYPE_FLOAT = 2,
52
- /**
53
- * TYPE_INT64 - Not ZigZag encoded. Negative numbers take 10 bytes. Use TYPE_SINT64 if
54
- * negative values are likely.
55
- */
56
- TYPE_INT64 = 3,
57
- TYPE_UINT64 = 4,
58
- /**
59
- * TYPE_INT32 - Not ZigZag encoded. Negative numbers take 10 bytes. Use TYPE_SINT32 if
60
- * negative values are likely.
61
- */
62
- TYPE_INT32 = 5,
63
- TYPE_FIXED64 = 6,
64
- TYPE_FIXED32 = 7,
65
- TYPE_BOOL = 8,
66
- TYPE_STRING = 9,
67
- /**
68
- * TYPE_GROUP - Tag-delimited aggregate.
69
- * Group type is deprecated and not supported in proto3. However, Proto3
70
- * implementations should still be able to parse the group wire format and
71
- * treat group fields as unknown fields.
72
- */
73
- TYPE_GROUP = 10,
74
- TYPE_MESSAGE = 11,
75
- /** TYPE_BYTES - New in version 2. */
76
- TYPE_BYTES = 12,
77
- TYPE_UINT32 = 13,
78
- TYPE_ENUM = 14,
79
- TYPE_SFIXED32 = 15,
80
- TYPE_SFIXED64 = 16,
81
- /** TYPE_SINT32 - Uses ZigZag encoding. */
82
- TYPE_SINT32 = 17,
83
- /** TYPE_SINT64 - Uses ZigZag encoding. */
84
- TYPE_SINT64 = 18,
85
- UNRECOGNIZED = -1
86
- }
87
- export declare function fieldDescriptorProto_TypeFromJSON(object: any): FieldDescriptorProto_Type;
88
- export declare function fieldDescriptorProto_TypeToJSON(object: FieldDescriptorProto_Type): string;
89
- export declare enum FieldDescriptorProto_Label {
90
- /** LABEL_OPTIONAL - 0 is reserved for errors */
91
- LABEL_OPTIONAL = 1,
92
- LABEL_REQUIRED = 2,
93
- LABEL_REPEATED = 3,
94
- UNRECOGNIZED = -1
95
- }
96
- export declare enum FieldDescriptorProto_LabelSDKType {
97
- /** LABEL_OPTIONAL - 0 is reserved for errors */
98
- LABEL_OPTIONAL = 1,
99
- LABEL_REQUIRED = 2,
100
- LABEL_REPEATED = 3,
101
- UNRECOGNIZED = -1
102
- }
103
- export declare function fieldDescriptorProto_LabelFromJSON(object: any): FieldDescriptorProto_Label;
104
- export declare function fieldDescriptorProto_LabelToJSON(object: FieldDescriptorProto_Label): string;
105
- /** Generated classes can be optimized for speed or code size. */
106
- export declare enum FileOptions_OptimizeMode {
107
- /**
108
- * SPEED - Generate complete code for parsing, serialization,
109
- * etc.
110
- */
111
- SPEED = 1,
112
- /** CODE_SIZE - Use ReflectionOps to implement these methods. */
113
- CODE_SIZE = 2,
114
- /** LITE_RUNTIME - Generate code using MessageLite and the lite runtime. */
115
- LITE_RUNTIME = 3,
116
- UNRECOGNIZED = -1
117
- }
118
- /** Generated classes can be optimized for speed or code size. */
119
- export declare enum FileOptions_OptimizeModeSDKType {
120
- /**
121
- * SPEED - Generate complete code for parsing, serialization,
122
- * etc.
123
- */
124
- SPEED = 1,
125
- /** CODE_SIZE - Use ReflectionOps to implement these methods. */
126
- CODE_SIZE = 2,
127
- /** LITE_RUNTIME - Generate code using MessageLite and the lite runtime. */
128
- LITE_RUNTIME = 3,
129
- UNRECOGNIZED = -1
130
- }
131
- export declare function fileOptions_OptimizeModeFromJSON(object: any): FileOptions_OptimizeMode;
132
- export declare function fileOptions_OptimizeModeToJSON(object: FileOptions_OptimizeMode): string;
133
- export declare enum FieldOptions_CType {
134
- /** STRING - Default mode. */
135
- STRING = 0,
136
- CORD = 1,
137
- STRING_PIECE = 2,
138
- UNRECOGNIZED = -1
139
- }
140
- export declare enum FieldOptions_CTypeSDKType {
141
- /** STRING - Default mode. */
142
- STRING = 0,
143
- CORD = 1,
144
- STRING_PIECE = 2,
145
- UNRECOGNIZED = -1
146
- }
147
- export declare function fieldOptions_CTypeFromJSON(object: any): FieldOptions_CType;
148
- export declare function fieldOptions_CTypeToJSON(object: FieldOptions_CType): string;
149
- export declare enum FieldOptions_JSType {
150
- /** JS_NORMAL - Use the default type. */
151
- JS_NORMAL = 0,
152
- /** JS_STRING - Use JavaScript strings. */
153
- JS_STRING = 1,
154
- /** JS_NUMBER - Use JavaScript numbers. */
155
- JS_NUMBER = 2,
156
- UNRECOGNIZED = -1
157
- }
158
- export declare enum FieldOptions_JSTypeSDKType {
159
- /** JS_NORMAL - Use the default type. */
160
- JS_NORMAL = 0,
161
- /** JS_STRING - Use JavaScript strings. */
162
- JS_STRING = 1,
163
- /** JS_NUMBER - Use JavaScript numbers. */
164
- JS_NUMBER = 2,
165
- UNRECOGNIZED = -1
166
- }
167
- export declare function fieldOptions_JSTypeFromJSON(object: any): FieldOptions_JSType;
168
- export declare function fieldOptions_JSTypeToJSON(object: FieldOptions_JSType): string;
169
- /**
170
- * Is this method side-effect-free (or safe in HTTP parlance), or idempotent,
171
- * or neither? HTTP based RPC implementation may choose GET verb for safe
172
- * methods, and PUT verb for idempotent methods instead of the default POST.
173
- */
174
- export declare enum MethodOptions_IdempotencyLevel {
175
- IDEMPOTENCY_UNKNOWN = 0,
176
- /** NO_SIDE_EFFECTS - implies idempotent */
177
- NO_SIDE_EFFECTS = 1,
178
- /** IDEMPOTENT - idempotent, but may have side effects */
179
- IDEMPOTENT = 2,
180
- UNRECOGNIZED = -1
181
- }
182
- /**
183
- * Is this method side-effect-free (or safe in HTTP parlance), or idempotent,
184
- * or neither? HTTP based RPC implementation may choose GET verb for safe
185
- * methods, and PUT verb for idempotent methods instead of the default POST.
186
- */
187
- export declare enum MethodOptions_IdempotencyLevelSDKType {
188
- IDEMPOTENCY_UNKNOWN = 0,
189
- /** NO_SIDE_EFFECTS - implies idempotent */
190
- NO_SIDE_EFFECTS = 1,
191
- /** IDEMPOTENT - idempotent, but may have side effects */
192
- IDEMPOTENT = 2,
193
- UNRECOGNIZED = -1
194
- }
195
- export declare function methodOptions_IdempotencyLevelFromJSON(object: any): MethodOptions_IdempotencyLevel;
196
- export declare function methodOptions_IdempotencyLevelToJSON(object: MethodOptions_IdempotencyLevel): string;
197
- /**
198
- * The protocol compiler can output a FileDescriptorSet containing the .proto
199
- * files it parses.
200
- */
201
- export interface FileDescriptorSet {
202
- file: FileDescriptorProto[];
203
- }
204
- /**
205
- * The protocol compiler can output a FileDescriptorSet containing the .proto
206
- * files it parses.
207
- */
208
- export interface FileDescriptorSetSDKType {
209
- file: FileDescriptorProtoSDKType[];
210
- }
211
- /** Describes a complete .proto file. */
212
- export interface FileDescriptorProto {
213
- /** file name, relative to root of source tree */
214
- name: string;
215
- package: string;
216
- /** Names of files imported by this file. */
217
- dependency: string[];
218
- /** Indexes of the public imported files in the dependency list above. */
219
- publicDependency: number[];
220
- /**
221
- * Indexes of the weak imported files in the dependency list.
222
- * For Google-internal migration only. Do not use.
223
- */
224
- weakDependency: number[];
225
- /** All top-level definitions in this file. */
226
- messageType: DescriptorProto[];
227
- enumType: EnumDescriptorProto[];
228
- service: ServiceDescriptorProto[];
229
- extension: FieldDescriptorProto[];
230
- options: FileOptions;
231
- /**
232
- * This field contains optional information about the original source code.
233
- * You may safely remove this entire field without harming runtime
234
- * functionality of the descriptors -- the information is needed only by
235
- * development tools.
236
- */
237
- sourceCodeInfo: SourceCodeInfo;
238
- /**
239
- * The syntax of the proto file.
240
- * The supported values are "proto2" and "proto3".
241
- */
242
- syntax: string;
243
- }
244
- /** Describes a complete .proto file. */
245
- export interface FileDescriptorProtoSDKType {
246
- /** file name, relative to root of source tree */
247
- name: string;
248
- package: string;
249
- /** Names of files imported by this file. */
250
- dependency: string[];
251
- /** Indexes of the public imported files in the dependency list above. */
252
- public_dependency: number[];
253
- /**
254
- * Indexes of the weak imported files in the dependency list.
255
- * For Google-internal migration only. Do not use.
256
- */
257
- weak_dependency: number[];
258
- /** All top-level definitions in this file. */
259
- message_type: DescriptorProtoSDKType[];
260
- enum_type: EnumDescriptorProtoSDKType[];
261
- service: ServiceDescriptorProtoSDKType[];
262
- extension: FieldDescriptorProtoSDKType[];
263
- options: FileOptionsSDKType;
264
- /**
265
- * This field contains optional information about the original source code.
266
- * You may safely remove this entire field without harming runtime
267
- * functionality of the descriptors -- the information is needed only by
268
- * development tools.
269
- */
270
- source_code_info: SourceCodeInfoSDKType;
271
- /**
272
- * The syntax of the proto file.
273
- * The supported values are "proto2" and "proto3".
274
- */
275
- syntax: string;
276
- }
277
- /** Describes a message type. */
278
- export interface DescriptorProto {
279
- name: string;
280
- field: FieldDescriptorProto[];
281
- extension: FieldDescriptorProto[];
282
- nestedType: DescriptorProto[];
283
- enumType: EnumDescriptorProto[];
284
- extensionRange: DescriptorProto_ExtensionRange[];
285
- oneofDecl: OneofDescriptorProto[];
286
- options: MessageOptions;
287
- reservedRange: DescriptorProto_ReservedRange[];
288
- /**
289
- * Reserved field names, which may not be used by fields in the same message.
290
- * A given name may only be reserved once.
291
- */
292
- reservedName: string[];
293
- }
294
- /** Describes a message type. */
295
- export interface DescriptorProtoSDKType {
296
- name: string;
297
- field: FieldDescriptorProtoSDKType[];
298
- extension: FieldDescriptorProtoSDKType[];
299
- nested_type: DescriptorProtoSDKType[];
300
- enum_type: EnumDescriptorProtoSDKType[];
301
- extension_range: DescriptorProto_ExtensionRangeSDKType[];
302
- oneof_decl: OneofDescriptorProtoSDKType[];
303
- options: MessageOptionsSDKType;
304
- reserved_range: DescriptorProto_ReservedRangeSDKType[];
305
- /**
306
- * Reserved field names, which may not be used by fields in the same message.
307
- * A given name may only be reserved once.
308
- */
309
- reserved_name: string[];
310
- }
311
- export interface DescriptorProto_ExtensionRange {
312
- /** Inclusive. */
313
- start: number;
314
- /** Exclusive. */
315
- end: number;
316
- options: ExtensionRangeOptions;
317
- }
318
- export interface DescriptorProto_ExtensionRangeSDKType {
319
- /** Inclusive. */
320
- start: number;
321
- /** Exclusive. */
322
- end: number;
323
- options: ExtensionRangeOptionsSDKType;
324
- }
325
- /**
326
- * Range of reserved tag numbers. Reserved tag numbers may not be used by
327
- * fields or extension ranges in the same message. Reserved ranges may
328
- * not overlap.
329
- */
330
- export interface DescriptorProto_ReservedRange {
331
- /** Inclusive. */
332
- start: number;
333
- /** Exclusive. */
334
- end: number;
335
- }
336
- /**
337
- * Range of reserved tag numbers. Reserved tag numbers may not be used by
338
- * fields or extension ranges in the same message. Reserved ranges may
339
- * not overlap.
340
- */
341
- export interface DescriptorProto_ReservedRangeSDKType {
342
- /** Inclusive. */
343
- start: number;
344
- /** Exclusive. */
345
- end: number;
346
- }
347
- export interface ExtensionRangeOptions {
348
- /** The parser stores options it doesn't recognize here. See above. */
349
- uninterpretedOption: UninterpretedOption[];
350
- }
351
- export interface ExtensionRangeOptionsSDKType {
352
- /** The parser stores options it doesn't recognize here. See above. */
353
- uninterpreted_option: UninterpretedOptionSDKType[];
354
- }
355
- /** Describes a field within a message. */
356
- export interface FieldDescriptorProto {
357
- name: string;
358
- number: number;
359
- label: FieldDescriptorProto_Label;
360
- /**
361
- * If type_name is set, this need not be set. If both this and type_name
362
- * are set, this must be one of TYPE_ENUM, TYPE_MESSAGE or TYPE_GROUP.
363
- */
364
- type: FieldDescriptorProto_Type;
365
- /**
366
- * For message and enum types, this is the name of the type. If the name
367
- * starts with a '.', it is fully-qualified. Otherwise, C++-like scoping
368
- * rules are used to find the type (i.e. first the nested types within this
369
- * message are searched, then within the parent, on up to the root
370
- * namespace).
371
- */
372
- typeName: string;
373
- /**
374
- * For extensions, this is the name of the type being extended. It is
375
- * resolved in the same manner as type_name.
376
- */
377
- extendee: string;
378
- /**
379
- * For numeric types, contains the original text representation of the value.
380
- * For booleans, "true" or "false".
381
- * For strings, contains the default text contents (not escaped in any way).
382
- * For bytes, contains the C escaped value. All bytes >= 128 are escaped.
383
- * TODO(kenton): Base-64 encode?
384
- */
385
- defaultValue: string;
386
- /**
387
- * If set, gives the index of a oneof in the containing type's oneof_decl
388
- * list. This field is a member of that oneof.
389
- */
390
- oneofIndex: number;
391
- /**
392
- * JSON name of this field. The value is set by protocol compiler. If the
393
- * user has set a "json_name" option on this field, that option's value
394
- * will be used. Otherwise, it's deduced from the field's name by converting
395
- * it to camelCase.
396
- */
397
- jsonName: string;
398
- options: FieldOptions;
399
- }
400
- /** Describes a field within a message. */
401
- export interface FieldDescriptorProtoSDKType {
402
- name: string;
403
- number: number;
404
- label: FieldDescriptorProto_LabelSDKType;
405
- /**
406
- * If type_name is set, this need not be set. If both this and type_name
407
- * are set, this must be one of TYPE_ENUM, TYPE_MESSAGE or TYPE_GROUP.
408
- */
409
- type: FieldDescriptorProto_TypeSDKType;
410
- /**
411
- * For message and enum types, this is the name of the type. If the name
412
- * starts with a '.', it is fully-qualified. Otherwise, C++-like scoping
413
- * rules are used to find the type (i.e. first the nested types within this
414
- * message are searched, then within the parent, on up to the root
415
- * namespace).
416
- */
417
- type_name: string;
418
- /**
419
- * For extensions, this is the name of the type being extended. It is
420
- * resolved in the same manner as type_name.
421
- */
422
- extendee: string;
423
- /**
424
- * For numeric types, contains the original text representation of the value.
425
- * For booleans, "true" or "false".
426
- * For strings, contains the default text contents (not escaped in any way).
427
- * For bytes, contains the C escaped value. All bytes >= 128 are escaped.
428
- * TODO(kenton): Base-64 encode?
429
- */
430
- default_value: string;
431
- /**
432
- * If set, gives the index of a oneof in the containing type's oneof_decl
433
- * list. This field is a member of that oneof.
434
- */
435
- oneof_index: number;
436
- /**
437
- * JSON name of this field. The value is set by protocol compiler. If the
438
- * user has set a "json_name" option on this field, that option's value
439
- * will be used. Otherwise, it's deduced from the field's name by converting
440
- * it to camelCase.
441
- */
442
- json_name: string;
443
- options: FieldOptionsSDKType;
444
- }
445
- /** Describes a oneof. */
446
- export interface OneofDescriptorProto {
447
- name: string;
448
- options: OneofOptions;
449
- }
450
- /** Describes a oneof. */
451
- export interface OneofDescriptorProtoSDKType {
452
- name: string;
453
- options: OneofOptionsSDKType;
454
- }
455
- /** Describes an enum type. */
456
- export interface EnumDescriptorProto {
457
- name: string;
458
- value: EnumValueDescriptorProto[];
459
- options: EnumOptions;
460
- /**
461
- * Range of reserved numeric values. Reserved numeric values may not be used
462
- * by enum values in the same enum declaration. Reserved ranges may not
463
- * overlap.
464
- */
465
- reservedRange: EnumDescriptorProto_EnumReservedRange[];
466
- /**
467
- * Reserved enum value names, which may not be reused. A given name may only
468
- * be reserved once.
469
- */
470
- reservedName: string[];
471
- }
472
- /** Describes an enum type. */
473
- export interface EnumDescriptorProtoSDKType {
474
- name: string;
475
- value: EnumValueDescriptorProtoSDKType[];
476
- options: EnumOptionsSDKType;
477
- /**
478
- * Range of reserved numeric values. Reserved numeric values may not be used
479
- * by enum values in the same enum declaration. Reserved ranges may not
480
- * overlap.
481
- */
482
- reserved_range: EnumDescriptorProto_EnumReservedRangeSDKType[];
483
- /**
484
- * Reserved enum value names, which may not be reused. A given name may only
485
- * be reserved once.
486
- */
487
- reserved_name: string[];
488
- }
489
- /**
490
- * Range of reserved numeric values. Reserved values may not be used by
491
- * entries in the same enum. Reserved ranges may not overlap.
492
- *
493
- * Note that this is distinct from DescriptorProto.ReservedRange in that it
494
- * is inclusive such that it can appropriately represent the entire int32
495
- * domain.
496
- */
497
- export interface EnumDescriptorProto_EnumReservedRange {
498
- /** Inclusive. */
499
- start: number;
500
- /** Inclusive. */
501
- end: number;
502
- }
503
- /**
504
- * Range of reserved numeric values. Reserved values may not be used by
505
- * entries in the same enum. Reserved ranges may not overlap.
506
- *
507
- * Note that this is distinct from DescriptorProto.ReservedRange in that it
508
- * is inclusive such that it can appropriately represent the entire int32
509
- * domain.
510
- */
511
- export interface EnumDescriptorProto_EnumReservedRangeSDKType {
512
- /** Inclusive. */
513
- start: number;
514
- /** Inclusive. */
515
- end: number;
516
- }
517
- /** Describes a value within an enum. */
518
- export interface EnumValueDescriptorProto {
519
- name: string;
520
- number: number;
521
- options: EnumValueOptions;
522
- }
523
- /** Describes a value within an enum. */
524
- export interface EnumValueDescriptorProtoSDKType {
525
- name: string;
526
- number: number;
527
- options: EnumValueOptionsSDKType;
528
- }
529
- /** Describes a service. */
530
- export interface ServiceDescriptorProto {
531
- name: string;
532
- method: MethodDescriptorProto[];
533
- options: ServiceOptions;
534
- }
535
- /** Describes a service. */
536
- export interface ServiceDescriptorProtoSDKType {
537
- name: string;
538
- method: MethodDescriptorProtoSDKType[];
539
- options: ServiceOptionsSDKType;
540
- }
541
- /** Describes a method of a service. */
542
- export interface MethodDescriptorProto {
543
- name: string;
544
- /**
545
- * Input and output type names. These are resolved in the same way as
546
- * FieldDescriptorProto.type_name, but must refer to a message type.
547
- */
548
- inputType: string;
549
- outputType: string;
550
- options: MethodOptions;
551
- /** Identifies if client streams multiple client messages */
552
- clientStreaming: boolean;
553
- /** Identifies if server streams multiple server messages */
554
- serverStreaming: boolean;
555
- }
556
- /** Describes a method of a service. */
557
- export interface MethodDescriptorProtoSDKType {
558
- name: string;
559
- /**
560
- * Input and output type names. These are resolved in the same way as
561
- * FieldDescriptorProto.type_name, but must refer to a message type.
562
- */
563
- input_type: string;
564
- output_type: string;
565
- options: MethodOptionsSDKType;
566
- /** Identifies if client streams multiple client messages */
567
- client_streaming: boolean;
568
- /** Identifies if server streams multiple server messages */
569
- server_streaming: boolean;
570
- }
571
- export interface FileOptions {
572
- /**
573
- * Sets the Java package where classes generated from this .proto will be
574
- * placed. By default, the proto package is used, but this is often
575
- * inappropriate because proto packages do not normally start with backwards
576
- * domain names.
577
- */
578
- javaPackage: string;
579
- /**
580
- * If set, all the classes from the .proto file are wrapped in a single
581
- * outer class with the given name. This applies to both Proto1
582
- * (equivalent to the old "--one_java_file" option) and Proto2 (where
583
- * a .proto always translates to a single class, but you may want to
584
- * explicitly choose the class name).
585
- */
586
- javaOuterClassname: string;
587
- /**
588
- * If set true, then the Java code generator will generate a separate .java
589
- * file for each top-level message, enum, and service defined in the .proto
590
- * file. Thus, these types will *not* be nested inside the outer class
591
- * named by java_outer_classname. However, the outer class will still be
592
- * generated to contain the file's getDescriptor() method as well as any
593
- * top-level extensions defined in the file.
594
- */
595
- javaMultipleFiles: boolean;
596
- /** This option does nothing. */
597
- /** @deprecated */
598
- javaGenerateEqualsAndHash: boolean;
599
- /**
600
- * If set true, then the Java2 code generator will generate code that
601
- * throws an exception whenever an attempt is made to assign a non-UTF-8
602
- * byte sequence to a string field.
603
- * Message reflection will do the same.
604
- * However, an extension field still accepts non-UTF-8 byte sequences.
605
- * This option has no effect on when used with the lite runtime.
606
- */
607
- javaStringCheckUtf8: boolean;
608
- optimizeFor: FileOptions_OptimizeMode;
609
- /**
610
- * Sets the Go package where structs generated from this .proto will be
611
- * placed. If omitted, the Go package will be derived from the following:
612
- * - The basename of the package import path, if provided.
613
- * - Otherwise, the package statement in the .proto file, if present.
614
- * - Otherwise, the basename of the .proto file, without extension.
615
- */
616
- goPackage: string;
617
- /**
618
- * Should generic services be generated in each language? "Generic" services
619
- * are not specific to any particular RPC system. They are generated by the
620
- * main code generators in each language (without additional plugins).
621
- * Generic services were the only kind of service generation supported by
622
- * early versions of google.protobuf.
623
- *
624
- * Generic services are now considered deprecated in favor of using plugins
625
- * that generate code specific to your particular RPC system. Therefore,
626
- * these default to false. Old code which depends on generic services should
627
- * explicitly set them to true.
628
- */
629
- ccGenericServices: boolean;
630
- javaGenericServices: boolean;
631
- pyGenericServices: boolean;
632
- phpGenericServices: boolean;
633
- /**
634
- * Is this file deprecated?
635
- * Depending on the target platform, this can emit Deprecated annotations
636
- * for everything in the file, or it will be completely ignored; in the very
637
- * least, this is a formalization for deprecating files.
638
- */
639
- deprecated: boolean;
640
- /**
641
- * Enables the use of arenas for the proto messages in this file. This applies
642
- * only to generated classes for C++.
643
- */
644
- ccEnableArenas: boolean;
645
- /**
646
- * Sets the objective c class prefix which is prepended to all objective c
647
- * generated classes from this .proto. There is no default.
648
- */
649
- objcClassPrefix: string;
650
- /** Namespace for generated classes; defaults to the package. */
651
- csharpNamespace: string;
652
- /**
653
- * By default Swift generators will take the proto package and CamelCase it
654
- * replacing '.' with underscore and use that to prefix the types/symbols
655
- * defined. When this options is provided, they will use this value instead
656
- * to prefix the types/symbols defined.
657
- */
658
- swiftPrefix: string;
659
- /**
660
- * Sets the php class prefix which is prepended to all php generated classes
661
- * from this .proto. Default is empty.
662
- */
663
- phpClassPrefix: string;
664
- /**
665
- * Use this option to change the namespace of php generated classes. Default
666
- * is empty. When this option is empty, the package name will be used for
667
- * determining the namespace.
668
- */
669
- phpNamespace: string;
670
- /**
671
- * Use this option to change the namespace of php generated metadata classes.
672
- * Default is empty. When this option is empty, the proto file name will be
673
- * used for determining the namespace.
674
- */
675
- phpMetadataNamespace: string;
676
- /**
677
- * Use this option to change the package of ruby generated classes. Default
678
- * is empty. When this option is not set, the package name will be used for
679
- * determining the ruby package.
680
- */
681
- rubyPackage: string;
682
- /**
683
- * The parser stores options it doesn't recognize here.
684
- * See the documentation for the "Options" section above.
685
- */
686
- uninterpretedOption: UninterpretedOption[];
687
- }
688
- export interface FileOptionsSDKType {
689
- /**
690
- * Sets the Java package where classes generated from this .proto will be
691
- * placed. By default, the proto package is used, but this is often
692
- * inappropriate because proto packages do not normally start with backwards
693
- * domain names.
694
- */
695
- java_package: string;
696
- /**
697
- * If set, all the classes from the .proto file are wrapped in a single
698
- * outer class with the given name. This applies to both Proto1
699
- * (equivalent to the old "--one_java_file" option) and Proto2 (where
700
- * a .proto always translates to a single class, but you may want to
701
- * explicitly choose the class name).
702
- */
703
- java_outer_classname: string;
704
- /**
705
- * If set true, then the Java code generator will generate a separate .java
706
- * file for each top-level message, enum, and service defined in the .proto
707
- * file. Thus, these types will *not* be nested inside the outer class
708
- * named by java_outer_classname. However, the outer class will still be
709
- * generated to contain the file's getDescriptor() method as well as any
710
- * top-level extensions defined in the file.
711
- */
712
- java_multiple_files: boolean;
713
- /** This option does nothing. */
714
- /** @deprecated */
715
- java_generate_equals_and_hash: boolean;
716
- /**
717
- * If set true, then the Java2 code generator will generate code that
718
- * throws an exception whenever an attempt is made to assign a non-UTF-8
719
- * byte sequence to a string field.
720
- * Message reflection will do the same.
721
- * However, an extension field still accepts non-UTF-8 byte sequences.
722
- * This option has no effect on when used with the lite runtime.
723
- */
724
- java_string_check_utf8: boolean;
725
- optimize_for: FileOptions_OptimizeModeSDKType;
726
- /**
727
- * Sets the Go package where structs generated from this .proto will be
728
- * placed. If omitted, the Go package will be derived from the following:
729
- * - The basename of the package import path, if provided.
730
- * - Otherwise, the package statement in the .proto file, if present.
731
- * - Otherwise, the basename of the .proto file, without extension.
732
- */
733
- go_package: string;
734
- /**
735
- * Should generic services be generated in each language? "Generic" services
736
- * are not specific to any particular RPC system. They are generated by the
737
- * main code generators in each language (without additional plugins).
738
- * Generic services were the only kind of service generation supported by
739
- * early versions of google.protobuf.
740
- *
741
- * Generic services are now considered deprecated in favor of using plugins
742
- * that generate code specific to your particular RPC system. Therefore,
743
- * these default to false. Old code which depends on generic services should
744
- * explicitly set them to true.
745
- */
746
- cc_generic_services: boolean;
747
- java_generic_services: boolean;
748
- py_generic_services: boolean;
749
- php_generic_services: boolean;
750
- /**
751
- * Is this file deprecated?
752
- * Depending on the target platform, this can emit Deprecated annotations
753
- * for everything in the file, or it will be completely ignored; in the very
754
- * least, this is a formalization for deprecating files.
755
- */
756
- deprecated: boolean;
757
- /**
758
- * Enables the use of arenas for the proto messages in this file. This applies
759
- * only to generated classes for C++.
760
- */
761
- cc_enable_arenas: boolean;
762
- /**
763
- * Sets the objective c class prefix which is prepended to all objective c
764
- * generated classes from this .proto. There is no default.
765
- */
766
- objc_class_prefix: string;
767
- /** Namespace for generated classes; defaults to the package. */
768
- csharp_namespace: string;
769
- /**
770
- * By default Swift generators will take the proto package and CamelCase it
771
- * replacing '.' with underscore and use that to prefix the types/symbols
772
- * defined. When this options is provided, they will use this value instead
773
- * to prefix the types/symbols defined.
774
- */
775
- swift_prefix: string;
776
- /**
777
- * Sets the php class prefix which is prepended to all php generated classes
778
- * from this .proto. Default is empty.
779
- */
780
- php_class_prefix: string;
781
- /**
782
- * Use this option to change the namespace of php generated classes. Default
783
- * is empty. When this option is empty, the package name will be used for
784
- * determining the namespace.
785
- */
786
- php_namespace: string;
787
- /**
788
- * Use this option to change the namespace of php generated metadata classes.
789
- * Default is empty. When this option is empty, the proto file name will be
790
- * used for determining the namespace.
791
- */
792
- php_metadata_namespace: string;
793
- /**
794
- * Use this option to change the package of ruby generated classes. Default
795
- * is empty. When this option is not set, the package name will be used for
796
- * determining the ruby package.
797
- */
798
- ruby_package: string;
799
- /**
800
- * The parser stores options it doesn't recognize here.
801
- * See the documentation for the "Options" section above.
802
- */
803
- uninterpreted_option: UninterpretedOptionSDKType[];
804
- }
805
- export interface MessageOptions {
806
- /**
807
- * Set true to use the old proto1 MessageSet wire format for extensions.
808
- * This is provided for backwards-compatibility with the MessageSet wire
809
- * format. You should not use this for any other reason: It's less
810
- * efficient, has fewer features, and is more complicated.
811
- *
812
- * The message must be defined exactly as follows:
813
- * message Foo {
814
- * option message_set_wire_format = true;
815
- * extensions 4 to max;
816
- * }
817
- * Note that the message cannot have any defined fields; MessageSets only
818
- * have extensions.
819
- *
820
- * All extensions of your type must be singular messages; e.g. they cannot
821
- * be int32s, enums, or repeated messages.
822
- *
823
- * Because this is an option, the above two restrictions are not enforced by
824
- * the protocol compiler.
825
- */
826
- messageSetWireFormat: boolean;
827
- /**
828
- * Disables the generation of the standard "descriptor()" accessor, which can
829
- * conflict with a field of the same name. This is meant to make migration
830
- * from proto1 easier; new code should avoid fields named "descriptor".
831
- */
832
- noStandardDescriptorAccessor: boolean;
833
- /**
834
- * Is this message deprecated?
835
- * Depending on the target platform, this can emit Deprecated annotations
836
- * for the message, or it will be completely ignored; in the very least,
837
- * this is a formalization for deprecating messages.
838
- */
839
- deprecated: boolean;
840
- /**
841
- * Whether the message is an automatically generated map entry type for the
842
- * maps field.
843
- *
844
- * For maps fields:
845
- * map<KeyType, ValueType> map_field = 1;
846
- * The parsed descriptor looks like:
847
- * message MapFieldEntry {
848
- * option map_entry = true;
849
- * optional KeyType key = 1;
850
- * optional ValueType value = 2;
851
- * }
852
- * repeated MapFieldEntry map_field = 1;
853
- *
854
- * Implementations may choose not to generate the map_entry=true message, but
855
- * use a native map in the target language to hold the keys and values.
856
- * The reflection APIs in such implementations still need to work as
857
- * if the field is a repeated message field.
858
- *
859
- * NOTE: Do not set the option in .proto files. Always use the maps syntax
860
- * instead. The option should only be implicitly set by the proto compiler
861
- * parser.
862
- */
863
- mapEntry: boolean;
864
- /** The parser stores options it doesn't recognize here. See above. */
865
- uninterpretedOption: UninterpretedOption[];
866
- }
867
- export interface MessageOptionsSDKType {
868
- /**
869
- * Set true to use the old proto1 MessageSet wire format for extensions.
870
- * This is provided for backwards-compatibility with the MessageSet wire
871
- * format. You should not use this for any other reason: It's less
872
- * efficient, has fewer features, and is more complicated.
873
- *
874
- * The message must be defined exactly as follows:
875
- * message Foo {
876
- * option message_set_wire_format = true;
877
- * extensions 4 to max;
878
- * }
879
- * Note that the message cannot have any defined fields; MessageSets only
880
- * have extensions.
881
- *
882
- * All extensions of your type must be singular messages; e.g. they cannot
883
- * be int32s, enums, or repeated messages.
884
- *
885
- * Because this is an option, the above two restrictions are not enforced by
886
- * the protocol compiler.
887
- */
888
- message_set_wire_format: boolean;
889
- /**
890
- * Disables the generation of the standard "descriptor()" accessor, which can
891
- * conflict with a field of the same name. This is meant to make migration
892
- * from proto1 easier; new code should avoid fields named "descriptor".
893
- */
894
- no_standard_descriptor_accessor: boolean;
895
- /**
896
- * Is this message deprecated?
897
- * Depending on the target platform, this can emit Deprecated annotations
898
- * for the message, or it will be completely ignored; in the very least,
899
- * this is a formalization for deprecating messages.
900
- */
901
- deprecated: boolean;
902
- /**
903
- * Whether the message is an automatically generated map entry type for the
904
- * maps field.
905
- *
906
- * For maps fields:
907
- * map<KeyType, ValueType> map_field = 1;
908
- * The parsed descriptor looks like:
909
- * message MapFieldEntry {
910
- * option map_entry = true;
911
- * optional KeyType key = 1;
912
- * optional ValueType value = 2;
913
- * }
914
- * repeated MapFieldEntry map_field = 1;
915
- *
916
- * Implementations may choose not to generate the map_entry=true message, but
917
- * use a native map in the target language to hold the keys and values.
918
- * The reflection APIs in such implementations still need to work as
919
- * if the field is a repeated message field.
920
- *
921
- * NOTE: Do not set the option in .proto files. Always use the maps syntax
922
- * instead. The option should only be implicitly set by the proto compiler
923
- * parser.
924
- */
925
- map_entry: boolean;
926
- /** The parser stores options it doesn't recognize here. See above. */
927
- uninterpreted_option: UninterpretedOptionSDKType[];
928
- }
929
- export interface FieldOptions {
930
- /**
931
- * The ctype option instructs the C++ code generator to use a different
932
- * representation of the field than it normally would. See the specific
933
- * options below. This option is not yet implemented in the open source
934
- * release -- sorry, we'll try to include it in a future version!
935
- */
936
- ctype: FieldOptions_CType;
937
- /**
938
- * The packed option can be enabled for repeated primitive fields to enable
939
- * a more efficient representation on the wire. Rather than repeatedly
940
- * writing the tag and type for each element, the entire array is encoded as
941
- * a single length-delimited blob. In proto3, only explicit setting it to
942
- * false will avoid using packed encoding.
943
- */
944
- packed: boolean;
945
- /**
946
- * The jstype option determines the JavaScript type used for values of the
947
- * field. The option is permitted only for 64 bit integral and fixed types
948
- * (int64, uint64, sint64, fixed64, sfixed64). A field with jstype JS_STRING
949
- * is represented as JavaScript string, which avoids loss of precision that
950
- * can happen when a large value is converted to a floating point JavaScript.
951
- * Specifying JS_NUMBER for the jstype causes the generated JavaScript code to
952
- * use the JavaScript "number" type. The behavior of the default option
953
- * JS_NORMAL is implementation dependent.
954
- *
955
- * This option is an enum to permit additional types to be added, e.g.
956
- * goog.math.Integer.
957
- */
958
- jstype: FieldOptions_JSType;
959
- /**
960
- * Should this field be parsed lazily? Lazy applies only to message-type
961
- * fields. It means that when the outer message is initially parsed, the
962
- * inner message's contents will not be parsed but instead stored in encoded
963
- * form. The inner message will actually be parsed when it is first accessed.
964
- *
965
- * This is only a hint. Implementations are free to choose whether to use
966
- * eager or lazy parsing regardless of the value of this option. However,
967
- * setting this option true suggests that the protocol author believes that
968
- * using lazy parsing on this field is worth the additional bookkeeping
969
- * overhead typically needed to implement it.
970
- *
971
- * This option does not affect the public interface of any generated code;
972
- * all method signatures remain the same. Furthermore, thread-safety of the
973
- * interface is not affected by this option; const methods remain safe to
974
- * call from multiple threads concurrently, while non-const methods continue
975
- * to require exclusive access.
976
- *
977
- *
978
- * Note that implementations may choose not to check required fields within
979
- * a lazy sub-message. That is, calling IsInitialized() on the outer message
980
- * may return true even if the inner message has missing required fields.
981
- * This is necessary because otherwise the inner message would have to be
982
- * parsed in order to perform the check, defeating the purpose of lazy
983
- * parsing. An implementation which chooses not to check required fields
984
- * must be consistent about it. That is, for any particular sub-message, the
985
- * implementation must either *always* check its required fields, or *never*
986
- * check its required fields, regardless of whether or not the message has
987
- * been parsed.
988
- */
989
- lazy: boolean;
990
- /**
991
- * Is this field deprecated?
992
- * Depending on the target platform, this can emit Deprecated annotations
993
- * for accessors, or it will be completely ignored; in the very least, this
994
- * is a formalization for deprecating fields.
995
- */
996
- deprecated: boolean;
997
- /** For Google-internal migration only. Do not use. */
998
- weak: boolean;
999
- /** The parser stores options it doesn't recognize here. See above. */
1000
- uninterpretedOption: UninterpretedOption[];
1001
- }
1002
- export interface FieldOptionsSDKType {
1003
- /**
1004
- * The ctype option instructs the C++ code generator to use a different
1005
- * representation of the field than it normally would. See the specific
1006
- * options below. This option is not yet implemented in the open source
1007
- * release -- sorry, we'll try to include it in a future version!
1008
- */
1009
- ctype: FieldOptions_CTypeSDKType;
1010
- /**
1011
- * The packed option can be enabled for repeated primitive fields to enable
1012
- * a more efficient representation on the wire. Rather than repeatedly
1013
- * writing the tag and type for each element, the entire array is encoded as
1014
- * a single length-delimited blob. In proto3, only explicit setting it to
1015
- * false will avoid using packed encoding.
1016
- */
1017
- packed: boolean;
1018
- /**
1019
- * The jstype option determines the JavaScript type used for values of the
1020
- * field. The option is permitted only for 64 bit integral and fixed types
1021
- * (int64, uint64, sint64, fixed64, sfixed64). A field with jstype JS_STRING
1022
- * is represented as JavaScript string, which avoids loss of precision that
1023
- * can happen when a large value is converted to a floating point JavaScript.
1024
- * Specifying JS_NUMBER for the jstype causes the generated JavaScript code to
1025
- * use the JavaScript "number" type. The behavior of the default option
1026
- * JS_NORMAL is implementation dependent.
1027
- *
1028
- * This option is an enum to permit additional types to be added, e.g.
1029
- * goog.math.Integer.
1030
- */
1031
- jstype: FieldOptions_JSTypeSDKType;
1032
- /**
1033
- * Should this field be parsed lazily? Lazy applies only to message-type
1034
- * fields. It means that when the outer message is initially parsed, the
1035
- * inner message's contents will not be parsed but instead stored in encoded
1036
- * form. The inner message will actually be parsed when it is first accessed.
1037
- *
1038
- * This is only a hint. Implementations are free to choose whether to use
1039
- * eager or lazy parsing regardless of the value of this option. However,
1040
- * setting this option true suggests that the protocol author believes that
1041
- * using lazy parsing on this field is worth the additional bookkeeping
1042
- * overhead typically needed to implement it.
1043
- *
1044
- * This option does not affect the public interface of any generated code;
1045
- * all method signatures remain the same. Furthermore, thread-safety of the
1046
- * interface is not affected by this option; const methods remain safe to
1047
- * call from multiple threads concurrently, while non-const methods continue
1048
- * to require exclusive access.
1049
- *
1050
- *
1051
- * Note that implementations may choose not to check required fields within
1052
- * a lazy sub-message. That is, calling IsInitialized() on the outer message
1053
- * may return true even if the inner message has missing required fields.
1054
- * This is necessary because otherwise the inner message would have to be
1055
- * parsed in order to perform the check, defeating the purpose of lazy
1056
- * parsing. An implementation which chooses not to check required fields
1057
- * must be consistent about it. That is, for any particular sub-message, the
1058
- * implementation must either *always* check its required fields, or *never*
1059
- * check its required fields, regardless of whether or not the message has
1060
- * been parsed.
1061
- */
1062
- lazy: boolean;
1063
- /**
1064
- * Is this field deprecated?
1065
- * Depending on the target platform, this can emit Deprecated annotations
1066
- * for accessors, or it will be completely ignored; in the very least, this
1067
- * is a formalization for deprecating fields.
1068
- */
1069
- deprecated: boolean;
1070
- /** For Google-internal migration only. Do not use. */
1071
- weak: boolean;
1072
- /** The parser stores options it doesn't recognize here. See above. */
1073
- uninterpreted_option: UninterpretedOptionSDKType[];
1074
- }
1075
- export interface OneofOptions {
1076
- /** The parser stores options it doesn't recognize here. See above. */
1077
- uninterpretedOption: UninterpretedOption[];
1078
- }
1079
- export interface OneofOptionsSDKType {
1080
- /** The parser stores options it doesn't recognize here. See above. */
1081
- uninterpreted_option: UninterpretedOptionSDKType[];
1082
- }
1083
- export interface EnumOptions {
1084
- /**
1085
- * Set this option to true to allow mapping different tag names to the same
1086
- * value.
1087
- */
1088
- allowAlias: boolean;
1089
- /**
1090
- * Is this enum deprecated?
1091
- * Depending on the target platform, this can emit Deprecated annotations
1092
- * for the enum, or it will be completely ignored; in the very least, this
1093
- * is a formalization for deprecating enums.
1094
- */
1095
- deprecated: boolean;
1096
- /** The parser stores options it doesn't recognize here. See above. */
1097
- uninterpretedOption: UninterpretedOption[];
1098
- }
1099
- export interface EnumOptionsSDKType {
1100
- /**
1101
- * Set this option to true to allow mapping different tag names to the same
1102
- * value.
1103
- */
1104
- allow_alias: boolean;
1105
- /**
1106
- * Is this enum deprecated?
1107
- * Depending on the target platform, this can emit Deprecated annotations
1108
- * for the enum, or it will be completely ignored; in the very least, this
1109
- * is a formalization for deprecating enums.
1110
- */
1111
- deprecated: boolean;
1112
- /** The parser stores options it doesn't recognize here. See above. */
1113
- uninterpreted_option: UninterpretedOptionSDKType[];
1114
- }
1115
- export interface EnumValueOptions {
1116
- /**
1117
- * Is this enum value deprecated?
1118
- * Depending on the target platform, this can emit Deprecated annotations
1119
- * for the enum value, or it will be completely ignored; in the very least,
1120
- * this is a formalization for deprecating enum values.
1121
- */
1122
- deprecated: boolean;
1123
- /** The parser stores options it doesn't recognize here. See above. */
1124
- uninterpretedOption: UninterpretedOption[];
1125
- }
1126
- export interface EnumValueOptionsSDKType {
1127
- /**
1128
- * Is this enum value deprecated?
1129
- * Depending on the target platform, this can emit Deprecated annotations
1130
- * for the enum value, or it will be completely ignored; in the very least,
1131
- * this is a formalization for deprecating enum values.
1132
- */
1133
- deprecated: boolean;
1134
- /** The parser stores options it doesn't recognize here. See above. */
1135
- uninterpreted_option: UninterpretedOptionSDKType[];
1136
- }
1137
- export interface ServiceOptions {
1138
- /**
1139
- * Is this service deprecated?
1140
- * Depending on the target platform, this can emit Deprecated annotations
1141
- * for the service, or it will be completely ignored; in the very least,
1142
- * this is a formalization for deprecating services.
1143
- */
1144
- deprecated: boolean;
1145
- /** The parser stores options it doesn't recognize here. See above. */
1146
- uninterpretedOption: UninterpretedOption[];
1147
- }
1148
- export interface ServiceOptionsSDKType {
1149
- /**
1150
- * Is this service deprecated?
1151
- * Depending on the target platform, this can emit Deprecated annotations
1152
- * for the service, or it will be completely ignored; in the very least,
1153
- * this is a formalization for deprecating services.
1154
- */
1155
- deprecated: boolean;
1156
- /** The parser stores options it doesn't recognize here. See above. */
1157
- uninterpreted_option: UninterpretedOptionSDKType[];
1158
- }
1159
- export interface MethodOptions {
1160
- /**
1161
- * Is this method deprecated?
1162
- * Depending on the target platform, this can emit Deprecated annotations
1163
- * for the method, or it will be completely ignored; in the very least,
1164
- * this is a formalization for deprecating methods.
1165
- */
1166
- deprecated: boolean;
1167
- idempotencyLevel: MethodOptions_IdempotencyLevel;
1168
- /** The parser stores options it doesn't recognize here. See above. */
1169
- uninterpretedOption: UninterpretedOption[];
1170
- }
1171
- export interface MethodOptionsSDKType {
1172
- /**
1173
- * Is this method deprecated?
1174
- * Depending on the target platform, this can emit Deprecated annotations
1175
- * for the method, or it will be completely ignored; in the very least,
1176
- * this is a formalization for deprecating methods.
1177
- */
1178
- deprecated: boolean;
1179
- idempotency_level: MethodOptions_IdempotencyLevelSDKType;
1180
- /** The parser stores options it doesn't recognize here. See above. */
1181
- uninterpreted_option: UninterpretedOptionSDKType[];
1182
- }
1183
- /**
1184
- * A message representing a option the parser does not recognize. This only
1185
- * appears in options protos created by the compiler::Parser class.
1186
- * DescriptorPool resolves these when building Descriptor objects. Therefore,
1187
- * options protos in descriptor objects (e.g. returned by Descriptor::options(),
1188
- * or produced by Descriptor::CopyTo()) will never have UninterpretedOptions
1189
- * in them.
1190
- */
1191
- export interface UninterpretedOption {
1192
- name: UninterpretedOption_NamePart[];
1193
- /**
1194
- * The value of the uninterpreted option, in whatever type the tokenizer
1195
- * identified it as during parsing. Exactly one of these should be set.
1196
- */
1197
- identifierValue: string;
1198
- positiveIntValue: Long;
1199
- negativeIntValue: Long;
1200
- doubleValue: number;
1201
- stringValue: Uint8Array;
1202
- aggregateValue: string;
1203
- }
1204
- /**
1205
- * A message representing a option the parser does not recognize. This only
1206
- * appears in options protos created by the compiler::Parser class.
1207
- * DescriptorPool resolves these when building Descriptor objects. Therefore,
1208
- * options protos in descriptor objects (e.g. returned by Descriptor::options(),
1209
- * or produced by Descriptor::CopyTo()) will never have UninterpretedOptions
1210
- * in them.
1211
- */
1212
- export interface UninterpretedOptionSDKType {
1213
- name: UninterpretedOption_NamePartSDKType[];
1214
- /**
1215
- * The value of the uninterpreted option, in whatever type the tokenizer
1216
- * identified it as during parsing. Exactly one of these should be set.
1217
- */
1218
- identifier_value: string;
1219
- positive_int_value: Long;
1220
- negative_int_value: Long;
1221
- double_value: number;
1222
- string_value: Uint8Array;
1223
- aggregate_value: string;
1224
- }
1225
- /**
1226
- * The name of the uninterpreted option. Each string represents a segment in
1227
- * a dot-separated name. is_extension is true iff a segment represents an
1228
- * extension (denoted with parentheses in options specs in .proto files).
1229
- * E.g.,{ ["foo", false], ["bar.baz", true], ["qux", false] } represents
1230
- * "foo.(bar.baz).qux".
1231
- */
1232
- export interface UninterpretedOption_NamePart {
1233
- namePart: string;
1234
- isExtension: boolean;
1235
- }
1236
- /**
1237
- * The name of the uninterpreted option. Each string represents a segment in
1238
- * a dot-separated name. is_extension is true iff a segment represents an
1239
- * extension (denoted with parentheses in options specs in .proto files).
1240
- * E.g.,{ ["foo", false], ["bar.baz", true], ["qux", false] } represents
1241
- * "foo.(bar.baz).qux".
1242
- */
1243
- export interface UninterpretedOption_NamePartSDKType {
1244
- name_part: string;
1245
- is_extension: boolean;
1246
- }
1247
- /**
1248
- * Encapsulates information about the original source file from which a
1249
- * FileDescriptorProto was generated.
1250
- */
1251
- export interface SourceCodeInfo {
1252
- /**
1253
- * A Location identifies a piece of source code in a .proto file which
1254
- * corresponds to a particular definition. This information is intended
1255
- * to be useful to IDEs, code indexers, documentation generators, and similar
1256
- * tools.
1257
- *
1258
- * For example, say we have a file like:
1259
- * message Foo {
1260
- * optional string foo = 1;
1261
- * }
1262
- * Let's look at just the field definition:
1263
- * optional string foo = 1;
1264
- * ^ ^^ ^^ ^ ^^^
1265
- * a bc de f ghi
1266
- * We have the following locations:
1267
- * span path represents
1268
- * [a,i) [ 4, 0, 2, 0 ] The whole field definition.
1269
- * [a,b) [ 4, 0, 2, 0, 4 ] The label (optional).
1270
- * [c,d) [ 4, 0, 2, 0, 5 ] The type (string).
1271
- * [e,f) [ 4, 0, 2, 0, 1 ] The name (foo).
1272
- * [g,h) [ 4, 0, 2, 0, 3 ] The number (1).
1273
- *
1274
- * Notes:
1275
- * - A location may refer to a repeated field itself (i.e. not to any
1276
- * particular index within it). This is used whenever a set of elements are
1277
- * logically enclosed in a single code segment. For example, an entire
1278
- * extend block (possibly containing multiple extension definitions) will
1279
- * have an outer location whose path refers to the "extensions" repeated
1280
- * field without an index.
1281
- * - Multiple locations may have the same path. This happens when a single
1282
- * logical declaration is spread out across multiple places. The most
1283
- * obvious example is the "extend" block again -- there may be multiple
1284
- * extend blocks in the same scope, each of which will have the same path.
1285
- * - A location's span is not always a subset of its parent's span. For
1286
- * example, the "extendee" of an extension declaration appears at the
1287
- * beginning of the "extend" block and is shared by all extensions within
1288
- * the block.
1289
- * - Just because a location's span is a subset of some other location's span
1290
- * does not mean that it is a descendant. For example, a "group" defines
1291
- * both a type and a field in a single declaration. Thus, the locations
1292
- * corresponding to the type and field and their components will overlap.
1293
- * - Code which tries to interpret locations should probably be designed to
1294
- * ignore those that it doesn't understand, as more types of locations could
1295
- * be recorded in the future.
1296
- */
1297
- location: SourceCodeInfo_Location[];
1298
- }
1299
- /**
1300
- * Encapsulates information about the original source file from which a
1301
- * FileDescriptorProto was generated.
1302
- */
1303
- export interface SourceCodeInfoSDKType {
1304
- /**
1305
- * A Location identifies a piece of source code in a .proto file which
1306
- * corresponds to a particular definition. This information is intended
1307
- * to be useful to IDEs, code indexers, documentation generators, and similar
1308
- * tools.
1309
- *
1310
- * For example, say we have a file like:
1311
- * message Foo {
1312
- * optional string foo = 1;
1313
- * }
1314
- * Let's look at just the field definition:
1315
- * optional string foo = 1;
1316
- * ^ ^^ ^^ ^ ^^^
1317
- * a bc de f ghi
1318
- * We have the following locations:
1319
- * span path represents
1320
- * [a,i) [ 4, 0, 2, 0 ] The whole field definition.
1321
- * [a,b) [ 4, 0, 2, 0, 4 ] The label (optional).
1322
- * [c,d) [ 4, 0, 2, 0, 5 ] The type (string).
1323
- * [e,f) [ 4, 0, 2, 0, 1 ] The name (foo).
1324
- * [g,h) [ 4, 0, 2, 0, 3 ] The number (1).
1325
- *
1326
- * Notes:
1327
- * - A location may refer to a repeated field itself (i.e. not to any
1328
- * particular index within it). This is used whenever a set of elements are
1329
- * logically enclosed in a single code segment. For example, an entire
1330
- * extend block (possibly containing multiple extension definitions) will
1331
- * have an outer location whose path refers to the "extensions" repeated
1332
- * field without an index.
1333
- * - Multiple locations may have the same path. This happens when a single
1334
- * logical declaration is spread out across multiple places. The most
1335
- * obvious example is the "extend" block again -- there may be multiple
1336
- * extend blocks in the same scope, each of which will have the same path.
1337
- * - A location's span is not always a subset of its parent's span. For
1338
- * example, the "extendee" of an extension declaration appears at the
1339
- * beginning of the "extend" block and is shared by all extensions within
1340
- * the block.
1341
- * - Just because a location's span is a subset of some other location's span
1342
- * does not mean that it is a descendant. For example, a "group" defines
1343
- * both a type and a field in a single declaration. Thus, the locations
1344
- * corresponding to the type and field and their components will overlap.
1345
- * - Code which tries to interpret locations should probably be designed to
1346
- * ignore those that it doesn't understand, as more types of locations could
1347
- * be recorded in the future.
1348
- */
1349
- location: SourceCodeInfo_LocationSDKType[];
1350
- }
1351
- export interface SourceCodeInfo_Location {
1352
- /**
1353
- * Identifies which part of the FileDescriptorProto was defined at this
1354
- * location.
1355
- *
1356
- * Each element is a field number or an index. They form a path from
1357
- * the root FileDescriptorProto to the place where the definition. For
1358
- * example, this path:
1359
- * [ 4, 3, 2, 7, 1 ]
1360
- * refers to:
1361
- * file.message_type(3) // 4, 3
1362
- * .field(7) // 2, 7
1363
- * .name() // 1
1364
- * This is because FileDescriptorProto.message_type has field number 4:
1365
- * repeated DescriptorProto message_type = 4;
1366
- * and DescriptorProto.field has field number 2:
1367
- * repeated FieldDescriptorProto field = 2;
1368
- * and FieldDescriptorProto.name has field number 1:
1369
- * optional string name = 1;
1370
- *
1371
- * Thus, the above path gives the location of a field name. If we removed
1372
- * the last element:
1373
- * [ 4, 3, 2, 7 ]
1374
- * this path refers to the whole field declaration (from the beginning
1375
- * of the label to the terminating semicolon).
1376
- */
1377
- path: number[];
1378
- /**
1379
- * Always has exactly three or four elements: start line, start column,
1380
- * end line (optional, otherwise assumed same as start line), end column.
1381
- * These are packed into a single field for efficiency. Note that line
1382
- * and column numbers are zero-based -- typically you will want to add
1383
- * 1 to each before displaying to a user.
1384
- */
1385
- span: number[];
1386
- /**
1387
- * If this SourceCodeInfo represents a complete declaration, these are any
1388
- * comments appearing before and after the declaration which appear to be
1389
- * attached to the declaration.
1390
- *
1391
- * A series of line comments appearing on consecutive lines, with no other
1392
- * tokens appearing on those lines, will be treated as a single comment.
1393
- *
1394
- * leading_detached_comments will keep paragraphs of comments that appear
1395
- * before (but not connected to) the current element. Each paragraph,
1396
- * separated by empty lines, will be one comment element in the repeated
1397
- * field.
1398
- *
1399
- * Only the comment content is provided; comment markers (e.g. //) are
1400
- * stripped out. For block comments, leading whitespace and an asterisk
1401
- * will be stripped from the beginning of each line other than the first.
1402
- * Newlines are included in the output.
1403
- *
1404
- * Examples:
1405
- *
1406
- * optional int32 foo = 1; // Comment attached to foo.
1407
- * // Comment attached to bar.
1408
- * optional int32 bar = 2;
1409
- *
1410
- * optional string baz = 3;
1411
- * // Comment attached to baz.
1412
- * // Another line attached to baz.
1413
- *
1414
- * // Comment attached to qux.
1415
- * //
1416
- * // Another line attached to qux.
1417
- * optional double qux = 4;
1418
- *
1419
- * // Detached comment for corge. This is not leading or trailing comments
1420
- * // to qux or corge because there are blank lines separating it from
1421
- * // both.
1422
- *
1423
- * // Detached comment for corge paragraph 2.
1424
- *
1425
- * optional string corge = 5;
1426
- * /* Block comment attached
1427
- * * to corge. Leading asterisks
1428
- * * will be removed. *\/
1429
- * /* Block comment attached to
1430
- * * grault. *\/
1431
- * optional int32 grault = 6;
1432
- *
1433
- * // ignored detached comments.
1434
- */
1435
- leadingComments: string;
1436
- trailingComments: string;
1437
- leadingDetachedComments: string[];
1438
- }
1439
- export interface SourceCodeInfo_LocationSDKType {
1440
- /**
1441
- * Identifies which part of the FileDescriptorProto was defined at this
1442
- * location.
1443
- *
1444
- * Each element is a field number or an index. They form a path from
1445
- * the root FileDescriptorProto to the place where the definition. For
1446
- * example, this path:
1447
- * [ 4, 3, 2, 7, 1 ]
1448
- * refers to:
1449
- * file.message_type(3) // 4, 3
1450
- * .field(7) // 2, 7
1451
- * .name() // 1
1452
- * This is because FileDescriptorProto.message_type has field number 4:
1453
- * repeated DescriptorProto message_type = 4;
1454
- * and DescriptorProto.field has field number 2:
1455
- * repeated FieldDescriptorProto field = 2;
1456
- * and FieldDescriptorProto.name has field number 1:
1457
- * optional string name = 1;
1458
- *
1459
- * Thus, the above path gives the location of a field name. If we removed
1460
- * the last element:
1461
- * [ 4, 3, 2, 7 ]
1462
- * this path refers to the whole field declaration (from the beginning
1463
- * of the label to the terminating semicolon).
1464
- */
1465
- path: number[];
1466
- /**
1467
- * Always has exactly three or four elements: start line, start column,
1468
- * end line (optional, otherwise assumed same as start line), end column.
1469
- * These are packed into a single field for efficiency. Note that line
1470
- * and column numbers are zero-based -- typically you will want to add
1471
- * 1 to each before displaying to a user.
1472
- */
1473
- span: number[];
1474
- /**
1475
- * If this SourceCodeInfo represents a complete declaration, these are any
1476
- * comments appearing before and after the declaration which appear to be
1477
- * attached to the declaration.
1478
- *
1479
- * A series of line comments appearing on consecutive lines, with no other
1480
- * tokens appearing on those lines, will be treated as a single comment.
1481
- *
1482
- * leading_detached_comments will keep paragraphs of comments that appear
1483
- * before (but not connected to) the current element. Each paragraph,
1484
- * separated by empty lines, will be one comment element in the repeated
1485
- * field.
1486
- *
1487
- * Only the comment content is provided; comment markers (e.g. //) are
1488
- * stripped out. For block comments, leading whitespace and an asterisk
1489
- * will be stripped from the beginning of each line other than the first.
1490
- * Newlines are included in the output.
1491
- *
1492
- * Examples:
1493
- *
1494
- * optional int32 foo = 1; // Comment attached to foo.
1495
- * // Comment attached to bar.
1496
- * optional int32 bar = 2;
1497
- *
1498
- * optional string baz = 3;
1499
- * // Comment attached to baz.
1500
- * // Another line attached to baz.
1501
- *
1502
- * // Comment attached to qux.
1503
- * //
1504
- * // Another line attached to qux.
1505
- * optional double qux = 4;
1506
- *
1507
- * // Detached comment for corge. This is not leading or trailing comments
1508
- * // to qux or corge because there are blank lines separating it from
1509
- * // both.
1510
- *
1511
- * // Detached comment for corge paragraph 2.
1512
- *
1513
- * optional string corge = 5;
1514
- * /* Block comment attached
1515
- * * to corge. Leading asterisks
1516
- * * will be removed. *\/
1517
- * /* Block comment attached to
1518
- * * grault. *\/
1519
- * optional int32 grault = 6;
1520
- *
1521
- * // ignored detached comments.
1522
- */
1523
- leading_comments: string;
1524
- trailing_comments: string;
1525
- leading_detached_comments: string[];
1526
- }
1527
- /**
1528
- * Describes the relationship between generated code and its original source
1529
- * file. A GeneratedCodeInfo message is associated with only one generated
1530
- * source file, but may contain references to different source .proto files.
1531
- */
1532
- export interface GeneratedCodeInfo {
1533
- /**
1534
- * An Annotation connects some span of text in generated code to an element
1535
- * of its generating .proto file.
1536
- */
1537
- annotation: GeneratedCodeInfo_Annotation[];
1538
- }
1539
- /**
1540
- * Describes the relationship between generated code and its original source
1541
- * file. A GeneratedCodeInfo message is associated with only one generated
1542
- * source file, but may contain references to different source .proto files.
1543
- */
1544
- export interface GeneratedCodeInfoSDKType {
1545
- /**
1546
- * An Annotation connects some span of text in generated code to an element
1547
- * of its generating .proto file.
1548
- */
1549
- annotation: GeneratedCodeInfo_AnnotationSDKType[];
1550
- }
1551
- export interface GeneratedCodeInfo_Annotation {
1552
- /**
1553
- * Identifies the element in the original source .proto file. This field
1554
- * is formatted the same as SourceCodeInfo.Location.path.
1555
- */
1556
- path: number[];
1557
- /** Identifies the filesystem path to the original source .proto. */
1558
- sourceFile: string;
1559
- /**
1560
- * Identifies the starting offset in bytes in the generated code
1561
- * that relates to the identified object.
1562
- */
1563
- begin: number;
1564
- /**
1565
- * Identifies the ending offset in bytes in the generated code that
1566
- * relates to the identified offset. The end offset should be one past
1567
- * the last relevant byte (so the length of the text = end - begin).
1568
- */
1569
- end: number;
1570
- }
1571
- export interface GeneratedCodeInfo_AnnotationSDKType {
1572
- /**
1573
- * Identifies the element in the original source .proto file. This field
1574
- * is formatted the same as SourceCodeInfo.Location.path.
1575
- */
1576
- path: number[];
1577
- /** Identifies the filesystem path to the original source .proto. */
1578
- source_file: string;
1579
- /**
1580
- * Identifies the starting offset in bytes in the generated code
1581
- * that relates to the identified object.
1582
- */
1583
- begin: number;
1584
- /**
1585
- * Identifies the ending offset in bytes in the generated code that
1586
- * relates to the identified offset. The end offset should be one past
1587
- * the last relevant byte (so the length of the text = end - begin).
1588
- */
1589
- end: number;
1590
- }
1591
- export declare const FileDescriptorSet: {
1592
- encode(message: FileDescriptorSet, writer?: _m0.Writer): _m0.Writer;
1593
- decode(input: _m0.Reader | Uint8Array, length?: number): FileDescriptorSet;
1594
- fromPartial(object: DeepPartial<FileDescriptorSet>): FileDescriptorSet;
1595
- };
1596
- export declare const FileDescriptorProto: {
1597
- encode(message: FileDescriptorProto, writer?: _m0.Writer): _m0.Writer;
1598
- decode(input: _m0.Reader | Uint8Array, length?: number): FileDescriptorProto;
1599
- fromPartial(object: DeepPartial<FileDescriptorProto>): FileDescriptorProto;
1600
- };
1601
- export declare const DescriptorProto: {
1602
- encode(message: DescriptorProto, writer?: _m0.Writer): _m0.Writer;
1603
- decode(input: _m0.Reader | Uint8Array, length?: number): DescriptorProto;
1604
- fromPartial(object: DeepPartial<DescriptorProto>): DescriptorProto;
1605
- };
1606
- export declare const DescriptorProto_ExtensionRange: {
1607
- encode(message: DescriptorProto_ExtensionRange, writer?: _m0.Writer): _m0.Writer;
1608
- decode(input: _m0.Reader | Uint8Array, length?: number): DescriptorProto_ExtensionRange;
1609
- fromPartial(object: DeepPartial<DescriptorProto_ExtensionRange>): DescriptorProto_ExtensionRange;
1610
- };
1611
- export declare const DescriptorProto_ReservedRange: {
1612
- encode(message: DescriptorProto_ReservedRange, writer?: _m0.Writer): _m0.Writer;
1613
- decode(input: _m0.Reader | Uint8Array, length?: number): DescriptorProto_ReservedRange;
1614
- fromPartial(object: DeepPartial<DescriptorProto_ReservedRange>): DescriptorProto_ReservedRange;
1615
- };
1616
- export declare const ExtensionRangeOptions: {
1617
- encode(message: ExtensionRangeOptions, writer?: _m0.Writer): _m0.Writer;
1618
- decode(input: _m0.Reader | Uint8Array, length?: number): ExtensionRangeOptions;
1619
- fromPartial(object: DeepPartial<ExtensionRangeOptions>): ExtensionRangeOptions;
1620
- };
1621
- export declare const FieldDescriptorProto: {
1622
- encode(message: FieldDescriptorProto, writer?: _m0.Writer): _m0.Writer;
1623
- decode(input: _m0.Reader | Uint8Array, length?: number): FieldDescriptorProto;
1624
- fromPartial(object: DeepPartial<FieldDescriptorProto>): FieldDescriptorProto;
1625
- };
1626
- export declare const OneofDescriptorProto: {
1627
- encode(message: OneofDescriptorProto, writer?: _m0.Writer): _m0.Writer;
1628
- decode(input: _m0.Reader | Uint8Array, length?: number): OneofDescriptorProto;
1629
- fromPartial(object: DeepPartial<OneofDescriptorProto>): OneofDescriptorProto;
1630
- };
1631
- export declare const EnumDescriptorProto: {
1632
- encode(message: EnumDescriptorProto, writer?: _m0.Writer): _m0.Writer;
1633
- decode(input: _m0.Reader | Uint8Array, length?: number): EnumDescriptorProto;
1634
- fromPartial(object: DeepPartial<EnumDescriptorProto>): EnumDescriptorProto;
1635
- };
1636
- export declare const EnumDescriptorProto_EnumReservedRange: {
1637
- encode(message: EnumDescriptorProto_EnumReservedRange, writer?: _m0.Writer): _m0.Writer;
1638
- decode(input: _m0.Reader | Uint8Array, length?: number): EnumDescriptorProto_EnumReservedRange;
1639
- fromPartial(object: DeepPartial<EnumDescriptorProto_EnumReservedRange>): EnumDescriptorProto_EnumReservedRange;
1640
- };
1641
- export declare const EnumValueDescriptorProto: {
1642
- encode(message: EnumValueDescriptorProto, writer?: _m0.Writer): _m0.Writer;
1643
- decode(input: _m0.Reader | Uint8Array, length?: number): EnumValueDescriptorProto;
1644
- fromPartial(object: DeepPartial<EnumValueDescriptorProto>): EnumValueDescriptorProto;
1645
- };
1646
- export declare const ServiceDescriptorProto: {
1647
- encode(message: ServiceDescriptorProto, writer?: _m0.Writer): _m0.Writer;
1648
- decode(input: _m0.Reader | Uint8Array, length?: number): ServiceDescriptorProto;
1649
- fromPartial(object: DeepPartial<ServiceDescriptorProto>): ServiceDescriptorProto;
1650
- };
1651
- export declare const MethodDescriptorProto: {
1652
- encode(message: MethodDescriptorProto, writer?: _m0.Writer): _m0.Writer;
1653
- decode(input: _m0.Reader | Uint8Array, length?: number): MethodDescriptorProto;
1654
- fromPartial(object: DeepPartial<MethodDescriptorProto>): MethodDescriptorProto;
1655
- };
1656
- export declare const FileOptions: {
1657
- encode(message: FileOptions, writer?: _m0.Writer): _m0.Writer;
1658
- decode(input: _m0.Reader | Uint8Array, length?: number): FileOptions;
1659
- fromPartial(object: DeepPartial<FileOptions>): FileOptions;
1660
- };
1661
- export declare const MessageOptions: {
1662
- encode(message: MessageOptions, writer?: _m0.Writer): _m0.Writer;
1663
- decode(input: _m0.Reader | Uint8Array, length?: number): MessageOptions;
1664
- fromPartial(object: DeepPartial<MessageOptions>): MessageOptions;
1665
- };
1666
- export declare const FieldOptions: {
1667
- encode(message: FieldOptions, writer?: _m0.Writer): _m0.Writer;
1668
- decode(input: _m0.Reader | Uint8Array, length?: number): FieldOptions;
1669
- fromPartial(object: DeepPartial<FieldOptions>): FieldOptions;
1670
- };
1671
- export declare const OneofOptions: {
1672
- encode(message: OneofOptions, writer?: _m0.Writer): _m0.Writer;
1673
- decode(input: _m0.Reader | Uint8Array, length?: number): OneofOptions;
1674
- fromPartial(object: DeepPartial<OneofOptions>): OneofOptions;
1675
- };
1676
- export declare const EnumOptions: {
1677
- encode(message: EnumOptions, writer?: _m0.Writer): _m0.Writer;
1678
- decode(input: _m0.Reader | Uint8Array, length?: number): EnumOptions;
1679
- fromPartial(object: DeepPartial<EnumOptions>): EnumOptions;
1680
- };
1681
- export declare const EnumValueOptions: {
1682
- encode(message: EnumValueOptions, writer?: _m0.Writer): _m0.Writer;
1683
- decode(input: _m0.Reader | Uint8Array, length?: number): EnumValueOptions;
1684
- fromPartial(object: DeepPartial<EnumValueOptions>): EnumValueOptions;
1685
- };
1686
- export declare const ServiceOptions: {
1687
- encode(message: ServiceOptions, writer?: _m0.Writer): _m0.Writer;
1688
- decode(input: _m0.Reader | Uint8Array, length?: number): ServiceOptions;
1689
- fromPartial(object: DeepPartial<ServiceOptions>): ServiceOptions;
1690
- };
1691
- export declare const MethodOptions: {
1692
- encode(message: MethodOptions, writer?: _m0.Writer): _m0.Writer;
1693
- decode(input: _m0.Reader | Uint8Array, length?: number): MethodOptions;
1694
- fromPartial(object: DeepPartial<MethodOptions>): MethodOptions;
1695
- };
1696
- export declare const UninterpretedOption: {
1697
- encode(message: UninterpretedOption, writer?: _m0.Writer): _m0.Writer;
1698
- decode(input: _m0.Reader | Uint8Array, length?: number): UninterpretedOption;
1699
- fromPartial(object: DeepPartial<UninterpretedOption>): UninterpretedOption;
1700
- };
1701
- export declare const UninterpretedOption_NamePart: {
1702
- encode(message: UninterpretedOption_NamePart, writer?: _m0.Writer): _m0.Writer;
1703
- decode(input: _m0.Reader | Uint8Array, length?: number): UninterpretedOption_NamePart;
1704
- fromPartial(object: DeepPartial<UninterpretedOption_NamePart>): UninterpretedOption_NamePart;
1705
- };
1706
- export declare const SourceCodeInfo: {
1707
- encode(message: SourceCodeInfo, writer?: _m0.Writer): _m0.Writer;
1708
- decode(input: _m0.Reader | Uint8Array, length?: number): SourceCodeInfo;
1709
- fromPartial(object: DeepPartial<SourceCodeInfo>): SourceCodeInfo;
1710
- };
1711
- export declare const SourceCodeInfo_Location: {
1712
- encode(message: SourceCodeInfo_Location, writer?: _m0.Writer): _m0.Writer;
1713
- decode(input: _m0.Reader | Uint8Array, length?: number): SourceCodeInfo_Location;
1714
- fromPartial(object: DeepPartial<SourceCodeInfo_Location>): SourceCodeInfo_Location;
1715
- };
1716
- export declare const GeneratedCodeInfo: {
1717
- encode(message: GeneratedCodeInfo, writer?: _m0.Writer): _m0.Writer;
1718
- decode(input: _m0.Reader | Uint8Array, length?: number): GeneratedCodeInfo;
1719
- fromPartial(object: DeepPartial<GeneratedCodeInfo>): GeneratedCodeInfo;
1720
- };
1721
- export declare const GeneratedCodeInfo_Annotation: {
1722
- encode(message: GeneratedCodeInfo_Annotation, writer?: _m0.Writer): _m0.Writer;
1723
- decode(input: _m0.Reader | Uint8Array, length?: number): GeneratedCodeInfo_Annotation;
1724
- fromPartial(object: DeepPartial<GeneratedCodeInfo_Annotation>): GeneratedCodeInfo_Annotation;
1725
- };