@agoric/cosmic-proto 0.4.1-other-dev-fbe72e7.0.fbe72e7 → 0.4.1-other-dev-d15096d.0.d15096d

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 (269) hide show
  1. package/README.md +1 -1
  2. package/dist/codec-helpers.d.ts +55 -0
  3. package/dist/codec-helpers.d.ts.map +1 -0
  4. package/dist/codec-helpers.js +1 -0
  5. package/dist/codec-helpers.js.map +1 -0
  6. package/dist/codegen/agoric/bundle.d.ts +22 -0
  7. package/dist/codegen/agoric/bundle.d.ts.map +1 -1
  8. package/dist/codegen/agoric/swingset/msgs.d.ts +64 -1
  9. package/dist/codegen/agoric/swingset/msgs.d.ts.map +1 -1
  10. package/dist/codegen/agoric/swingset/msgs.js +1 -1
  11. package/dist/codegen/agoric/swingset/msgs.js.map +1 -1
  12. package/dist/codegen/agoric/swingset/swingset.d.ts +8 -0
  13. package/dist/codegen/agoric/swingset/swingset.d.ts.map +1 -1
  14. package/dist/codegen/agoric/swingset/swingset.js +1 -1
  15. package/dist/codegen/agoric/swingset/swingset.js.map +1 -1
  16. package/dist/codegen/cosmos/app/runtime/v1alpha1/module.d.ts +14 -0
  17. package/dist/codegen/cosmos/app/runtime/v1alpha1/module.d.ts.map +1 -1
  18. package/dist/codegen/cosmos/app/runtime/v1alpha1/module.js +1 -1
  19. package/dist/codegen/cosmos/app/runtime/v1alpha1/module.js.map +1 -1
  20. package/dist/codegen/cosmos/app/v1alpha1/module.d.ts +1 -1
  21. package/dist/codegen/cosmos/authz/v1beta1/query.d.ts +2 -2
  22. package/dist/codegen/cosmos/authz/v1beta1/query.d.ts.map +1 -1
  23. package/dist/codegen/cosmos/authz/v1beta1/tx.d.ts +34 -34
  24. package/dist/codegen/cosmos/authz/v1beta1/tx.d.ts.map +1 -1
  25. package/dist/codegen/cosmos/authz/v1beta1/tx.js +1 -1
  26. package/dist/codegen/cosmos/authz/v1beta1/tx.js.map +1 -1
  27. package/dist/codegen/cosmos/bank/module/v1/module.d.ts +10 -2
  28. package/dist/codegen/cosmos/bank/module/v1/module.d.ts.map +1 -1
  29. package/dist/codegen/cosmos/bank/module/v1/module.js +1 -1
  30. package/dist/codegen/cosmos/bank/module/v1/module.js.map +1 -1
  31. package/dist/codegen/cosmos/bank/v1beta1/query.d.ts +141 -0
  32. package/dist/codegen/cosmos/bank/v1beta1/query.d.ts.map +1 -1
  33. package/dist/codegen/cosmos/bank/v1beta1/query.js +1 -1
  34. package/dist/codegen/cosmos/bank/v1beta1/query.js.map +1 -1
  35. package/dist/codegen/cosmos/bank/v1beta1/tx.d.ts +1 -0
  36. package/dist/codegen/cosmos/bank/v1beta1/tx.d.ts.map +1 -1
  37. package/dist/codegen/cosmos/bank/v1beta1/tx.js.map +1 -1
  38. package/dist/codegen/cosmos/base/abci/v1beta1/abci.d.ts +40 -0
  39. package/dist/codegen/cosmos/base/abci/v1beta1/abci.d.ts.map +1 -1
  40. package/dist/codegen/cosmos/base/abci/v1beta1/abci.js +1 -1
  41. package/dist/codegen/cosmos/base/abci/v1beta1/abci.js.map +1 -1
  42. package/dist/codegen/cosmos/base/node/v1beta1/query.d.ts +64 -0
  43. package/dist/codegen/cosmos/base/node/v1beta1/query.d.ts.map +1 -1
  44. package/dist/codegen/cosmos/base/node/v1beta1/query.js +1 -1
  45. package/dist/codegen/cosmos/base/node/v1beta1/query.js.map +1 -1
  46. package/dist/codegen/cosmos/base/v1beta1/coin.d.ts +16 -4
  47. package/dist/codegen/cosmos/base/v1beta1/coin.d.ts.map +1 -1
  48. package/dist/codegen/cosmos/base/v1beta1/coin.js.map +1 -1
  49. package/dist/codegen/cosmos/bundle.d.ts +4123 -3558
  50. package/dist/codegen/cosmos/bundle.d.ts.map +1 -1
  51. package/dist/codegen/cosmos/bundle.js +1 -1
  52. package/dist/codegen/cosmos/bundle.js.map +1 -1
  53. package/dist/codegen/cosmos/{capability → circuit}/module/v1/module.d.ts +7 -10
  54. package/dist/codegen/cosmos/circuit/module/v1/module.d.ts.map +1 -0
  55. package/dist/codegen/cosmos/circuit/module/v1/module.js +1 -0
  56. package/dist/codegen/cosmos/circuit/module/v1/module.js.map +1 -0
  57. package/dist/codegen/cosmos/circuit/v1/query.d.ts +145 -0
  58. package/dist/codegen/cosmos/circuit/v1/query.d.ts.map +1 -0
  59. package/dist/codegen/cosmos/circuit/v1/query.js +1 -0
  60. package/dist/codegen/cosmos/circuit/v1/query.js.map +1 -0
  61. package/dist/codegen/cosmos/circuit/v1/tx.d.ts +174 -0
  62. package/dist/codegen/cosmos/circuit/v1/tx.d.ts.map +1 -0
  63. package/dist/codegen/cosmos/circuit/v1/tx.js +1 -0
  64. package/dist/codegen/cosmos/circuit/v1/tx.js.map +1 -0
  65. package/dist/codegen/cosmos/circuit/v1/types.d.ts +119 -0
  66. package/dist/codegen/cosmos/circuit/v1/types.d.ts.map +1 -0
  67. package/dist/codegen/cosmos/circuit/v1/types.js +1 -0
  68. package/dist/codegen/cosmos/circuit/v1/types.js.map +1 -0
  69. package/dist/codegen/cosmos/consensus/v1/tx.d.ts +4 -1
  70. package/dist/codegen/cosmos/consensus/v1/tx.d.ts.map +1 -1
  71. package/dist/codegen/cosmos/consensus/v1/tx.js +1 -1
  72. package/dist/codegen/cosmos/consensus/v1/tx.js.map +1 -1
  73. package/dist/codegen/cosmos/crypto/ed25519/keys.d.ts +2 -2
  74. package/dist/codegen/cosmos/distribution/v1beta1/tx.d.ts +68 -0
  75. package/dist/codegen/cosmos/distribution/v1beta1/tx.d.ts.map +1 -1
  76. package/dist/codegen/cosmos/distribution/v1beta1/tx.js +1 -1
  77. package/dist/codegen/cosmos/distribution/v1beta1/tx.js.map +1 -1
  78. package/dist/codegen/cosmos/feegrant/v1beta1/tx.d.ts +61 -0
  79. package/dist/codegen/cosmos/feegrant/v1beta1/tx.d.ts.map +1 -1
  80. package/dist/codegen/cosmos/feegrant/v1beta1/tx.js +1 -1
  81. package/dist/codegen/cosmos/feegrant/v1beta1/tx.js.map +1 -1
  82. package/dist/codegen/cosmos/gov/v1/genesis.d.ts +10 -0
  83. package/dist/codegen/cosmos/gov/v1/genesis.d.ts.map +1 -1
  84. package/dist/codegen/cosmos/gov/v1/genesis.js +1 -1
  85. package/dist/codegen/cosmos/gov/v1/genesis.js.map +1 -1
  86. package/dist/codegen/cosmos/gov/v1/gov.d.ts +71 -3
  87. package/dist/codegen/cosmos/gov/v1/gov.d.ts.map +1 -1
  88. package/dist/codegen/cosmos/gov/v1/gov.js +1 -1
  89. package/dist/codegen/cosmos/gov/v1/gov.js.map +1 -1
  90. package/dist/codegen/cosmos/gov/v1/query.d.ts +44 -0
  91. package/dist/codegen/cosmos/gov/v1/query.d.ts.map +1 -1
  92. package/dist/codegen/cosmos/gov/v1/query.js +1 -1
  93. package/dist/codegen/cosmos/gov/v1/query.js.map +1 -1
  94. package/dist/codegen/cosmos/gov/v1/tx.d.ts +87 -3
  95. package/dist/codegen/cosmos/gov/v1/tx.d.ts.map +1 -1
  96. package/dist/codegen/cosmos/gov/v1/tx.js +1 -1
  97. package/dist/codegen/cosmos/gov/v1/tx.js.map +1 -1
  98. package/dist/codegen/cosmos/gov/v1beta1/genesis.d.ts +3 -3
  99. package/dist/codegen/cosmos/gov/v1beta1/genesis.d.ts.map +1 -1
  100. package/dist/codegen/cosmos/gov/v1beta1/gov.d.ts +4 -3
  101. package/dist/codegen/cosmos/gov/v1beta1/gov.d.ts.map +1 -1
  102. package/dist/codegen/cosmos/gov/v1beta1/gov.js +1 -1
  103. package/dist/codegen/cosmos/gov/v1beta1/gov.js.map +1 -1
  104. package/dist/codegen/cosmos/gov/v1beta1/tx.d.ts +4 -3
  105. package/dist/codegen/cosmos/gov/v1beta1/tx.d.ts.map +1 -1
  106. package/dist/codegen/cosmos/gov/v1beta1/tx.js +1 -1
  107. package/dist/codegen/cosmos/gov/v1beta1/tx.js.map +1 -1
  108. package/dist/codegen/cosmos/group/v1/types.d.ts +10 -4
  109. package/dist/codegen/cosmos/group/v1/types.d.ts.map +1 -1
  110. package/dist/codegen/cosmos/group/v1/types.js.map +1 -1
  111. package/dist/codegen/cosmos/msg/textual/v1/textual.d.ts +2 -0
  112. package/dist/codegen/cosmos/msg/textual/v1/textual.d.ts.map +1 -0
  113. package/dist/codegen/cosmos/msg/textual/v1/textual.js +1 -0
  114. package/dist/codegen/cosmos/msg/textual/v1/textual.js.map +1 -0
  115. package/dist/codegen/cosmos/staking/module/v1/module.d.ts +6 -0
  116. package/dist/codegen/cosmos/staking/module/v1/module.d.ts.map +1 -1
  117. package/dist/codegen/cosmos/staking/module/v1/module.js +1 -1
  118. package/dist/codegen/cosmos/staking/module/v1/module.js.map +1 -1
  119. package/dist/codegen/cosmos/staking/v1beta1/authz.d.ts +2 -0
  120. package/dist/codegen/cosmos/staking/v1beta1/authz.d.ts.map +1 -1
  121. package/dist/codegen/cosmos/staking/v1beta1/authz.js +1 -1
  122. package/dist/codegen/cosmos/staking/v1beta1/authz.js.map +1 -1
  123. package/dist/codegen/cosmos/staking/v1beta1/genesis.d.ts +2 -1
  124. package/dist/codegen/cosmos/staking/v1beta1/genesis.d.ts.map +1 -1
  125. package/dist/codegen/cosmos/staking/v1beta1/genesis.js.map +1 -1
  126. package/dist/codegen/cosmos/staking/v1beta1/staking.d.ts +4 -4
  127. package/dist/codegen/cosmos/staking/v1beta1/staking.d.ts.map +1 -1
  128. package/dist/codegen/cosmos/staking/v1beta1/tx.d.ts +14 -0
  129. package/dist/codegen/cosmos/staking/v1beta1/tx.d.ts.map +1 -1
  130. package/dist/codegen/cosmos/staking/v1beta1/tx.js +1 -1
  131. package/dist/codegen/cosmos/staking/v1beta1/tx.js.map +1 -1
  132. package/dist/codegen/cosmos/store/internal/kv/v1beta1/kv.d.ts +51 -0
  133. package/dist/codegen/cosmos/store/internal/kv/v1beta1/kv.d.ts.map +1 -0
  134. package/dist/codegen/cosmos/store/internal/kv/v1beta1/kv.js +1 -0
  135. package/dist/codegen/cosmos/store/internal/kv/v1beta1/kv.js.map +1 -0
  136. package/dist/codegen/cosmos/store/snapshots/v1/snapshot.d.ts +229 -0
  137. package/dist/codegen/cosmos/store/snapshots/v1/snapshot.d.ts.map +1 -0
  138. package/dist/codegen/cosmos/store/snapshots/v1/snapshot.js +1 -0
  139. package/dist/codegen/cosmos/store/snapshots/v1/snapshot.js.map +1 -0
  140. package/dist/codegen/cosmos/store/streaming/abci/grpc.d.ts +100 -0
  141. package/dist/codegen/cosmos/store/streaming/abci/grpc.d.ts.map +1 -0
  142. package/dist/codegen/cosmos/store/streaming/abci/grpc.js +1 -0
  143. package/dist/codegen/cosmos/store/streaming/abci/grpc.js.map +1 -0
  144. package/dist/codegen/cosmos/store/v1beta1/commit_info.d.ts +99 -0
  145. package/dist/codegen/cosmos/store/v1beta1/commit_info.d.ts.map +1 -0
  146. package/dist/codegen/cosmos/store/v1beta1/commit_info.js +1 -0
  147. package/dist/codegen/cosmos/store/v1beta1/commit_info.js.map +1 -0
  148. package/dist/codegen/cosmos/store/v1beta1/listening.d.ts +81 -0
  149. package/dist/codegen/cosmos/store/v1beta1/listening.d.ts.map +1 -0
  150. package/dist/codegen/cosmos/store/v1beta1/listening.js +1 -0
  151. package/dist/codegen/cosmos/store/v1beta1/listening.js.map +1 -0
  152. package/dist/codegen/cosmos/tx/signing/v1beta1/signing.d.ts +4 -3
  153. package/dist/codegen/cosmos/tx/signing/v1beta1/signing.d.ts.map +1 -1
  154. package/dist/codegen/cosmos/tx/signing/v1beta1/signing.js.map +1 -1
  155. package/dist/codegen/cosmos/tx/v1beta1/service.d.ts +35 -10
  156. package/dist/codegen/cosmos/tx/v1beta1/service.d.ts.map +1 -1
  157. package/dist/codegen/cosmos/tx/v1beta1/service.js +1 -1
  158. package/dist/codegen/cosmos/tx/v1beta1/service.js.map +1 -1
  159. package/dist/codegen/cosmos/tx/v1beta1/tx.d.ts +7 -8
  160. package/dist/codegen/cosmos/tx/v1beta1/tx.d.ts.map +1 -1
  161. package/dist/codegen/cosmos/tx/v1beta1/tx.js.map +1 -1
  162. package/dist/codegen/google/bundle.d.ts +277 -277
  163. package/dist/codegen/ibc/applications/interchain_accounts/controller/v1/tx.d.ts +53 -0
  164. package/dist/codegen/ibc/applications/interchain_accounts/controller/v1/tx.d.ts.map +1 -1
  165. package/dist/codegen/ibc/applications/interchain_accounts/controller/v1/tx.js +1 -1
  166. package/dist/codegen/ibc/applications/interchain_accounts/controller/v1/tx.js.map +1 -1
  167. package/dist/codegen/ibc/applications/interchain_accounts/host/v1/tx.d.ts +53 -1
  168. package/dist/codegen/ibc/applications/interchain_accounts/host/v1/tx.d.ts.map +1 -1
  169. package/dist/codegen/ibc/applications/interchain_accounts/host/v1/tx.js +1 -1
  170. package/dist/codegen/ibc/applications/interchain_accounts/host/v1/tx.js.map +1 -1
  171. package/dist/codegen/ibc/applications/transfer/v1/tx.d.ts +59 -1
  172. package/dist/codegen/ibc/applications/transfer/v1/tx.d.ts.map +1 -1
  173. package/dist/codegen/ibc/applications/transfer/v1/tx.js +1 -1
  174. package/dist/codegen/ibc/applications/transfer/v1/tx.js.map +1 -1
  175. package/dist/codegen/ibc/bundle.d.ts +2485 -1783
  176. package/dist/codegen/ibc/bundle.d.ts.map +1 -1
  177. package/dist/codegen/ibc/bundle.js +1 -1
  178. package/dist/codegen/ibc/bundle.js.map +1 -1
  179. package/dist/codegen/ibc/core/channel/v1/channel.d.ts +76 -1
  180. package/dist/codegen/ibc/core/channel/v1/channel.d.ts.map +1 -1
  181. package/dist/codegen/ibc/core/channel/v1/channel.js +1 -1
  182. package/dist/codegen/ibc/core/channel/v1/channel.js.map +1 -1
  183. package/dist/codegen/ibc/core/channel/v1/genesis.d.ts +3 -1
  184. package/dist/codegen/ibc/core/channel/v1/genesis.d.ts.map +1 -1
  185. package/dist/codegen/ibc/core/channel/v1/genesis.js +1 -1
  186. package/dist/codegen/ibc/core/channel/v1/genesis.js.map +1 -1
  187. package/dist/codegen/ibc/core/channel/v1/query.d.ts +226 -3
  188. package/dist/codegen/ibc/core/channel/v1/query.d.ts.map +1 -1
  189. package/dist/codegen/ibc/core/channel/v1/query.js +1 -1
  190. package/dist/codegen/ibc/core/channel/v1/query.js.map +1 -1
  191. package/dist/codegen/ibc/core/channel/v1/tx.d.ts +533 -2
  192. package/dist/codegen/ibc/core/channel/v1/tx.d.ts.map +1 -1
  193. package/dist/codegen/ibc/core/channel/v1/tx.js +1 -1
  194. package/dist/codegen/ibc/core/channel/v1/tx.js.map +1 -1
  195. package/dist/codegen/ibc/core/channel/v1/upgrade.d.ts +111 -0
  196. package/dist/codegen/ibc/core/channel/v1/upgrade.d.ts.map +1 -0
  197. package/dist/codegen/ibc/core/channel/v1/upgrade.js +1 -0
  198. package/dist/codegen/ibc/core/channel/v1/upgrade.js.map +1 -0
  199. package/dist/codegen/ibc/core/client/v1/client.d.ts +91 -79
  200. package/dist/codegen/ibc/core/client/v1/client.d.ts.map +1 -1
  201. package/dist/codegen/ibc/core/client/v1/client.js +1 -1
  202. package/dist/codegen/ibc/core/client/v1/client.js.map +1 -1
  203. package/dist/codegen/ibc/core/client/v1/genesis.d.ts +6 -1
  204. package/dist/codegen/ibc/core/client/v1/genesis.d.ts.map +1 -1
  205. package/dist/codegen/ibc/core/client/v1/genesis.js.map +1 -1
  206. package/dist/codegen/ibc/core/client/v1/query.d.ts +68 -1
  207. package/dist/codegen/ibc/core/client/v1/query.d.ts.map +1 -1
  208. package/dist/codegen/ibc/core/client/v1/query.js +1 -1
  209. package/dist/codegen/ibc/core/client/v1/query.js.map +1 -1
  210. package/dist/codegen/ibc/core/client/v1/tx.d.ts +171 -8
  211. package/dist/codegen/ibc/core/client/v1/tx.d.ts.map +1 -1
  212. package/dist/codegen/ibc/core/client/v1/tx.js +1 -1
  213. package/dist/codegen/ibc/core/client/v1/tx.js.map +1 -1
  214. package/dist/codegen/ibc/core/connection/v1/tx.d.ts +63 -1
  215. package/dist/codegen/ibc/core/connection/v1/tx.d.ts.map +1 -1
  216. package/dist/codegen/ibc/core/connection/v1/tx.js +1 -1
  217. package/dist/codegen/ibc/core/connection/v1/tx.js.map +1 -1
  218. package/dist/codegen/ibc/lightclients/wasm/v1/genesis.d.ts +51 -0
  219. package/dist/codegen/ibc/lightclients/wasm/v1/genesis.d.ts.map +1 -0
  220. package/dist/codegen/ibc/lightclients/wasm/v1/genesis.js +1 -0
  221. package/dist/codegen/ibc/lightclients/wasm/v1/genesis.js.map +1 -0
  222. package/dist/codegen/ibc/lightclients/wasm/v1/query.d.ts +102 -0
  223. package/dist/codegen/ibc/lightclients/wasm/v1/query.d.ts.map +1 -0
  224. package/dist/codegen/ibc/lightclients/wasm/v1/query.js +1 -0
  225. package/dist/codegen/ibc/lightclients/wasm/v1/query.js.map +1 -0
  226. package/dist/codegen/ibc/lightclients/wasm/v1/tx.d.ts +156 -0
  227. package/dist/codegen/ibc/lightclients/wasm/v1/tx.d.ts.map +1 -0
  228. package/dist/codegen/ibc/lightclients/wasm/v1/tx.js +1 -0
  229. package/dist/codegen/ibc/lightclients/wasm/v1/tx.js.map +1 -0
  230. package/dist/codegen/ibc/lightclients/wasm/v1/wasm.d.ts +120 -0
  231. package/dist/codegen/ibc/lightclients/wasm/v1/wasm.d.ts.map +1 -0
  232. package/dist/codegen/ibc/lightclients/wasm/v1/wasm.js +1 -0
  233. package/dist/codegen/ibc/lightclients/wasm/v1/wasm.js.map +1 -0
  234. package/dist/codegen/icq/bundle.d.ts +85 -85
  235. package/dist/codegen/noble/bundle.d.ts +233 -233
  236. package/dist/codegen/stride/bundle.d.ts +1912 -1912
  237. package/dist/codegen/tendermint/abci/types.d.ts +1070 -460
  238. package/dist/codegen/tendermint/abci/types.d.ts.map +1 -1
  239. package/dist/codegen/tendermint/abci/types.js +1 -1
  240. package/dist/codegen/tendermint/abci/types.js.map +1 -1
  241. package/dist/codegen/tendermint/bundle.d.ts +877 -531
  242. package/dist/codegen/tendermint/bundle.d.ts.map +1 -1
  243. package/dist/codegen/tendermint/types/params.d.ts +46 -18
  244. package/dist/codegen/tendermint/types/params.d.ts.map +1 -1
  245. package/dist/codegen/tendermint/types/params.js +1 -1
  246. package/dist/codegen/tendermint/types/params.js.map +1 -1
  247. package/dist/codegen/tendermint/types/types.d.ts +92 -16
  248. package/dist/codegen/tendermint/types/types.d.ts.map +1 -1
  249. package/dist/codegen/tendermint/types/types.js +1 -1
  250. package/dist/codegen/tendermint/types/types.js.map +1 -1
  251. package/dist/codegen/tendermint/types/validator.d.ts +14 -0
  252. package/dist/codegen/tendermint/types/validator.d.ts.map +1 -1
  253. package/dist/codegen/tendermint/types/validator.js +1 -1
  254. package/dist/codegen/tendermint/types/validator.js.map +1 -1
  255. package/dist/codegen/typeFromUrl.d.ts +1631 -0
  256. package/dist/codegen/typeFromUrl.d.ts.map +1 -0
  257. package/dist/codegen/typeFromUrl.js +1 -0
  258. package/dist/codegen/typeFromUrl.js.map +1 -0
  259. package/dist/helpers.d.ts +7 -30
  260. package/dist/helpers.d.ts.map +1 -1
  261. package/dist/helpers.js.map +1 -1
  262. package/dist/index.d.ts +1 -0
  263. package/dist/index.d.ts.map +1 -1
  264. package/dist/index.js +1 -1
  265. package/dist/index.js.map +1 -1
  266. package/package.json +14 -2
  267. package/dist/codegen/cosmos/capability/module/v1/module.d.ts.map +0 -1
  268. package/dist/codegen/cosmos/capability/module/v1/module.js +0 -1
  269. package/dist/codegen/cosmos/capability/module/v1/module.js.map +0 -1
