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
@@ -0,0 +1,3188 @@
1
+ import { Coin, CoinAmino } from "../../../cosmos/base/v1beta1/coin";
2
+ import { OracleType } from "../../oracle/v1beta1/oracle";
3
+ import { SpotOrder, SpotOrderAmino, DerivativeOrder, DerivativeOrderAmino, MarketStatus, GrantAuthorization, GrantAuthorizationAmino, PositionDelta, PositionDeltaAmino } from "./exchange";
4
+ import { Params, ParamsAmino } from "../../../cosmos/distribution/v1beta1/distribution";
5
+ import { BinaryReader, BinaryWriter } from "../../../binary";
6
+ import { DeepPartial } from "../../../helpers";
7
+ export interface MsgUpdateSpotMarket {
8
+ /** current admin address of the associated market */
9
+ admin: string;
10
+ /** id of the market to be updated */
11
+ marketId: string;
12
+ /** (optional) updated ticker value */
13
+ newTicker: string;
14
+ /** (optional) updated min price tick size value */
15
+ newMinPriceTickSize: string;
16
+ /** (optional) updated min quantity tick size value */
17
+ newMinQuantityTickSize: string;
18
+ /** (optional) updated min notional */
19
+ newMinNotional: string;
20
+ }
21
+ export interface MsgUpdateSpotMarketProtoMsg {
22
+ typeUrl: "/injective.exchange.v1beta1.MsgUpdateSpotMarket";
23
+ value: Uint8Array;
24
+ }
25
+ export interface MsgUpdateSpotMarketAmino {
26
+ /** current admin address of the associated market */
27
+ admin: string;
28
+ /** id of the market to be updated */
29
+ market_id: string;
30
+ /** (optional) updated ticker value */
31
+ new_ticker: string;
32
+ /** (optional) updated min price tick size value */
33
+ new_min_price_tick_size: string;
34
+ /** (optional) updated min quantity tick size value */
35
+ new_min_quantity_tick_size: string;
36
+ /** (optional) updated min notional */
37
+ new_min_notional: string;
38
+ }
39
+ export interface MsgUpdateSpotMarketAminoMsg {
40
+ type: "exchange/MsgUpdateSpotMarket";
41
+ value: MsgUpdateSpotMarketAmino;
42
+ }
43
+ export interface MsgUpdateSpotMarketResponse {
44
+ }
45
+ export interface MsgUpdateSpotMarketResponseProtoMsg {
46
+ typeUrl: "/injective.exchange.v1beta1.MsgUpdateSpotMarketResponse";
47
+ value: Uint8Array;
48
+ }
49
+ export interface MsgUpdateSpotMarketResponseAmino {
50
+ }
51
+ export interface MsgUpdateSpotMarketResponseAminoMsg {
52
+ type: "/injective.exchange.v1beta1.MsgUpdateSpotMarketResponse";
53
+ value: MsgUpdateSpotMarketResponseAmino;
54
+ }
55
+ export interface MsgUpdateDerivativeMarket {
56
+ /** current admin address of the associated market */
57
+ admin: string;
58
+ /** id of the market to be updated */
59
+ marketId: string;
60
+ /** (optional) updated value for ticker */
61
+ newTicker: string;
62
+ /** (optional) updated value for min_price_tick_size */
63
+ newMinPriceTickSize: string;
64
+ /** (optional) updated value min_quantity_tick_size */
65
+ newMinQuantityTickSize: string;
66
+ /** (optional) updated min notional */
67
+ newMinNotional: string;
68
+ /** (optional) updated value for initial_margin_ratio */
69
+ newInitialMarginRatio: string;
70
+ /** (optional) updated value for maintenance_margin_ratio */
71
+ newMaintenanceMarginRatio: string;
72
+ }
73
+ export interface MsgUpdateDerivativeMarketProtoMsg {
74
+ typeUrl: "/injective.exchange.v1beta1.MsgUpdateDerivativeMarket";
75
+ value: Uint8Array;
76
+ }
77
+ export interface MsgUpdateDerivativeMarketAmino {
78
+ /** current admin address of the associated market */
79
+ admin: string;
80
+ /** id of the market to be updated */
81
+ market_id: string;
82
+ /** (optional) updated value for ticker */
83
+ new_ticker: string;
84
+ /** (optional) updated value for min_price_tick_size */
85
+ new_min_price_tick_size: string;
86
+ /** (optional) updated value min_quantity_tick_size */
87
+ new_min_quantity_tick_size: string;
88
+ /** (optional) updated min notional */
89
+ new_min_notional: string;
90
+ /** (optional) updated value for initial_margin_ratio */
91
+ new_initial_margin_ratio: string;
92
+ /** (optional) updated value for maintenance_margin_ratio */
93
+ new_maintenance_margin_ratio: string;
94
+ }
95
+ export interface MsgUpdateDerivativeMarketAminoMsg {
96
+ type: "exchange/MsgUpdateDerivativeMarket";
97
+ value: MsgUpdateDerivativeMarketAmino;
98
+ }
99
+ export interface MsgUpdateDerivativeMarketResponse {
100
+ }
101
+ export interface MsgUpdateDerivativeMarketResponseProtoMsg {
102
+ typeUrl: "/injective.exchange.v1beta1.MsgUpdateDerivativeMarketResponse";
103
+ value: Uint8Array;
104
+ }
105
+ export interface MsgUpdateDerivativeMarketResponseAmino {
106
+ }
107
+ export interface MsgUpdateDerivativeMarketResponseAminoMsg {
108
+ type: "/injective.exchange.v1beta1.MsgUpdateDerivativeMarketResponse";
109
+ value: MsgUpdateDerivativeMarketResponseAmino;
110
+ }
111
+ export interface MsgUpdateParams {
112
+ /** authority is the address of the governance account. */
113
+ authority: string;
114
+ /**
115
+ * params defines the exchange parameters to update.
116
+ *
117
+ * NOTE: All parameters must be supplied.
118
+ */
119
+ params: Params;
120
+ }
121
+ export interface MsgUpdateParamsProtoMsg {
122
+ typeUrl: "/injective.exchange.v1beta1.MsgUpdateParams";
123
+ value: Uint8Array;
124
+ }
125
+ export interface MsgUpdateParamsAmino {
126
+ /** authority is the address of the governance account. */
127
+ authority: string;
128
+ /**
129
+ * params defines the exchange parameters to update.
130
+ *
131
+ * NOTE: All parameters must be supplied.
132
+ */
133
+ params: ParamsAmino;
134
+ }
135
+ export interface MsgUpdateParamsAminoMsg {
136
+ type: "exchange/MsgUpdateParams";
137
+ value: MsgUpdateParamsAmino;
138
+ }
139
+ export interface MsgUpdateParamsResponse {
140
+ }
141
+ export interface MsgUpdateParamsResponseProtoMsg {
142
+ typeUrl: "/injective.exchange.v1beta1.MsgUpdateParamsResponse";
143
+ value: Uint8Array;
144
+ }
145
+ export interface MsgUpdateParamsResponseAmino {
146
+ }
147
+ export interface MsgUpdateParamsResponseAminoMsg {
148
+ type: "/injective.exchange.v1beta1.MsgUpdateParamsResponse";
149
+ value: MsgUpdateParamsResponseAmino;
150
+ }
151
+ /**
152
+ * MsgDeposit defines a SDK message for transferring coins from the sender's
153
+ * bank balance into the subaccount's exchange deposits
154
+ */
155
+ export interface MsgDeposit {
156
+ sender: string;
157
+ /**
158
+ * (Optional) bytes32 subaccount ID to deposit funds into. If empty, the coin
159
+ * will be deposited to the sender's default subaccount address.
160
+ */
161
+ subaccountId: string;
162
+ amount: Coin;
163
+ }
164
+ export interface MsgDepositProtoMsg {
165
+ typeUrl: "/injective.exchange.v1beta1.MsgDeposit";
166
+ value: Uint8Array;
167
+ }
168
+ /**
169
+ * MsgDeposit defines a SDK message for transferring coins from the sender's
170
+ * bank balance into the subaccount's exchange deposits
171
+ */
172
+ export interface MsgDepositAmino {
173
+ sender: string;
174
+ /**
175
+ * (Optional) bytes32 subaccount ID to deposit funds into. If empty, the coin
176
+ * will be deposited to the sender's default subaccount address.
177
+ */
178
+ subaccount_id: string;
179
+ amount: CoinAmino;
180
+ }
181
+ export interface MsgDepositAminoMsg {
182
+ type: "exchange/MsgDeposit";
183
+ value: MsgDepositAmino;
184
+ }
185
+ /** MsgDepositResponse defines the Msg/Deposit response type. */
186
+ export interface MsgDepositResponse {
187
+ }
188
+ export interface MsgDepositResponseProtoMsg {
189
+ typeUrl: "/injective.exchange.v1beta1.MsgDepositResponse";
190
+ value: Uint8Array;
191
+ }
192
+ /** MsgDepositResponse defines the Msg/Deposit response type. */
193
+ export interface MsgDepositResponseAmino {
194
+ }
195
+ export interface MsgDepositResponseAminoMsg {
196
+ type: "/injective.exchange.v1beta1.MsgDepositResponse";
197
+ value: MsgDepositResponseAmino;
198
+ }
199
+ /**
200
+ * MsgWithdraw defines a SDK message for withdrawing coins from a subaccount's
201
+ * deposits to the user's bank balance
202
+ */
203
+ export interface MsgWithdraw {
204
+ sender: string;
205
+ /** bytes32 subaccount ID to withdraw funds from */
206
+ subaccountId: string;
207
+ amount: Coin;
208
+ }
209
+ export interface MsgWithdrawProtoMsg {
210
+ typeUrl: "/injective.exchange.v1beta1.MsgWithdraw";
211
+ value: Uint8Array;
212
+ }
213
+ /**
214
+ * MsgWithdraw defines a SDK message for withdrawing coins from a subaccount's
215
+ * deposits to the user's bank balance
216
+ */
217
+ export interface MsgWithdrawAmino {
218
+ sender: string;
219
+ /** bytes32 subaccount ID to withdraw funds from */
220
+ subaccount_id: string;
221
+ amount: CoinAmino;
222
+ }
223
+ export interface MsgWithdrawAminoMsg {
224
+ type: "exchange/MsgWithdraw";
225
+ value: MsgWithdrawAmino;
226
+ }
227
+ /** MsgWithdraw defines the Msg/Withdraw response type. */
228
+ export interface MsgWithdrawResponse {
229
+ }
230
+ export interface MsgWithdrawResponseProtoMsg {
231
+ typeUrl: "/injective.exchange.v1beta1.MsgWithdrawResponse";
232
+ value: Uint8Array;
233
+ }
234
+ /** MsgWithdraw defines the Msg/Withdraw response type. */
235
+ export interface MsgWithdrawResponseAmino {
236
+ }
237
+ export interface MsgWithdrawResponseAminoMsg {
238
+ type: "/injective.exchange.v1beta1.MsgWithdrawResponse";
239
+ value: MsgWithdrawResponseAmino;
240
+ }
241
+ /**
242
+ * MsgCreateSpotLimitOrder defines a SDK message for creating a new spot limit
243
+ * order.
244
+ */
245
+ export interface MsgCreateSpotLimitOrder {
246
+ sender: string;
247
+ order: SpotOrder;
248
+ }
249
+ export interface MsgCreateSpotLimitOrderProtoMsg {
250
+ typeUrl: "/injective.exchange.v1beta1.MsgCreateSpotLimitOrder";
251
+ value: Uint8Array;
252
+ }
253
+ /**
254
+ * MsgCreateSpotLimitOrder defines a SDK message for creating a new spot limit
255
+ * order.
256
+ */
257
+ export interface MsgCreateSpotLimitOrderAmino {
258
+ sender: string;
259
+ order: SpotOrderAmino;
260
+ }
261
+ export interface MsgCreateSpotLimitOrderAminoMsg {
262
+ type: "exchange/MsgCreateSpotLimitOrder";
263
+ value: MsgCreateSpotLimitOrderAmino;
264
+ }
265
+ /**
266
+ * MsgCreateSpotLimitOrderResponse defines the Msg/CreateSpotOrder response
267
+ * type.
268
+ */
269
+ export interface MsgCreateSpotLimitOrderResponse {
270
+ orderHash: string;
271
+ cid: string;
272
+ }
273
+ export interface MsgCreateSpotLimitOrderResponseProtoMsg {
274
+ typeUrl: "/injective.exchange.v1beta1.MsgCreateSpotLimitOrderResponse";
275
+ value: Uint8Array;
276
+ }
277
+ /**
278
+ * MsgCreateSpotLimitOrderResponse defines the Msg/CreateSpotOrder response
279
+ * type.
280
+ */
281
+ export interface MsgCreateSpotLimitOrderResponseAmino {
282
+ order_hash: string;
283
+ cid: string;
284
+ }
285
+ export interface MsgCreateSpotLimitOrderResponseAminoMsg {
286
+ type: "/injective.exchange.v1beta1.MsgCreateSpotLimitOrderResponse";
287
+ value: MsgCreateSpotLimitOrderResponseAmino;
288
+ }
289
+ /**
290
+ * MsgBatchCreateSpotLimitOrders defines a SDK message for creating a new batch
291
+ * of spot limit orders.
292
+ */
293
+ export interface MsgBatchCreateSpotLimitOrders {
294
+ sender: string;
295
+ orders: SpotOrder[];
296
+ }
297
+ export interface MsgBatchCreateSpotLimitOrdersProtoMsg {
298
+ typeUrl: "/injective.exchange.v1beta1.MsgBatchCreateSpotLimitOrders";
299
+ value: Uint8Array;
300
+ }
301
+ /**
302
+ * MsgBatchCreateSpotLimitOrders defines a SDK message for creating a new batch
303
+ * of spot limit orders.
304
+ */
305
+ export interface MsgBatchCreateSpotLimitOrdersAmino {
306
+ sender: string;
307
+ orders: SpotOrderAmino[];
308
+ }
309
+ export interface MsgBatchCreateSpotLimitOrdersAminoMsg {
310
+ type: "exchange/MsgBatchCreateSpotLimitOrders";
311
+ value: MsgBatchCreateSpotLimitOrdersAmino;
312
+ }
313
+ /**
314
+ * MsgBatchCreateSpotLimitOrdersResponse defines the
315
+ * Msg/BatchCreateSpotLimitOrders response type.
316
+ */
317
+ export interface MsgBatchCreateSpotLimitOrdersResponse {
318
+ orderHashes: string[];
319
+ createdOrdersCids: string[];
320
+ failedOrdersCids: string[];
321
+ }
322
+ export interface MsgBatchCreateSpotLimitOrdersResponseProtoMsg {
323
+ typeUrl: "/injective.exchange.v1beta1.MsgBatchCreateSpotLimitOrdersResponse";
324
+ value: Uint8Array;
325
+ }
326
+ /**
327
+ * MsgBatchCreateSpotLimitOrdersResponse defines the
328
+ * Msg/BatchCreateSpotLimitOrders response type.
329
+ */
330
+ export interface MsgBatchCreateSpotLimitOrdersResponseAmino {
331
+ order_hashes: string[];
332
+ created_orders_cids: string[];
333
+ failed_orders_cids: string[];
334
+ }
335
+ export interface MsgBatchCreateSpotLimitOrdersResponseAminoMsg {
336
+ type: "/injective.exchange.v1beta1.MsgBatchCreateSpotLimitOrdersResponse";
337
+ value: MsgBatchCreateSpotLimitOrdersResponseAmino;
338
+ }
339
+ /**
340
+ * MsgInstantSpotMarketLaunch defines a SDK message for creating a new spot
341
+ * market by paying listing fee without governance
342
+ */
343
+ export interface MsgInstantSpotMarketLaunch {
344
+ sender: string;
345
+ /** Ticker for the spot market. */
346
+ ticker: string;
347
+ /** type of coin to use as the base currency */
348
+ baseDenom: string;
349
+ /** type of coin to use as the quote currency */
350
+ quoteDenom: string;
351
+ /** min_price_tick_size defines the minimum tick size of the order's price */
352
+ minPriceTickSize: string;
353
+ /**
354
+ * min_quantity_tick_size defines the minimum tick size of the order's
355
+ * quantity
356
+ */
357
+ minQuantityTickSize: string;
358
+ /**
359
+ * min_notional defines the minimum notional (in quote asset) required for
360
+ * orders in the market
361
+ */
362
+ minNotional: string;
363
+ }
364
+ export interface MsgInstantSpotMarketLaunchProtoMsg {
365
+ typeUrl: "/injective.exchange.v1beta1.MsgInstantSpotMarketLaunch";
366
+ value: Uint8Array;
367
+ }
368
+ /**
369
+ * MsgInstantSpotMarketLaunch defines a SDK message for creating a new spot
370
+ * market by paying listing fee without governance
371
+ */
372
+ export interface MsgInstantSpotMarketLaunchAmino {
373
+ sender: string;
374
+ /** Ticker for the spot market. */
375
+ ticker: string;
376
+ /** type of coin to use as the base currency */
377
+ base_denom: string;
378
+ /** type of coin to use as the quote currency */
379
+ quote_denom: string;
380
+ /** min_price_tick_size defines the minimum tick size of the order's price */
381
+ min_price_tick_size: string;
382
+ /**
383
+ * min_quantity_tick_size defines the minimum tick size of the order's
384
+ * quantity
385
+ */
386
+ min_quantity_tick_size: string;
387
+ /**
388
+ * min_notional defines the minimum notional (in quote asset) required for
389
+ * orders in the market
390
+ */
391
+ min_notional: string;
392
+ }
393
+ export interface MsgInstantSpotMarketLaunchAminoMsg {
394
+ type: "exchange/MsgInstantSpotMarketLaunch";
395
+ value: MsgInstantSpotMarketLaunchAmino;
396
+ }
397
+ /**
398
+ * MsgInstantSpotMarketLaunchResponse defines the Msg/InstantSpotMarketLaunch
399
+ * response type.
400
+ */
401
+ export interface MsgInstantSpotMarketLaunchResponse {
402
+ }
403
+ export interface MsgInstantSpotMarketLaunchResponseProtoMsg {
404
+ typeUrl: "/injective.exchange.v1beta1.MsgInstantSpotMarketLaunchResponse";
405
+ value: Uint8Array;
406
+ }
407
+ /**
408
+ * MsgInstantSpotMarketLaunchResponse defines the Msg/InstantSpotMarketLaunch
409
+ * response type.
410
+ */
411
+ export interface MsgInstantSpotMarketLaunchResponseAmino {
412
+ }
413
+ export interface MsgInstantSpotMarketLaunchResponseAminoMsg {
414
+ type: "/injective.exchange.v1beta1.MsgInstantSpotMarketLaunchResponse";
415
+ value: MsgInstantSpotMarketLaunchResponseAmino;
416
+ }
417
+ /**
418
+ * MsgInstantPerpetualMarketLaunch defines a SDK message for creating a new
419
+ * perpetual futures market by paying listing fee without governance
420
+ */
421
+ export interface MsgInstantPerpetualMarketLaunch {
422
+ sender: string;
423
+ /** Ticker for the derivative market. */
424
+ ticker: string;
425
+ /** type of coin to use as the base currency */
426
+ quoteDenom: string;
427
+ /** Oracle base currency */
428
+ oracleBase: string;
429
+ /** Oracle quote currency */
430
+ oracleQuote: string;
431
+ /** Scale factor for oracle prices. */
432
+ oracleScaleFactor: number;
433
+ /** Oracle type */
434
+ oracleType: OracleType;
435
+ /**
436
+ * maker_fee_rate defines the trade fee rate for makers on the perpetual
437
+ * market
438
+ */
439
+ makerFeeRate: string;
440
+ /**
441
+ * taker_fee_rate defines the trade fee rate for takers on the perpetual
442
+ * market
443
+ */
444
+ takerFeeRate: string;
445
+ /**
446
+ * initial_margin_ratio defines the initial margin ratio for the perpetual
447
+ * market
448
+ */
449
+ initialMarginRatio: string;
450
+ /**
451
+ * maintenance_margin_ratio defines the maintenance margin ratio for the
452
+ * perpetual market
453
+ */
454
+ maintenanceMarginRatio: string;
455
+ /**
456
+ * min_price_tick_size defines the minimum tick size of the order's price and
457
+ * margin
458
+ */
459
+ minPriceTickSize: string;
460
+ /**
461
+ * min_quantity_tick_size defines the minimum tick size of the order's
462
+ * quantity
463
+ */
464
+ minQuantityTickSize: string;
465
+ /**
466
+ * min_notional defines the minimum notional (in quote asset) required for
467
+ * orders in the market
468
+ */
469
+ minNotional: string;
470
+ }
471
+ export interface MsgInstantPerpetualMarketLaunchProtoMsg {
472
+ typeUrl: "/injective.exchange.v1beta1.MsgInstantPerpetualMarketLaunch";
473
+ value: Uint8Array;
474
+ }
475
+ /**
476
+ * MsgInstantPerpetualMarketLaunch defines a SDK message for creating a new
477
+ * perpetual futures market by paying listing fee without governance
478
+ */
479
+ export interface MsgInstantPerpetualMarketLaunchAmino {
480
+ sender: string;
481
+ /** Ticker for the derivative market. */
482
+ ticker: string;
483
+ /** type of coin to use as the base currency */
484
+ quote_denom: string;
485
+ /** Oracle base currency */
486
+ oracle_base: string;
487
+ /** Oracle quote currency */
488
+ oracle_quote: string;
489
+ /** Scale factor for oracle prices. */
490
+ oracle_scale_factor: number;
491
+ /** Oracle type */
492
+ oracle_type: OracleType;
493
+ /**
494
+ * maker_fee_rate defines the trade fee rate for makers on the perpetual
495
+ * market
496
+ */
497
+ maker_fee_rate: string;
498
+ /**
499
+ * taker_fee_rate defines the trade fee rate for takers on the perpetual
500
+ * market
501
+ */
502
+ taker_fee_rate: string;
503
+ /**
504
+ * initial_margin_ratio defines the initial margin ratio for the perpetual
505
+ * market
506
+ */
507
+ initial_margin_ratio: string;
508
+ /**
509
+ * maintenance_margin_ratio defines the maintenance margin ratio for the
510
+ * perpetual market
511
+ */
512
+ maintenance_margin_ratio: string;
513
+ /**
514
+ * min_price_tick_size defines the minimum tick size of the order's price and
515
+ * margin
516
+ */
517
+ min_price_tick_size: string;
518
+ /**
519
+ * min_quantity_tick_size defines the minimum tick size of the order's
520
+ * quantity
521
+ */
522
+ min_quantity_tick_size: string;
523
+ /**
524
+ * min_notional defines the minimum notional (in quote asset) required for
525
+ * orders in the market
526
+ */
527
+ min_notional: string;
528
+ }
529
+ export interface MsgInstantPerpetualMarketLaunchAminoMsg {
530
+ type: "exchange/MsgInstantPerpetualMarketLaunch";
531
+ value: MsgInstantPerpetualMarketLaunchAmino;
532
+ }
533
+ /**
534
+ * MsgInstantPerpetualMarketLaunchResponse defines the
535
+ * Msg/InstantPerpetualMarketLaunchResponse response type.
536
+ */
537
+ export interface MsgInstantPerpetualMarketLaunchResponse {
538
+ }
539
+ export interface MsgInstantPerpetualMarketLaunchResponseProtoMsg {
540
+ typeUrl: "/injective.exchange.v1beta1.MsgInstantPerpetualMarketLaunchResponse";
541
+ value: Uint8Array;
542
+ }
543
+ /**
544
+ * MsgInstantPerpetualMarketLaunchResponse defines the
545
+ * Msg/InstantPerpetualMarketLaunchResponse response type.
546
+ */
547
+ export interface MsgInstantPerpetualMarketLaunchResponseAmino {
548
+ }
549
+ export interface MsgInstantPerpetualMarketLaunchResponseAminoMsg {
550
+ type: "/injective.exchange.v1beta1.MsgInstantPerpetualMarketLaunchResponse";
551
+ value: MsgInstantPerpetualMarketLaunchResponseAmino;
552
+ }
553
+ /**
554
+ * MsgInstantBinaryOptionsMarketLaunch defines a SDK message for creating a new
555
+ * perpetual futures market by paying listing fee without governance
556
+ */
557
+ export interface MsgInstantBinaryOptionsMarketLaunch {
558
+ sender: string;
559
+ /** Ticker for the derivative contract. */
560
+ ticker: string;
561
+ /** Oracle symbol */
562
+ oracleSymbol: string;
563
+ /** Oracle Provider */
564
+ oracleProvider: string;
565
+ /** Oracle type */
566
+ oracleType: OracleType;
567
+ /** Scale factor for oracle prices. */
568
+ oracleScaleFactor: number;
569
+ /**
570
+ * maker_fee_rate defines the trade fee rate for makers on the perpetual
571
+ * market
572
+ */
573
+ makerFeeRate: string;
574
+ /**
575
+ * taker_fee_rate defines the trade fee rate for takers on the perpetual
576
+ * market
577
+ */
578
+ takerFeeRate: string;
579
+ /** expiration timestamp */
580
+ expirationTimestamp: bigint;
581
+ /** expiration timestamp */
582
+ settlementTimestamp: bigint;
583
+ /** admin of the market */
584
+ admin: string;
585
+ /** Address of the quote currency denomination for the binary options contract */
586
+ quoteDenom: string;
587
+ /**
588
+ * min_price_tick_size defines the minimum tick size that the price and margin
589
+ * required for orders in the market
590
+ */
591
+ minPriceTickSize: string;
592
+ /**
593
+ * min_quantity_tick_size defines the minimum tick size of the quantity
594
+ * required for orders in the market
595
+ */
596
+ minQuantityTickSize: string;
597
+ /**
598
+ * min_notional defines the minimum notional (in quote asset) required for
599
+ * orders in the market
600
+ */
601
+ minNotional: string;
602
+ }
603
+ export interface MsgInstantBinaryOptionsMarketLaunchProtoMsg {
604
+ typeUrl: "/injective.exchange.v1beta1.MsgInstantBinaryOptionsMarketLaunch";
605
+ value: Uint8Array;
606
+ }
607
+ /**
608
+ * MsgInstantBinaryOptionsMarketLaunch defines a SDK message for creating a new
609
+ * perpetual futures market by paying listing fee without governance
610
+ */
611
+ export interface MsgInstantBinaryOptionsMarketLaunchAmino {
612
+ sender: string;
613
+ /** Ticker for the derivative contract. */
614
+ ticker: string;
615
+ /** Oracle symbol */
616
+ oracle_symbol: string;
617
+ /** Oracle Provider */
618
+ oracle_provider: string;
619
+ /** Oracle type */
620
+ oracle_type: OracleType;
621
+ /** Scale factor for oracle prices. */
622
+ oracle_scale_factor: number;
623
+ /**
624
+ * maker_fee_rate defines the trade fee rate for makers on the perpetual
625
+ * market
626
+ */
627
+ maker_fee_rate: string;
628
+ /**
629
+ * taker_fee_rate defines the trade fee rate for takers on the perpetual
630
+ * market
631
+ */
632
+ taker_fee_rate: string;
633
+ /** expiration timestamp */
634
+ expiration_timestamp: string;
635
+ /** expiration timestamp */
636
+ settlement_timestamp: string;
637
+ /** admin of the market */
638
+ admin: string;
639
+ /** Address of the quote currency denomination for the binary options contract */
640
+ quote_denom: string;
641
+ /**
642
+ * min_price_tick_size defines the minimum tick size that the price and margin
643
+ * required for orders in the market
644
+ */
645
+ min_price_tick_size: string;
646
+ /**
647
+ * min_quantity_tick_size defines the minimum tick size of the quantity
648
+ * required for orders in the market
649
+ */
650
+ min_quantity_tick_size: string;
651
+ /**
652
+ * min_notional defines the minimum notional (in quote asset) required for
653
+ * orders in the market
654
+ */
655
+ min_notional: string;
656
+ }
657
+ export interface MsgInstantBinaryOptionsMarketLaunchAminoMsg {
658
+ type: "exchange/MsgInstantBinaryOptionsMarketLaunch";
659
+ value: MsgInstantBinaryOptionsMarketLaunchAmino;
660
+ }
661
+ /**
662
+ * MsgInstantBinaryOptionsMarketLaunchResponse defines the
663
+ * Msg/InstantBinaryOptionsMarketLaunchResponse response type.
664
+ */
665
+ export interface MsgInstantBinaryOptionsMarketLaunchResponse {
666
+ }
667
+ export interface MsgInstantBinaryOptionsMarketLaunchResponseProtoMsg {
668
+ typeUrl: "/injective.exchange.v1beta1.MsgInstantBinaryOptionsMarketLaunchResponse";
669
+ value: Uint8Array;
670
+ }
671
+ /**
672
+ * MsgInstantBinaryOptionsMarketLaunchResponse defines the
673
+ * Msg/InstantBinaryOptionsMarketLaunchResponse response type.
674
+ */
675
+ export interface MsgInstantBinaryOptionsMarketLaunchResponseAmino {
676
+ }
677
+ export interface MsgInstantBinaryOptionsMarketLaunchResponseAminoMsg {
678
+ type: "/injective.exchange.v1beta1.MsgInstantBinaryOptionsMarketLaunchResponse";
679
+ value: MsgInstantBinaryOptionsMarketLaunchResponseAmino;
680
+ }
681
+ /**
682
+ * MsgInstantExpiryFuturesMarketLaunch defines a SDK message for creating a new
683
+ * expiry futures market by paying listing fee without governance
684
+ */
685
+ export interface MsgInstantExpiryFuturesMarketLaunch {
686
+ sender: string;
687
+ /** Ticker for the derivative market. */
688
+ ticker: string;
689
+ /** type of coin to use as the quote currency */
690
+ quoteDenom: string;
691
+ /** Oracle base currency */
692
+ oracleBase: string;
693
+ /** Oracle quote currency */
694
+ oracleQuote: string;
695
+ /** Oracle type */
696
+ oracleType: OracleType;
697
+ /** Scale factor for oracle prices. */
698
+ oracleScaleFactor: number;
699
+ /** Expiration time of the market */
700
+ expiry: bigint;
701
+ /**
702
+ * maker_fee_rate defines the trade fee rate for makers on the expiry futures
703
+ * market
704
+ */
705
+ makerFeeRate: string;
706
+ /**
707
+ * taker_fee_rate defines the trade fee rate for takers on the expiry futures
708
+ * market
709
+ */
710
+ takerFeeRate: string;
711
+ /**
712
+ * initial_margin_ratio defines the initial margin ratio for the derivative
713
+ * market
714
+ */
715
+ initialMarginRatio: string;
716
+ /**
717
+ * maintenance_margin_ratio defines the maintenance margin ratio for the
718
+ * derivative market
719
+ */
720
+ maintenanceMarginRatio: string;
721
+ /**
722
+ * min_price_tick_size defines the minimum tick size of the order's price and
723
+ * margin
724
+ */
725
+ minPriceTickSize: string;
726
+ /**
727
+ * min_quantity_tick_size defines the minimum tick size of the order's
728
+ * quantity
729
+ */
730
+ minQuantityTickSize: string;
731
+ /**
732
+ * min_notional defines the minimum notional (in quote asset) required for
733
+ * orders in the market
734
+ */
735
+ minNotional: string;
736
+ }
737
+ export interface MsgInstantExpiryFuturesMarketLaunchProtoMsg {
738
+ typeUrl: "/injective.exchange.v1beta1.MsgInstantExpiryFuturesMarketLaunch";
739
+ value: Uint8Array;
740
+ }
741
+ /**
742
+ * MsgInstantExpiryFuturesMarketLaunch defines a SDK message for creating a new
743
+ * expiry futures market by paying listing fee without governance
744
+ */
745
+ export interface MsgInstantExpiryFuturesMarketLaunchAmino {
746
+ sender: string;
747
+ /** Ticker for the derivative market. */
748
+ ticker: string;
749
+ /** type of coin to use as the quote currency */
750
+ quote_denom: string;
751
+ /** Oracle base currency */
752
+ oracle_base: string;
753
+ /** Oracle quote currency */
754
+ oracle_quote: string;
755
+ /** Oracle type */
756
+ oracle_type: OracleType;
757
+ /** Scale factor for oracle prices. */
758
+ oracle_scale_factor: number;
759
+ /** Expiration time of the market */
760
+ expiry: string;
761
+ /**
762
+ * maker_fee_rate defines the trade fee rate for makers on the expiry futures
763
+ * market
764
+ */
765
+ maker_fee_rate: string;
766
+ /**
767
+ * taker_fee_rate defines the trade fee rate for takers on the expiry futures
768
+ * market
769
+ */
770
+ taker_fee_rate: string;
771
+ /**
772
+ * initial_margin_ratio defines the initial margin ratio for the derivative
773
+ * market
774
+ */
775
+ initial_margin_ratio: string;
776
+ /**
777
+ * maintenance_margin_ratio defines the maintenance margin ratio for the
778
+ * derivative market
779
+ */
780
+ maintenance_margin_ratio: string;
781
+ /**
782
+ * min_price_tick_size defines the minimum tick size of the order's price and
783
+ * margin
784
+ */
785
+ min_price_tick_size: string;
786
+ /**
787
+ * min_quantity_tick_size defines the minimum tick size of the order's
788
+ * quantity
789
+ */
790
+ min_quantity_tick_size: string;
791
+ /**
792
+ * min_notional defines the minimum notional (in quote asset) required for
793
+ * orders in the market
794
+ */
795
+ min_notional: string;
796
+ }
797
+ export interface MsgInstantExpiryFuturesMarketLaunchAminoMsg {
798
+ type: "exchange/MsgInstantExpiryFuturesMarketLaunch";
799
+ value: MsgInstantExpiryFuturesMarketLaunchAmino;
800
+ }
801
+ /**
802
+ * MsgInstantExpiryFuturesMarketLaunchResponse defines the
803
+ * Msg/InstantExpiryFuturesMarketLaunch response type.
804
+ */
805
+ export interface MsgInstantExpiryFuturesMarketLaunchResponse {
806
+ }
807
+ export interface MsgInstantExpiryFuturesMarketLaunchResponseProtoMsg {
808
+ typeUrl: "/injective.exchange.v1beta1.MsgInstantExpiryFuturesMarketLaunchResponse";
809
+ value: Uint8Array;
810
+ }
811
+ /**
812
+ * MsgInstantExpiryFuturesMarketLaunchResponse defines the
813
+ * Msg/InstantExpiryFuturesMarketLaunch response type.
814
+ */
815
+ export interface MsgInstantExpiryFuturesMarketLaunchResponseAmino {
816
+ }
817
+ export interface MsgInstantExpiryFuturesMarketLaunchResponseAminoMsg {
818
+ type: "/injective.exchange.v1beta1.MsgInstantExpiryFuturesMarketLaunchResponse";
819
+ value: MsgInstantExpiryFuturesMarketLaunchResponseAmino;
820
+ }
821
+ /**
822
+ * MsgCreateSpotMarketOrder defines a SDK message for creating a new spot market
823
+ * order.
824
+ */
825
+ export interface MsgCreateSpotMarketOrder {
826
+ sender: string;
827
+ order: SpotOrder;
828
+ }
829
+ export interface MsgCreateSpotMarketOrderProtoMsg {
830
+ typeUrl: "/injective.exchange.v1beta1.MsgCreateSpotMarketOrder";
831
+ value: Uint8Array;
832
+ }
833
+ /**
834
+ * MsgCreateSpotMarketOrder defines a SDK message for creating a new spot market
835
+ * order.
836
+ */
837
+ export interface MsgCreateSpotMarketOrderAmino {
838
+ sender: string;
839
+ order: SpotOrderAmino;
840
+ }
841
+ export interface MsgCreateSpotMarketOrderAminoMsg {
842
+ type: "exchange/MsgCreateSpotMarketOrder";
843
+ value: MsgCreateSpotMarketOrderAmino;
844
+ }
845
+ /**
846
+ * MsgCreateSpotMarketOrderResponse defines the Msg/CreateSpotMarketLimitOrder
847
+ * response type.
848
+ */
849
+ export interface MsgCreateSpotMarketOrderResponse {
850
+ orderHash: string;
851
+ results?: SpotMarketOrderResults;
852
+ cid: string;
853
+ }
854
+ export interface MsgCreateSpotMarketOrderResponseProtoMsg {
855
+ typeUrl: "/injective.exchange.v1beta1.MsgCreateSpotMarketOrderResponse";
856
+ value: Uint8Array;
857
+ }
858
+ /**
859
+ * MsgCreateSpotMarketOrderResponse defines the Msg/CreateSpotMarketLimitOrder
860
+ * response type.
861
+ */
862
+ export interface MsgCreateSpotMarketOrderResponseAmino {
863
+ order_hash: string;
864
+ results?: SpotMarketOrderResultsAmino;
865
+ cid: string;
866
+ }
867
+ export interface MsgCreateSpotMarketOrderResponseAminoMsg {
868
+ type: "/injective.exchange.v1beta1.MsgCreateSpotMarketOrderResponse";
869
+ value: MsgCreateSpotMarketOrderResponseAmino;
870
+ }
871
+ export interface SpotMarketOrderResults {
872
+ quantity: string;
873
+ price: string;
874
+ fee: string;
875
+ }
876
+ export interface SpotMarketOrderResultsProtoMsg {
877
+ typeUrl: "/injective.exchange.v1beta1.SpotMarketOrderResults";
878
+ value: Uint8Array;
879
+ }
880
+ export interface SpotMarketOrderResultsAmino {
881
+ quantity: string;
882
+ price: string;
883
+ fee: string;
884
+ }
885
+ export interface SpotMarketOrderResultsAminoMsg {
886
+ type: "/injective.exchange.v1beta1.SpotMarketOrderResults";
887
+ value: SpotMarketOrderResultsAmino;
888
+ }
889
+ /** A Cosmos-SDK MsgCreateDerivativeLimitOrder */
890
+ export interface MsgCreateDerivativeLimitOrder {
891
+ sender: string;
892
+ order: DerivativeOrder;
893
+ }
894
+ export interface MsgCreateDerivativeLimitOrderProtoMsg {
895
+ typeUrl: "/injective.exchange.v1beta1.MsgCreateDerivativeLimitOrder";
896
+ value: Uint8Array;
897
+ }
898
+ /** A Cosmos-SDK MsgCreateDerivativeLimitOrder */
899
+ export interface MsgCreateDerivativeLimitOrderAmino {
900
+ sender: string;
901
+ order: DerivativeOrderAmino;
902
+ }
903
+ export interface MsgCreateDerivativeLimitOrderAminoMsg {
904
+ type: "exchange/MsgCreateDerivativeLimitOrder";
905
+ value: MsgCreateDerivativeLimitOrderAmino;
906
+ }
907
+ /**
908
+ * MsgCreateDerivativeLimitOrderResponse defines the
909
+ * Msg/CreateDerivativeMarketOrder response type.
910
+ */
911
+ export interface MsgCreateDerivativeLimitOrderResponse {
912
+ orderHash: string;
913
+ cid: string;
914
+ }
915
+ export interface MsgCreateDerivativeLimitOrderResponseProtoMsg {
916
+ typeUrl: "/injective.exchange.v1beta1.MsgCreateDerivativeLimitOrderResponse";
917
+ value: Uint8Array;
918
+ }
919
+ /**
920
+ * MsgCreateDerivativeLimitOrderResponse defines the
921
+ * Msg/CreateDerivativeMarketOrder response type.
922
+ */
923
+ export interface MsgCreateDerivativeLimitOrderResponseAmino {
924
+ order_hash: string;
925
+ cid: string;
926
+ }
927
+ export interface MsgCreateDerivativeLimitOrderResponseAminoMsg {
928
+ type: "/injective.exchange.v1beta1.MsgCreateDerivativeLimitOrderResponse";
929
+ value: MsgCreateDerivativeLimitOrderResponseAmino;
930
+ }
931
+ /** A Cosmos-SDK MsgCreateBinaryOptionsLimitOrder */
932
+ export interface MsgCreateBinaryOptionsLimitOrder {
933
+ sender: string;
934
+ order: DerivativeOrder;
935
+ }
936
+ export interface MsgCreateBinaryOptionsLimitOrderProtoMsg {
937
+ typeUrl: "/injective.exchange.v1beta1.MsgCreateBinaryOptionsLimitOrder";
938
+ value: Uint8Array;
939
+ }
940
+ /** A Cosmos-SDK MsgCreateBinaryOptionsLimitOrder */
941
+ export interface MsgCreateBinaryOptionsLimitOrderAmino {
942
+ sender: string;
943
+ order: DerivativeOrderAmino;
944
+ }
945
+ export interface MsgCreateBinaryOptionsLimitOrderAminoMsg {
946
+ type: "exchange/MsgCreateBinaryOptionsLimitOrder";
947
+ value: MsgCreateBinaryOptionsLimitOrderAmino;
948
+ }
949
+ /**
950
+ * MsgCreateBinaryOptionsLimitOrderResponse defines the
951
+ * Msg/CreateBinaryOptionsLimitOrder response type.
952
+ */
953
+ export interface MsgCreateBinaryOptionsLimitOrderResponse {
954
+ orderHash: string;
955
+ cid: string;
956
+ }
957
+ export interface MsgCreateBinaryOptionsLimitOrderResponseProtoMsg {
958
+ typeUrl: "/injective.exchange.v1beta1.MsgCreateBinaryOptionsLimitOrderResponse";
959
+ value: Uint8Array;
960
+ }
961
+ /**
962
+ * MsgCreateBinaryOptionsLimitOrderResponse defines the
963
+ * Msg/CreateBinaryOptionsLimitOrder response type.
964
+ */
965
+ export interface MsgCreateBinaryOptionsLimitOrderResponseAmino {
966
+ order_hash: string;
967
+ cid: string;
968
+ }
969
+ export interface MsgCreateBinaryOptionsLimitOrderResponseAminoMsg {
970
+ type: "/injective.exchange.v1beta1.MsgCreateBinaryOptionsLimitOrderResponse";
971
+ value: MsgCreateBinaryOptionsLimitOrderResponseAmino;
972
+ }
973
+ /** A Cosmos-SDK MsgBatchCreateDerivativeLimitOrders */
974
+ export interface MsgBatchCreateDerivativeLimitOrders {
975
+ sender: string;
976
+ orders: DerivativeOrder[];
977
+ }
978
+ export interface MsgBatchCreateDerivativeLimitOrdersProtoMsg {
979
+ typeUrl: "/injective.exchange.v1beta1.MsgBatchCreateDerivativeLimitOrders";
980
+ value: Uint8Array;
981
+ }
982
+ /** A Cosmos-SDK MsgBatchCreateDerivativeLimitOrders */
983
+ export interface MsgBatchCreateDerivativeLimitOrdersAmino {
984
+ sender: string;
985
+ orders: DerivativeOrderAmino[];
986
+ }
987
+ export interface MsgBatchCreateDerivativeLimitOrdersAminoMsg {
988
+ type: "exchange/MsgBatchCreateDerivativeLimitOrders";
989
+ value: MsgBatchCreateDerivativeLimitOrdersAmino;
990
+ }
991
+ /**
992
+ * MsgBatchCreateDerivativeLimitOrdersResponse defines the
993
+ * Msg/BatchCreateDerivativeLimitOrders response type.
994
+ */
995
+ export interface MsgBatchCreateDerivativeLimitOrdersResponse {
996
+ orderHashes: string[];
997
+ createdOrdersCids: string[];
998
+ failedOrdersCids: string[];
999
+ }
1000
+ export interface MsgBatchCreateDerivativeLimitOrdersResponseProtoMsg {
1001
+ typeUrl: "/injective.exchange.v1beta1.MsgBatchCreateDerivativeLimitOrdersResponse";
1002
+ value: Uint8Array;
1003
+ }
1004
+ /**
1005
+ * MsgBatchCreateDerivativeLimitOrdersResponse defines the
1006
+ * Msg/BatchCreateDerivativeLimitOrders response type.
1007
+ */
1008
+ export interface MsgBatchCreateDerivativeLimitOrdersResponseAmino {
1009
+ order_hashes: string[];
1010
+ created_orders_cids: string[];
1011
+ failed_orders_cids: string[];
1012
+ }
1013
+ export interface MsgBatchCreateDerivativeLimitOrdersResponseAminoMsg {
1014
+ type: "/injective.exchange.v1beta1.MsgBatchCreateDerivativeLimitOrdersResponse";
1015
+ value: MsgBatchCreateDerivativeLimitOrdersResponseAmino;
1016
+ }
1017
+ /** MsgCancelSpotOrder defines the Msg/CancelSpotOrder response type. */
1018
+ export interface MsgCancelSpotOrder {
1019
+ sender: string;
1020
+ marketId: string;
1021
+ subaccountId: string;
1022
+ orderHash: string;
1023
+ cid: string;
1024
+ }
1025
+ export interface MsgCancelSpotOrderProtoMsg {
1026
+ typeUrl: "/injective.exchange.v1beta1.MsgCancelSpotOrder";
1027
+ value: Uint8Array;
1028
+ }
1029
+ /** MsgCancelSpotOrder defines the Msg/CancelSpotOrder response type. */
1030
+ export interface MsgCancelSpotOrderAmino {
1031
+ sender: string;
1032
+ market_id: string;
1033
+ subaccount_id: string;
1034
+ order_hash: string;
1035
+ cid: string;
1036
+ }
1037
+ export interface MsgCancelSpotOrderAminoMsg {
1038
+ type: "exchange/MsgCancelSpotOrder";
1039
+ value: MsgCancelSpotOrderAmino;
1040
+ }
1041
+ /** MsgCancelSpotOrderResponse defines the Msg/CancelSpotOrder response type. */
1042
+ export interface MsgCancelSpotOrderResponse {
1043
+ }
1044
+ export interface MsgCancelSpotOrderResponseProtoMsg {
1045
+ typeUrl: "/injective.exchange.v1beta1.MsgCancelSpotOrderResponse";
1046
+ value: Uint8Array;
1047
+ }
1048
+ /** MsgCancelSpotOrderResponse defines the Msg/CancelSpotOrder response type. */
1049
+ export interface MsgCancelSpotOrderResponseAmino {
1050
+ }
1051
+ export interface MsgCancelSpotOrderResponseAminoMsg {
1052
+ type: "/injective.exchange.v1beta1.MsgCancelSpotOrderResponse";
1053
+ value: MsgCancelSpotOrderResponseAmino;
1054
+ }
1055
+ /** MsgBatchCancelSpotOrders defines the Msg/BatchCancelSpotOrders response type. */
1056
+ export interface MsgBatchCancelSpotOrders {
1057
+ sender: string;
1058
+ data: OrderData[];
1059
+ }
1060
+ export interface MsgBatchCancelSpotOrdersProtoMsg {
1061
+ typeUrl: "/injective.exchange.v1beta1.MsgBatchCancelSpotOrders";
1062
+ value: Uint8Array;
1063
+ }
1064
+ /** MsgBatchCancelSpotOrders defines the Msg/BatchCancelSpotOrders response type. */
1065
+ export interface MsgBatchCancelSpotOrdersAmino {
1066
+ sender: string;
1067
+ data: OrderDataAmino[];
1068
+ }
1069
+ export interface MsgBatchCancelSpotOrdersAminoMsg {
1070
+ type: "exchange/MsgBatchCancelSpotOrders";
1071
+ value: MsgBatchCancelSpotOrdersAmino;
1072
+ }
1073
+ /**
1074
+ * MsgBatchCancelSpotOrdersResponse defines the Msg/BatchCancelSpotOrders
1075
+ * response type.
1076
+ */
1077
+ export interface MsgBatchCancelSpotOrdersResponse {
1078
+ success: boolean[];
1079
+ }
1080
+ export interface MsgBatchCancelSpotOrdersResponseProtoMsg {
1081
+ typeUrl: "/injective.exchange.v1beta1.MsgBatchCancelSpotOrdersResponse";
1082
+ value: Uint8Array;
1083
+ }
1084
+ /**
1085
+ * MsgBatchCancelSpotOrdersResponse defines the Msg/BatchCancelSpotOrders
1086
+ * response type.
1087
+ */
1088
+ export interface MsgBatchCancelSpotOrdersResponseAmino {
1089
+ success: boolean[];
1090
+ }
1091
+ export interface MsgBatchCancelSpotOrdersResponseAminoMsg {
1092
+ type: "/injective.exchange.v1beta1.MsgBatchCancelSpotOrdersResponse";
1093
+ value: MsgBatchCancelSpotOrdersResponseAmino;
1094
+ }
1095
+ /**
1096
+ * MsgBatchCancelBinaryOptionsOrders defines the
1097
+ * Msg/BatchCancelBinaryOptionsOrders response type.
1098
+ */
1099
+ export interface MsgBatchCancelBinaryOptionsOrders {
1100
+ sender: string;
1101
+ data: OrderData[];
1102
+ }
1103
+ export interface MsgBatchCancelBinaryOptionsOrdersProtoMsg {
1104
+ typeUrl: "/injective.exchange.v1beta1.MsgBatchCancelBinaryOptionsOrders";
1105
+ value: Uint8Array;
1106
+ }
1107
+ /**
1108
+ * MsgBatchCancelBinaryOptionsOrders defines the
1109
+ * Msg/BatchCancelBinaryOptionsOrders response type.
1110
+ */
1111
+ export interface MsgBatchCancelBinaryOptionsOrdersAmino {
1112
+ sender: string;
1113
+ data: OrderDataAmino[];
1114
+ }
1115
+ export interface MsgBatchCancelBinaryOptionsOrdersAminoMsg {
1116
+ type: "exchange/MsgBatchCancelBinaryOptionsOrders";
1117
+ value: MsgBatchCancelBinaryOptionsOrdersAmino;
1118
+ }
1119
+ /**
1120
+ * BatchCancelBinaryOptionsOrdersResponse defines the
1121
+ * Msg/BatchCancelBinaryOptionsOrders response type.
1122
+ */
1123
+ export interface MsgBatchCancelBinaryOptionsOrdersResponse {
1124
+ success: boolean[];
1125
+ }
1126
+ export interface MsgBatchCancelBinaryOptionsOrdersResponseProtoMsg {
1127
+ typeUrl: "/injective.exchange.v1beta1.MsgBatchCancelBinaryOptionsOrdersResponse";
1128
+ value: Uint8Array;
1129
+ }
1130
+ /**
1131
+ * BatchCancelBinaryOptionsOrdersResponse defines the
1132
+ * Msg/BatchCancelBinaryOptionsOrders response type.
1133
+ */
1134
+ export interface MsgBatchCancelBinaryOptionsOrdersResponseAmino {
1135
+ success: boolean[];
1136
+ }
1137
+ export interface MsgBatchCancelBinaryOptionsOrdersResponseAminoMsg {
1138
+ type: "/injective.exchange.v1beta1.MsgBatchCancelBinaryOptionsOrdersResponse";
1139
+ value: MsgBatchCancelBinaryOptionsOrdersResponseAmino;
1140
+ }
1141
+ /** MsgBatchUpdateOrders defines the Msg/BatchUpdateOrders response type. */
1142
+ export interface MsgBatchUpdateOrders {
1143
+ sender: string;
1144
+ /**
1145
+ * subaccount_id only used for the spot_market_ids_to_cancel_all and
1146
+ * derivative_market_ids_to_cancel_all.
1147
+ */
1148
+ subaccountId: string;
1149
+ spotMarketIdsToCancelAll: string[];
1150
+ derivativeMarketIdsToCancelAll: string[];
1151
+ spotOrdersToCancel?: OrderData[];
1152
+ derivativeOrdersToCancel?: OrderData[];
1153
+ spotOrdersToCreate?: SpotOrder[];
1154
+ derivativeOrdersToCreate?: DerivativeOrder[];
1155
+ binaryOptionsOrdersToCancel?: OrderData[];
1156
+ binaryOptionsMarketIdsToCancelAll: string[];
1157
+ binaryOptionsOrdersToCreate?: DerivativeOrder[];
1158
+ }
1159
+ export interface MsgBatchUpdateOrdersProtoMsg {
1160
+ typeUrl: "/injective.exchange.v1beta1.MsgBatchUpdateOrders";
1161
+ value: Uint8Array;
1162
+ }
1163
+ /** MsgBatchUpdateOrders defines the Msg/BatchUpdateOrders response type. */
1164
+ export interface MsgBatchUpdateOrdersAmino {
1165
+ sender: string;
1166
+ /**
1167
+ * subaccount_id only used for the spot_market_ids_to_cancel_all and
1168
+ * derivative_market_ids_to_cancel_all.
1169
+ */
1170
+ subaccount_id: string;
1171
+ spot_market_ids_to_cancel_all: string[];
1172
+ derivative_market_ids_to_cancel_all: string[];
1173
+ spot_orders_to_cancel?: OrderDataAmino[];
1174
+ derivative_orders_to_cancel?: OrderDataAmino[];
1175
+ spot_orders_to_create?: SpotOrderAmino[];
1176
+ derivative_orders_to_create?: DerivativeOrderAmino[];
1177
+ binary_options_orders_to_cancel?: OrderDataAmino[];
1178
+ binary_options_market_ids_to_cancel_all: string[];
1179
+ binary_options_orders_to_create?: DerivativeOrderAmino[];
1180
+ }
1181
+ export interface MsgBatchUpdateOrdersAminoMsg {
1182
+ type: "exchange/MsgBatchUpdateOrders";
1183
+ value: MsgBatchUpdateOrdersAmino;
1184
+ }
1185
+ /** MsgBatchUpdateOrdersResponse defines the Msg/BatchUpdateOrders response type. */
1186
+ export interface MsgBatchUpdateOrdersResponse {
1187
+ spotCancelSuccess: boolean[];
1188
+ derivativeCancelSuccess: boolean[];
1189
+ spotOrderHashes: string[];
1190
+ derivativeOrderHashes: string[];
1191
+ binaryOptionsCancelSuccess: boolean[];
1192
+ binaryOptionsOrderHashes: string[];
1193
+ createdSpotOrdersCids: string[];
1194
+ failedSpotOrdersCids: string[];
1195
+ createdDerivativeOrdersCids: string[];
1196
+ failedDerivativeOrdersCids: string[];
1197
+ createdBinaryOptionsOrdersCids: string[];
1198
+ failedBinaryOptionsOrdersCids: string[];
1199
+ }
1200
+ export interface MsgBatchUpdateOrdersResponseProtoMsg {
1201
+ typeUrl: "/injective.exchange.v1beta1.MsgBatchUpdateOrdersResponse";
1202
+ value: Uint8Array;
1203
+ }
1204
+ /** MsgBatchUpdateOrdersResponse defines the Msg/BatchUpdateOrders response type. */
1205
+ export interface MsgBatchUpdateOrdersResponseAmino {
1206
+ spot_cancel_success: boolean[];
1207
+ derivative_cancel_success: boolean[];
1208
+ spot_order_hashes: string[];
1209
+ derivative_order_hashes: string[];
1210
+ binary_options_cancel_success: boolean[];
1211
+ binary_options_order_hashes: string[];
1212
+ created_spot_orders_cids: string[];
1213
+ failed_spot_orders_cids: string[];
1214
+ created_derivative_orders_cids: string[];
1215
+ failed_derivative_orders_cids: string[];
1216
+ created_binary_options_orders_cids: string[];
1217
+ failed_binary_options_orders_cids: string[];
1218
+ }
1219
+ export interface MsgBatchUpdateOrdersResponseAminoMsg {
1220
+ type: "/injective.exchange.v1beta1.MsgBatchUpdateOrdersResponse";
1221
+ value: MsgBatchUpdateOrdersResponseAmino;
1222
+ }
1223
+ /** A Cosmos-SDK MsgCreateDerivativeMarketOrder */
1224
+ export interface MsgCreateDerivativeMarketOrder {
1225
+ sender: string;
1226
+ order: DerivativeOrder;
1227
+ }
1228
+ export interface MsgCreateDerivativeMarketOrderProtoMsg {
1229
+ typeUrl: "/injective.exchange.v1beta1.MsgCreateDerivativeMarketOrder";
1230
+ value: Uint8Array;
1231
+ }
1232
+ /** A Cosmos-SDK MsgCreateDerivativeMarketOrder */
1233
+ export interface MsgCreateDerivativeMarketOrderAmino {
1234
+ sender: string;
1235
+ order: DerivativeOrderAmino;
1236
+ }
1237
+ export interface MsgCreateDerivativeMarketOrderAminoMsg {
1238
+ type: "exchange/MsgCreateDerivativeMarketOrder";
1239
+ value: MsgCreateDerivativeMarketOrderAmino;
1240
+ }
1241
+ /**
1242
+ * MsgCreateDerivativeMarketOrderResponse defines the
1243
+ * Msg/CreateDerivativeMarketOrder response type.
1244
+ */
1245
+ export interface MsgCreateDerivativeMarketOrderResponse {
1246
+ orderHash: string;
1247
+ results?: DerivativeMarketOrderResults;
1248
+ cid: string;
1249
+ }
1250
+ export interface MsgCreateDerivativeMarketOrderResponseProtoMsg {
1251
+ typeUrl: "/injective.exchange.v1beta1.MsgCreateDerivativeMarketOrderResponse";
1252
+ value: Uint8Array;
1253
+ }
1254
+ /**
1255
+ * MsgCreateDerivativeMarketOrderResponse defines the
1256
+ * Msg/CreateDerivativeMarketOrder response type.
1257
+ */
1258
+ export interface MsgCreateDerivativeMarketOrderResponseAmino {
1259
+ order_hash: string;
1260
+ results?: DerivativeMarketOrderResultsAmino;
1261
+ cid: string;
1262
+ }
1263
+ export interface MsgCreateDerivativeMarketOrderResponseAminoMsg {
1264
+ type: "/injective.exchange.v1beta1.MsgCreateDerivativeMarketOrderResponse";
1265
+ value: MsgCreateDerivativeMarketOrderResponseAmino;
1266
+ }
1267
+ export interface DerivativeMarketOrderResults {
1268
+ quantity: string;
1269
+ price: string;
1270
+ fee: string;
1271
+ positionDelta: PositionDelta;
1272
+ payout: string;
1273
+ }
1274
+ export interface DerivativeMarketOrderResultsProtoMsg {
1275
+ typeUrl: "/injective.exchange.v1beta1.DerivativeMarketOrderResults";
1276
+ value: Uint8Array;
1277
+ }
1278
+ export interface DerivativeMarketOrderResultsAmino {
1279
+ quantity: string;
1280
+ price: string;
1281
+ fee: string;
1282
+ position_delta: PositionDeltaAmino;
1283
+ payout: string;
1284
+ }
1285
+ export interface DerivativeMarketOrderResultsAminoMsg {
1286
+ type: "/injective.exchange.v1beta1.DerivativeMarketOrderResults";
1287
+ value: DerivativeMarketOrderResultsAmino;
1288
+ }
1289
+ /** A Cosmos-SDK MsgCreateBinaryOptionsMarketOrder */
1290
+ export interface MsgCreateBinaryOptionsMarketOrder {
1291
+ sender: string;
1292
+ order: DerivativeOrder;
1293
+ }
1294
+ export interface MsgCreateBinaryOptionsMarketOrderProtoMsg {
1295
+ typeUrl: "/injective.exchange.v1beta1.MsgCreateBinaryOptionsMarketOrder";
1296
+ value: Uint8Array;
1297
+ }
1298
+ /** A Cosmos-SDK MsgCreateBinaryOptionsMarketOrder */
1299
+ export interface MsgCreateBinaryOptionsMarketOrderAmino {
1300
+ sender: string;
1301
+ order: DerivativeOrderAmino;
1302
+ }
1303
+ export interface MsgCreateBinaryOptionsMarketOrderAminoMsg {
1304
+ type: "exchange/MsgCreateBinaryOptionsMarketOrder";
1305
+ value: MsgCreateBinaryOptionsMarketOrderAmino;
1306
+ }
1307
+ /**
1308
+ * MsgCreateBinaryOptionsMarketOrderResponse defines the
1309
+ * Msg/CreateBinaryOptionsMarketOrder response type.
1310
+ */
1311
+ export interface MsgCreateBinaryOptionsMarketOrderResponse {
1312
+ orderHash: string;
1313
+ results?: DerivativeMarketOrderResults;
1314
+ cid: string;
1315
+ }
1316
+ export interface MsgCreateBinaryOptionsMarketOrderResponseProtoMsg {
1317
+ typeUrl: "/injective.exchange.v1beta1.MsgCreateBinaryOptionsMarketOrderResponse";
1318
+ value: Uint8Array;
1319
+ }
1320
+ /**
1321
+ * MsgCreateBinaryOptionsMarketOrderResponse defines the
1322
+ * Msg/CreateBinaryOptionsMarketOrder response type.
1323
+ */
1324
+ export interface MsgCreateBinaryOptionsMarketOrderResponseAmino {
1325
+ order_hash: string;
1326
+ results?: DerivativeMarketOrderResultsAmino;
1327
+ cid: string;
1328
+ }
1329
+ export interface MsgCreateBinaryOptionsMarketOrderResponseAminoMsg {
1330
+ type: "/injective.exchange.v1beta1.MsgCreateBinaryOptionsMarketOrderResponse";
1331
+ value: MsgCreateBinaryOptionsMarketOrderResponseAmino;
1332
+ }
1333
+ /** MsgCancelDerivativeOrder defines the Msg/CancelDerivativeOrder response type. */
1334
+ export interface MsgCancelDerivativeOrder {
1335
+ sender: string;
1336
+ marketId: string;
1337
+ subaccountId: string;
1338
+ orderHash: string;
1339
+ /** bitwise combination of OrderMask enum values */
1340
+ orderMask: number;
1341
+ cid: string;
1342
+ }
1343
+ export interface MsgCancelDerivativeOrderProtoMsg {
1344
+ typeUrl: "/injective.exchange.v1beta1.MsgCancelDerivativeOrder";
1345
+ value: Uint8Array;
1346
+ }
1347
+ /** MsgCancelDerivativeOrder defines the Msg/CancelDerivativeOrder response type. */
1348
+ export interface MsgCancelDerivativeOrderAmino {
1349
+ sender: string;
1350
+ market_id: string;
1351
+ subaccount_id: string;
1352
+ order_hash: string;
1353
+ /** bitwise combination of OrderMask enum values */
1354
+ order_mask: number;
1355
+ cid: string;
1356
+ }
1357
+ export interface MsgCancelDerivativeOrderAminoMsg {
1358
+ type: "exchange/MsgCancelDerivativeOrder";
1359
+ value: MsgCancelDerivativeOrderAmino;
1360
+ }
1361
+ /**
1362
+ * MsgCancelDerivativeOrderResponse defines the
1363
+ * Msg/CancelDerivativeOrderResponse response type.
1364
+ */
1365
+ export interface MsgCancelDerivativeOrderResponse {
1366
+ }
1367
+ export interface MsgCancelDerivativeOrderResponseProtoMsg {
1368
+ typeUrl: "/injective.exchange.v1beta1.MsgCancelDerivativeOrderResponse";
1369
+ value: Uint8Array;
1370
+ }
1371
+ /**
1372
+ * MsgCancelDerivativeOrderResponse defines the
1373
+ * Msg/CancelDerivativeOrderResponse response type.
1374
+ */
1375
+ export interface MsgCancelDerivativeOrderResponseAmino {
1376
+ }
1377
+ export interface MsgCancelDerivativeOrderResponseAminoMsg {
1378
+ type: "/injective.exchange.v1beta1.MsgCancelDerivativeOrderResponse";
1379
+ value: MsgCancelDerivativeOrderResponseAmino;
1380
+ }
1381
+ /**
1382
+ * MsgCancelBinaryOptionsOrder defines the Msg/CancelBinaryOptionsOrder response
1383
+ * type.
1384
+ */
1385
+ export interface MsgCancelBinaryOptionsOrder {
1386
+ sender: string;
1387
+ marketId: string;
1388
+ subaccountId: string;
1389
+ orderHash: string;
1390
+ /** bitwise combination of OrderMask enum values */
1391
+ orderMask: number;
1392
+ cid: string;
1393
+ }
1394
+ export interface MsgCancelBinaryOptionsOrderProtoMsg {
1395
+ typeUrl: "/injective.exchange.v1beta1.MsgCancelBinaryOptionsOrder";
1396
+ value: Uint8Array;
1397
+ }
1398
+ /**
1399
+ * MsgCancelBinaryOptionsOrder defines the Msg/CancelBinaryOptionsOrder response
1400
+ * type.
1401
+ */
1402
+ export interface MsgCancelBinaryOptionsOrderAmino {
1403
+ sender: string;
1404
+ market_id: string;
1405
+ subaccount_id: string;
1406
+ order_hash: string;
1407
+ /** bitwise combination of OrderMask enum values */
1408
+ order_mask: number;
1409
+ cid: string;
1410
+ }
1411
+ export interface MsgCancelBinaryOptionsOrderAminoMsg {
1412
+ type: "exchange/MsgCancelBinaryOptionsOrder";
1413
+ value: MsgCancelBinaryOptionsOrderAmino;
1414
+ }
1415
+ /**
1416
+ * MsgCancelBinaryOptionsOrderResponse defines the
1417
+ * Msg/CancelBinaryOptionsOrderResponse response type.
1418
+ */
1419
+ export interface MsgCancelBinaryOptionsOrderResponse {
1420
+ }
1421
+ export interface MsgCancelBinaryOptionsOrderResponseProtoMsg {
1422
+ typeUrl: "/injective.exchange.v1beta1.MsgCancelBinaryOptionsOrderResponse";
1423
+ value: Uint8Array;
1424
+ }
1425
+ /**
1426
+ * MsgCancelBinaryOptionsOrderResponse defines the
1427
+ * Msg/CancelBinaryOptionsOrderResponse response type.
1428
+ */
1429
+ export interface MsgCancelBinaryOptionsOrderResponseAmino {
1430
+ }
1431
+ export interface MsgCancelBinaryOptionsOrderResponseAminoMsg {
1432
+ type: "/injective.exchange.v1beta1.MsgCancelBinaryOptionsOrderResponse";
1433
+ value: MsgCancelBinaryOptionsOrderResponseAmino;
1434
+ }
1435
+ export interface OrderData {
1436
+ marketId: string;
1437
+ subaccountId: string;
1438
+ orderHash: string;
1439
+ /** bitwise combination of OrderMask enum values */
1440
+ orderMask: number;
1441
+ cid: string;
1442
+ }
1443
+ export interface OrderDataProtoMsg {
1444
+ typeUrl: "/injective.exchange.v1beta1.OrderData";
1445
+ value: Uint8Array;
1446
+ }
1447
+ export interface OrderDataAmino {
1448
+ market_id: string;
1449
+ subaccount_id: string;
1450
+ order_hash: string;
1451
+ /** bitwise combination of OrderMask enum values */
1452
+ order_mask: number;
1453
+ cid: string;
1454
+ }
1455
+ export interface OrderDataAminoMsg {
1456
+ type: "/injective.exchange.v1beta1.OrderData";
1457
+ value: OrderDataAmino;
1458
+ }
1459
+ /**
1460
+ * MsgBatchCancelDerivativeOrders defines the Msg/CancelDerivativeOrders
1461
+ * response type.
1462
+ */
1463
+ export interface MsgBatchCancelDerivativeOrders {
1464
+ sender: string;
1465
+ data: OrderData[];
1466
+ }
1467
+ export interface MsgBatchCancelDerivativeOrdersProtoMsg {
1468
+ typeUrl: "/injective.exchange.v1beta1.MsgBatchCancelDerivativeOrders";
1469
+ value: Uint8Array;
1470
+ }
1471
+ /**
1472
+ * MsgBatchCancelDerivativeOrders defines the Msg/CancelDerivativeOrders
1473
+ * response type.
1474
+ */
1475
+ export interface MsgBatchCancelDerivativeOrdersAmino {
1476
+ sender: string;
1477
+ data: OrderDataAmino[];
1478
+ }
1479
+ export interface MsgBatchCancelDerivativeOrdersAminoMsg {
1480
+ type: "exchange/MsgBatchCancelDerivativeOrders";
1481
+ value: MsgBatchCancelDerivativeOrdersAmino;
1482
+ }
1483
+ /**
1484
+ * MsgBatchCancelDerivativeOrdersResponse defines the
1485
+ * Msg/CancelDerivativeOrderResponse response type.
1486
+ */
1487
+ export interface MsgBatchCancelDerivativeOrdersResponse {
1488
+ success: boolean[];
1489
+ }
1490
+ export interface MsgBatchCancelDerivativeOrdersResponseProtoMsg {
1491
+ typeUrl: "/injective.exchange.v1beta1.MsgBatchCancelDerivativeOrdersResponse";
1492
+ value: Uint8Array;
1493
+ }
1494
+ /**
1495
+ * MsgBatchCancelDerivativeOrdersResponse defines the
1496
+ * Msg/CancelDerivativeOrderResponse response type.
1497
+ */
1498
+ export interface MsgBatchCancelDerivativeOrdersResponseAmino {
1499
+ success: boolean[];
1500
+ }
1501
+ export interface MsgBatchCancelDerivativeOrdersResponseAminoMsg {
1502
+ type: "/injective.exchange.v1beta1.MsgBatchCancelDerivativeOrdersResponse";
1503
+ value: MsgBatchCancelDerivativeOrdersResponseAmino;
1504
+ }
1505
+ /** A Cosmos-SDK MsgSubaccountTransfer */
1506
+ export interface MsgSubaccountTransfer {
1507
+ sender: string;
1508
+ sourceSubaccountId: string;
1509
+ destinationSubaccountId: string;
1510
+ amount: Coin;
1511
+ }
1512
+ export interface MsgSubaccountTransferProtoMsg {
1513
+ typeUrl: "/injective.exchange.v1beta1.MsgSubaccountTransfer";
1514
+ value: Uint8Array;
1515
+ }
1516
+ /** A Cosmos-SDK MsgSubaccountTransfer */
1517
+ export interface MsgSubaccountTransferAmino {
1518
+ sender: string;
1519
+ source_subaccount_id: string;
1520
+ destination_subaccount_id: string;
1521
+ amount: CoinAmino;
1522
+ }
1523
+ export interface MsgSubaccountTransferAminoMsg {
1524
+ type: "exchange/MsgSubaccountTransfer";
1525
+ value: MsgSubaccountTransferAmino;
1526
+ }
1527
+ /**
1528
+ * MsgSubaccountTransferResponse defines the Msg/SubaccountTransfer response
1529
+ * type.
1530
+ */
1531
+ export interface MsgSubaccountTransferResponse {
1532
+ }
1533
+ export interface MsgSubaccountTransferResponseProtoMsg {
1534
+ typeUrl: "/injective.exchange.v1beta1.MsgSubaccountTransferResponse";
1535
+ value: Uint8Array;
1536
+ }
1537
+ /**
1538
+ * MsgSubaccountTransferResponse defines the Msg/SubaccountTransfer response
1539
+ * type.
1540
+ */
1541
+ export interface MsgSubaccountTransferResponseAmino {
1542
+ }
1543
+ export interface MsgSubaccountTransferResponseAminoMsg {
1544
+ type: "/injective.exchange.v1beta1.MsgSubaccountTransferResponse";
1545
+ value: MsgSubaccountTransferResponseAmino;
1546
+ }
1547
+ /** A Cosmos-SDK MsgExternalTransfer */
1548
+ export interface MsgExternalTransfer {
1549
+ sender: string;
1550
+ sourceSubaccountId: string;
1551
+ destinationSubaccountId: string;
1552
+ amount: Coin;
1553
+ }
1554
+ export interface MsgExternalTransferProtoMsg {
1555
+ typeUrl: "/injective.exchange.v1beta1.MsgExternalTransfer";
1556
+ value: Uint8Array;
1557
+ }
1558
+ /** A Cosmos-SDK MsgExternalTransfer */
1559
+ export interface MsgExternalTransferAmino {
1560
+ sender: string;
1561
+ source_subaccount_id: string;
1562
+ destination_subaccount_id: string;
1563
+ amount: CoinAmino;
1564
+ }
1565
+ export interface MsgExternalTransferAminoMsg {
1566
+ type: "exchange/MsgExternalTransfer";
1567
+ value: MsgExternalTransferAmino;
1568
+ }
1569
+ /** MsgExternalTransferResponse defines the Msg/ExternalTransfer response type. */
1570
+ export interface MsgExternalTransferResponse {
1571
+ }
1572
+ export interface MsgExternalTransferResponseProtoMsg {
1573
+ typeUrl: "/injective.exchange.v1beta1.MsgExternalTransferResponse";
1574
+ value: Uint8Array;
1575
+ }
1576
+ /** MsgExternalTransferResponse defines the Msg/ExternalTransfer response type. */
1577
+ export interface MsgExternalTransferResponseAmino {
1578
+ }
1579
+ export interface MsgExternalTransferResponseAminoMsg {
1580
+ type: "/injective.exchange.v1beta1.MsgExternalTransferResponse";
1581
+ value: MsgExternalTransferResponseAmino;
1582
+ }
1583
+ /** A Cosmos-SDK MsgLiquidatePosition */
1584
+ export interface MsgLiquidatePosition {
1585
+ sender: string;
1586
+ subaccountId: string;
1587
+ marketId: string;
1588
+ /** optional order to provide for liquidation */
1589
+ order?: DerivativeOrder;
1590
+ }
1591
+ export interface MsgLiquidatePositionProtoMsg {
1592
+ typeUrl: "/injective.exchange.v1beta1.MsgLiquidatePosition";
1593
+ value: Uint8Array;
1594
+ }
1595
+ /** A Cosmos-SDK MsgLiquidatePosition */
1596
+ export interface MsgLiquidatePositionAmino {
1597
+ sender: string;
1598
+ subaccount_id: string;
1599
+ market_id: string;
1600
+ /** optional order to provide for liquidation */
1601
+ order?: DerivativeOrderAmino;
1602
+ }
1603
+ export interface MsgLiquidatePositionAminoMsg {
1604
+ type: "exchange/MsgLiquidatePosition";
1605
+ value: MsgLiquidatePositionAmino;
1606
+ }
1607
+ /** MsgLiquidatePositionResponse defines the Msg/LiquidatePosition response type. */
1608
+ export interface MsgLiquidatePositionResponse {
1609
+ }
1610
+ export interface MsgLiquidatePositionResponseProtoMsg {
1611
+ typeUrl: "/injective.exchange.v1beta1.MsgLiquidatePositionResponse";
1612
+ value: Uint8Array;
1613
+ }
1614
+ /** MsgLiquidatePositionResponse defines the Msg/LiquidatePosition response type. */
1615
+ export interface MsgLiquidatePositionResponseAmino {
1616
+ }
1617
+ export interface MsgLiquidatePositionResponseAminoMsg {
1618
+ type: "/injective.exchange.v1beta1.MsgLiquidatePositionResponse";
1619
+ value: MsgLiquidatePositionResponseAmino;
1620
+ }
1621
+ /** A Cosmos-SDK MsgEmergencySettleMarket */
1622
+ export interface MsgEmergencySettleMarket {
1623
+ sender: string;
1624
+ subaccountId: string;
1625
+ marketId: string;
1626
+ }
1627
+ export interface MsgEmergencySettleMarketProtoMsg {
1628
+ typeUrl: "/injective.exchange.v1beta1.MsgEmergencySettleMarket";
1629
+ value: Uint8Array;
1630
+ }
1631
+ /** A Cosmos-SDK MsgEmergencySettleMarket */
1632
+ export interface MsgEmergencySettleMarketAmino {
1633
+ sender: string;
1634
+ subaccount_id: string;
1635
+ market_id: string;
1636
+ }
1637
+ export interface MsgEmergencySettleMarketAminoMsg {
1638
+ type: "exchange/MsgEmergencySettleMarket";
1639
+ value: MsgEmergencySettleMarketAmino;
1640
+ }
1641
+ /**
1642
+ * MsgEmergencySettleMarketResponse defines the Msg/EmergencySettleMarket
1643
+ * response type.
1644
+ */
1645
+ export interface MsgEmergencySettleMarketResponse {
1646
+ }
1647
+ export interface MsgEmergencySettleMarketResponseProtoMsg {
1648
+ typeUrl: "/injective.exchange.v1beta1.MsgEmergencySettleMarketResponse";
1649
+ value: Uint8Array;
1650
+ }
1651
+ /**
1652
+ * MsgEmergencySettleMarketResponse defines the Msg/EmergencySettleMarket
1653
+ * response type.
1654
+ */
1655
+ export interface MsgEmergencySettleMarketResponseAmino {
1656
+ }
1657
+ export interface MsgEmergencySettleMarketResponseAminoMsg {
1658
+ type: "/injective.exchange.v1beta1.MsgEmergencySettleMarketResponse";
1659
+ value: MsgEmergencySettleMarketResponseAmino;
1660
+ }
1661
+ /** A Cosmos-SDK MsgIncreasePositionMargin */
1662
+ export interface MsgIncreasePositionMargin {
1663
+ sender: string;
1664
+ sourceSubaccountId: string;
1665
+ destinationSubaccountId: string;
1666
+ marketId: string;
1667
+ /** amount defines the amount of margin to add to the position */
1668
+ amount: string;
1669
+ }
1670
+ export interface MsgIncreasePositionMarginProtoMsg {
1671
+ typeUrl: "/injective.exchange.v1beta1.MsgIncreasePositionMargin";
1672
+ value: Uint8Array;
1673
+ }
1674
+ /** A Cosmos-SDK MsgIncreasePositionMargin */
1675
+ export interface MsgIncreasePositionMarginAmino {
1676
+ sender: string;
1677
+ source_subaccount_id: string;
1678
+ destination_subaccount_id: string;
1679
+ market_id: string;
1680
+ /** amount defines the amount of margin to add to the position */
1681
+ amount: string;
1682
+ }
1683
+ export interface MsgIncreasePositionMarginAminoMsg {
1684
+ type: "exchange/MsgIncreasePositionMargin";
1685
+ value: MsgIncreasePositionMarginAmino;
1686
+ }
1687
+ /**
1688
+ * MsgIncreasePositionMarginResponse defines the Msg/IncreasePositionMargin
1689
+ * response type.
1690
+ */
1691
+ export interface MsgIncreasePositionMarginResponse {
1692
+ }
1693
+ export interface MsgIncreasePositionMarginResponseProtoMsg {
1694
+ typeUrl: "/injective.exchange.v1beta1.MsgIncreasePositionMarginResponse";
1695
+ value: Uint8Array;
1696
+ }
1697
+ /**
1698
+ * MsgIncreasePositionMarginResponse defines the Msg/IncreasePositionMargin
1699
+ * response type.
1700
+ */
1701
+ export interface MsgIncreasePositionMarginResponseAmino {
1702
+ }
1703
+ export interface MsgIncreasePositionMarginResponseAminoMsg {
1704
+ type: "/injective.exchange.v1beta1.MsgIncreasePositionMarginResponse";
1705
+ value: MsgIncreasePositionMarginResponseAmino;
1706
+ }
1707
+ /** A Cosmos-SDK MsgDecreasePositionMargin */
1708
+ export interface MsgDecreasePositionMargin {
1709
+ sender: string;
1710
+ sourceSubaccountId: string;
1711
+ destinationSubaccountId: string;
1712
+ marketId: string;
1713
+ /** amount defines the amount of margin to withdraw from the position */
1714
+ amount: string;
1715
+ }
1716
+ export interface MsgDecreasePositionMarginProtoMsg {
1717
+ typeUrl: "/injective.exchange.v1beta1.MsgDecreasePositionMargin";
1718
+ value: Uint8Array;
1719
+ }
1720
+ /** A Cosmos-SDK MsgDecreasePositionMargin */
1721
+ export interface MsgDecreasePositionMarginAmino {
1722
+ sender: string;
1723
+ source_subaccount_id: string;
1724
+ destination_subaccount_id: string;
1725
+ market_id: string;
1726
+ /** amount defines the amount of margin to withdraw from the position */
1727
+ amount: string;
1728
+ }
1729
+ export interface MsgDecreasePositionMarginAminoMsg {
1730
+ type: "exchange/MsgDecreasePositionMargin";
1731
+ value: MsgDecreasePositionMarginAmino;
1732
+ }
1733
+ /**
1734
+ * MsgDecreasePositionMarginResponse defines the Msg/MsgDecreasePositionMargin
1735
+ * response type.
1736
+ */
1737
+ export interface MsgDecreasePositionMarginResponse {
1738
+ }
1739
+ export interface MsgDecreasePositionMarginResponseProtoMsg {
1740
+ typeUrl: "/injective.exchange.v1beta1.MsgDecreasePositionMarginResponse";
1741
+ value: Uint8Array;
1742
+ }
1743
+ /**
1744
+ * MsgDecreasePositionMarginResponse defines the Msg/MsgDecreasePositionMargin
1745
+ * response type.
1746
+ */
1747
+ export interface MsgDecreasePositionMarginResponseAmino {
1748
+ }
1749
+ export interface MsgDecreasePositionMarginResponseAminoMsg {
1750
+ type: "/injective.exchange.v1beta1.MsgDecreasePositionMarginResponse";
1751
+ value: MsgDecreasePositionMarginResponseAmino;
1752
+ }
1753
+ /** MsgPrivilegedExecuteContract defines the Msg/Exec message type */
1754
+ export interface MsgPrivilegedExecuteContract {
1755
+ sender: string;
1756
+ /**
1757
+ * funds defines the user's bank coins used to fund the execution (e.g.
1758
+ * 100inj).
1759
+ */
1760
+ funds: string;
1761
+ /** contract_address defines the contract address to execute */
1762
+ contractAddress: string;
1763
+ /** data defines the call data used when executing the contract */
1764
+ data: string;
1765
+ }
1766
+ export interface MsgPrivilegedExecuteContractProtoMsg {
1767
+ typeUrl: "/injective.exchange.v1beta1.MsgPrivilegedExecuteContract";
1768
+ value: Uint8Array;
1769
+ }
1770
+ /** MsgPrivilegedExecuteContract defines the Msg/Exec message type */
1771
+ export interface MsgPrivilegedExecuteContractAmino {
1772
+ sender: string;
1773
+ /**
1774
+ * funds defines the user's bank coins used to fund the execution (e.g.
1775
+ * 100inj).
1776
+ */
1777
+ funds: string;
1778
+ /** contract_address defines the contract address to execute */
1779
+ contract_address: string;
1780
+ /** data defines the call data used when executing the contract */
1781
+ data: string;
1782
+ }
1783
+ export interface MsgPrivilegedExecuteContractAminoMsg {
1784
+ type: "exchange/MsgPrivilegedExecuteContract";
1785
+ value: MsgPrivilegedExecuteContractAmino;
1786
+ }
1787
+ /** MsgPrivilegedExecuteContractResponse defines the Msg/Exec response type. */
1788
+ export interface MsgPrivilegedExecuteContractResponse {
1789
+ fundsDiff: Coin[];
1790
+ }
1791
+ export interface MsgPrivilegedExecuteContractResponseProtoMsg {
1792
+ typeUrl: "/injective.exchange.v1beta1.MsgPrivilegedExecuteContractResponse";
1793
+ value: Uint8Array;
1794
+ }
1795
+ /** MsgPrivilegedExecuteContractResponse defines the Msg/Exec response type. */
1796
+ export interface MsgPrivilegedExecuteContractResponseAmino {
1797
+ funds_diff: CoinAmino[];
1798
+ }
1799
+ export interface MsgPrivilegedExecuteContractResponseAminoMsg {
1800
+ type: "/injective.exchange.v1beta1.MsgPrivilegedExecuteContractResponse";
1801
+ value: MsgPrivilegedExecuteContractResponseAmino;
1802
+ }
1803
+ /** A Cosmos-SDK MsgRewardsOptOut */
1804
+ export interface MsgRewardsOptOut {
1805
+ sender: string;
1806
+ }
1807
+ export interface MsgRewardsOptOutProtoMsg {
1808
+ typeUrl: "/injective.exchange.v1beta1.MsgRewardsOptOut";
1809
+ value: Uint8Array;
1810
+ }
1811
+ /** A Cosmos-SDK MsgRewardsOptOut */
1812
+ export interface MsgRewardsOptOutAmino {
1813
+ sender: string;
1814
+ }
1815
+ export interface MsgRewardsOptOutAminoMsg {
1816
+ type: "exchange/MsgRewardsOptOut";
1817
+ value: MsgRewardsOptOutAmino;
1818
+ }
1819
+ /** MsgRewardsOptOutResponse defines the Msg/RewardsOptOut response type. */
1820
+ export interface MsgRewardsOptOutResponse {
1821
+ }
1822
+ export interface MsgRewardsOptOutResponseProtoMsg {
1823
+ typeUrl: "/injective.exchange.v1beta1.MsgRewardsOptOutResponse";
1824
+ value: Uint8Array;
1825
+ }
1826
+ /** MsgRewardsOptOutResponse defines the Msg/RewardsOptOut response type. */
1827
+ export interface MsgRewardsOptOutResponseAmino {
1828
+ }
1829
+ export interface MsgRewardsOptOutResponseAminoMsg {
1830
+ type: "/injective.exchange.v1beta1.MsgRewardsOptOutResponse";
1831
+ value: MsgRewardsOptOutResponseAmino;
1832
+ }
1833
+ /** A Cosmos-SDK MsgReclaimLockedFunds */
1834
+ export interface MsgReclaimLockedFunds {
1835
+ sender: string;
1836
+ lockedAccountPubKey: Uint8Array;
1837
+ signature: Uint8Array;
1838
+ }
1839
+ export interface MsgReclaimLockedFundsProtoMsg {
1840
+ typeUrl: "/injective.exchange.v1beta1.MsgReclaimLockedFunds";
1841
+ value: Uint8Array;
1842
+ }
1843
+ /** A Cosmos-SDK MsgReclaimLockedFunds */
1844
+ export interface MsgReclaimLockedFundsAmino {
1845
+ sender: string;
1846
+ lockedAccountPubKey: string;
1847
+ signature: string;
1848
+ }
1849
+ export interface MsgReclaimLockedFundsAminoMsg {
1850
+ type: "exchange/MsgReclaimLockedFunds";
1851
+ value: MsgReclaimLockedFundsAmino;
1852
+ }
1853
+ /**
1854
+ * MsgReclaimLockedFundsResponse defines the Msg/ReclaimLockedFunds response
1855
+ * type.
1856
+ */
1857
+ export interface MsgReclaimLockedFundsResponse {
1858
+ }
1859
+ export interface MsgReclaimLockedFundsResponseProtoMsg {
1860
+ typeUrl: "/injective.exchange.v1beta1.MsgReclaimLockedFundsResponse";
1861
+ value: Uint8Array;
1862
+ }
1863
+ /**
1864
+ * MsgReclaimLockedFundsResponse defines the Msg/ReclaimLockedFunds response
1865
+ * type.
1866
+ */
1867
+ export interface MsgReclaimLockedFundsResponseAmino {
1868
+ }
1869
+ export interface MsgReclaimLockedFundsResponseAminoMsg {
1870
+ type: "/injective.exchange.v1beta1.MsgReclaimLockedFundsResponse";
1871
+ value: MsgReclaimLockedFundsResponseAmino;
1872
+ }
1873
+ /** MsgSignData defines an arbitrary, general-purpose, off-chain message */
1874
+ export interface MsgSignData {
1875
+ /** Signer is the sdk.AccAddress of the message signer */
1876
+ signer: Uint8Array;
1877
+ /**
1878
+ * Data represents the raw bytes of the content that is signed (text, json,
1879
+ * etc)
1880
+ */
1881
+ data: Uint8Array;
1882
+ }
1883
+ export interface MsgSignDataProtoMsg {
1884
+ typeUrl: "/injective.exchange.v1beta1.MsgSignData";
1885
+ value: Uint8Array;
1886
+ }
1887
+ /** MsgSignData defines an arbitrary, general-purpose, off-chain message */
1888
+ export interface MsgSignDataAmino {
1889
+ /** Signer is the sdk.AccAddress of the message signer */
1890
+ Signer: string;
1891
+ /**
1892
+ * Data represents the raw bytes of the content that is signed (text, json,
1893
+ * etc)
1894
+ */
1895
+ Data: string;
1896
+ }
1897
+ export interface MsgSignDataAminoMsg {
1898
+ type: "/injective.exchange.v1beta1.MsgSignData";
1899
+ value: MsgSignDataAmino;
1900
+ }
1901
+ /** MsgSignDoc defines an arbitrary, general-purpose, off-chain message */
1902
+ export interface MsgSignDoc {
1903
+ signType: string;
1904
+ value: MsgSignData;
1905
+ }
1906
+ export interface MsgSignDocProtoMsg {
1907
+ typeUrl: "/injective.exchange.v1beta1.MsgSignDoc";
1908
+ value: Uint8Array;
1909
+ }
1910
+ /** MsgSignDoc defines an arbitrary, general-purpose, off-chain message */
1911
+ export interface MsgSignDocAmino {
1912
+ sign_type: string;
1913
+ value: MsgSignDataAmino;
1914
+ }
1915
+ export interface MsgSignDocAminoMsg {
1916
+ type: "/injective.exchange.v1beta1.MsgSignDoc";
1917
+ value: MsgSignDocAmino;
1918
+ }
1919
+ /**
1920
+ * MsgAdminUpdateBinaryOptionsMarket is used by the market Admin to operate the
1921
+ * market
1922
+ */
1923
+ export interface MsgAdminUpdateBinaryOptionsMarket {
1924
+ sender: string;
1925
+ marketId: string;
1926
+ /** new price at which market will be settled */
1927
+ settlementPrice?: string;
1928
+ /** expiration timestamp */
1929
+ expirationTimestamp: bigint;
1930
+ /** expiration timestamp */
1931
+ settlementTimestamp: bigint;
1932
+ /** Status of the market */
1933
+ status: MarketStatus;
1934
+ }
1935
+ export interface MsgAdminUpdateBinaryOptionsMarketProtoMsg {
1936
+ typeUrl: "/injective.exchange.v1beta1.MsgAdminUpdateBinaryOptionsMarket";
1937
+ value: Uint8Array;
1938
+ }
1939
+ /**
1940
+ * MsgAdminUpdateBinaryOptionsMarket is used by the market Admin to operate the
1941
+ * market
1942
+ */
1943
+ export interface MsgAdminUpdateBinaryOptionsMarketAmino {
1944
+ sender: string;
1945
+ market_id: string;
1946
+ /** new price at which market will be settled */
1947
+ settlement_price?: string;
1948
+ /** expiration timestamp */
1949
+ expiration_timestamp: string;
1950
+ /** expiration timestamp */
1951
+ settlement_timestamp: string;
1952
+ /** Status of the market */
1953
+ status: MarketStatus;
1954
+ }
1955
+ export interface MsgAdminUpdateBinaryOptionsMarketAminoMsg {
1956
+ type: "exchange/MsgAdminUpdateBinaryOptionsMarket";
1957
+ value: MsgAdminUpdateBinaryOptionsMarketAmino;
1958
+ }
1959
+ /**
1960
+ * MsgAdminUpdateBinaryOptionsMarketResponse is the response for
1961
+ * AdminUpdateBinaryOptionsMarket rpc method
1962
+ */
1963
+ export interface MsgAdminUpdateBinaryOptionsMarketResponse {
1964
+ }
1965
+ export interface MsgAdminUpdateBinaryOptionsMarketResponseProtoMsg {
1966
+ typeUrl: "/injective.exchange.v1beta1.MsgAdminUpdateBinaryOptionsMarketResponse";
1967
+ value: Uint8Array;
1968
+ }
1969
+ /**
1970
+ * MsgAdminUpdateBinaryOptionsMarketResponse is the response for
1971
+ * AdminUpdateBinaryOptionsMarket rpc method
1972
+ */
1973
+ export interface MsgAdminUpdateBinaryOptionsMarketResponseAmino {
1974
+ }
1975
+ export interface MsgAdminUpdateBinaryOptionsMarketResponseAminoMsg {
1976
+ type: "/injective.exchange.v1beta1.MsgAdminUpdateBinaryOptionsMarketResponse";
1977
+ value: MsgAdminUpdateBinaryOptionsMarketResponseAmino;
1978
+ }
1979
+ /** MsgAuthorizeStakeGrants grants stakes to grantees. */
1980
+ export interface MsgAuthorizeStakeGrants {
1981
+ sender: string;
1982
+ grants: GrantAuthorization[];
1983
+ }
1984
+ export interface MsgAuthorizeStakeGrantsProtoMsg {
1985
+ typeUrl: "/injective.exchange.v1beta1.MsgAuthorizeStakeGrants";
1986
+ value: Uint8Array;
1987
+ }
1988
+ /** MsgAuthorizeStakeGrants grants stakes to grantees. */
1989
+ export interface MsgAuthorizeStakeGrantsAmino {
1990
+ sender: string;
1991
+ grants: GrantAuthorizationAmino[];
1992
+ }
1993
+ export interface MsgAuthorizeStakeGrantsAminoMsg {
1994
+ type: "exchange/MsgAuthorizeStakeGrants";
1995
+ value: MsgAuthorizeStakeGrantsAmino;
1996
+ }
1997
+ export interface MsgAuthorizeStakeGrantsResponse {
1998
+ }
1999
+ export interface MsgAuthorizeStakeGrantsResponseProtoMsg {
2000
+ typeUrl: "/injective.exchange.v1beta1.MsgAuthorizeStakeGrantsResponse";
2001
+ value: Uint8Array;
2002
+ }
2003
+ export interface MsgAuthorizeStakeGrantsResponseAmino {
2004
+ }
2005
+ export interface MsgAuthorizeStakeGrantsResponseAminoMsg {
2006
+ type: "/injective.exchange.v1beta1.MsgAuthorizeStakeGrantsResponse";
2007
+ value: MsgAuthorizeStakeGrantsResponseAmino;
2008
+ }
2009
+ /** MsgActivateStakeGrant allows a grantee to activate a stake grant. */
2010
+ export interface MsgActivateStakeGrant {
2011
+ sender: string;
2012
+ granter: string;
2013
+ }
2014
+ export interface MsgActivateStakeGrantProtoMsg {
2015
+ typeUrl: "/injective.exchange.v1beta1.MsgActivateStakeGrant";
2016
+ value: Uint8Array;
2017
+ }
2018
+ /** MsgActivateStakeGrant allows a grantee to activate a stake grant. */
2019
+ export interface MsgActivateStakeGrantAmino {
2020
+ sender: string;
2021
+ granter: string;
2022
+ }
2023
+ export interface MsgActivateStakeGrantAminoMsg {
2024
+ type: "exchange/MsgActivateStakeGrant";
2025
+ value: MsgActivateStakeGrantAmino;
2026
+ }
2027
+ export interface MsgActivateStakeGrantResponse {
2028
+ }
2029
+ export interface MsgActivateStakeGrantResponseProtoMsg {
2030
+ typeUrl: "/injective.exchange.v1beta1.MsgActivateStakeGrantResponse";
2031
+ value: Uint8Array;
2032
+ }
2033
+ export interface MsgActivateStakeGrantResponseAmino {
2034
+ }
2035
+ export interface MsgActivateStakeGrantResponseAminoMsg {
2036
+ type: "/injective.exchange.v1beta1.MsgActivateStakeGrantResponse";
2037
+ value: MsgActivateStakeGrantResponseAmino;
2038
+ }
2039
+ export declare const MsgUpdateSpotMarket: {
2040
+ typeUrl: string;
2041
+ aminoType: string;
2042
+ is(o: any): o is MsgUpdateSpotMarket;
2043
+ isAmino(o: any): o is MsgUpdateSpotMarketAmino;
2044
+ encode(message: MsgUpdateSpotMarket, writer?: BinaryWriter): BinaryWriter;
2045
+ decode(input: BinaryReader | Uint8Array, length?: number): MsgUpdateSpotMarket;
2046
+ fromPartial(object: DeepPartial<MsgUpdateSpotMarket>): MsgUpdateSpotMarket;
2047
+ fromAmino(object: MsgUpdateSpotMarketAmino): MsgUpdateSpotMarket;
2048
+ toAmino(message: MsgUpdateSpotMarket): MsgUpdateSpotMarketAmino;
2049
+ fromAminoMsg(object: MsgUpdateSpotMarketAminoMsg): MsgUpdateSpotMarket;
2050
+ toAminoMsg(message: MsgUpdateSpotMarket): MsgUpdateSpotMarketAminoMsg;
2051
+ fromProtoMsg(message: MsgUpdateSpotMarketProtoMsg): MsgUpdateSpotMarket;
2052
+ toProto(message: MsgUpdateSpotMarket): Uint8Array;
2053
+ toProtoMsg(message: MsgUpdateSpotMarket): MsgUpdateSpotMarketProtoMsg;
2054
+ };
2055
+ export declare const MsgUpdateSpotMarketResponse: {
2056
+ typeUrl: string;
2057
+ is(o: any): o is MsgUpdateSpotMarketResponse;
2058
+ isAmino(o: any): o is MsgUpdateSpotMarketResponseAmino;
2059
+ encode(_: MsgUpdateSpotMarketResponse, writer?: BinaryWriter): BinaryWriter;
2060
+ decode(input: BinaryReader | Uint8Array, length?: number): MsgUpdateSpotMarketResponse;
2061
+ fromPartial(_: DeepPartial<MsgUpdateSpotMarketResponse>): MsgUpdateSpotMarketResponse;
2062
+ fromAmino(_: MsgUpdateSpotMarketResponseAmino): MsgUpdateSpotMarketResponse;
2063
+ toAmino(_: MsgUpdateSpotMarketResponse): MsgUpdateSpotMarketResponseAmino;
2064
+ fromAminoMsg(object: MsgUpdateSpotMarketResponseAminoMsg): MsgUpdateSpotMarketResponse;
2065
+ fromProtoMsg(message: MsgUpdateSpotMarketResponseProtoMsg): MsgUpdateSpotMarketResponse;
2066
+ toProto(message: MsgUpdateSpotMarketResponse): Uint8Array;
2067
+ toProtoMsg(message: MsgUpdateSpotMarketResponse): MsgUpdateSpotMarketResponseProtoMsg;
2068
+ };
2069
+ export declare const MsgUpdateDerivativeMarket: {
2070
+ typeUrl: string;
2071
+ aminoType: string;
2072
+ is(o: any): o is MsgUpdateDerivativeMarket;
2073
+ isAmino(o: any): o is MsgUpdateDerivativeMarketAmino;
2074
+ encode(message: MsgUpdateDerivativeMarket, writer?: BinaryWriter): BinaryWriter;
2075
+ decode(input: BinaryReader | Uint8Array, length?: number): MsgUpdateDerivativeMarket;
2076
+ fromPartial(object: DeepPartial<MsgUpdateDerivativeMarket>): MsgUpdateDerivativeMarket;
2077
+ fromAmino(object: MsgUpdateDerivativeMarketAmino): MsgUpdateDerivativeMarket;
2078
+ toAmino(message: MsgUpdateDerivativeMarket): MsgUpdateDerivativeMarketAmino;
2079
+ fromAminoMsg(object: MsgUpdateDerivativeMarketAminoMsg): MsgUpdateDerivativeMarket;
2080
+ toAminoMsg(message: MsgUpdateDerivativeMarket): MsgUpdateDerivativeMarketAminoMsg;
2081
+ fromProtoMsg(message: MsgUpdateDerivativeMarketProtoMsg): MsgUpdateDerivativeMarket;
2082
+ toProto(message: MsgUpdateDerivativeMarket): Uint8Array;
2083
+ toProtoMsg(message: MsgUpdateDerivativeMarket): MsgUpdateDerivativeMarketProtoMsg;
2084
+ };
2085
+ export declare const MsgUpdateDerivativeMarketResponse: {
2086
+ typeUrl: string;
2087
+ is(o: any): o is MsgUpdateDerivativeMarketResponse;
2088
+ isAmino(o: any): o is MsgUpdateDerivativeMarketResponseAmino;
2089
+ encode(_: MsgUpdateDerivativeMarketResponse, writer?: BinaryWriter): BinaryWriter;
2090
+ decode(input: BinaryReader | Uint8Array, length?: number): MsgUpdateDerivativeMarketResponse;
2091
+ fromPartial(_: DeepPartial<MsgUpdateDerivativeMarketResponse>): MsgUpdateDerivativeMarketResponse;
2092
+ fromAmino(_: MsgUpdateDerivativeMarketResponseAmino): MsgUpdateDerivativeMarketResponse;
2093
+ toAmino(_: MsgUpdateDerivativeMarketResponse): MsgUpdateDerivativeMarketResponseAmino;
2094
+ fromAminoMsg(object: MsgUpdateDerivativeMarketResponseAminoMsg): MsgUpdateDerivativeMarketResponse;
2095
+ fromProtoMsg(message: MsgUpdateDerivativeMarketResponseProtoMsg): MsgUpdateDerivativeMarketResponse;
2096
+ toProto(message: MsgUpdateDerivativeMarketResponse): Uint8Array;
2097
+ toProtoMsg(message: MsgUpdateDerivativeMarketResponse): MsgUpdateDerivativeMarketResponseProtoMsg;
2098
+ };
2099
+ export declare const MsgUpdateParams: {
2100
+ typeUrl: string;
2101
+ aminoType: string;
2102
+ is(o: any): o is MsgUpdateParams;
2103
+ isAmino(o: any): o is MsgUpdateParamsAmino;
2104
+ encode(message: MsgUpdateParams, writer?: BinaryWriter): BinaryWriter;
2105
+ decode(input: BinaryReader | Uint8Array, length?: number): MsgUpdateParams;
2106
+ fromPartial(object: DeepPartial<MsgUpdateParams>): MsgUpdateParams;
2107
+ fromAmino(object: MsgUpdateParamsAmino): MsgUpdateParams;
2108
+ toAmino(message: MsgUpdateParams): MsgUpdateParamsAmino;
2109
+ fromAminoMsg(object: MsgUpdateParamsAminoMsg): MsgUpdateParams;
2110
+ toAminoMsg(message: MsgUpdateParams): MsgUpdateParamsAminoMsg;
2111
+ fromProtoMsg(message: MsgUpdateParamsProtoMsg): MsgUpdateParams;
2112
+ toProto(message: MsgUpdateParams): Uint8Array;
2113
+ toProtoMsg(message: MsgUpdateParams): MsgUpdateParamsProtoMsg;
2114
+ };
2115
+ export declare const MsgUpdateParamsResponse: {
2116
+ typeUrl: string;
2117
+ is(o: any): o is MsgUpdateParamsResponse;
2118
+ isAmino(o: any): o is MsgUpdateParamsResponseAmino;
2119
+ encode(_: MsgUpdateParamsResponse, writer?: BinaryWriter): BinaryWriter;
2120
+ decode(input: BinaryReader | Uint8Array, length?: number): MsgUpdateParamsResponse;
2121
+ fromPartial(_: DeepPartial<MsgUpdateParamsResponse>): MsgUpdateParamsResponse;
2122
+ fromAmino(_: MsgUpdateParamsResponseAmino): MsgUpdateParamsResponse;
2123
+ toAmino(_: MsgUpdateParamsResponse): MsgUpdateParamsResponseAmino;
2124
+ fromAminoMsg(object: MsgUpdateParamsResponseAminoMsg): MsgUpdateParamsResponse;
2125
+ fromProtoMsg(message: MsgUpdateParamsResponseProtoMsg): MsgUpdateParamsResponse;
2126
+ toProto(message: MsgUpdateParamsResponse): Uint8Array;
2127
+ toProtoMsg(message: MsgUpdateParamsResponse): MsgUpdateParamsResponseProtoMsg;
2128
+ };
2129
+ export declare const MsgDeposit: {
2130
+ typeUrl: string;
2131
+ aminoType: string;
2132
+ is(o: any): o is MsgDeposit;
2133
+ isAmino(o: any): o is MsgDepositAmino;
2134
+ encode(message: MsgDeposit, writer?: BinaryWriter): BinaryWriter;
2135
+ decode(input: BinaryReader | Uint8Array, length?: number): MsgDeposit;
2136
+ fromPartial(object: DeepPartial<MsgDeposit>): MsgDeposit;
2137
+ fromAmino(object: MsgDepositAmino): MsgDeposit;
2138
+ toAmino(message: MsgDeposit): MsgDepositAmino;
2139
+ fromAminoMsg(object: MsgDepositAminoMsg): MsgDeposit;
2140
+ toAminoMsg(message: MsgDeposit): MsgDepositAminoMsg;
2141
+ fromProtoMsg(message: MsgDepositProtoMsg): MsgDeposit;
2142
+ toProto(message: MsgDeposit): Uint8Array;
2143
+ toProtoMsg(message: MsgDeposit): MsgDepositProtoMsg;
2144
+ };
2145
+ export declare const MsgDepositResponse: {
2146
+ typeUrl: string;
2147
+ is(o: any): o is MsgDepositResponse;
2148
+ isAmino(o: any): o is MsgDepositResponseAmino;
2149
+ encode(_: MsgDepositResponse, writer?: BinaryWriter): BinaryWriter;
2150
+ decode(input: BinaryReader | Uint8Array, length?: number): MsgDepositResponse;
2151
+ fromPartial(_: DeepPartial<MsgDepositResponse>): MsgDepositResponse;
2152
+ fromAmino(_: MsgDepositResponseAmino): MsgDepositResponse;
2153
+ toAmino(_: MsgDepositResponse): MsgDepositResponseAmino;
2154
+ fromAminoMsg(object: MsgDepositResponseAminoMsg): MsgDepositResponse;
2155
+ fromProtoMsg(message: MsgDepositResponseProtoMsg): MsgDepositResponse;
2156
+ toProto(message: MsgDepositResponse): Uint8Array;
2157
+ toProtoMsg(message: MsgDepositResponse): MsgDepositResponseProtoMsg;
2158
+ };
2159
+ export declare const MsgWithdraw: {
2160
+ typeUrl: string;
2161
+ aminoType: string;
2162
+ is(o: any): o is MsgWithdraw;
2163
+ isAmino(o: any): o is MsgWithdrawAmino;
2164
+ encode(message: MsgWithdraw, writer?: BinaryWriter): BinaryWriter;
2165
+ decode(input: BinaryReader | Uint8Array, length?: number): MsgWithdraw;
2166
+ fromPartial(object: DeepPartial<MsgWithdraw>): MsgWithdraw;
2167
+ fromAmino(object: MsgWithdrawAmino): MsgWithdraw;
2168
+ toAmino(message: MsgWithdraw): MsgWithdrawAmino;
2169
+ fromAminoMsg(object: MsgWithdrawAminoMsg): MsgWithdraw;
2170
+ toAminoMsg(message: MsgWithdraw): MsgWithdrawAminoMsg;
2171
+ fromProtoMsg(message: MsgWithdrawProtoMsg): MsgWithdraw;
2172
+ toProto(message: MsgWithdraw): Uint8Array;
2173
+ toProtoMsg(message: MsgWithdraw): MsgWithdrawProtoMsg;
2174
+ };
2175
+ export declare const MsgWithdrawResponse: {
2176
+ typeUrl: string;
2177
+ is(o: any): o is MsgWithdrawResponse;
2178
+ isAmino(o: any): o is MsgWithdrawResponseAmino;
2179
+ encode(_: MsgWithdrawResponse, writer?: BinaryWriter): BinaryWriter;
2180
+ decode(input: BinaryReader | Uint8Array, length?: number): MsgWithdrawResponse;
2181
+ fromPartial(_: DeepPartial<MsgWithdrawResponse>): MsgWithdrawResponse;
2182
+ fromAmino(_: MsgWithdrawResponseAmino): MsgWithdrawResponse;
2183
+ toAmino(_: MsgWithdrawResponse): MsgWithdrawResponseAmino;
2184
+ fromAminoMsg(object: MsgWithdrawResponseAminoMsg): MsgWithdrawResponse;
2185
+ fromProtoMsg(message: MsgWithdrawResponseProtoMsg): MsgWithdrawResponse;
2186
+ toProto(message: MsgWithdrawResponse): Uint8Array;
2187
+ toProtoMsg(message: MsgWithdrawResponse): MsgWithdrawResponseProtoMsg;
2188
+ };
2189
+ export declare const MsgCreateSpotLimitOrder: {
2190
+ typeUrl: string;
2191
+ aminoType: string;
2192
+ is(o: any): o is MsgCreateSpotLimitOrder;
2193
+ isAmino(o: any): o is MsgCreateSpotLimitOrderAmino;
2194
+ encode(message: MsgCreateSpotLimitOrder, writer?: BinaryWriter): BinaryWriter;
2195
+ decode(input: BinaryReader | Uint8Array, length?: number): MsgCreateSpotLimitOrder;
2196
+ fromPartial(object: DeepPartial<MsgCreateSpotLimitOrder>): MsgCreateSpotLimitOrder;
2197
+ fromAmino(object: MsgCreateSpotLimitOrderAmino): MsgCreateSpotLimitOrder;
2198
+ toAmino(message: MsgCreateSpotLimitOrder): MsgCreateSpotLimitOrderAmino;
2199
+ fromAminoMsg(object: MsgCreateSpotLimitOrderAminoMsg): MsgCreateSpotLimitOrder;
2200
+ toAminoMsg(message: MsgCreateSpotLimitOrder): MsgCreateSpotLimitOrderAminoMsg;
2201
+ fromProtoMsg(message: MsgCreateSpotLimitOrderProtoMsg): MsgCreateSpotLimitOrder;
2202
+ toProto(message: MsgCreateSpotLimitOrder): Uint8Array;
2203
+ toProtoMsg(message: MsgCreateSpotLimitOrder): MsgCreateSpotLimitOrderProtoMsg;
2204
+ };
2205
+ export declare const MsgCreateSpotLimitOrderResponse: {
2206
+ typeUrl: string;
2207
+ is(o: any): o is MsgCreateSpotLimitOrderResponse;
2208
+ isAmino(o: any): o is MsgCreateSpotLimitOrderResponseAmino;
2209
+ encode(message: MsgCreateSpotLimitOrderResponse, writer?: BinaryWriter): BinaryWriter;
2210
+ decode(input: BinaryReader | Uint8Array, length?: number): MsgCreateSpotLimitOrderResponse;
2211
+ fromPartial(object: DeepPartial<MsgCreateSpotLimitOrderResponse>): MsgCreateSpotLimitOrderResponse;
2212
+ fromAmino(object: MsgCreateSpotLimitOrderResponseAmino): MsgCreateSpotLimitOrderResponse;
2213
+ toAmino(message: MsgCreateSpotLimitOrderResponse): MsgCreateSpotLimitOrderResponseAmino;
2214
+ fromAminoMsg(object: MsgCreateSpotLimitOrderResponseAminoMsg): MsgCreateSpotLimitOrderResponse;
2215
+ fromProtoMsg(message: MsgCreateSpotLimitOrderResponseProtoMsg): MsgCreateSpotLimitOrderResponse;
2216
+ toProto(message: MsgCreateSpotLimitOrderResponse): Uint8Array;
2217
+ toProtoMsg(message: MsgCreateSpotLimitOrderResponse): MsgCreateSpotLimitOrderResponseProtoMsg;
2218
+ };
2219
+ export declare const MsgBatchCreateSpotLimitOrders: {
2220
+ typeUrl: string;
2221
+ aminoType: string;
2222
+ is(o: any): o is MsgBatchCreateSpotLimitOrders;
2223
+ isAmino(o: any): o is MsgBatchCreateSpotLimitOrdersAmino;
2224
+ encode(message: MsgBatchCreateSpotLimitOrders, writer?: BinaryWriter): BinaryWriter;
2225
+ decode(input: BinaryReader | Uint8Array, length?: number): MsgBatchCreateSpotLimitOrders;
2226
+ fromPartial(object: DeepPartial<MsgBatchCreateSpotLimitOrders>): MsgBatchCreateSpotLimitOrders;
2227
+ fromAmino(object: MsgBatchCreateSpotLimitOrdersAmino): MsgBatchCreateSpotLimitOrders;
2228
+ toAmino(message: MsgBatchCreateSpotLimitOrders): MsgBatchCreateSpotLimitOrdersAmino;
2229
+ fromAminoMsg(object: MsgBatchCreateSpotLimitOrdersAminoMsg): MsgBatchCreateSpotLimitOrders;
2230
+ toAminoMsg(message: MsgBatchCreateSpotLimitOrders): MsgBatchCreateSpotLimitOrdersAminoMsg;
2231
+ fromProtoMsg(message: MsgBatchCreateSpotLimitOrdersProtoMsg): MsgBatchCreateSpotLimitOrders;
2232
+ toProto(message: MsgBatchCreateSpotLimitOrders): Uint8Array;
2233
+ toProtoMsg(message: MsgBatchCreateSpotLimitOrders): MsgBatchCreateSpotLimitOrdersProtoMsg;
2234
+ };
2235
+ export declare const MsgBatchCreateSpotLimitOrdersResponse: {
2236
+ typeUrl: string;
2237
+ is(o: any): o is MsgBatchCreateSpotLimitOrdersResponse;
2238
+ isAmino(o: any): o is MsgBatchCreateSpotLimitOrdersResponseAmino;
2239
+ encode(message: MsgBatchCreateSpotLimitOrdersResponse, writer?: BinaryWriter): BinaryWriter;
2240
+ decode(input: BinaryReader | Uint8Array, length?: number): MsgBatchCreateSpotLimitOrdersResponse;
2241
+ fromPartial(object: DeepPartial<MsgBatchCreateSpotLimitOrdersResponse>): MsgBatchCreateSpotLimitOrdersResponse;
2242
+ fromAmino(object: MsgBatchCreateSpotLimitOrdersResponseAmino): MsgBatchCreateSpotLimitOrdersResponse;
2243
+ toAmino(message: MsgBatchCreateSpotLimitOrdersResponse): MsgBatchCreateSpotLimitOrdersResponseAmino;
2244
+ fromAminoMsg(object: MsgBatchCreateSpotLimitOrdersResponseAminoMsg): MsgBatchCreateSpotLimitOrdersResponse;
2245
+ fromProtoMsg(message: MsgBatchCreateSpotLimitOrdersResponseProtoMsg): MsgBatchCreateSpotLimitOrdersResponse;
2246
+ toProto(message: MsgBatchCreateSpotLimitOrdersResponse): Uint8Array;
2247
+ toProtoMsg(message: MsgBatchCreateSpotLimitOrdersResponse): MsgBatchCreateSpotLimitOrdersResponseProtoMsg;
2248
+ };
2249
+ export declare const MsgInstantSpotMarketLaunch: {
2250
+ typeUrl: string;
2251
+ aminoType: string;
2252
+ is(o: any): o is MsgInstantSpotMarketLaunch;
2253
+ isAmino(o: any): o is MsgInstantSpotMarketLaunchAmino;
2254
+ encode(message: MsgInstantSpotMarketLaunch, writer?: BinaryWriter): BinaryWriter;
2255
+ decode(input: BinaryReader | Uint8Array, length?: number): MsgInstantSpotMarketLaunch;
2256
+ fromPartial(object: DeepPartial<MsgInstantSpotMarketLaunch>): MsgInstantSpotMarketLaunch;
2257
+ fromAmino(object: MsgInstantSpotMarketLaunchAmino): MsgInstantSpotMarketLaunch;
2258
+ toAmino(message: MsgInstantSpotMarketLaunch): MsgInstantSpotMarketLaunchAmino;
2259
+ fromAminoMsg(object: MsgInstantSpotMarketLaunchAminoMsg): MsgInstantSpotMarketLaunch;
2260
+ toAminoMsg(message: MsgInstantSpotMarketLaunch): MsgInstantSpotMarketLaunchAminoMsg;
2261
+ fromProtoMsg(message: MsgInstantSpotMarketLaunchProtoMsg): MsgInstantSpotMarketLaunch;
2262
+ toProto(message: MsgInstantSpotMarketLaunch): Uint8Array;
2263
+ toProtoMsg(message: MsgInstantSpotMarketLaunch): MsgInstantSpotMarketLaunchProtoMsg;
2264
+ };
2265
+ export declare const MsgInstantSpotMarketLaunchResponse: {
2266
+ typeUrl: string;
2267
+ is(o: any): o is MsgInstantSpotMarketLaunchResponse;
2268
+ isAmino(o: any): o is MsgInstantSpotMarketLaunchResponseAmino;
2269
+ encode(_: MsgInstantSpotMarketLaunchResponse, writer?: BinaryWriter): BinaryWriter;
2270
+ decode(input: BinaryReader | Uint8Array, length?: number): MsgInstantSpotMarketLaunchResponse;
2271
+ fromPartial(_: DeepPartial<MsgInstantSpotMarketLaunchResponse>): MsgInstantSpotMarketLaunchResponse;
2272
+ fromAmino(_: MsgInstantSpotMarketLaunchResponseAmino): MsgInstantSpotMarketLaunchResponse;
2273
+ toAmino(_: MsgInstantSpotMarketLaunchResponse): MsgInstantSpotMarketLaunchResponseAmino;
2274
+ fromAminoMsg(object: MsgInstantSpotMarketLaunchResponseAminoMsg): MsgInstantSpotMarketLaunchResponse;
2275
+ fromProtoMsg(message: MsgInstantSpotMarketLaunchResponseProtoMsg): MsgInstantSpotMarketLaunchResponse;
2276
+ toProto(message: MsgInstantSpotMarketLaunchResponse): Uint8Array;
2277
+ toProtoMsg(message: MsgInstantSpotMarketLaunchResponse): MsgInstantSpotMarketLaunchResponseProtoMsg;
2278
+ };
2279
+ export declare const MsgInstantPerpetualMarketLaunch: {
2280
+ typeUrl: string;
2281
+ aminoType: string;
2282
+ is(o: any): o is MsgInstantPerpetualMarketLaunch;
2283
+ isAmino(o: any): o is MsgInstantPerpetualMarketLaunchAmino;
2284
+ encode(message: MsgInstantPerpetualMarketLaunch, writer?: BinaryWriter): BinaryWriter;
2285
+ decode(input: BinaryReader | Uint8Array, length?: number): MsgInstantPerpetualMarketLaunch;
2286
+ fromPartial(object: DeepPartial<MsgInstantPerpetualMarketLaunch>): MsgInstantPerpetualMarketLaunch;
2287
+ fromAmino(object: MsgInstantPerpetualMarketLaunchAmino): MsgInstantPerpetualMarketLaunch;
2288
+ toAmino(message: MsgInstantPerpetualMarketLaunch): MsgInstantPerpetualMarketLaunchAmino;
2289
+ fromAminoMsg(object: MsgInstantPerpetualMarketLaunchAminoMsg): MsgInstantPerpetualMarketLaunch;
2290
+ toAminoMsg(message: MsgInstantPerpetualMarketLaunch): MsgInstantPerpetualMarketLaunchAminoMsg;
2291
+ fromProtoMsg(message: MsgInstantPerpetualMarketLaunchProtoMsg): MsgInstantPerpetualMarketLaunch;
2292
+ toProto(message: MsgInstantPerpetualMarketLaunch): Uint8Array;
2293
+ toProtoMsg(message: MsgInstantPerpetualMarketLaunch): MsgInstantPerpetualMarketLaunchProtoMsg;
2294
+ };
2295
+ export declare const MsgInstantPerpetualMarketLaunchResponse: {
2296
+ typeUrl: string;
2297
+ is(o: any): o is MsgInstantPerpetualMarketLaunchResponse;
2298
+ isAmino(o: any): o is MsgInstantPerpetualMarketLaunchResponseAmino;
2299
+ encode(_: MsgInstantPerpetualMarketLaunchResponse, writer?: BinaryWriter): BinaryWriter;
2300
+ decode(input: BinaryReader | Uint8Array, length?: number): MsgInstantPerpetualMarketLaunchResponse;
2301
+ fromPartial(_: DeepPartial<MsgInstantPerpetualMarketLaunchResponse>): MsgInstantPerpetualMarketLaunchResponse;
2302
+ fromAmino(_: MsgInstantPerpetualMarketLaunchResponseAmino): MsgInstantPerpetualMarketLaunchResponse;
2303
+ toAmino(_: MsgInstantPerpetualMarketLaunchResponse): MsgInstantPerpetualMarketLaunchResponseAmino;
2304
+ fromAminoMsg(object: MsgInstantPerpetualMarketLaunchResponseAminoMsg): MsgInstantPerpetualMarketLaunchResponse;
2305
+ fromProtoMsg(message: MsgInstantPerpetualMarketLaunchResponseProtoMsg): MsgInstantPerpetualMarketLaunchResponse;
2306
+ toProto(message: MsgInstantPerpetualMarketLaunchResponse): Uint8Array;
2307
+ toProtoMsg(message: MsgInstantPerpetualMarketLaunchResponse): MsgInstantPerpetualMarketLaunchResponseProtoMsg;
2308
+ };
2309
+ export declare const MsgInstantBinaryOptionsMarketLaunch: {
2310
+ typeUrl: string;
2311
+ aminoType: string;
2312
+ is(o: any): o is MsgInstantBinaryOptionsMarketLaunch;
2313
+ isAmino(o: any): o is MsgInstantBinaryOptionsMarketLaunchAmino;
2314
+ encode(message: MsgInstantBinaryOptionsMarketLaunch, writer?: BinaryWriter): BinaryWriter;
2315
+ decode(input: BinaryReader | Uint8Array, length?: number): MsgInstantBinaryOptionsMarketLaunch;
2316
+ fromPartial(object: DeepPartial<MsgInstantBinaryOptionsMarketLaunch>): MsgInstantBinaryOptionsMarketLaunch;
2317
+ fromAmino(object: MsgInstantBinaryOptionsMarketLaunchAmino): MsgInstantBinaryOptionsMarketLaunch;
2318
+ toAmino(message: MsgInstantBinaryOptionsMarketLaunch): MsgInstantBinaryOptionsMarketLaunchAmino;
2319
+ fromAminoMsg(object: MsgInstantBinaryOptionsMarketLaunchAminoMsg): MsgInstantBinaryOptionsMarketLaunch;
2320
+ toAminoMsg(message: MsgInstantBinaryOptionsMarketLaunch): MsgInstantBinaryOptionsMarketLaunchAminoMsg;
2321
+ fromProtoMsg(message: MsgInstantBinaryOptionsMarketLaunchProtoMsg): MsgInstantBinaryOptionsMarketLaunch;
2322
+ toProto(message: MsgInstantBinaryOptionsMarketLaunch): Uint8Array;
2323
+ toProtoMsg(message: MsgInstantBinaryOptionsMarketLaunch): MsgInstantBinaryOptionsMarketLaunchProtoMsg;
2324
+ };
2325
+ export declare const MsgInstantBinaryOptionsMarketLaunchResponse: {
2326
+ typeUrl: string;
2327
+ is(o: any): o is MsgInstantBinaryOptionsMarketLaunchResponse;
2328
+ isAmino(o: any): o is MsgInstantBinaryOptionsMarketLaunchResponseAmino;
2329
+ encode(_: MsgInstantBinaryOptionsMarketLaunchResponse, writer?: BinaryWriter): BinaryWriter;
2330
+ decode(input: BinaryReader | Uint8Array, length?: number): MsgInstantBinaryOptionsMarketLaunchResponse;
2331
+ fromPartial(_: DeepPartial<MsgInstantBinaryOptionsMarketLaunchResponse>): MsgInstantBinaryOptionsMarketLaunchResponse;
2332
+ fromAmino(_: MsgInstantBinaryOptionsMarketLaunchResponseAmino): MsgInstantBinaryOptionsMarketLaunchResponse;
2333
+ toAmino(_: MsgInstantBinaryOptionsMarketLaunchResponse): MsgInstantBinaryOptionsMarketLaunchResponseAmino;
2334
+ fromAminoMsg(object: MsgInstantBinaryOptionsMarketLaunchResponseAminoMsg): MsgInstantBinaryOptionsMarketLaunchResponse;
2335
+ fromProtoMsg(message: MsgInstantBinaryOptionsMarketLaunchResponseProtoMsg): MsgInstantBinaryOptionsMarketLaunchResponse;
2336
+ toProto(message: MsgInstantBinaryOptionsMarketLaunchResponse): Uint8Array;
2337
+ toProtoMsg(message: MsgInstantBinaryOptionsMarketLaunchResponse): MsgInstantBinaryOptionsMarketLaunchResponseProtoMsg;
2338
+ };
2339
+ export declare const MsgInstantExpiryFuturesMarketLaunch: {
2340
+ typeUrl: string;
2341
+ aminoType: string;
2342
+ is(o: any): o is MsgInstantExpiryFuturesMarketLaunch;
2343
+ isAmino(o: any): o is MsgInstantExpiryFuturesMarketLaunchAmino;
2344
+ encode(message: MsgInstantExpiryFuturesMarketLaunch, writer?: BinaryWriter): BinaryWriter;
2345
+ decode(input: BinaryReader | Uint8Array, length?: number): MsgInstantExpiryFuturesMarketLaunch;
2346
+ fromPartial(object: DeepPartial<MsgInstantExpiryFuturesMarketLaunch>): MsgInstantExpiryFuturesMarketLaunch;
2347
+ fromAmino(object: MsgInstantExpiryFuturesMarketLaunchAmino): MsgInstantExpiryFuturesMarketLaunch;
2348
+ toAmino(message: MsgInstantExpiryFuturesMarketLaunch): MsgInstantExpiryFuturesMarketLaunchAmino;
2349
+ fromAminoMsg(object: MsgInstantExpiryFuturesMarketLaunchAminoMsg): MsgInstantExpiryFuturesMarketLaunch;
2350
+ toAminoMsg(message: MsgInstantExpiryFuturesMarketLaunch): MsgInstantExpiryFuturesMarketLaunchAminoMsg;
2351
+ fromProtoMsg(message: MsgInstantExpiryFuturesMarketLaunchProtoMsg): MsgInstantExpiryFuturesMarketLaunch;
2352
+ toProto(message: MsgInstantExpiryFuturesMarketLaunch): Uint8Array;
2353
+ toProtoMsg(message: MsgInstantExpiryFuturesMarketLaunch): MsgInstantExpiryFuturesMarketLaunchProtoMsg;
2354
+ };
2355
+ export declare const MsgInstantExpiryFuturesMarketLaunchResponse: {
2356
+ typeUrl: string;
2357
+ is(o: any): o is MsgInstantExpiryFuturesMarketLaunchResponse;
2358
+ isAmino(o: any): o is MsgInstantExpiryFuturesMarketLaunchResponseAmino;
2359
+ encode(_: MsgInstantExpiryFuturesMarketLaunchResponse, writer?: BinaryWriter): BinaryWriter;
2360
+ decode(input: BinaryReader | Uint8Array, length?: number): MsgInstantExpiryFuturesMarketLaunchResponse;
2361
+ fromPartial(_: DeepPartial<MsgInstantExpiryFuturesMarketLaunchResponse>): MsgInstantExpiryFuturesMarketLaunchResponse;
2362
+ fromAmino(_: MsgInstantExpiryFuturesMarketLaunchResponseAmino): MsgInstantExpiryFuturesMarketLaunchResponse;
2363
+ toAmino(_: MsgInstantExpiryFuturesMarketLaunchResponse): MsgInstantExpiryFuturesMarketLaunchResponseAmino;
2364
+ fromAminoMsg(object: MsgInstantExpiryFuturesMarketLaunchResponseAminoMsg): MsgInstantExpiryFuturesMarketLaunchResponse;
2365
+ fromProtoMsg(message: MsgInstantExpiryFuturesMarketLaunchResponseProtoMsg): MsgInstantExpiryFuturesMarketLaunchResponse;
2366
+ toProto(message: MsgInstantExpiryFuturesMarketLaunchResponse): Uint8Array;
2367
+ toProtoMsg(message: MsgInstantExpiryFuturesMarketLaunchResponse): MsgInstantExpiryFuturesMarketLaunchResponseProtoMsg;
2368
+ };
2369
+ export declare const MsgCreateSpotMarketOrder: {
2370
+ typeUrl: string;
2371
+ aminoType: string;
2372
+ is(o: any): o is MsgCreateSpotMarketOrder;
2373
+ isAmino(o: any): o is MsgCreateSpotMarketOrderAmino;
2374
+ encode(message: MsgCreateSpotMarketOrder, writer?: BinaryWriter): BinaryWriter;
2375
+ decode(input: BinaryReader | Uint8Array, length?: number): MsgCreateSpotMarketOrder;
2376
+ fromPartial(object: DeepPartial<MsgCreateSpotMarketOrder>): MsgCreateSpotMarketOrder;
2377
+ fromAmino(object: MsgCreateSpotMarketOrderAmino): MsgCreateSpotMarketOrder;
2378
+ toAmino(message: MsgCreateSpotMarketOrder): MsgCreateSpotMarketOrderAmino;
2379
+ fromAminoMsg(object: MsgCreateSpotMarketOrderAminoMsg): MsgCreateSpotMarketOrder;
2380
+ toAminoMsg(message: MsgCreateSpotMarketOrder): MsgCreateSpotMarketOrderAminoMsg;
2381
+ fromProtoMsg(message: MsgCreateSpotMarketOrderProtoMsg): MsgCreateSpotMarketOrder;
2382
+ toProto(message: MsgCreateSpotMarketOrder): Uint8Array;
2383
+ toProtoMsg(message: MsgCreateSpotMarketOrder): MsgCreateSpotMarketOrderProtoMsg;
2384
+ };
2385
+ export declare const MsgCreateSpotMarketOrderResponse: {
2386
+ typeUrl: string;
2387
+ is(o: any): o is MsgCreateSpotMarketOrderResponse;
2388
+ isAmino(o: any): o is MsgCreateSpotMarketOrderResponseAmino;
2389
+ encode(message: MsgCreateSpotMarketOrderResponse, writer?: BinaryWriter): BinaryWriter;
2390
+ decode(input: BinaryReader | Uint8Array, length?: number): MsgCreateSpotMarketOrderResponse;
2391
+ fromPartial(object: DeepPartial<MsgCreateSpotMarketOrderResponse>): MsgCreateSpotMarketOrderResponse;
2392
+ fromAmino(object: MsgCreateSpotMarketOrderResponseAmino): MsgCreateSpotMarketOrderResponse;
2393
+ toAmino(message: MsgCreateSpotMarketOrderResponse): MsgCreateSpotMarketOrderResponseAmino;
2394
+ fromAminoMsg(object: MsgCreateSpotMarketOrderResponseAminoMsg): MsgCreateSpotMarketOrderResponse;
2395
+ fromProtoMsg(message: MsgCreateSpotMarketOrderResponseProtoMsg): MsgCreateSpotMarketOrderResponse;
2396
+ toProto(message: MsgCreateSpotMarketOrderResponse): Uint8Array;
2397
+ toProtoMsg(message: MsgCreateSpotMarketOrderResponse): MsgCreateSpotMarketOrderResponseProtoMsg;
2398
+ };
2399
+ export declare const SpotMarketOrderResults: {
2400
+ typeUrl: string;
2401
+ is(o: any): o is SpotMarketOrderResults;
2402
+ isAmino(o: any): o is SpotMarketOrderResultsAmino;
2403
+ encode(message: SpotMarketOrderResults, writer?: BinaryWriter): BinaryWriter;
2404
+ decode(input: BinaryReader | Uint8Array, length?: number): SpotMarketOrderResults;
2405
+ fromPartial(object: DeepPartial<SpotMarketOrderResults>): SpotMarketOrderResults;
2406
+ fromAmino(object: SpotMarketOrderResultsAmino): SpotMarketOrderResults;
2407
+ toAmino(message: SpotMarketOrderResults): SpotMarketOrderResultsAmino;
2408
+ fromAminoMsg(object: SpotMarketOrderResultsAminoMsg): SpotMarketOrderResults;
2409
+ fromProtoMsg(message: SpotMarketOrderResultsProtoMsg): SpotMarketOrderResults;
2410
+ toProto(message: SpotMarketOrderResults): Uint8Array;
2411
+ toProtoMsg(message: SpotMarketOrderResults): SpotMarketOrderResultsProtoMsg;
2412
+ };
2413
+ export declare const MsgCreateDerivativeLimitOrder: {
2414
+ typeUrl: string;
2415
+ aminoType: string;
2416
+ is(o: any): o is MsgCreateDerivativeLimitOrder;
2417
+ isAmino(o: any): o is MsgCreateDerivativeLimitOrderAmino;
2418
+ encode(message: MsgCreateDerivativeLimitOrder, writer?: BinaryWriter): BinaryWriter;
2419
+ decode(input: BinaryReader | Uint8Array, length?: number): MsgCreateDerivativeLimitOrder;
2420
+ fromPartial(object: DeepPartial<MsgCreateDerivativeLimitOrder>): MsgCreateDerivativeLimitOrder;
2421
+ fromAmino(object: MsgCreateDerivativeLimitOrderAmino): MsgCreateDerivativeLimitOrder;
2422
+ toAmino(message: MsgCreateDerivativeLimitOrder): MsgCreateDerivativeLimitOrderAmino;
2423
+ fromAminoMsg(object: MsgCreateDerivativeLimitOrderAminoMsg): MsgCreateDerivativeLimitOrder;
2424
+ toAminoMsg(message: MsgCreateDerivativeLimitOrder): MsgCreateDerivativeLimitOrderAminoMsg;
2425
+ fromProtoMsg(message: MsgCreateDerivativeLimitOrderProtoMsg): MsgCreateDerivativeLimitOrder;
2426
+ toProto(message: MsgCreateDerivativeLimitOrder): Uint8Array;
2427
+ toProtoMsg(message: MsgCreateDerivativeLimitOrder): MsgCreateDerivativeLimitOrderProtoMsg;
2428
+ };
2429
+ export declare const MsgCreateDerivativeLimitOrderResponse: {
2430
+ typeUrl: string;
2431
+ is(o: any): o is MsgCreateDerivativeLimitOrderResponse;
2432
+ isAmino(o: any): o is MsgCreateDerivativeLimitOrderResponseAmino;
2433
+ encode(message: MsgCreateDerivativeLimitOrderResponse, writer?: BinaryWriter): BinaryWriter;
2434
+ decode(input: BinaryReader | Uint8Array, length?: number): MsgCreateDerivativeLimitOrderResponse;
2435
+ fromPartial(object: DeepPartial<MsgCreateDerivativeLimitOrderResponse>): MsgCreateDerivativeLimitOrderResponse;
2436
+ fromAmino(object: MsgCreateDerivativeLimitOrderResponseAmino): MsgCreateDerivativeLimitOrderResponse;
2437
+ toAmino(message: MsgCreateDerivativeLimitOrderResponse): MsgCreateDerivativeLimitOrderResponseAmino;
2438
+ fromAminoMsg(object: MsgCreateDerivativeLimitOrderResponseAminoMsg): MsgCreateDerivativeLimitOrderResponse;
2439
+ fromProtoMsg(message: MsgCreateDerivativeLimitOrderResponseProtoMsg): MsgCreateDerivativeLimitOrderResponse;
2440
+ toProto(message: MsgCreateDerivativeLimitOrderResponse): Uint8Array;
2441
+ toProtoMsg(message: MsgCreateDerivativeLimitOrderResponse): MsgCreateDerivativeLimitOrderResponseProtoMsg;
2442
+ };
2443
+ export declare const MsgCreateBinaryOptionsLimitOrder: {
2444
+ typeUrl: string;
2445
+ aminoType: string;
2446
+ is(o: any): o is MsgCreateBinaryOptionsLimitOrder;
2447
+ isAmino(o: any): o is MsgCreateBinaryOptionsLimitOrderAmino;
2448
+ encode(message: MsgCreateBinaryOptionsLimitOrder, writer?: BinaryWriter): BinaryWriter;
2449
+ decode(input: BinaryReader | Uint8Array, length?: number): MsgCreateBinaryOptionsLimitOrder;
2450
+ fromPartial(object: DeepPartial<MsgCreateBinaryOptionsLimitOrder>): MsgCreateBinaryOptionsLimitOrder;
2451
+ fromAmino(object: MsgCreateBinaryOptionsLimitOrderAmino): MsgCreateBinaryOptionsLimitOrder;
2452
+ toAmino(message: MsgCreateBinaryOptionsLimitOrder): MsgCreateBinaryOptionsLimitOrderAmino;
2453
+ fromAminoMsg(object: MsgCreateBinaryOptionsLimitOrderAminoMsg): MsgCreateBinaryOptionsLimitOrder;
2454
+ toAminoMsg(message: MsgCreateBinaryOptionsLimitOrder): MsgCreateBinaryOptionsLimitOrderAminoMsg;
2455
+ fromProtoMsg(message: MsgCreateBinaryOptionsLimitOrderProtoMsg): MsgCreateBinaryOptionsLimitOrder;
2456
+ toProto(message: MsgCreateBinaryOptionsLimitOrder): Uint8Array;
2457
+ toProtoMsg(message: MsgCreateBinaryOptionsLimitOrder): MsgCreateBinaryOptionsLimitOrderProtoMsg;
2458
+ };
2459
+ export declare const MsgCreateBinaryOptionsLimitOrderResponse: {
2460
+ typeUrl: string;
2461
+ is(o: any): o is MsgCreateBinaryOptionsLimitOrderResponse;
2462
+ isAmino(o: any): o is MsgCreateBinaryOptionsLimitOrderResponseAmino;
2463
+ encode(message: MsgCreateBinaryOptionsLimitOrderResponse, writer?: BinaryWriter): BinaryWriter;
2464
+ decode(input: BinaryReader | Uint8Array, length?: number): MsgCreateBinaryOptionsLimitOrderResponse;
2465
+ fromPartial(object: DeepPartial<MsgCreateBinaryOptionsLimitOrderResponse>): MsgCreateBinaryOptionsLimitOrderResponse;
2466
+ fromAmino(object: MsgCreateBinaryOptionsLimitOrderResponseAmino): MsgCreateBinaryOptionsLimitOrderResponse;
2467
+ toAmino(message: MsgCreateBinaryOptionsLimitOrderResponse): MsgCreateBinaryOptionsLimitOrderResponseAmino;
2468
+ fromAminoMsg(object: MsgCreateBinaryOptionsLimitOrderResponseAminoMsg): MsgCreateBinaryOptionsLimitOrderResponse;
2469
+ fromProtoMsg(message: MsgCreateBinaryOptionsLimitOrderResponseProtoMsg): MsgCreateBinaryOptionsLimitOrderResponse;
2470
+ toProto(message: MsgCreateBinaryOptionsLimitOrderResponse): Uint8Array;
2471
+ toProtoMsg(message: MsgCreateBinaryOptionsLimitOrderResponse): MsgCreateBinaryOptionsLimitOrderResponseProtoMsg;
2472
+ };
2473
+ export declare const MsgBatchCreateDerivativeLimitOrders: {
2474
+ typeUrl: string;
2475
+ aminoType: string;
2476
+ is(o: any): o is MsgBatchCreateDerivativeLimitOrders;
2477
+ isAmino(o: any): o is MsgBatchCreateDerivativeLimitOrdersAmino;
2478
+ encode(message: MsgBatchCreateDerivativeLimitOrders, writer?: BinaryWriter): BinaryWriter;
2479
+ decode(input: BinaryReader | Uint8Array, length?: number): MsgBatchCreateDerivativeLimitOrders;
2480
+ fromPartial(object: DeepPartial<MsgBatchCreateDerivativeLimitOrders>): MsgBatchCreateDerivativeLimitOrders;
2481
+ fromAmino(object: MsgBatchCreateDerivativeLimitOrdersAmino): MsgBatchCreateDerivativeLimitOrders;
2482
+ toAmino(message: MsgBatchCreateDerivativeLimitOrders): MsgBatchCreateDerivativeLimitOrdersAmino;
2483
+ fromAminoMsg(object: MsgBatchCreateDerivativeLimitOrdersAminoMsg): MsgBatchCreateDerivativeLimitOrders;
2484
+ toAminoMsg(message: MsgBatchCreateDerivativeLimitOrders): MsgBatchCreateDerivativeLimitOrdersAminoMsg;
2485
+ fromProtoMsg(message: MsgBatchCreateDerivativeLimitOrdersProtoMsg): MsgBatchCreateDerivativeLimitOrders;
2486
+ toProto(message: MsgBatchCreateDerivativeLimitOrders): Uint8Array;
2487
+ toProtoMsg(message: MsgBatchCreateDerivativeLimitOrders): MsgBatchCreateDerivativeLimitOrdersProtoMsg;
2488
+ };
2489
+ export declare const MsgBatchCreateDerivativeLimitOrdersResponse: {
2490
+ typeUrl: string;
2491
+ is(o: any): o is MsgBatchCreateDerivativeLimitOrdersResponse;
2492
+ isAmino(o: any): o is MsgBatchCreateDerivativeLimitOrdersResponseAmino;
2493
+ encode(message: MsgBatchCreateDerivativeLimitOrdersResponse, writer?: BinaryWriter): BinaryWriter;
2494
+ decode(input: BinaryReader | Uint8Array, length?: number): MsgBatchCreateDerivativeLimitOrdersResponse;
2495
+ fromPartial(object: DeepPartial<MsgBatchCreateDerivativeLimitOrdersResponse>): MsgBatchCreateDerivativeLimitOrdersResponse;
2496
+ fromAmino(object: MsgBatchCreateDerivativeLimitOrdersResponseAmino): MsgBatchCreateDerivativeLimitOrdersResponse;
2497
+ toAmino(message: MsgBatchCreateDerivativeLimitOrdersResponse): MsgBatchCreateDerivativeLimitOrdersResponseAmino;
2498
+ fromAminoMsg(object: MsgBatchCreateDerivativeLimitOrdersResponseAminoMsg): MsgBatchCreateDerivativeLimitOrdersResponse;
2499
+ fromProtoMsg(message: MsgBatchCreateDerivativeLimitOrdersResponseProtoMsg): MsgBatchCreateDerivativeLimitOrdersResponse;
2500
+ toProto(message: MsgBatchCreateDerivativeLimitOrdersResponse): Uint8Array;
2501
+ toProtoMsg(message: MsgBatchCreateDerivativeLimitOrdersResponse): MsgBatchCreateDerivativeLimitOrdersResponseProtoMsg;
2502
+ };
2503
+ export declare const MsgCancelSpotOrder: {
2504
+ typeUrl: string;
2505
+ aminoType: string;
2506
+ is(o: any): o is MsgCancelSpotOrder;
2507
+ isAmino(o: any): o is MsgCancelSpotOrderAmino;
2508
+ encode(message: MsgCancelSpotOrder, writer?: BinaryWriter): BinaryWriter;
2509
+ decode(input: BinaryReader | Uint8Array, length?: number): MsgCancelSpotOrder;
2510
+ fromPartial(object: DeepPartial<MsgCancelSpotOrder>): MsgCancelSpotOrder;
2511
+ fromAmino(object: MsgCancelSpotOrderAmino): MsgCancelSpotOrder;
2512
+ toAmino(message: MsgCancelSpotOrder): MsgCancelSpotOrderAmino;
2513
+ fromAminoMsg(object: MsgCancelSpotOrderAminoMsg): MsgCancelSpotOrder;
2514
+ toAminoMsg(message: MsgCancelSpotOrder): MsgCancelSpotOrderAminoMsg;
2515
+ fromProtoMsg(message: MsgCancelSpotOrderProtoMsg): MsgCancelSpotOrder;
2516
+ toProto(message: MsgCancelSpotOrder): Uint8Array;
2517
+ toProtoMsg(message: MsgCancelSpotOrder): MsgCancelSpotOrderProtoMsg;
2518
+ };
2519
+ export declare const MsgCancelSpotOrderResponse: {
2520
+ typeUrl: string;
2521
+ is(o: any): o is MsgCancelSpotOrderResponse;
2522
+ isAmino(o: any): o is MsgCancelSpotOrderResponseAmino;
2523
+ encode(_: MsgCancelSpotOrderResponse, writer?: BinaryWriter): BinaryWriter;
2524
+ decode(input: BinaryReader | Uint8Array, length?: number): MsgCancelSpotOrderResponse;
2525
+ fromPartial(_: DeepPartial<MsgCancelSpotOrderResponse>): MsgCancelSpotOrderResponse;
2526
+ fromAmino(_: MsgCancelSpotOrderResponseAmino): MsgCancelSpotOrderResponse;
2527
+ toAmino(_: MsgCancelSpotOrderResponse): MsgCancelSpotOrderResponseAmino;
2528
+ fromAminoMsg(object: MsgCancelSpotOrderResponseAminoMsg): MsgCancelSpotOrderResponse;
2529
+ fromProtoMsg(message: MsgCancelSpotOrderResponseProtoMsg): MsgCancelSpotOrderResponse;
2530
+ toProto(message: MsgCancelSpotOrderResponse): Uint8Array;
2531
+ toProtoMsg(message: MsgCancelSpotOrderResponse): MsgCancelSpotOrderResponseProtoMsg;
2532
+ };
2533
+ export declare const MsgBatchCancelSpotOrders: {
2534
+ typeUrl: string;
2535
+ aminoType: string;
2536
+ is(o: any): o is MsgBatchCancelSpotOrders;
2537
+ isAmino(o: any): o is MsgBatchCancelSpotOrdersAmino;
2538
+ encode(message: MsgBatchCancelSpotOrders, writer?: BinaryWriter): BinaryWriter;
2539
+ decode(input: BinaryReader | Uint8Array, length?: number): MsgBatchCancelSpotOrders;
2540
+ fromPartial(object: DeepPartial<MsgBatchCancelSpotOrders>): MsgBatchCancelSpotOrders;
2541
+ fromAmino(object: MsgBatchCancelSpotOrdersAmino): MsgBatchCancelSpotOrders;
2542
+ toAmino(message: MsgBatchCancelSpotOrders): MsgBatchCancelSpotOrdersAmino;
2543
+ fromAminoMsg(object: MsgBatchCancelSpotOrdersAminoMsg): MsgBatchCancelSpotOrders;
2544
+ toAminoMsg(message: MsgBatchCancelSpotOrders): MsgBatchCancelSpotOrdersAminoMsg;
2545
+ fromProtoMsg(message: MsgBatchCancelSpotOrdersProtoMsg): MsgBatchCancelSpotOrders;
2546
+ toProto(message: MsgBatchCancelSpotOrders): Uint8Array;
2547
+ toProtoMsg(message: MsgBatchCancelSpotOrders): MsgBatchCancelSpotOrdersProtoMsg;
2548
+ };
2549
+ export declare const MsgBatchCancelSpotOrdersResponse: {
2550
+ typeUrl: string;
2551
+ is(o: any): o is MsgBatchCancelSpotOrdersResponse;
2552
+ isAmino(o: any): o is MsgBatchCancelSpotOrdersResponseAmino;
2553
+ encode(message: MsgBatchCancelSpotOrdersResponse, writer?: BinaryWriter): BinaryWriter;
2554
+ decode(input: BinaryReader | Uint8Array, length?: number): MsgBatchCancelSpotOrdersResponse;
2555
+ fromPartial(object: DeepPartial<MsgBatchCancelSpotOrdersResponse>): MsgBatchCancelSpotOrdersResponse;
2556
+ fromAmino(object: MsgBatchCancelSpotOrdersResponseAmino): MsgBatchCancelSpotOrdersResponse;
2557
+ toAmino(message: MsgBatchCancelSpotOrdersResponse): MsgBatchCancelSpotOrdersResponseAmino;
2558
+ fromAminoMsg(object: MsgBatchCancelSpotOrdersResponseAminoMsg): MsgBatchCancelSpotOrdersResponse;
2559
+ fromProtoMsg(message: MsgBatchCancelSpotOrdersResponseProtoMsg): MsgBatchCancelSpotOrdersResponse;
2560
+ toProto(message: MsgBatchCancelSpotOrdersResponse): Uint8Array;
2561
+ toProtoMsg(message: MsgBatchCancelSpotOrdersResponse): MsgBatchCancelSpotOrdersResponseProtoMsg;
2562
+ };
2563
+ export declare const MsgBatchCancelBinaryOptionsOrders: {
2564
+ typeUrl: string;
2565
+ aminoType: string;
2566
+ is(o: any): o is MsgBatchCancelBinaryOptionsOrders;
2567
+ isAmino(o: any): o is MsgBatchCancelBinaryOptionsOrdersAmino;
2568
+ encode(message: MsgBatchCancelBinaryOptionsOrders, writer?: BinaryWriter): BinaryWriter;
2569
+ decode(input: BinaryReader | Uint8Array, length?: number): MsgBatchCancelBinaryOptionsOrders;
2570
+ fromPartial(object: DeepPartial<MsgBatchCancelBinaryOptionsOrders>): MsgBatchCancelBinaryOptionsOrders;
2571
+ fromAmino(object: MsgBatchCancelBinaryOptionsOrdersAmino): MsgBatchCancelBinaryOptionsOrders;
2572
+ toAmino(message: MsgBatchCancelBinaryOptionsOrders): MsgBatchCancelBinaryOptionsOrdersAmino;
2573
+ fromAminoMsg(object: MsgBatchCancelBinaryOptionsOrdersAminoMsg): MsgBatchCancelBinaryOptionsOrders;
2574
+ toAminoMsg(message: MsgBatchCancelBinaryOptionsOrders): MsgBatchCancelBinaryOptionsOrdersAminoMsg;
2575
+ fromProtoMsg(message: MsgBatchCancelBinaryOptionsOrdersProtoMsg): MsgBatchCancelBinaryOptionsOrders;
2576
+ toProto(message: MsgBatchCancelBinaryOptionsOrders): Uint8Array;
2577
+ toProtoMsg(message: MsgBatchCancelBinaryOptionsOrders): MsgBatchCancelBinaryOptionsOrdersProtoMsg;
2578
+ };
2579
+ export declare const MsgBatchCancelBinaryOptionsOrdersResponse: {
2580
+ typeUrl: string;
2581
+ is(o: any): o is MsgBatchCancelBinaryOptionsOrdersResponse;
2582
+ isAmino(o: any): o is MsgBatchCancelBinaryOptionsOrdersResponseAmino;
2583
+ encode(message: MsgBatchCancelBinaryOptionsOrdersResponse, writer?: BinaryWriter): BinaryWriter;
2584
+ decode(input: BinaryReader | Uint8Array, length?: number): MsgBatchCancelBinaryOptionsOrdersResponse;
2585
+ fromPartial(object: DeepPartial<MsgBatchCancelBinaryOptionsOrdersResponse>): MsgBatchCancelBinaryOptionsOrdersResponse;
2586
+ fromAmino(object: MsgBatchCancelBinaryOptionsOrdersResponseAmino): MsgBatchCancelBinaryOptionsOrdersResponse;
2587
+ toAmino(message: MsgBatchCancelBinaryOptionsOrdersResponse): MsgBatchCancelBinaryOptionsOrdersResponseAmino;
2588
+ fromAminoMsg(object: MsgBatchCancelBinaryOptionsOrdersResponseAminoMsg): MsgBatchCancelBinaryOptionsOrdersResponse;
2589
+ fromProtoMsg(message: MsgBatchCancelBinaryOptionsOrdersResponseProtoMsg): MsgBatchCancelBinaryOptionsOrdersResponse;
2590
+ toProto(message: MsgBatchCancelBinaryOptionsOrdersResponse): Uint8Array;
2591
+ toProtoMsg(message: MsgBatchCancelBinaryOptionsOrdersResponse): MsgBatchCancelBinaryOptionsOrdersResponseProtoMsg;
2592
+ };
2593
+ export declare const MsgBatchUpdateOrders: {
2594
+ typeUrl: string;
2595
+ aminoType: string;
2596
+ is(o: any): o is MsgBatchUpdateOrders;
2597
+ isAmino(o: any): o is MsgBatchUpdateOrdersAmino;
2598
+ encode(message: MsgBatchUpdateOrders, writer?: BinaryWriter): BinaryWriter;
2599
+ decode(input: BinaryReader | Uint8Array, length?: number): MsgBatchUpdateOrders;
2600
+ fromPartial(object: DeepPartial<MsgBatchUpdateOrders>): MsgBatchUpdateOrders;
2601
+ fromAmino(object: MsgBatchUpdateOrdersAmino): MsgBatchUpdateOrders;
2602
+ toAmino(message: MsgBatchUpdateOrders): MsgBatchUpdateOrdersAmino;
2603
+ fromAminoMsg(object: MsgBatchUpdateOrdersAminoMsg): MsgBatchUpdateOrders;
2604
+ toAminoMsg(message: MsgBatchUpdateOrders): MsgBatchUpdateOrdersAminoMsg;
2605
+ fromProtoMsg(message: MsgBatchUpdateOrdersProtoMsg): MsgBatchUpdateOrders;
2606
+ toProto(message: MsgBatchUpdateOrders): Uint8Array;
2607
+ toProtoMsg(message: MsgBatchUpdateOrders): MsgBatchUpdateOrdersProtoMsg;
2608
+ };
2609
+ export declare const MsgBatchUpdateOrdersResponse: {
2610
+ typeUrl: string;
2611
+ is(o: any): o is MsgBatchUpdateOrdersResponse;
2612
+ isAmino(o: any): o is MsgBatchUpdateOrdersResponseAmino;
2613
+ encode(message: MsgBatchUpdateOrdersResponse, writer?: BinaryWriter): BinaryWriter;
2614
+ decode(input: BinaryReader | Uint8Array, length?: number): MsgBatchUpdateOrdersResponse;
2615
+ fromPartial(object: DeepPartial<MsgBatchUpdateOrdersResponse>): MsgBatchUpdateOrdersResponse;
2616
+ fromAmino(object: MsgBatchUpdateOrdersResponseAmino): MsgBatchUpdateOrdersResponse;
2617
+ toAmino(message: MsgBatchUpdateOrdersResponse): MsgBatchUpdateOrdersResponseAmino;
2618
+ fromAminoMsg(object: MsgBatchUpdateOrdersResponseAminoMsg): MsgBatchUpdateOrdersResponse;
2619
+ fromProtoMsg(message: MsgBatchUpdateOrdersResponseProtoMsg): MsgBatchUpdateOrdersResponse;
2620
+ toProto(message: MsgBatchUpdateOrdersResponse): Uint8Array;
2621
+ toProtoMsg(message: MsgBatchUpdateOrdersResponse): MsgBatchUpdateOrdersResponseProtoMsg;
2622
+ };
2623
+ export declare const MsgCreateDerivativeMarketOrder: {
2624
+ typeUrl: string;
2625
+ aminoType: string;
2626
+ is(o: any): o is MsgCreateDerivativeMarketOrder;
2627
+ isAmino(o: any): o is MsgCreateDerivativeMarketOrderAmino;
2628
+ encode(message: MsgCreateDerivativeMarketOrder, writer?: BinaryWriter): BinaryWriter;
2629
+ decode(input: BinaryReader | Uint8Array, length?: number): MsgCreateDerivativeMarketOrder;
2630
+ fromPartial(object: DeepPartial<MsgCreateDerivativeMarketOrder>): MsgCreateDerivativeMarketOrder;
2631
+ fromAmino(object: MsgCreateDerivativeMarketOrderAmino): MsgCreateDerivativeMarketOrder;
2632
+ toAmino(message: MsgCreateDerivativeMarketOrder): MsgCreateDerivativeMarketOrderAmino;
2633
+ fromAminoMsg(object: MsgCreateDerivativeMarketOrderAminoMsg): MsgCreateDerivativeMarketOrder;
2634
+ toAminoMsg(message: MsgCreateDerivativeMarketOrder): MsgCreateDerivativeMarketOrderAminoMsg;
2635
+ fromProtoMsg(message: MsgCreateDerivativeMarketOrderProtoMsg): MsgCreateDerivativeMarketOrder;
2636
+ toProto(message: MsgCreateDerivativeMarketOrder): Uint8Array;
2637
+ toProtoMsg(message: MsgCreateDerivativeMarketOrder): MsgCreateDerivativeMarketOrderProtoMsg;
2638
+ };
2639
+ export declare const MsgCreateDerivativeMarketOrderResponse: {
2640
+ typeUrl: string;
2641
+ is(o: any): o is MsgCreateDerivativeMarketOrderResponse;
2642
+ isAmino(o: any): o is MsgCreateDerivativeMarketOrderResponseAmino;
2643
+ encode(message: MsgCreateDerivativeMarketOrderResponse, writer?: BinaryWriter): BinaryWriter;
2644
+ decode(input: BinaryReader | Uint8Array, length?: number): MsgCreateDerivativeMarketOrderResponse;
2645
+ fromPartial(object: DeepPartial<MsgCreateDerivativeMarketOrderResponse>): MsgCreateDerivativeMarketOrderResponse;
2646
+ fromAmino(object: MsgCreateDerivativeMarketOrderResponseAmino): MsgCreateDerivativeMarketOrderResponse;
2647
+ toAmino(message: MsgCreateDerivativeMarketOrderResponse): MsgCreateDerivativeMarketOrderResponseAmino;
2648
+ fromAminoMsg(object: MsgCreateDerivativeMarketOrderResponseAminoMsg): MsgCreateDerivativeMarketOrderResponse;
2649
+ fromProtoMsg(message: MsgCreateDerivativeMarketOrderResponseProtoMsg): MsgCreateDerivativeMarketOrderResponse;
2650
+ toProto(message: MsgCreateDerivativeMarketOrderResponse): Uint8Array;
2651
+ toProtoMsg(message: MsgCreateDerivativeMarketOrderResponse): MsgCreateDerivativeMarketOrderResponseProtoMsg;
2652
+ };
2653
+ export declare const DerivativeMarketOrderResults: {
2654
+ typeUrl: string;
2655
+ is(o: any): o is DerivativeMarketOrderResults;
2656
+ isAmino(o: any): o is DerivativeMarketOrderResultsAmino;
2657
+ encode(message: DerivativeMarketOrderResults, writer?: BinaryWriter): BinaryWriter;
2658
+ decode(input: BinaryReader | Uint8Array, length?: number): DerivativeMarketOrderResults;
2659
+ fromPartial(object: DeepPartial<DerivativeMarketOrderResults>): DerivativeMarketOrderResults;
2660
+ fromAmino(object: DerivativeMarketOrderResultsAmino): DerivativeMarketOrderResults;
2661
+ toAmino(message: DerivativeMarketOrderResults): DerivativeMarketOrderResultsAmino;
2662
+ fromAminoMsg(object: DerivativeMarketOrderResultsAminoMsg): DerivativeMarketOrderResults;
2663
+ fromProtoMsg(message: DerivativeMarketOrderResultsProtoMsg): DerivativeMarketOrderResults;
2664
+ toProto(message: DerivativeMarketOrderResults): Uint8Array;
2665
+ toProtoMsg(message: DerivativeMarketOrderResults): DerivativeMarketOrderResultsProtoMsg;
2666
+ };
2667
+ export declare const MsgCreateBinaryOptionsMarketOrder: {
2668
+ typeUrl: string;
2669
+ aminoType: string;
2670
+ is(o: any): o is MsgCreateBinaryOptionsMarketOrder;
2671
+ isAmino(o: any): o is MsgCreateBinaryOptionsMarketOrderAmino;
2672
+ encode(message: MsgCreateBinaryOptionsMarketOrder, writer?: BinaryWriter): BinaryWriter;
2673
+ decode(input: BinaryReader | Uint8Array, length?: number): MsgCreateBinaryOptionsMarketOrder;
2674
+ fromPartial(object: DeepPartial<MsgCreateBinaryOptionsMarketOrder>): MsgCreateBinaryOptionsMarketOrder;
2675
+ fromAmino(object: MsgCreateBinaryOptionsMarketOrderAmino): MsgCreateBinaryOptionsMarketOrder;
2676
+ toAmino(message: MsgCreateBinaryOptionsMarketOrder): MsgCreateBinaryOptionsMarketOrderAmino;
2677
+ fromAminoMsg(object: MsgCreateBinaryOptionsMarketOrderAminoMsg): MsgCreateBinaryOptionsMarketOrder;
2678
+ toAminoMsg(message: MsgCreateBinaryOptionsMarketOrder): MsgCreateBinaryOptionsMarketOrderAminoMsg;
2679
+ fromProtoMsg(message: MsgCreateBinaryOptionsMarketOrderProtoMsg): MsgCreateBinaryOptionsMarketOrder;
2680
+ toProto(message: MsgCreateBinaryOptionsMarketOrder): Uint8Array;
2681
+ toProtoMsg(message: MsgCreateBinaryOptionsMarketOrder): MsgCreateBinaryOptionsMarketOrderProtoMsg;
2682
+ };
2683
+ export declare const MsgCreateBinaryOptionsMarketOrderResponse: {
2684
+ typeUrl: string;
2685
+ is(o: any): o is MsgCreateBinaryOptionsMarketOrderResponse;
2686
+ isAmino(o: any): o is MsgCreateBinaryOptionsMarketOrderResponseAmino;
2687
+ encode(message: MsgCreateBinaryOptionsMarketOrderResponse, writer?: BinaryWriter): BinaryWriter;
2688
+ decode(input: BinaryReader | Uint8Array, length?: number): MsgCreateBinaryOptionsMarketOrderResponse;
2689
+ fromPartial(object: DeepPartial<MsgCreateBinaryOptionsMarketOrderResponse>): MsgCreateBinaryOptionsMarketOrderResponse;
2690
+ fromAmino(object: MsgCreateBinaryOptionsMarketOrderResponseAmino): MsgCreateBinaryOptionsMarketOrderResponse;
2691
+ toAmino(message: MsgCreateBinaryOptionsMarketOrderResponse): MsgCreateBinaryOptionsMarketOrderResponseAmino;
2692
+ fromAminoMsg(object: MsgCreateBinaryOptionsMarketOrderResponseAminoMsg): MsgCreateBinaryOptionsMarketOrderResponse;
2693
+ fromProtoMsg(message: MsgCreateBinaryOptionsMarketOrderResponseProtoMsg): MsgCreateBinaryOptionsMarketOrderResponse;
2694
+ toProto(message: MsgCreateBinaryOptionsMarketOrderResponse): Uint8Array;
2695
+ toProtoMsg(message: MsgCreateBinaryOptionsMarketOrderResponse): MsgCreateBinaryOptionsMarketOrderResponseProtoMsg;
2696
+ };
2697
+ export declare const MsgCancelDerivativeOrder: {
2698
+ typeUrl: string;
2699
+ aminoType: string;
2700
+ is(o: any): o is MsgCancelDerivativeOrder;
2701
+ isAmino(o: any): o is MsgCancelDerivativeOrderAmino;
2702
+ encode(message: MsgCancelDerivativeOrder, writer?: BinaryWriter): BinaryWriter;
2703
+ decode(input: BinaryReader | Uint8Array, length?: number): MsgCancelDerivativeOrder;
2704
+ fromPartial(object: DeepPartial<MsgCancelDerivativeOrder>): MsgCancelDerivativeOrder;
2705
+ fromAmino(object: MsgCancelDerivativeOrderAmino): MsgCancelDerivativeOrder;
2706
+ toAmino(message: MsgCancelDerivativeOrder): MsgCancelDerivativeOrderAmino;
2707
+ fromAminoMsg(object: MsgCancelDerivativeOrderAminoMsg): MsgCancelDerivativeOrder;
2708
+ toAminoMsg(message: MsgCancelDerivativeOrder): MsgCancelDerivativeOrderAminoMsg;
2709
+ fromProtoMsg(message: MsgCancelDerivativeOrderProtoMsg): MsgCancelDerivativeOrder;
2710
+ toProto(message: MsgCancelDerivativeOrder): Uint8Array;
2711
+ toProtoMsg(message: MsgCancelDerivativeOrder): MsgCancelDerivativeOrderProtoMsg;
2712
+ };
2713
+ export declare const MsgCancelDerivativeOrderResponse: {
2714
+ typeUrl: string;
2715
+ is(o: any): o is MsgCancelDerivativeOrderResponse;
2716
+ isAmino(o: any): o is MsgCancelDerivativeOrderResponseAmino;
2717
+ encode(_: MsgCancelDerivativeOrderResponse, writer?: BinaryWriter): BinaryWriter;
2718
+ decode(input: BinaryReader | Uint8Array, length?: number): MsgCancelDerivativeOrderResponse;
2719
+ fromPartial(_: DeepPartial<MsgCancelDerivativeOrderResponse>): MsgCancelDerivativeOrderResponse;
2720
+ fromAmino(_: MsgCancelDerivativeOrderResponseAmino): MsgCancelDerivativeOrderResponse;
2721
+ toAmino(_: MsgCancelDerivativeOrderResponse): MsgCancelDerivativeOrderResponseAmino;
2722
+ fromAminoMsg(object: MsgCancelDerivativeOrderResponseAminoMsg): MsgCancelDerivativeOrderResponse;
2723
+ fromProtoMsg(message: MsgCancelDerivativeOrderResponseProtoMsg): MsgCancelDerivativeOrderResponse;
2724
+ toProto(message: MsgCancelDerivativeOrderResponse): Uint8Array;
2725
+ toProtoMsg(message: MsgCancelDerivativeOrderResponse): MsgCancelDerivativeOrderResponseProtoMsg;
2726
+ };
2727
+ export declare const MsgCancelBinaryOptionsOrder: {
2728
+ typeUrl: string;
2729
+ aminoType: string;
2730
+ is(o: any): o is MsgCancelBinaryOptionsOrder;
2731
+ isAmino(o: any): o is MsgCancelBinaryOptionsOrderAmino;
2732
+ encode(message: MsgCancelBinaryOptionsOrder, writer?: BinaryWriter): BinaryWriter;
2733
+ decode(input: BinaryReader | Uint8Array, length?: number): MsgCancelBinaryOptionsOrder;
2734
+ fromPartial(object: DeepPartial<MsgCancelBinaryOptionsOrder>): MsgCancelBinaryOptionsOrder;
2735
+ fromAmino(object: MsgCancelBinaryOptionsOrderAmino): MsgCancelBinaryOptionsOrder;
2736
+ toAmino(message: MsgCancelBinaryOptionsOrder): MsgCancelBinaryOptionsOrderAmino;
2737
+ fromAminoMsg(object: MsgCancelBinaryOptionsOrderAminoMsg): MsgCancelBinaryOptionsOrder;
2738
+ toAminoMsg(message: MsgCancelBinaryOptionsOrder): MsgCancelBinaryOptionsOrderAminoMsg;
2739
+ fromProtoMsg(message: MsgCancelBinaryOptionsOrderProtoMsg): MsgCancelBinaryOptionsOrder;
2740
+ toProto(message: MsgCancelBinaryOptionsOrder): Uint8Array;
2741
+ toProtoMsg(message: MsgCancelBinaryOptionsOrder): MsgCancelBinaryOptionsOrderProtoMsg;
2742
+ };
2743
+ export declare const MsgCancelBinaryOptionsOrderResponse: {
2744
+ typeUrl: string;
2745
+ is(o: any): o is MsgCancelBinaryOptionsOrderResponse;
2746
+ isAmino(o: any): o is MsgCancelBinaryOptionsOrderResponseAmino;
2747
+ encode(_: MsgCancelBinaryOptionsOrderResponse, writer?: BinaryWriter): BinaryWriter;
2748
+ decode(input: BinaryReader | Uint8Array, length?: number): MsgCancelBinaryOptionsOrderResponse;
2749
+ fromPartial(_: DeepPartial<MsgCancelBinaryOptionsOrderResponse>): MsgCancelBinaryOptionsOrderResponse;
2750
+ fromAmino(_: MsgCancelBinaryOptionsOrderResponseAmino): MsgCancelBinaryOptionsOrderResponse;
2751
+ toAmino(_: MsgCancelBinaryOptionsOrderResponse): MsgCancelBinaryOptionsOrderResponseAmino;
2752
+ fromAminoMsg(object: MsgCancelBinaryOptionsOrderResponseAminoMsg): MsgCancelBinaryOptionsOrderResponse;
2753
+ fromProtoMsg(message: MsgCancelBinaryOptionsOrderResponseProtoMsg): MsgCancelBinaryOptionsOrderResponse;
2754
+ toProto(message: MsgCancelBinaryOptionsOrderResponse): Uint8Array;
2755
+ toProtoMsg(message: MsgCancelBinaryOptionsOrderResponse): MsgCancelBinaryOptionsOrderResponseProtoMsg;
2756
+ };
2757
+ export declare const OrderData: {
2758
+ typeUrl: string;
2759
+ is(o: any): o is OrderData;
2760
+ isAmino(o: any): o is OrderDataAmino;
2761
+ encode(message: OrderData, writer?: BinaryWriter): BinaryWriter;
2762
+ decode(input: BinaryReader | Uint8Array, length?: number): OrderData;
2763
+ fromPartial(object: DeepPartial<OrderData>): OrderData;
2764
+ fromAmino(object: OrderDataAmino): OrderData;
2765
+ toAmino(message: OrderData): OrderDataAmino;
2766
+ fromAminoMsg(object: OrderDataAminoMsg): OrderData;
2767
+ fromProtoMsg(message: OrderDataProtoMsg): OrderData;
2768
+ toProto(message: OrderData): Uint8Array;
2769
+ toProtoMsg(message: OrderData): OrderDataProtoMsg;
2770
+ };
2771
+ export declare const MsgBatchCancelDerivativeOrders: {
2772
+ typeUrl: string;
2773
+ aminoType: string;
2774
+ is(o: any): o is MsgBatchCancelDerivativeOrders;
2775
+ isAmino(o: any): o is MsgBatchCancelDerivativeOrdersAmino;
2776
+ encode(message: MsgBatchCancelDerivativeOrders, writer?: BinaryWriter): BinaryWriter;
2777
+ decode(input: BinaryReader | Uint8Array, length?: number): MsgBatchCancelDerivativeOrders;
2778
+ fromPartial(object: DeepPartial<MsgBatchCancelDerivativeOrders>): MsgBatchCancelDerivativeOrders;
2779
+ fromAmino(object: MsgBatchCancelDerivativeOrdersAmino): MsgBatchCancelDerivativeOrders;
2780
+ toAmino(message: MsgBatchCancelDerivativeOrders): MsgBatchCancelDerivativeOrdersAmino;
2781
+ fromAminoMsg(object: MsgBatchCancelDerivativeOrdersAminoMsg): MsgBatchCancelDerivativeOrders;
2782
+ toAminoMsg(message: MsgBatchCancelDerivativeOrders): MsgBatchCancelDerivativeOrdersAminoMsg;
2783
+ fromProtoMsg(message: MsgBatchCancelDerivativeOrdersProtoMsg): MsgBatchCancelDerivativeOrders;
2784
+ toProto(message: MsgBatchCancelDerivativeOrders): Uint8Array;
2785
+ toProtoMsg(message: MsgBatchCancelDerivativeOrders): MsgBatchCancelDerivativeOrdersProtoMsg;
2786
+ };
2787
+ export declare const MsgBatchCancelDerivativeOrdersResponse: {
2788
+ typeUrl: string;
2789
+ is(o: any): o is MsgBatchCancelDerivativeOrdersResponse;
2790
+ isAmino(o: any): o is MsgBatchCancelDerivativeOrdersResponseAmino;
2791
+ encode(message: MsgBatchCancelDerivativeOrdersResponse, writer?: BinaryWriter): BinaryWriter;
2792
+ decode(input: BinaryReader | Uint8Array, length?: number): MsgBatchCancelDerivativeOrdersResponse;
2793
+ fromPartial(object: DeepPartial<MsgBatchCancelDerivativeOrdersResponse>): MsgBatchCancelDerivativeOrdersResponse;
2794
+ fromAmino(object: MsgBatchCancelDerivativeOrdersResponseAmino): MsgBatchCancelDerivativeOrdersResponse;
2795
+ toAmino(message: MsgBatchCancelDerivativeOrdersResponse): MsgBatchCancelDerivativeOrdersResponseAmino;
2796
+ fromAminoMsg(object: MsgBatchCancelDerivativeOrdersResponseAminoMsg): MsgBatchCancelDerivativeOrdersResponse;
2797
+ fromProtoMsg(message: MsgBatchCancelDerivativeOrdersResponseProtoMsg): MsgBatchCancelDerivativeOrdersResponse;
2798
+ toProto(message: MsgBatchCancelDerivativeOrdersResponse): Uint8Array;
2799
+ toProtoMsg(message: MsgBatchCancelDerivativeOrdersResponse): MsgBatchCancelDerivativeOrdersResponseProtoMsg;
2800
+ };
2801
+ export declare const MsgSubaccountTransfer: {
2802
+ typeUrl: string;
2803
+ aminoType: string;
2804
+ is(o: any): o is MsgSubaccountTransfer;
2805
+ isAmino(o: any): o is MsgSubaccountTransferAmino;
2806
+ encode(message: MsgSubaccountTransfer, writer?: BinaryWriter): BinaryWriter;
2807
+ decode(input: BinaryReader | Uint8Array, length?: number): MsgSubaccountTransfer;
2808
+ fromPartial(object: DeepPartial<MsgSubaccountTransfer>): MsgSubaccountTransfer;
2809
+ fromAmino(object: MsgSubaccountTransferAmino): MsgSubaccountTransfer;
2810
+ toAmino(message: MsgSubaccountTransfer): MsgSubaccountTransferAmino;
2811
+ fromAminoMsg(object: MsgSubaccountTransferAminoMsg): MsgSubaccountTransfer;
2812
+ toAminoMsg(message: MsgSubaccountTransfer): MsgSubaccountTransferAminoMsg;
2813
+ fromProtoMsg(message: MsgSubaccountTransferProtoMsg): MsgSubaccountTransfer;
2814
+ toProto(message: MsgSubaccountTransfer): Uint8Array;
2815
+ toProtoMsg(message: MsgSubaccountTransfer): MsgSubaccountTransferProtoMsg;
2816
+ };
2817
+ export declare const MsgSubaccountTransferResponse: {
2818
+ typeUrl: string;
2819
+ is(o: any): o is MsgSubaccountTransferResponse;
2820
+ isAmino(o: any): o is MsgSubaccountTransferResponseAmino;
2821
+ encode(_: MsgSubaccountTransferResponse, writer?: BinaryWriter): BinaryWriter;
2822
+ decode(input: BinaryReader | Uint8Array, length?: number): MsgSubaccountTransferResponse;
2823
+ fromPartial(_: DeepPartial<MsgSubaccountTransferResponse>): MsgSubaccountTransferResponse;
2824
+ fromAmino(_: MsgSubaccountTransferResponseAmino): MsgSubaccountTransferResponse;
2825
+ toAmino(_: MsgSubaccountTransferResponse): MsgSubaccountTransferResponseAmino;
2826
+ fromAminoMsg(object: MsgSubaccountTransferResponseAminoMsg): MsgSubaccountTransferResponse;
2827
+ fromProtoMsg(message: MsgSubaccountTransferResponseProtoMsg): MsgSubaccountTransferResponse;
2828
+ toProto(message: MsgSubaccountTransferResponse): Uint8Array;
2829
+ toProtoMsg(message: MsgSubaccountTransferResponse): MsgSubaccountTransferResponseProtoMsg;
2830
+ };
2831
+ export declare const MsgExternalTransfer: {
2832
+ typeUrl: string;
2833
+ aminoType: string;
2834
+ is(o: any): o is MsgExternalTransfer;
2835
+ isAmino(o: any): o is MsgExternalTransferAmino;
2836
+ encode(message: MsgExternalTransfer, writer?: BinaryWriter): BinaryWriter;
2837
+ decode(input: BinaryReader | Uint8Array, length?: number): MsgExternalTransfer;
2838
+ fromPartial(object: DeepPartial<MsgExternalTransfer>): MsgExternalTransfer;
2839
+ fromAmino(object: MsgExternalTransferAmino): MsgExternalTransfer;
2840
+ toAmino(message: MsgExternalTransfer): MsgExternalTransferAmino;
2841
+ fromAminoMsg(object: MsgExternalTransferAminoMsg): MsgExternalTransfer;
2842
+ toAminoMsg(message: MsgExternalTransfer): MsgExternalTransferAminoMsg;
2843
+ fromProtoMsg(message: MsgExternalTransferProtoMsg): MsgExternalTransfer;
2844
+ toProto(message: MsgExternalTransfer): Uint8Array;
2845
+ toProtoMsg(message: MsgExternalTransfer): MsgExternalTransferProtoMsg;
2846
+ };
2847
+ export declare const MsgExternalTransferResponse: {
2848
+ typeUrl: string;
2849
+ is(o: any): o is MsgExternalTransferResponse;
2850
+ isAmino(o: any): o is MsgExternalTransferResponseAmino;
2851
+ encode(_: MsgExternalTransferResponse, writer?: BinaryWriter): BinaryWriter;
2852
+ decode(input: BinaryReader | Uint8Array, length?: number): MsgExternalTransferResponse;
2853
+ fromPartial(_: DeepPartial<MsgExternalTransferResponse>): MsgExternalTransferResponse;
2854
+ fromAmino(_: MsgExternalTransferResponseAmino): MsgExternalTransferResponse;
2855
+ toAmino(_: MsgExternalTransferResponse): MsgExternalTransferResponseAmino;
2856
+ fromAminoMsg(object: MsgExternalTransferResponseAminoMsg): MsgExternalTransferResponse;
2857
+ fromProtoMsg(message: MsgExternalTransferResponseProtoMsg): MsgExternalTransferResponse;
2858
+ toProto(message: MsgExternalTransferResponse): Uint8Array;
2859
+ toProtoMsg(message: MsgExternalTransferResponse): MsgExternalTransferResponseProtoMsg;
2860
+ };
2861
+ export declare const MsgLiquidatePosition: {
2862
+ typeUrl: string;
2863
+ aminoType: string;
2864
+ is(o: any): o is MsgLiquidatePosition;
2865
+ isAmino(o: any): o is MsgLiquidatePositionAmino;
2866
+ encode(message: MsgLiquidatePosition, writer?: BinaryWriter): BinaryWriter;
2867
+ decode(input: BinaryReader | Uint8Array, length?: number): MsgLiquidatePosition;
2868
+ fromPartial(object: DeepPartial<MsgLiquidatePosition>): MsgLiquidatePosition;
2869
+ fromAmino(object: MsgLiquidatePositionAmino): MsgLiquidatePosition;
2870
+ toAmino(message: MsgLiquidatePosition): MsgLiquidatePositionAmino;
2871
+ fromAminoMsg(object: MsgLiquidatePositionAminoMsg): MsgLiquidatePosition;
2872
+ toAminoMsg(message: MsgLiquidatePosition): MsgLiquidatePositionAminoMsg;
2873
+ fromProtoMsg(message: MsgLiquidatePositionProtoMsg): MsgLiquidatePosition;
2874
+ toProto(message: MsgLiquidatePosition): Uint8Array;
2875
+ toProtoMsg(message: MsgLiquidatePosition): MsgLiquidatePositionProtoMsg;
2876
+ };
2877
+ export declare const MsgLiquidatePositionResponse: {
2878
+ typeUrl: string;
2879
+ is(o: any): o is MsgLiquidatePositionResponse;
2880
+ isAmino(o: any): o is MsgLiquidatePositionResponseAmino;
2881
+ encode(_: MsgLiquidatePositionResponse, writer?: BinaryWriter): BinaryWriter;
2882
+ decode(input: BinaryReader | Uint8Array, length?: number): MsgLiquidatePositionResponse;
2883
+ fromPartial(_: DeepPartial<MsgLiquidatePositionResponse>): MsgLiquidatePositionResponse;
2884
+ fromAmino(_: MsgLiquidatePositionResponseAmino): MsgLiquidatePositionResponse;
2885
+ toAmino(_: MsgLiquidatePositionResponse): MsgLiquidatePositionResponseAmino;
2886
+ fromAminoMsg(object: MsgLiquidatePositionResponseAminoMsg): MsgLiquidatePositionResponse;
2887
+ fromProtoMsg(message: MsgLiquidatePositionResponseProtoMsg): MsgLiquidatePositionResponse;
2888
+ toProto(message: MsgLiquidatePositionResponse): Uint8Array;
2889
+ toProtoMsg(message: MsgLiquidatePositionResponse): MsgLiquidatePositionResponseProtoMsg;
2890
+ };
2891
+ export declare const MsgEmergencySettleMarket: {
2892
+ typeUrl: string;
2893
+ aminoType: string;
2894
+ is(o: any): o is MsgEmergencySettleMarket;
2895
+ isAmino(o: any): o is MsgEmergencySettleMarketAmino;
2896
+ encode(message: MsgEmergencySettleMarket, writer?: BinaryWriter): BinaryWriter;
2897
+ decode(input: BinaryReader | Uint8Array, length?: number): MsgEmergencySettleMarket;
2898
+ fromPartial(object: DeepPartial<MsgEmergencySettleMarket>): MsgEmergencySettleMarket;
2899
+ fromAmino(object: MsgEmergencySettleMarketAmino): MsgEmergencySettleMarket;
2900
+ toAmino(message: MsgEmergencySettleMarket): MsgEmergencySettleMarketAmino;
2901
+ fromAminoMsg(object: MsgEmergencySettleMarketAminoMsg): MsgEmergencySettleMarket;
2902
+ toAminoMsg(message: MsgEmergencySettleMarket): MsgEmergencySettleMarketAminoMsg;
2903
+ fromProtoMsg(message: MsgEmergencySettleMarketProtoMsg): MsgEmergencySettleMarket;
2904
+ toProto(message: MsgEmergencySettleMarket): Uint8Array;
2905
+ toProtoMsg(message: MsgEmergencySettleMarket): MsgEmergencySettleMarketProtoMsg;
2906
+ };
2907
+ export declare const MsgEmergencySettleMarketResponse: {
2908
+ typeUrl: string;
2909
+ is(o: any): o is MsgEmergencySettleMarketResponse;
2910
+ isAmino(o: any): o is MsgEmergencySettleMarketResponseAmino;
2911
+ encode(_: MsgEmergencySettleMarketResponse, writer?: BinaryWriter): BinaryWriter;
2912
+ decode(input: BinaryReader | Uint8Array, length?: number): MsgEmergencySettleMarketResponse;
2913
+ fromPartial(_: DeepPartial<MsgEmergencySettleMarketResponse>): MsgEmergencySettleMarketResponse;
2914
+ fromAmino(_: MsgEmergencySettleMarketResponseAmino): MsgEmergencySettleMarketResponse;
2915
+ toAmino(_: MsgEmergencySettleMarketResponse): MsgEmergencySettleMarketResponseAmino;
2916
+ fromAminoMsg(object: MsgEmergencySettleMarketResponseAminoMsg): MsgEmergencySettleMarketResponse;
2917
+ fromProtoMsg(message: MsgEmergencySettleMarketResponseProtoMsg): MsgEmergencySettleMarketResponse;
2918
+ toProto(message: MsgEmergencySettleMarketResponse): Uint8Array;
2919
+ toProtoMsg(message: MsgEmergencySettleMarketResponse): MsgEmergencySettleMarketResponseProtoMsg;
2920
+ };
2921
+ export declare const MsgIncreasePositionMargin: {
2922
+ typeUrl: string;
2923
+ aminoType: string;
2924
+ is(o: any): o is MsgIncreasePositionMargin;
2925
+ isAmino(o: any): o is MsgIncreasePositionMarginAmino;
2926
+ encode(message: MsgIncreasePositionMargin, writer?: BinaryWriter): BinaryWriter;
2927
+ decode(input: BinaryReader | Uint8Array, length?: number): MsgIncreasePositionMargin;
2928
+ fromPartial(object: DeepPartial<MsgIncreasePositionMargin>): MsgIncreasePositionMargin;
2929
+ fromAmino(object: MsgIncreasePositionMarginAmino): MsgIncreasePositionMargin;
2930
+ toAmino(message: MsgIncreasePositionMargin): MsgIncreasePositionMarginAmino;
2931
+ fromAminoMsg(object: MsgIncreasePositionMarginAminoMsg): MsgIncreasePositionMargin;
2932
+ toAminoMsg(message: MsgIncreasePositionMargin): MsgIncreasePositionMarginAminoMsg;
2933
+ fromProtoMsg(message: MsgIncreasePositionMarginProtoMsg): MsgIncreasePositionMargin;
2934
+ toProto(message: MsgIncreasePositionMargin): Uint8Array;
2935
+ toProtoMsg(message: MsgIncreasePositionMargin): MsgIncreasePositionMarginProtoMsg;
2936
+ };
2937
+ export declare const MsgIncreasePositionMarginResponse: {
2938
+ typeUrl: string;
2939
+ is(o: any): o is MsgIncreasePositionMarginResponse;
2940
+ isAmino(o: any): o is MsgIncreasePositionMarginResponseAmino;
2941
+ encode(_: MsgIncreasePositionMarginResponse, writer?: BinaryWriter): BinaryWriter;
2942
+ decode(input: BinaryReader | Uint8Array, length?: number): MsgIncreasePositionMarginResponse;
2943
+ fromPartial(_: DeepPartial<MsgIncreasePositionMarginResponse>): MsgIncreasePositionMarginResponse;
2944
+ fromAmino(_: MsgIncreasePositionMarginResponseAmino): MsgIncreasePositionMarginResponse;
2945
+ toAmino(_: MsgIncreasePositionMarginResponse): MsgIncreasePositionMarginResponseAmino;
2946
+ fromAminoMsg(object: MsgIncreasePositionMarginResponseAminoMsg): MsgIncreasePositionMarginResponse;
2947
+ fromProtoMsg(message: MsgIncreasePositionMarginResponseProtoMsg): MsgIncreasePositionMarginResponse;
2948
+ toProto(message: MsgIncreasePositionMarginResponse): Uint8Array;
2949
+ toProtoMsg(message: MsgIncreasePositionMarginResponse): MsgIncreasePositionMarginResponseProtoMsg;
2950
+ };
2951
+ export declare const MsgDecreasePositionMargin: {
2952
+ typeUrl: string;
2953
+ aminoType: string;
2954
+ is(o: any): o is MsgDecreasePositionMargin;
2955
+ isAmino(o: any): o is MsgDecreasePositionMarginAmino;
2956
+ encode(message: MsgDecreasePositionMargin, writer?: BinaryWriter): BinaryWriter;
2957
+ decode(input: BinaryReader | Uint8Array, length?: number): MsgDecreasePositionMargin;
2958
+ fromPartial(object: DeepPartial<MsgDecreasePositionMargin>): MsgDecreasePositionMargin;
2959
+ fromAmino(object: MsgDecreasePositionMarginAmino): MsgDecreasePositionMargin;
2960
+ toAmino(message: MsgDecreasePositionMargin): MsgDecreasePositionMarginAmino;
2961
+ fromAminoMsg(object: MsgDecreasePositionMarginAminoMsg): MsgDecreasePositionMargin;
2962
+ toAminoMsg(message: MsgDecreasePositionMargin): MsgDecreasePositionMarginAminoMsg;
2963
+ fromProtoMsg(message: MsgDecreasePositionMarginProtoMsg): MsgDecreasePositionMargin;
2964
+ toProto(message: MsgDecreasePositionMargin): Uint8Array;
2965
+ toProtoMsg(message: MsgDecreasePositionMargin): MsgDecreasePositionMarginProtoMsg;
2966
+ };
2967
+ export declare const MsgDecreasePositionMarginResponse: {
2968
+ typeUrl: string;
2969
+ is(o: any): o is MsgDecreasePositionMarginResponse;
2970
+ isAmino(o: any): o is MsgDecreasePositionMarginResponseAmino;
2971
+ encode(_: MsgDecreasePositionMarginResponse, writer?: BinaryWriter): BinaryWriter;
2972
+ decode(input: BinaryReader | Uint8Array, length?: number): MsgDecreasePositionMarginResponse;
2973
+ fromPartial(_: DeepPartial<MsgDecreasePositionMarginResponse>): MsgDecreasePositionMarginResponse;
2974
+ fromAmino(_: MsgDecreasePositionMarginResponseAmino): MsgDecreasePositionMarginResponse;
2975
+ toAmino(_: MsgDecreasePositionMarginResponse): MsgDecreasePositionMarginResponseAmino;
2976
+ fromAminoMsg(object: MsgDecreasePositionMarginResponseAminoMsg): MsgDecreasePositionMarginResponse;
2977
+ fromProtoMsg(message: MsgDecreasePositionMarginResponseProtoMsg): MsgDecreasePositionMarginResponse;
2978
+ toProto(message: MsgDecreasePositionMarginResponse): Uint8Array;
2979
+ toProtoMsg(message: MsgDecreasePositionMarginResponse): MsgDecreasePositionMarginResponseProtoMsg;
2980
+ };
2981
+ export declare const MsgPrivilegedExecuteContract: {
2982
+ typeUrl: string;
2983
+ aminoType: string;
2984
+ is(o: any): o is MsgPrivilegedExecuteContract;
2985
+ isAmino(o: any): o is MsgPrivilegedExecuteContractAmino;
2986
+ encode(message: MsgPrivilegedExecuteContract, writer?: BinaryWriter): BinaryWriter;
2987
+ decode(input: BinaryReader | Uint8Array, length?: number): MsgPrivilegedExecuteContract;
2988
+ fromPartial(object: DeepPartial<MsgPrivilegedExecuteContract>): MsgPrivilegedExecuteContract;
2989
+ fromAmino(object: MsgPrivilegedExecuteContractAmino): MsgPrivilegedExecuteContract;
2990
+ toAmino(message: MsgPrivilegedExecuteContract): MsgPrivilegedExecuteContractAmino;
2991
+ fromAminoMsg(object: MsgPrivilegedExecuteContractAminoMsg): MsgPrivilegedExecuteContract;
2992
+ toAminoMsg(message: MsgPrivilegedExecuteContract): MsgPrivilegedExecuteContractAminoMsg;
2993
+ fromProtoMsg(message: MsgPrivilegedExecuteContractProtoMsg): MsgPrivilegedExecuteContract;
2994
+ toProto(message: MsgPrivilegedExecuteContract): Uint8Array;
2995
+ toProtoMsg(message: MsgPrivilegedExecuteContract): MsgPrivilegedExecuteContractProtoMsg;
2996
+ };
2997
+ export declare const MsgPrivilegedExecuteContractResponse: {
2998
+ typeUrl: string;
2999
+ is(o: any): o is MsgPrivilegedExecuteContractResponse;
3000
+ isAmino(o: any): o is MsgPrivilegedExecuteContractResponseAmino;
3001
+ encode(message: MsgPrivilegedExecuteContractResponse, writer?: BinaryWriter): BinaryWriter;
3002
+ decode(input: BinaryReader | Uint8Array, length?: number): MsgPrivilegedExecuteContractResponse;
3003
+ fromPartial(object: DeepPartial<MsgPrivilegedExecuteContractResponse>): MsgPrivilegedExecuteContractResponse;
3004
+ fromAmino(object: MsgPrivilegedExecuteContractResponseAmino): MsgPrivilegedExecuteContractResponse;
3005
+ toAmino(message: MsgPrivilegedExecuteContractResponse): MsgPrivilegedExecuteContractResponseAmino;
3006
+ fromAminoMsg(object: MsgPrivilegedExecuteContractResponseAminoMsg): MsgPrivilegedExecuteContractResponse;
3007
+ fromProtoMsg(message: MsgPrivilegedExecuteContractResponseProtoMsg): MsgPrivilegedExecuteContractResponse;
3008
+ toProto(message: MsgPrivilegedExecuteContractResponse): Uint8Array;
3009
+ toProtoMsg(message: MsgPrivilegedExecuteContractResponse): MsgPrivilegedExecuteContractResponseProtoMsg;
3010
+ };
3011
+ export declare const MsgRewardsOptOut: {
3012
+ typeUrl: string;
3013
+ aminoType: string;
3014
+ is(o: any): o is MsgRewardsOptOut;
3015
+ isAmino(o: any): o is MsgRewardsOptOutAmino;
3016
+ encode(message: MsgRewardsOptOut, writer?: BinaryWriter): BinaryWriter;
3017
+ decode(input: BinaryReader | Uint8Array, length?: number): MsgRewardsOptOut;
3018
+ fromPartial(object: DeepPartial<MsgRewardsOptOut>): MsgRewardsOptOut;
3019
+ fromAmino(object: MsgRewardsOptOutAmino): MsgRewardsOptOut;
3020
+ toAmino(message: MsgRewardsOptOut): MsgRewardsOptOutAmino;
3021
+ fromAminoMsg(object: MsgRewardsOptOutAminoMsg): MsgRewardsOptOut;
3022
+ toAminoMsg(message: MsgRewardsOptOut): MsgRewardsOptOutAminoMsg;
3023
+ fromProtoMsg(message: MsgRewardsOptOutProtoMsg): MsgRewardsOptOut;
3024
+ toProto(message: MsgRewardsOptOut): Uint8Array;
3025
+ toProtoMsg(message: MsgRewardsOptOut): MsgRewardsOptOutProtoMsg;
3026
+ };
3027
+ export declare const MsgRewardsOptOutResponse: {
3028
+ typeUrl: string;
3029
+ is(o: any): o is MsgRewardsOptOutResponse;
3030
+ isAmino(o: any): o is MsgRewardsOptOutResponseAmino;
3031
+ encode(_: MsgRewardsOptOutResponse, writer?: BinaryWriter): BinaryWriter;
3032
+ decode(input: BinaryReader | Uint8Array, length?: number): MsgRewardsOptOutResponse;
3033
+ fromPartial(_: DeepPartial<MsgRewardsOptOutResponse>): MsgRewardsOptOutResponse;
3034
+ fromAmino(_: MsgRewardsOptOutResponseAmino): MsgRewardsOptOutResponse;
3035
+ toAmino(_: MsgRewardsOptOutResponse): MsgRewardsOptOutResponseAmino;
3036
+ fromAminoMsg(object: MsgRewardsOptOutResponseAminoMsg): MsgRewardsOptOutResponse;
3037
+ fromProtoMsg(message: MsgRewardsOptOutResponseProtoMsg): MsgRewardsOptOutResponse;
3038
+ toProto(message: MsgRewardsOptOutResponse): Uint8Array;
3039
+ toProtoMsg(message: MsgRewardsOptOutResponse): MsgRewardsOptOutResponseProtoMsg;
3040
+ };
3041
+ export declare const MsgReclaimLockedFunds: {
3042
+ typeUrl: string;
3043
+ aminoType: string;
3044
+ is(o: any): o is MsgReclaimLockedFunds;
3045
+ isAmino(o: any): o is MsgReclaimLockedFundsAmino;
3046
+ encode(message: MsgReclaimLockedFunds, writer?: BinaryWriter): BinaryWriter;
3047
+ decode(input: BinaryReader | Uint8Array, length?: number): MsgReclaimLockedFunds;
3048
+ fromPartial(object: DeepPartial<MsgReclaimLockedFunds>): MsgReclaimLockedFunds;
3049
+ fromAmino(object: MsgReclaimLockedFundsAmino): MsgReclaimLockedFunds;
3050
+ toAmino(message: MsgReclaimLockedFunds): MsgReclaimLockedFundsAmino;
3051
+ fromAminoMsg(object: MsgReclaimLockedFundsAminoMsg): MsgReclaimLockedFunds;
3052
+ toAminoMsg(message: MsgReclaimLockedFunds): MsgReclaimLockedFundsAminoMsg;
3053
+ fromProtoMsg(message: MsgReclaimLockedFundsProtoMsg): MsgReclaimLockedFunds;
3054
+ toProto(message: MsgReclaimLockedFunds): Uint8Array;
3055
+ toProtoMsg(message: MsgReclaimLockedFunds): MsgReclaimLockedFundsProtoMsg;
3056
+ };
3057
+ export declare const MsgReclaimLockedFundsResponse: {
3058
+ typeUrl: string;
3059
+ is(o: any): o is MsgReclaimLockedFundsResponse;
3060
+ isAmino(o: any): o is MsgReclaimLockedFundsResponseAmino;
3061
+ encode(_: MsgReclaimLockedFundsResponse, writer?: BinaryWriter): BinaryWriter;
3062
+ decode(input: BinaryReader | Uint8Array, length?: number): MsgReclaimLockedFundsResponse;
3063
+ fromPartial(_: DeepPartial<MsgReclaimLockedFundsResponse>): MsgReclaimLockedFundsResponse;
3064
+ fromAmino(_: MsgReclaimLockedFundsResponseAmino): MsgReclaimLockedFundsResponse;
3065
+ toAmino(_: MsgReclaimLockedFundsResponse): MsgReclaimLockedFundsResponseAmino;
3066
+ fromAminoMsg(object: MsgReclaimLockedFundsResponseAminoMsg): MsgReclaimLockedFundsResponse;
3067
+ fromProtoMsg(message: MsgReclaimLockedFundsResponseProtoMsg): MsgReclaimLockedFundsResponse;
3068
+ toProto(message: MsgReclaimLockedFundsResponse): Uint8Array;
3069
+ toProtoMsg(message: MsgReclaimLockedFundsResponse): MsgReclaimLockedFundsResponseProtoMsg;
3070
+ };
3071
+ export declare const MsgSignData: {
3072
+ typeUrl: string;
3073
+ is(o: any): o is MsgSignData;
3074
+ isAmino(o: any): o is MsgSignDataAmino;
3075
+ encode(message: MsgSignData, writer?: BinaryWriter): BinaryWriter;
3076
+ decode(input: BinaryReader | Uint8Array, length?: number): MsgSignData;
3077
+ fromPartial(object: DeepPartial<MsgSignData>): MsgSignData;
3078
+ fromAmino(object: MsgSignDataAmino): MsgSignData;
3079
+ toAmino(message: MsgSignData): MsgSignDataAmino;
3080
+ fromAminoMsg(object: MsgSignDataAminoMsg): MsgSignData;
3081
+ fromProtoMsg(message: MsgSignDataProtoMsg): MsgSignData;
3082
+ toProto(message: MsgSignData): Uint8Array;
3083
+ toProtoMsg(message: MsgSignData): MsgSignDataProtoMsg;
3084
+ };
3085
+ export declare const MsgSignDoc: {
3086
+ typeUrl: string;
3087
+ is(o: any): o is MsgSignDoc;
3088
+ isAmino(o: any): o is MsgSignDocAmino;
3089
+ encode(message: MsgSignDoc, writer?: BinaryWriter): BinaryWriter;
3090
+ decode(input: BinaryReader | Uint8Array, length?: number): MsgSignDoc;
3091
+ fromPartial(object: DeepPartial<MsgSignDoc>): MsgSignDoc;
3092
+ fromAmino(object: MsgSignDocAmino): MsgSignDoc;
3093
+ toAmino(message: MsgSignDoc): MsgSignDocAmino;
3094
+ fromAminoMsg(object: MsgSignDocAminoMsg): MsgSignDoc;
3095
+ fromProtoMsg(message: MsgSignDocProtoMsg): MsgSignDoc;
3096
+ toProto(message: MsgSignDoc): Uint8Array;
3097
+ toProtoMsg(message: MsgSignDoc): MsgSignDocProtoMsg;
3098
+ };
3099
+ export declare const MsgAdminUpdateBinaryOptionsMarket: {
3100
+ typeUrl: string;
3101
+ aminoType: string;
3102
+ is(o: any): o is MsgAdminUpdateBinaryOptionsMarket;
3103
+ isAmino(o: any): o is MsgAdminUpdateBinaryOptionsMarketAmino;
3104
+ encode(message: MsgAdminUpdateBinaryOptionsMarket, writer?: BinaryWriter): BinaryWriter;
3105
+ decode(input: BinaryReader | Uint8Array, length?: number): MsgAdminUpdateBinaryOptionsMarket;
3106
+ fromPartial(object: DeepPartial<MsgAdminUpdateBinaryOptionsMarket>): MsgAdminUpdateBinaryOptionsMarket;
3107
+ fromAmino(object: MsgAdminUpdateBinaryOptionsMarketAmino): MsgAdminUpdateBinaryOptionsMarket;
3108
+ toAmino(message: MsgAdminUpdateBinaryOptionsMarket): MsgAdminUpdateBinaryOptionsMarketAmino;
3109
+ fromAminoMsg(object: MsgAdminUpdateBinaryOptionsMarketAminoMsg): MsgAdminUpdateBinaryOptionsMarket;
3110
+ toAminoMsg(message: MsgAdminUpdateBinaryOptionsMarket): MsgAdminUpdateBinaryOptionsMarketAminoMsg;
3111
+ fromProtoMsg(message: MsgAdminUpdateBinaryOptionsMarketProtoMsg): MsgAdminUpdateBinaryOptionsMarket;
3112
+ toProto(message: MsgAdminUpdateBinaryOptionsMarket): Uint8Array;
3113
+ toProtoMsg(message: MsgAdminUpdateBinaryOptionsMarket): MsgAdminUpdateBinaryOptionsMarketProtoMsg;
3114
+ };
3115
+ export declare const MsgAdminUpdateBinaryOptionsMarketResponse: {
3116
+ typeUrl: string;
3117
+ is(o: any): o is MsgAdminUpdateBinaryOptionsMarketResponse;
3118
+ isAmino(o: any): o is MsgAdminUpdateBinaryOptionsMarketResponseAmino;
3119
+ encode(_: MsgAdminUpdateBinaryOptionsMarketResponse, writer?: BinaryWriter): BinaryWriter;
3120
+ decode(input: BinaryReader | Uint8Array, length?: number): MsgAdminUpdateBinaryOptionsMarketResponse;
3121
+ fromPartial(_: DeepPartial<MsgAdminUpdateBinaryOptionsMarketResponse>): MsgAdminUpdateBinaryOptionsMarketResponse;
3122
+ fromAmino(_: MsgAdminUpdateBinaryOptionsMarketResponseAmino): MsgAdminUpdateBinaryOptionsMarketResponse;
3123
+ toAmino(_: MsgAdminUpdateBinaryOptionsMarketResponse): MsgAdminUpdateBinaryOptionsMarketResponseAmino;
3124
+ fromAminoMsg(object: MsgAdminUpdateBinaryOptionsMarketResponseAminoMsg): MsgAdminUpdateBinaryOptionsMarketResponse;
3125
+ fromProtoMsg(message: MsgAdminUpdateBinaryOptionsMarketResponseProtoMsg): MsgAdminUpdateBinaryOptionsMarketResponse;
3126
+ toProto(message: MsgAdminUpdateBinaryOptionsMarketResponse): Uint8Array;
3127
+ toProtoMsg(message: MsgAdminUpdateBinaryOptionsMarketResponse): MsgAdminUpdateBinaryOptionsMarketResponseProtoMsg;
3128
+ };
3129
+ export declare const MsgAuthorizeStakeGrants: {
3130
+ typeUrl: string;
3131
+ aminoType: string;
3132
+ is(o: any): o is MsgAuthorizeStakeGrants;
3133
+ isAmino(o: any): o is MsgAuthorizeStakeGrantsAmino;
3134
+ encode(message: MsgAuthorizeStakeGrants, writer?: BinaryWriter): BinaryWriter;
3135
+ decode(input: BinaryReader | Uint8Array, length?: number): MsgAuthorizeStakeGrants;
3136
+ fromPartial(object: DeepPartial<MsgAuthorizeStakeGrants>): MsgAuthorizeStakeGrants;
3137
+ fromAmino(object: MsgAuthorizeStakeGrantsAmino): MsgAuthorizeStakeGrants;
3138
+ toAmino(message: MsgAuthorizeStakeGrants): MsgAuthorizeStakeGrantsAmino;
3139
+ fromAminoMsg(object: MsgAuthorizeStakeGrantsAminoMsg): MsgAuthorizeStakeGrants;
3140
+ toAminoMsg(message: MsgAuthorizeStakeGrants): MsgAuthorizeStakeGrantsAminoMsg;
3141
+ fromProtoMsg(message: MsgAuthorizeStakeGrantsProtoMsg): MsgAuthorizeStakeGrants;
3142
+ toProto(message: MsgAuthorizeStakeGrants): Uint8Array;
3143
+ toProtoMsg(message: MsgAuthorizeStakeGrants): MsgAuthorizeStakeGrantsProtoMsg;
3144
+ };
3145
+ export declare const MsgAuthorizeStakeGrantsResponse: {
3146
+ typeUrl: string;
3147
+ is(o: any): o is MsgAuthorizeStakeGrantsResponse;
3148
+ isAmino(o: any): o is MsgAuthorizeStakeGrantsResponseAmino;
3149
+ encode(_: MsgAuthorizeStakeGrantsResponse, writer?: BinaryWriter): BinaryWriter;
3150
+ decode(input: BinaryReader | Uint8Array, length?: number): MsgAuthorizeStakeGrantsResponse;
3151
+ fromPartial(_: DeepPartial<MsgAuthorizeStakeGrantsResponse>): MsgAuthorizeStakeGrantsResponse;
3152
+ fromAmino(_: MsgAuthorizeStakeGrantsResponseAmino): MsgAuthorizeStakeGrantsResponse;
3153
+ toAmino(_: MsgAuthorizeStakeGrantsResponse): MsgAuthorizeStakeGrantsResponseAmino;
3154
+ fromAminoMsg(object: MsgAuthorizeStakeGrantsResponseAminoMsg): MsgAuthorizeStakeGrantsResponse;
3155
+ fromProtoMsg(message: MsgAuthorizeStakeGrantsResponseProtoMsg): MsgAuthorizeStakeGrantsResponse;
3156
+ toProto(message: MsgAuthorizeStakeGrantsResponse): Uint8Array;
3157
+ toProtoMsg(message: MsgAuthorizeStakeGrantsResponse): MsgAuthorizeStakeGrantsResponseProtoMsg;
3158
+ };
3159
+ export declare const MsgActivateStakeGrant: {
3160
+ typeUrl: string;
3161
+ aminoType: string;
3162
+ is(o: any): o is MsgActivateStakeGrant;
3163
+ isAmino(o: any): o is MsgActivateStakeGrantAmino;
3164
+ encode(message: MsgActivateStakeGrant, writer?: BinaryWriter): BinaryWriter;
3165
+ decode(input: BinaryReader | Uint8Array, length?: number): MsgActivateStakeGrant;
3166
+ fromPartial(object: DeepPartial<MsgActivateStakeGrant>): MsgActivateStakeGrant;
3167
+ fromAmino(object: MsgActivateStakeGrantAmino): MsgActivateStakeGrant;
3168
+ toAmino(message: MsgActivateStakeGrant): MsgActivateStakeGrantAmino;
3169
+ fromAminoMsg(object: MsgActivateStakeGrantAminoMsg): MsgActivateStakeGrant;
3170
+ toAminoMsg(message: MsgActivateStakeGrant): MsgActivateStakeGrantAminoMsg;
3171
+ fromProtoMsg(message: MsgActivateStakeGrantProtoMsg): MsgActivateStakeGrant;
3172
+ toProto(message: MsgActivateStakeGrant): Uint8Array;
3173
+ toProtoMsg(message: MsgActivateStakeGrant): MsgActivateStakeGrantProtoMsg;
3174
+ };
3175
+ export declare const MsgActivateStakeGrantResponse: {
3176
+ typeUrl: string;
3177
+ is(o: any): o is MsgActivateStakeGrantResponse;
3178
+ isAmino(o: any): o is MsgActivateStakeGrantResponseAmino;
3179
+ encode(_: MsgActivateStakeGrantResponse, writer?: BinaryWriter): BinaryWriter;
3180
+ decode(input: BinaryReader | Uint8Array, length?: number): MsgActivateStakeGrantResponse;
3181
+ fromPartial(_: DeepPartial<MsgActivateStakeGrantResponse>): MsgActivateStakeGrantResponse;
3182
+ fromAmino(_: MsgActivateStakeGrantResponseAmino): MsgActivateStakeGrantResponse;
3183
+ toAmino(_: MsgActivateStakeGrantResponse): MsgActivateStakeGrantResponseAmino;
3184
+ fromAminoMsg(object: MsgActivateStakeGrantResponseAminoMsg): MsgActivateStakeGrantResponse;
3185
+ fromProtoMsg(message: MsgActivateStakeGrantResponseProtoMsg): MsgActivateStakeGrantResponse;
3186
+ toProto(message: MsgActivateStakeGrantResponse): Uint8Array;
3187
+ toProtoMsg(message: MsgActivateStakeGrantResponse): MsgActivateStakeGrantResponseProtoMsg;
3188
+ };