@@ -1,140 +1,140 @@
1
- import * as _168 from './dollar/vaults/v1/tx.js';
2
- import * as _169 from './dollar/vaults/v1/vaults.js';
3
- import * as _170 from './swap/v1/algorithm.js';
4
- import * as _171 from './swap/v1/swap.js';
5
- import * as _172 from './swap/v1/tx.js';
1
+ import * as _182 from './dollar/vaults/v1/tx.js';
2
+ import * as _183 from './dollar/vaults/v1/vaults.js';
3
+ import * as _184 from './swap/v1/algorithm.js';
4
+ import * as _185 from './swap/v1/swap.js';
5
+ import * as _186 from './swap/v1/tx.js';
6
6
  export declare namespace noble {
7
7
  namespace dollar {
8
8
  namespace vaults {
9
9
  const v1: {
10
- vaultTypeFromJSON(object: any): _169.VaultType;
11
- vaultTypeToJSON(object: _169.VaultType): string;
12
- pausedTypeFromJSON(object: any): _169.PausedType;
13
- pausedTypeToJSON(object: _169.PausedType): string;
14
- VaultType: typeof _169.VaultType;
15
- VaultTypeSDKType: typeof _169.VaultType;
16
- PausedType: typeof _169.PausedType;
17
- PausedTypeSDKType: typeof _169.PausedType;
10
+ vaultTypeFromJSON(object: any): _183.VaultType;
11
+ vaultTypeToJSON(object: _183.VaultType): string;
12
+ pausedTypeFromJSON(object: any): _183.PausedType;
13
+ pausedTypeToJSON(object: _183.PausedType): string;
14
+ VaultType: typeof _183.VaultType;
15
+ VaultTypeSDKType: typeof _183.VaultType;
16
+ PausedType: typeof _183.PausedType;
17
+ PausedTypeSDKType: typeof _183.PausedType;
18
18
  Reward: {
19
19
  typeUrl: "/noble.dollar.vaults.v1.Reward";
20
- encode(message: _169.Reward, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
21
- decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _169.Reward;
22
- fromJSON(object: any): _169.Reward;
23
- toJSON(message: _169.Reward): import("../json-safe.ts").JsonSafe<_169.Reward>;
24
- fromPartial(object: Partial<_169.Reward>): _169.Reward;
25
- fromProtoMsg(message: _169.RewardProtoMsg): _169.Reward;
26
- toProto(message: _169.Reward): Uint8Array;
27
- toProtoMsg(message: _169.Reward): _169.RewardProtoMsg;
20
+ encode(message: _183.Reward, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
21
+ decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _183.Reward;
22
+ fromJSON(object: any): _183.Reward;
23
+ toJSON(message: _183.Reward): import("../json-safe.ts").JsonSafe<_183.Reward>;
24
+ fromPartial(object: Partial<_183.Reward>): _183.Reward;
25
+ fromProtoMsg(message: _183.RewardProtoMsg): _183.Reward;
26
+ toProto(message: _183.Reward): Uint8Array;
27
+ toProtoMsg(message: _183.Reward): _183.RewardProtoMsg;
28
28
  };
29
29
  Position: {
30
30
  typeUrl: "/noble.dollar.vaults.v1.Position";
31
- encode(message: _169.Position, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
32
- decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _169.Position;
33
- fromJSON(object: any): _169.Position;
34
- toJSON(message: _169.Position): import("../json-safe.ts").JsonSafe<_169.Position>;
35
- fromPartial(object: Partial<_169.Position>): _169.Position;
36
- fromProtoMsg(message: _169.PositionProtoMsg): _169.Position;
37
- toProto(message: _169.Position): Uint8Array;
38
- toProtoMsg(message: _169.Position): _169.PositionProtoMsg;
31
+ encode(message: _183.Position, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
32
+ decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _183.Position;
33
+ fromJSON(object: any): _183.Position;
34
+ toJSON(message: _183.Position): import("../json-safe.ts").JsonSafe<_183.Position>;
35
+ fromPartial(object: Partial<_183.Position>): _183.Position;
36
+ fromProtoMsg(message: _183.PositionProtoMsg): _183.Position;
37
+ toProto(message: _183.Position): Uint8Array;
38
+ toProtoMsg(message: _183.Position): _183.PositionProtoMsg;
39
39
  };
40
40
  PositionRewards: {
41
41
  typeUrl: "/noble.dollar.vaults.v1.PositionRewards";
42
- encode(message: _169.PositionRewards, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
43
- decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _169.PositionRewards;
44
- fromJSON(object: any): _169.PositionRewards;
45
- toJSON(message: _169.PositionRewards): import("../json-safe.ts").JsonSafe<_169.PositionRewards>;
46
- fromPartial(object: Partial<_169.PositionRewards>): _169.PositionRewards;
47
- fromProtoMsg(message: _169.PositionRewardsProtoMsg): _169.PositionRewards;
48
- toProto(message: _169.PositionRewards): Uint8Array;
49
- toProtoMsg(message: _169.PositionRewards): _169.PositionRewardsProtoMsg;
42
+ encode(message: _183.PositionRewards, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
43
+ decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _183.PositionRewards;
44
+ fromJSON(object: any): _183.PositionRewards;
45
+ toJSON(message: _183.PositionRewards): import("../json-safe.ts").JsonSafe<_183.PositionRewards>;
46
+ fromPartial(object: Partial<_183.PositionRewards>): _183.PositionRewards;
47
+ fromProtoMsg(message: _183.PositionRewardsProtoMsg): _183.PositionRewards;
48
+ toProto(message: _183.PositionRewards): Uint8Array;
49
+ toProtoMsg(message: _183.PositionRewards): _183.PositionRewardsProtoMsg;
50
50
  };
51
51
  PositionEntry: {
52
52
  typeUrl: "/noble.dollar.vaults.v1.PositionEntry";
53
- encode(message: _169.PositionEntry, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
54
- decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _169.PositionEntry;
55
- fromJSON(object: any): _169.PositionEntry;
56
- toJSON(message: _169.PositionEntry): import("../json-safe.ts").JsonSafe<_169.PositionEntry>;
57
- fromPartial(object: Partial<_169.PositionEntry>): _169.PositionEntry;
58
- fromProtoMsg(message: _169.PositionEntryProtoMsg): _169.PositionEntry;
59
- toProto(message: _169.PositionEntry): Uint8Array;
60
- toProtoMsg(message: _169.PositionEntry): _169.PositionEntryProtoMsg;
53
+ encode(message: _183.PositionEntry, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
54
+ decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _183.PositionEntry;
55
+ fromJSON(object: any): _183.PositionEntry;
56
+ toJSON(message: _183.PositionEntry): import("../json-safe.ts").JsonSafe<_183.PositionEntry>;
57
+ fromPartial(object: Partial<_183.PositionEntry>): _183.PositionEntry;
58
+ fromProtoMsg(message: _183.PositionEntryProtoMsg): _183.PositionEntry;
59
+ toProto(message: _183.PositionEntry): Uint8Array;
60
+ toProtoMsg(message: _183.PositionEntry): _183.PositionEntryProtoMsg;
61
61
  };
62
62
  Stats: {
63
63
  typeUrl: "/noble.dollar.vaults.v1.Stats";
64
- encode(message: _169.Stats, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
65
- decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _169.Stats;
66
- fromJSON(object: any): _169.Stats;
67
- toJSON(message: _169.Stats): import("../json-safe.ts").JsonSafe<_169.Stats>;
68
- fromPartial(object: Partial<_169.Stats>): _169.Stats;
69
- fromProtoMsg(message: _169.StatsProtoMsg): _169.Stats;
70
- toProto(message: _169.Stats): Uint8Array;
71
- toProtoMsg(message: _169.Stats): _169.StatsProtoMsg;
64
+ encode(message: _183.Stats, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
65
+ decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _183.Stats;
66
+ fromJSON(object: any): _183.Stats;
67
+ toJSON(message: _183.Stats): import("../json-safe.ts").JsonSafe<_183.Stats>;
68
+ fromPartial(object: Partial<_183.Stats>): _183.Stats;
69
+ fromProtoMsg(message: _183.StatsProtoMsg): _183.Stats;
70
+ toProto(message: _183.Stats): Uint8Array;
71
+ toProtoMsg(message: _183.Stats): _183.StatsProtoMsg;
72
72
  };
73
73
  MsgLock: {
74
74
  typeUrl: "/noble.dollar.vaults.v1.MsgLock";
75
- encode(message: _168.MsgLock, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
76
- decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _168.MsgLock;
77
- fromJSON(object: any): _168.MsgLock;
78
- toJSON(message: _168.MsgLock): import("../json-safe.ts").JsonSafe<_168.MsgLock>;
79
- fromPartial(object: Partial<_168.MsgLock>): _168.MsgLock;
80
- fromProtoMsg(message: _168.MsgLockProtoMsg): _168.MsgLock;
81
- toProto(message: _168.MsgLock): Uint8Array;
82
- toProtoMsg(message: _168.MsgLock): _168.MsgLockProtoMsg;
75
+ encode(message: _182.MsgLock, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
76
+ decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _182.MsgLock;
77
+ fromJSON(object: any): _182.MsgLock;
78
+ toJSON(message: _182.MsgLock): import("../json-safe.ts").JsonSafe<_182.MsgLock>;
79
+ fromPartial(object: Partial<_182.MsgLock>): _182.MsgLock;
80
+ fromProtoMsg(message: _182.MsgLockProtoMsg): _182.MsgLock;
81
+ toProto(message: _182.MsgLock): Uint8Array;
82
+ toProtoMsg(message: _182.MsgLock): _182.MsgLockProtoMsg;
83
83
  };
84
84
  MsgLockResponse: {
85
85
  typeUrl: "/noble.dollar.vaults.v1.MsgLockResponse";
86
- encode(_: _168.MsgLockResponse, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
87
- decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _168.MsgLockResponse;
88
- fromJSON(_: any): _168.MsgLockResponse;
89
- toJSON(_: _168.MsgLockResponse): import("../json-safe.ts").JsonSafe<_168.MsgLockResponse>;
90
- fromPartial(_: Partial<_168.MsgLockResponse>): _168.MsgLockResponse;
91
- fromProtoMsg(message: _168.MsgLockResponseProtoMsg): _168.MsgLockResponse;
92
- toProto(message: _168.MsgLockResponse): Uint8Array;
93
- toProtoMsg(message: _168.MsgLockResponse): _168.MsgLockResponseProtoMsg;
86
+ encode(_: _182.MsgLockResponse, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
87
+ decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _182.MsgLockResponse;
88
+ fromJSON(_: any): _182.MsgLockResponse;
89
+ toJSON(_: _182.MsgLockResponse): import("../json-safe.ts").JsonSafe<_182.MsgLockResponse>;
90
+ fromPartial(_: Partial<_182.MsgLockResponse>): _182.MsgLockResponse;
91
+ fromProtoMsg(message: _182.MsgLockResponseProtoMsg): _182.MsgLockResponse;
92
+ toProto(message: _182.MsgLockResponse): Uint8Array;
93
+ toProtoMsg(message: _182.MsgLockResponse): _182.MsgLockResponseProtoMsg;
94
94
  };
95
95
  MsgUnlock: {
96
96
  typeUrl: "/noble.dollar.vaults.v1.MsgUnlock";
97
- encode(message: _168.MsgUnlock, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
98
- decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _168.MsgUnlock;
99
- fromJSON(object: any): _168.MsgUnlock;
100
- toJSON(message: _168.MsgUnlock): import("../json-safe.ts").JsonSafe<_168.MsgUnlock>;
101
- fromPartial(object: Partial<_168.MsgUnlock>): _168.MsgUnlock;
102
- fromProtoMsg(message: _168.MsgUnlockProtoMsg): _168.MsgUnlock;
103
- toProto(message: _168.MsgUnlock): Uint8Array;
104
- toProtoMsg(message: _168.MsgUnlock): _168.MsgUnlockProtoMsg;
97
+ encode(message: _182.MsgUnlock, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
98
+ decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _182.MsgUnlock;
99
+ fromJSON(object: any): _182.MsgUnlock;
100
+ toJSON(message: _182.MsgUnlock): import("../json-safe.ts").JsonSafe<_182.MsgUnlock>;
101
+ fromPartial(object: Partial<_182.MsgUnlock>): _182.MsgUnlock;
102
+ fromProtoMsg(message: _182.MsgUnlockProtoMsg): _182.MsgUnlock;
103
+ toProto(message: _182.MsgUnlock): Uint8Array;
104
+ toProtoMsg(message: _182.MsgUnlock): _182.MsgUnlockProtoMsg;
105
105
  };
106
106
  MsgUnlockResponse: {
107
107
  typeUrl: "/noble.dollar.vaults.v1.MsgUnlockResponse";
108
- encode(_: _168.MsgUnlockResponse, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
109
- decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _168.MsgUnlockResponse;
110
- fromJSON(_: any): _168.MsgUnlockResponse;
111
- toJSON(_: _168.MsgUnlockResponse): import("../json-safe.ts").JsonSafe<_168.MsgUnlockResponse>;
112
- fromPartial(_: Partial<_168.MsgUnlockResponse>): _168.MsgUnlockResponse;
113
- fromProtoMsg(message: _168.MsgUnlockResponseProtoMsg): _168.MsgUnlockResponse;
114
- toProto(message: _168.MsgUnlockResponse): Uint8Array;
115
- toProtoMsg(message: _168.MsgUnlockResponse): _168.MsgUnlockResponseProtoMsg;
108
+ encode(_: _182.MsgUnlockResponse, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
109
+ decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _182.MsgUnlockResponse;
110
+ fromJSON(_: any): _182.MsgUnlockResponse;
111
+ toJSON(_: _182.MsgUnlockResponse): import("../json-safe.ts").JsonSafe<_182.MsgUnlockResponse>;
112
+ fromPartial(_: Partial<_182.MsgUnlockResponse>): _182.MsgUnlockResponse;
113
+ fromProtoMsg(message: _182.MsgUnlockResponseProtoMsg): _182.MsgUnlockResponse;
114
+ toProto(message: _182.MsgUnlockResponse): Uint8Array;
115
+ toProtoMsg(message: _182.MsgUnlockResponse): _182.MsgUnlockResponseProtoMsg;
116
116
  };
117
117
  MsgSetPausedState: {
118
118
  typeUrl: "/noble.dollar.vaults.v1.MsgSetPausedState";
119
- encode(message: _168.MsgSetPausedState, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
120
- decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _168.MsgSetPausedState;
121
- fromJSON(object: any): _168.MsgSetPausedState;
122
- toJSON(message: _168.MsgSetPausedState): import("../json-safe.ts").JsonSafe<_168.MsgSetPausedState>;
123
- fromPartial(object: Partial<_168.MsgSetPausedState>): _168.MsgSetPausedState;
124
- fromProtoMsg(message: _168.MsgSetPausedStateProtoMsg): _168.MsgSetPausedState;
125
- toProto(message: _168.MsgSetPausedState): Uint8Array;
126
- toProtoMsg(message: _168.MsgSetPausedState): _168.MsgSetPausedStateProtoMsg;
119
+ encode(message: _182.MsgSetPausedState, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
120
+ decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _182.MsgSetPausedState;
121
+ fromJSON(object: any): _182.MsgSetPausedState;
122
+ toJSON(message: _182.MsgSetPausedState): import("../json-safe.ts").JsonSafe<_182.MsgSetPausedState>;
123
+ fromPartial(object: Partial<_182.MsgSetPausedState>): _182.MsgSetPausedState;
124
+ fromProtoMsg(message: _182.MsgSetPausedStateProtoMsg): _182.MsgSetPausedState;
125
+ toProto(message: _182.MsgSetPausedState): Uint8Array;
126
+ toProtoMsg(message: _182.MsgSetPausedState): _182.MsgSetPausedStateProtoMsg;
127
127
  };
128
128
  MsgSetPausedStateResponse: {
129
129
  typeUrl: "/noble.dollar.vaults.v1.MsgSetPausedStateResponse";
130
- encode(_: _168.MsgSetPausedStateResponse, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
131
- decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _168.MsgSetPausedStateResponse;
132
- fromJSON(_: any): _168.MsgSetPausedStateResponse;
133
- toJSON(_: _168.MsgSetPausedStateResponse): import("../json-safe.ts").JsonSafe<_168.MsgSetPausedStateResponse>;
134
- fromPartial(_: Partial<_168.MsgSetPausedStateResponse>): _168.MsgSetPausedStateResponse;
135
- fromProtoMsg(message: _168.MsgSetPausedStateResponseProtoMsg): _168.MsgSetPausedStateResponse;
136
- toProto(message: _168.MsgSetPausedStateResponse): Uint8Array;
137
- toProtoMsg(message: _168.MsgSetPausedStateResponse): _168.MsgSetPausedStateResponseProtoMsg;
130
+ encode(_: _182.MsgSetPausedStateResponse, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
131
+ decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _182.MsgSetPausedStateResponse;
132
+ fromJSON(_: any): _182.MsgSetPausedStateResponse;
133
+ toJSON(_: _182.MsgSetPausedStateResponse): import("../json-safe.ts").JsonSafe<_182.MsgSetPausedStateResponse>;
134
+ fromPartial(_: Partial<_182.MsgSetPausedStateResponse>): _182.MsgSetPausedStateResponse;
135
+ fromProtoMsg(message: _182.MsgSetPausedStateResponseProtoMsg): _182.MsgSetPausedStateResponse;
136
+ toProto(message: _182.MsgSetPausedStateResponse): Uint8Array;
137
+ toProtoMsg(message: _182.MsgSetPausedStateResponse): _182.MsgSetPausedStateResponseProtoMsg;
138
138
  };
139
139
  };
140
140
  }
@@ -143,184 +143,184 @@ export declare namespace noble {
143
143
  const v1: {
144
144
  MsgWithdrawProtocolFees: {
145
145
  typeUrl: "/noble.swap.v1.MsgWithdrawProtocolFees";
146
- encode(message: _172.MsgWithdrawProtocolFees, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
147
- decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _172.MsgWithdrawProtocolFees;
148
- fromJSON(object: any): _172.MsgWithdrawProtocolFees;
149
- toJSON(message: _172.MsgWithdrawProtocolFees): import("../json-safe.ts").JsonSafe<_172.MsgWithdrawProtocolFees>;
150
- fromPartial(object: Partial<_172.MsgWithdrawProtocolFees>): _172.MsgWithdrawProtocolFees;
151
- fromProtoMsg(message: _172.MsgWithdrawProtocolFeesProtoMsg): _172.MsgWithdrawProtocolFees;
152
- toProto(message: _172.MsgWithdrawProtocolFees): Uint8Array;
153
- toProtoMsg(message: _172.MsgWithdrawProtocolFees): _172.MsgWithdrawProtocolFeesProtoMsg;
146
+ encode(message: _186.MsgWithdrawProtocolFees, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
147
+ decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _186.MsgWithdrawProtocolFees;
148
+ fromJSON(object: any): _186.MsgWithdrawProtocolFees;
149
+ toJSON(message: _186.MsgWithdrawProtocolFees): import("../json-safe.ts").JsonSafe<_186.MsgWithdrawProtocolFees>;
150
+ fromPartial(object: Partial<_186.MsgWithdrawProtocolFees>): _186.MsgWithdrawProtocolFees;
151
+ fromProtoMsg(message: _186.MsgWithdrawProtocolFeesProtoMsg): _186.MsgWithdrawProtocolFees;
152
+ toProto(message: _186.MsgWithdrawProtocolFees): Uint8Array;
153
+ toProtoMsg(message: _186.MsgWithdrawProtocolFees): _186.MsgWithdrawProtocolFeesProtoMsg;
154
154
  };
155
155
  MsgWithdrawProtocolFeesResponse: {
156
156
  typeUrl: "/noble.swap.v1.MsgWithdrawProtocolFeesResponse";
157
- encode(_: _172.MsgWithdrawProtocolFeesResponse, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
158
- decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _172.MsgWithdrawProtocolFeesResponse;
159
- fromJSON(_: any): _172.MsgWithdrawProtocolFeesResponse;
160
- toJSON(_: _172.MsgWithdrawProtocolFeesResponse): import("../json-safe.ts").JsonSafe<_172.MsgWithdrawProtocolFeesResponse>;
161
- fromPartial(_: Partial<_172.MsgWithdrawProtocolFeesResponse>): _172.MsgWithdrawProtocolFeesResponse;
162
- fromProtoMsg(message: _172.MsgWithdrawProtocolFeesResponseProtoMsg): _172.MsgWithdrawProtocolFeesResponse;
163
- toProto(message: _172.MsgWithdrawProtocolFeesResponse): Uint8Array;
164
- toProtoMsg(message: _172.MsgWithdrawProtocolFeesResponse): _172.MsgWithdrawProtocolFeesResponseProtoMsg;
157
+ encode(_: _186.MsgWithdrawProtocolFeesResponse, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
158
+ decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _186.MsgWithdrawProtocolFeesResponse;
159
+ fromJSON(_: any): _186.MsgWithdrawProtocolFeesResponse;
160
+ toJSON(_: _186.MsgWithdrawProtocolFeesResponse): import("../json-safe.ts").JsonSafe<_186.MsgWithdrawProtocolFeesResponse>;
161
+ fromPartial(_: Partial<_186.MsgWithdrawProtocolFeesResponse>): _186.MsgWithdrawProtocolFeesResponse;
162
+ fromProtoMsg(message: _186.MsgWithdrawProtocolFeesResponseProtoMsg): _186.MsgWithdrawProtocolFeesResponse;
163
+ toProto(message: _186.MsgWithdrawProtocolFeesResponse): Uint8Array;
164
+ toProtoMsg(message: _186.MsgWithdrawProtocolFeesResponse): _186.MsgWithdrawProtocolFeesResponseProtoMsg;
165
165
  };
166
166
  MsgWithdrawRewards: {
167
167
  typeUrl: "/noble.swap.v1.MsgWithdrawRewards";
168
- encode(message: _172.MsgWithdrawRewards, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
169
- decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _172.MsgWithdrawRewards;
170
- fromJSON(object: any): _172.MsgWithdrawRewards;
171
- toJSON(message: _172.MsgWithdrawRewards): import("../json-safe.ts").JsonSafe<_172.MsgWithdrawRewards>;
172
- fromPartial(object: Partial<_172.MsgWithdrawRewards>): _172.MsgWithdrawRewards;
173
- fromProtoMsg(message: _172.MsgWithdrawRewardsProtoMsg): _172.MsgWithdrawRewards;
174
- toProto(message: _172.MsgWithdrawRewards): Uint8Array;
175
- toProtoMsg(message: _172.MsgWithdrawRewards): _172.MsgWithdrawRewardsProtoMsg;
168
+ encode(message: _186.MsgWithdrawRewards, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
169
+ decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _186.MsgWithdrawRewards;
170
+ fromJSON(object: any): _186.MsgWithdrawRewards;
171
+ toJSON(message: _186.MsgWithdrawRewards): import("../json-safe.ts").JsonSafe<_186.MsgWithdrawRewards>;
172
+ fromPartial(object: Partial<_186.MsgWithdrawRewards>): _186.MsgWithdrawRewards;
173
+ fromProtoMsg(message: _186.MsgWithdrawRewardsProtoMsg): _186.MsgWithdrawRewards;
174
+ toProto(message: _186.MsgWithdrawRewards): Uint8Array;
175
+ toProtoMsg(message: _186.MsgWithdrawRewards): _186.MsgWithdrawRewardsProtoMsg;
176
176
  };
177
177
  MsgWithdrawRewardsResponse: {
178
178
  typeUrl: "/noble.swap.v1.MsgWithdrawRewardsResponse";
179
- encode(message: _172.MsgWithdrawRewardsResponse, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
180
- decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _172.MsgWithdrawRewardsResponse;
181
- fromJSON(object: any): _172.MsgWithdrawRewardsResponse;
182
- toJSON(message: _172.MsgWithdrawRewardsResponse): import("../json-safe.ts").JsonSafe<_172.MsgWithdrawRewardsResponse>;
183
- fromPartial(object: Partial<_172.MsgWithdrawRewardsResponse>): _172.MsgWithdrawRewardsResponse;
184
- fromProtoMsg(message: _172.MsgWithdrawRewardsResponseProtoMsg): _172.MsgWithdrawRewardsResponse;
185
- toProto(message: _172.MsgWithdrawRewardsResponse): Uint8Array;
186
- toProtoMsg(message: _172.MsgWithdrawRewardsResponse): _172.MsgWithdrawRewardsResponseProtoMsg;
179
+ encode(message: _186.MsgWithdrawRewardsResponse, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
180
+ decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _186.MsgWithdrawRewardsResponse;
181
+ fromJSON(object: any): _186.MsgWithdrawRewardsResponse;
182
+ toJSON(message: _186.MsgWithdrawRewardsResponse): import("../json-safe.ts").JsonSafe<_186.MsgWithdrawRewardsResponse>;
183
+ fromPartial(object: Partial<_186.MsgWithdrawRewardsResponse>): _186.MsgWithdrawRewardsResponse;
184
+ fromProtoMsg(message: _186.MsgWithdrawRewardsResponseProtoMsg): _186.MsgWithdrawRewardsResponse;
185
+ toProto(message: _186.MsgWithdrawRewardsResponse): Uint8Array;
186
+ toProtoMsg(message: _186.MsgWithdrawRewardsResponse): _186.MsgWithdrawRewardsResponseProtoMsg;
187
187
  };
188
188
  MsgSwap: {
189
189
  typeUrl: "/noble.swap.v1.MsgSwap";
190
- encode(message: _172.MsgSwap, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
191
- decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _172.MsgSwap;
192
- fromJSON(object: any): _172.MsgSwap;
193
- toJSON(message: _172.MsgSwap): import("../json-safe.ts").JsonSafe<_172.MsgSwap>;
194
- fromPartial(object: Partial<_172.MsgSwap>): _172.MsgSwap;
195
- fromProtoMsg(message: _172.MsgSwapProtoMsg): _172.MsgSwap;
196
- toProto(message: _172.MsgSwap): Uint8Array;
197
- toProtoMsg(message: _172.MsgSwap): _172.MsgSwapProtoMsg;
190
+ encode(message: _186.MsgSwap, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
191
+ decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _186.MsgSwap;
192
+ fromJSON(object: any): _186.MsgSwap;
193
+ toJSON(message: _186.MsgSwap): import("../json-safe.ts").JsonSafe<_186.MsgSwap>;
194
+ fromPartial(object: Partial<_186.MsgSwap>): _186.MsgSwap;
195
+ fromProtoMsg(message: _186.MsgSwapProtoMsg): _186.MsgSwap;
196
+ toProto(message: _186.MsgSwap): Uint8Array;
197
+ toProtoMsg(message: _186.MsgSwap): _186.MsgSwapProtoMsg;
198
198
  };
199
199
  MsgSwapResponse: {
200
200
  typeUrl: "/noble.swap.v1.MsgSwapResponse";
201
- encode(message: _172.MsgSwapResponse, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
202
- decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _172.MsgSwapResponse;
203
- fromJSON(object: any): _172.MsgSwapResponse;
204
- toJSON(message: _172.MsgSwapResponse): import("../json-safe.ts").JsonSafe<_172.MsgSwapResponse>;
205
- fromPartial(object: Partial<_172.MsgSwapResponse>): _172.MsgSwapResponse;
206
- fromProtoMsg(message: _172.MsgSwapResponseProtoMsg): _172.MsgSwapResponse;
207
- toProto(message: _172.MsgSwapResponse): Uint8Array;
208
- toProtoMsg(message: _172.MsgSwapResponse): _172.MsgSwapResponseProtoMsg;
201
+ encode(message: _186.MsgSwapResponse, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
202
+ decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _186.MsgSwapResponse;
203
+ fromJSON(object: any): _186.MsgSwapResponse;
204
+ toJSON(message: _186.MsgSwapResponse): import("../json-safe.ts").JsonSafe<_186.MsgSwapResponse>;
205
+ fromPartial(object: Partial<_186.MsgSwapResponse>): _186.MsgSwapResponse;
206
+ fromProtoMsg(message: _186.MsgSwapResponseProtoMsg): _186.MsgSwapResponse;
207
+ toProto(message: _186.MsgSwapResponse): Uint8Array;
208
+ toProtoMsg(message: _186.MsgSwapResponse): _186.MsgSwapResponseProtoMsg;
209
209
  };
210
210
  MsgPauseByAlgorithm: {
211
211
  typeUrl: "/noble.swap.v1.MsgPauseByAlgorithm";
212
- encode(message: _172.MsgPauseByAlgorithm, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
213
- decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _172.MsgPauseByAlgorithm;
214
- fromJSON(object: any): _172.MsgPauseByAlgorithm;
215
- toJSON(message: _172.MsgPauseByAlgorithm): import("../json-safe.ts").JsonSafe<_172.MsgPauseByAlgorithm>;
216
- fromPartial(object: Partial<_172.MsgPauseByAlgorithm>): _172.MsgPauseByAlgorithm;
217
- fromProtoMsg(message: _172.MsgPauseByAlgorithmProtoMsg): _172.MsgPauseByAlgorithm;
218
- toProto(message: _172.MsgPauseByAlgorithm): Uint8Array;
219
- toProtoMsg(message: _172.MsgPauseByAlgorithm): _172.MsgPauseByAlgorithmProtoMsg;
212
+ encode(message: _186.MsgPauseByAlgorithm, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
213
+ decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _186.MsgPauseByAlgorithm;
214
+ fromJSON(object: any): _186.MsgPauseByAlgorithm;
215
+ toJSON(message: _186.MsgPauseByAlgorithm): import("../json-safe.ts").JsonSafe<_186.MsgPauseByAlgorithm>;
216
+ fromPartial(object: Partial<_186.MsgPauseByAlgorithm>): _186.MsgPauseByAlgorithm;
217
+ fromProtoMsg(message: _186.MsgPauseByAlgorithmProtoMsg): _186.MsgPauseByAlgorithm;
218
+ toProto(message: _186.MsgPauseByAlgorithm): Uint8Array;
219
+ toProtoMsg(message: _186.MsgPauseByAlgorithm): _186.MsgPauseByAlgorithmProtoMsg;
220
220
  };
221
221
  MsgPauseByAlgorithmResponse: {
222
222
  typeUrl: "/noble.swap.v1.MsgPauseByAlgorithmResponse";
223
- encode(message: _172.MsgPauseByAlgorithmResponse, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
224
- decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _172.MsgPauseByAlgorithmResponse;
225
- fromJSON(object: any): _172.MsgPauseByAlgorithmResponse;
226
- toJSON(message: _172.MsgPauseByAlgorithmResponse): import("../json-safe.ts").JsonSafe<_172.MsgPauseByAlgorithmResponse>;
227
- fromPartial(object: Partial<_172.MsgPauseByAlgorithmResponse>): _172.MsgPauseByAlgorithmResponse;
228
- fromProtoMsg(message: _172.MsgPauseByAlgorithmResponseProtoMsg): _172.MsgPauseByAlgorithmResponse;
229
- toProto(message: _172.MsgPauseByAlgorithmResponse): Uint8Array;
230
- toProtoMsg(message: _172.MsgPauseByAlgorithmResponse): _172.MsgPauseByAlgorithmResponseProtoMsg;
223
+ encode(message: _186.MsgPauseByAlgorithmResponse, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
224
+ decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _186.MsgPauseByAlgorithmResponse;
225
+ fromJSON(object: any): _186.MsgPauseByAlgorithmResponse;
226
+ toJSON(message: _186.MsgPauseByAlgorithmResponse): import("../json-safe.ts").JsonSafe<_186.MsgPauseByAlgorithmResponse>;
227
+ fromPartial(object: Partial<_186.MsgPauseByAlgorithmResponse>): _186.MsgPauseByAlgorithmResponse;
228
+ fromProtoMsg(message: _186.MsgPauseByAlgorithmResponseProtoMsg): _186.MsgPauseByAlgorithmResponse;
229
+ toProto(message: _186.MsgPauseByAlgorithmResponse): Uint8Array;
230
+ toProtoMsg(message: _186.MsgPauseByAlgorithmResponse): _186.MsgPauseByAlgorithmResponseProtoMsg;
231
231
  };
232
232
  MsgPauseByPoolIds: {
233
233
  typeUrl: "/noble.swap.v1.MsgPauseByPoolIds";
234
- encode(message: _172.MsgPauseByPoolIds, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
235
- decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _172.MsgPauseByPoolIds;
236
- fromJSON(object: any): _172.MsgPauseByPoolIds;
237
- toJSON(message: _172.MsgPauseByPoolIds): import("../json-safe.ts").JsonSafe<_172.MsgPauseByPoolIds>;
238
- fromPartial(object: Partial<_172.MsgPauseByPoolIds>): _172.MsgPauseByPoolIds;
239
- fromProtoMsg(message: _172.MsgPauseByPoolIdsProtoMsg): _172.MsgPauseByPoolIds;
240
- toProto(message: _172.MsgPauseByPoolIds): Uint8Array;
241
- toProtoMsg(message: _172.MsgPauseByPoolIds): _172.MsgPauseByPoolIdsProtoMsg;
234
+ encode(message: _186.MsgPauseByPoolIds, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
235
+ decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _186.MsgPauseByPoolIds;
236
+ fromJSON(object: any): _186.MsgPauseByPoolIds;
237
+ toJSON(message: _186.MsgPauseByPoolIds): import("../json-safe.ts").JsonSafe<_186.MsgPauseByPoolIds>;
238
+ fromPartial(object: Partial<_186.MsgPauseByPoolIds>): _186.MsgPauseByPoolIds;
239
+ fromProtoMsg(message: _186.MsgPauseByPoolIdsProtoMsg): _186.MsgPauseByPoolIds;
240
+ toProto(message: _186.MsgPauseByPoolIds): Uint8Array;
241
+ toProtoMsg(message: _186.MsgPauseByPoolIds): _186.MsgPauseByPoolIdsProtoMsg;
242
242
  };
243
243
  MsgPauseByPoolIdsResponse: {
244
244
  typeUrl: "/noble.swap.v1.MsgPauseByPoolIdsResponse";
245
- encode(message: _172.MsgPauseByPoolIdsResponse, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
246
- decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _172.MsgPauseByPoolIdsResponse;
247
- fromJSON(object: any): _172.MsgPauseByPoolIdsResponse;
248
- toJSON(message: _172.MsgPauseByPoolIdsResponse): import("../json-safe.ts").JsonSafe<_172.MsgPauseByPoolIdsResponse>;
249
- fromPartial(object: Partial<_172.MsgPauseByPoolIdsResponse>): _172.MsgPauseByPoolIdsResponse;
250
- fromProtoMsg(message: _172.MsgPauseByPoolIdsResponseProtoMsg): _172.MsgPauseByPoolIdsResponse;
251
- toProto(message: _172.MsgPauseByPoolIdsResponse): Uint8Array;
252
- toProtoMsg(message: _172.MsgPauseByPoolIdsResponse): _172.MsgPauseByPoolIdsResponseProtoMsg;
245
+ encode(message: _186.MsgPauseByPoolIdsResponse, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
246
+ decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _186.MsgPauseByPoolIdsResponse;
247
+ fromJSON(object: any): _186.MsgPauseByPoolIdsResponse;
248
+ toJSON(message: _186.MsgPauseByPoolIdsResponse): import("../json-safe.ts").JsonSafe<_186.MsgPauseByPoolIdsResponse>;
249
+ fromPartial(object: Partial<_186.MsgPauseByPoolIdsResponse>): _186.MsgPauseByPoolIdsResponse;
250
+ fromProtoMsg(message: _186.MsgPauseByPoolIdsResponseProtoMsg): _186.MsgPauseByPoolIdsResponse;
251
+ toProto(message: _186.MsgPauseByPoolIdsResponse): Uint8Array;
252
+ toProtoMsg(message: _186.MsgPauseByPoolIdsResponse): _186.MsgPauseByPoolIdsResponseProtoMsg;
253
253
  };
254
254
  MsgUnpauseByAlgorithm: {
255
255
  typeUrl: "/noble.swap.v1.MsgUnpauseByAlgorithm";
256
- encode(message: _172.MsgUnpauseByAlgorithm, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
257
- decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _172.MsgUnpauseByAlgorithm;
258
- fromJSON(object: any): _172.MsgUnpauseByAlgorithm;
259
- toJSON(message: _172.MsgUnpauseByAlgorithm): import("../json-safe.ts").JsonSafe<_172.MsgUnpauseByAlgorithm>;
260
- fromPartial(object: Partial<_172.MsgUnpauseByAlgorithm>): _172.MsgUnpauseByAlgorithm;
261
- fromProtoMsg(message: _172.MsgUnpauseByAlgorithmProtoMsg): _172.MsgUnpauseByAlgorithm;
262
- toProto(message: _172.MsgUnpauseByAlgorithm): Uint8Array;
263
- toProtoMsg(message: _172.MsgUnpauseByAlgorithm): _172.MsgUnpauseByAlgorithmProtoMsg;
256
+ encode(message: _186.MsgUnpauseByAlgorithm, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
257
+ decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _186.MsgUnpauseByAlgorithm;
258
+ fromJSON(object: any): _186.MsgUnpauseByAlgorithm;
259
+ toJSON(message: _186.MsgUnpauseByAlgorithm): import("../json-safe.ts").JsonSafe<_186.MsgUnpauseByAlgorithm>;
260
+ fromPartial(object: Partial<_186.MsgUnpauseByAlgorithm>): _186.MsgUnpauseByAlgorithm;
261
+ fromProtoMsg(message: _186.MsgUnpauseByAlgorithmProtoMsg): _186.MsgUnpauseByAlgorithm;
262
+ toProto(message: _186.MsgUnpauseByAlgorithm): Uint8Array;
263
+ toProtoMsg(message: _186.MsgUnpauseByAlgorithm): _186.MsgUnpauseByAlgorithmProtoMsg;
264
264
  };
265
265
  MsgUnpauseByAlgorithmResponse: {
266
266
  typeUrl: "/noble.swap.v1.MsgUnpauseByAlgorithmResponse";
267
- encode(message: _172.MsgUnpauseByAlgorithmResponse, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
268
- decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _172.MsgUnpauseByAlgorithmResponse;
269
- fromJSON(object: any): _172.MsgUnpauseByAlgorithmResponse;
270
- toJSON(message: _172.MsgUnpauseByAlgorithmResponse): import("../json-safe.ts").JsonSafe<_172.MsgUnpauseByAlgorithmResponse>;
271
- fromPartial(object: Partial<_172.MsgUnpauseByAlgorithmResponse>): _172.MsgUnpauseByAlgorithmResponse;
272
- fromProtoMsg(message: _172.MsgUnpauseByAlgorithmResponseProtoMsg): _172.MsgUnpauseByAlgorithmResponse;
273
- toProto(message: _172.MsgUnpauseByAlgorithmResponse): Uint8Array;
274
- toProtoMsg(message: _172.MsgUnpauseByAlgorithmResponse): _172.MsgUnpauseByAlgorithmResponseProtoMsg;
267
+ encode(message: _186.MsgUnpauseByAlgorithmResponse, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
268
+ decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _186.MsgUnpauseByAlgorithmResponse;
269
+ fromJSON(object: any): _186.MsgUnpauseByAlgorithmResponse;
270
+ toJSON(message: _186.MsgUnpauseByAlgorithmResponse): import("../json-safe.ts").JsonSafe<_186.MsgUnpauseByAlgorithmResponse>;
271
+ fromPartial(object: Partial<_186.MsgUnpauseByAlgorithmResponse>): _186.MsgUnpauseByAlgorithmResponse;
272
+ fromProtoMsg(message: _186.MsgUnpauseByAlgorithmResponseProtoMsg): _186.MsgUnpauseByAlgorithmResponse;
273
+ toProto(message: _186.MsgUnpauseByAlgorithmResponse): Uint8Array;
274
+ toProtoMsg(message: _186.MsgUnpauseByAlgorithmResponse): _186.MsgUnpauseByAlgorithmResponseProtoMsg;
275
275
  };
276
276
  MsgUnpauseByPoolIds: {
277
277
  typeUrl: "/noble.swap.v1.MsgUnpauseByPoolIds";
278
- encode(message: _172.MsgUnpauseByPoolIds, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
279
- decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _172.MsgUnpauseByPoolIds;
280
- fromJSON(object: any): _172.MsgUnpauseByPoolIds;
281
- toJSON(message: _172.MsgUnpauseByPoolIds): import("../json-safe.ts").JsonSafe<_172.MsgUnpauseByPoolIds>;
282
- fromPartial(object: Partial<_172.MsgUnpauseByPoolIds>): _172.MsgUnpauseByPoolIds;
283
- fromProtoMsg(message: _172.MsgUnpauseByPoolIdsProtoMsg): _172.MsgUnpauseByPoolIds;
284
- toProto(message: _172.MsgUnpauseByPoolIds): Uint8Array;
285
- toProtoMsg(message: _172.MsgUnpauseByPoolIds): _172.MsgUnpauseByPoolIdsProtoMsg;
278
+ encode(message: _186.MsgUnpauseByPoolIds, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
279
+ decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _186.MsgUnpauseByPoolIds;
280
+ fromJSON(object: any): _186.MsgUnpauseByPoolIds;
281
+ toJSON(message: _186.MsgUnpauseByPoolIds): import("../json-safe.ts").JsonSafe<_186.MsgUnpauseByPoolIds>;
282
+ fromPartial(object: Partial<_186.MsgUnpauseByPoolIds>): _186.MsgUnpauseByPoolIds;
283
+ fromProtoMsg(message: _186.MsgUnpauseByPoolIdsProtoMsg): _186.MsgUnpauseByPoolIds;
284
+ toProto(message: _186.MsgUnpauseByPoolIds): Uint8Array;
285
+ toProtoMsg(message: _186.MsgUnpauseByPoolIds): _186.MsgUnpauseByPoolIdsProtoMsg;
286
286
  };
287
287
  MsgUnpauseByPoolIdsResponse: {
288
288
  typeUrl: "/noble.swap.v1.MsgUnpauseByPoolIdsResponse";
289
- encode(message: _172.MsgUnpauseByPoolIdsResponse, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
290
- decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _172.MsgUnpauseByPoolIdsResponse;
291
- fromJSON(object: any): _172.MsgUnpauseByPoolIdsResponse;
292
- toJSON(message: _172.MsgUnpauseByPoolIdsResponse): import("../json-safe.ts").JsonSafe<_172.MsgUnpauseByPoolIdsResponse>;
293
- fromPartial(object: Partial<_172.MsgUnpauseByPoolIdsResponse>): _172.MsgUnpauseByPoolIdsResponse;
294
- fromProtoMsg(message: _172.MsgUnpauseByPoolIdsResponseProtoMsg): _172.MsgUnpauseByPoolIdsResponse;
295
- toProto(message: _172.MsgUnpauseByPoolIdsResponse): Uint8Array;
296
- toProtoMsg(message: _172.MsgUnpauseByPoolIdsResponse): _172.MsgUnpauseByPoolIdsResponseProtoMsg;
289
+ encode(message: _186.MsgUnpauseByPoolIdsResponse, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
290
+ decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _186.MsgUnpauseByPoolIdsResponse;
291
+ fromJSON(object: any): _186.MsgUnpauseByPoolIdsResponse;
292
+ toJSON(message: _186.MsgUnpauseByPoolIdsResponse): import("../json-safe.ts").JsonSafe<_186.MsgUnpauseByPoolIdsResponse>;
293
+ fromPartial(object: Partial<_186.MsgUnpauseByPoolIdsResponse>): _186.MsgUnpauseByPoolIdsResponse;
294
+ fromProtoMsg(message: _186.MsgUnpauseByPoolIdsResponseProtoMsg): _186.MsgUnpauseByPoolIdsResponse;
295
+ toProto(message: _186.MsgUnpauseByPoolIdsResponse): Uint8Array;
296
+ toProtoMsg(message: _186.MsgUnpauseByPoolIdsResponse): _186.MsgUnpauseByPoolIdsResponseProtoMsg;
297
297
  };
298
298
  Route: {
299
299
  typeUrl: "/noble.swap.v1.Route";
300
- encode(message: _171.Route, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
301
- decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _171.Route;
302
- fromJSON(object: any): _171.Route;
303
- toJSON(message: _171.Route): import("../json-safe.ts").JsonSafe<_171.Route>;
304
- fromPartial(object: Partial<_171.Route>): _171.Route;
305
- fromProtoMsg(message: _171.RouteProtoMsg): _171.Route;
306
- toProto(message: _171.Route): Uint8Array;
307
- toProtoMsg(message: _171.Route): _171.RouteProtoMsg;
300
+ encode(message: _185.Route, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
301
+ decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _185.Route;
302
+ fromJSON(object: any): _185.Route;
303
+ toJSON(message: _185.Route): import("../json-safe.ts").JsonSafe<_185.Route>;
304
+ fromPartial(object: Partial<_185.Route>): _185.Route;
305
+ fromProtoMsg(message: _185.RouteProtoMsg): _185.Route;
306
+ toProto(message: _185.Route): Uint8Array;
307
+ toProtoMsg(message: _185.Route): _185.RouteProtoMsg;
308
308
  };
309
309
  Swap: {
310
310
  typeUrl: "/noble.swap.v1.Swap";
311
- encode(message: _171.Swap, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
312
- decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _171.Swap;
313
- fromJSON(object: any): _171.Swap;
314
- toJSON(message: _171.Swap): import("../json-safe.ts").JsonSafe<_171.Swap>;
315
- fromPartial(object: Partial<_171.Swap>): _171.Swap;
316
- fromProtoMsg(message: _171.SwapProtoMsg): _171.Swap;
317
- toProto(message: _171.Swap): Uint8Array;
318
- toProtoMsg(message: _171.Swap): _171.SwapProtoMsg;
311
+ encode(message: _185.Swap, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
312
+ decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _185.Swap;
313
+ fromJSON(object: any): _185.Swap;
314
+ toJSON(message: _185.Swap): import("../json-safe.ts").JsonSafe<_185.Swap>;
315
+ fromPartial(object: Partial<_185.Swap>): _185.Swap;
316
+ fromProtoMsg(message: _185.SwapProtoMsg): _185.Swap;
317
+ toProto(message: _185.Swap): Uint8Array;
318
+ toProtoMsg(message: _185.Swap): _185.SwapProtoMsg;
319
319
  };
320
- algorithmFromJSON(object: any): _170.Algorithm;
321
- algorithmToJSON(object: _170.Algorithm): string;
322
- Algorithm: typeof _170.Algorithm;
323
- AlgorithmSDKType: typeof _170.Algorithm;
320
+ algorithmFromJSON(object: any): _184.Algorithm;
321
+ algorithmToJSON(object: _184.Algorithm): string;
322
+ Algorithm: typeof _184.Algorithm;
323
+ AlgorithmSDKType: typeof _184.Algorithm;
324
324
  };
325
325
  }
326
326
  }