@agoric/client-utils 0.1.1-other-dev-fbe72e7.0.fbe72e7 → 0.1.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 (431) hide show
  1. package/dist/codegen/agoric/bundle.d.ts +48 -12
  2. package/dist/codegen/agoric/bundle.d.ts.map +1 -1
  3. package/dist/codegen/agoric/bundle.js +14 -14
  4. package/dist/codegen/agoric/rpc.query.d.ts +11 -0
  5. package/dist/codegen/agoric/rpc.query.d.ts.map +1 -1
  6. package/dist/codegen/agoric/rpc.query.js +3 -0
  7. package/dist/codegen/agoric/rpc.query.js.map +1 -1
  8. package/dist/codegen/agoric/rpc.tx.d.ts +3 -0
  9. package/dist/codegen/agoric/rpc.tx.d.ts.map +1 -1
  10. package/dist/codegen/agoric/rpc.tx.js +3 -0
  11. package/dist/codegen/agoric/rpc.tx.js.map +1 -1
  12. package/dist/codegen/agoric/swingset/msgs.d.ts +64 -1
  13. package/dist/codegen/agoric/swingset/msgs.d.ts.map +1 -1
  14. package/dist/codegen/agoric/swingset/msgs.js +137 -0
  15. package/dist/codegen/agoric/swingset/msgs.js.map +1 -1
  16. package/dist/codegen/agoric/swingset/msgs.rpc.msg.d.ts +4 -1
  17. package/dist/codegen/agoric/swingset/msgs.rpc.msg.d.ts.map +1 -1
  18. package/dist/codegen/agoric/swingset/msgs.rpc.msg.js +7 -1
  19. package/dist/codegen/agoric/swingset/msgs.rpc.msg.js.map +1 -1
  20. package/dist/codegen/agoric/swingset/swingset.d.ts +6 -0
  21. package/dist/codegen/agoric/swingset/swingset.d.ts.map +1 -1
  22. package/dist/codegen/agoric/swingset/swingset.js +34 -0
  23. package/dist/codegen/agoric/swingset/swingset.js.map +1 -1
  24. package/dist/codegen/circle/bundle.d.ts +19 -5
  25. package/dist/codegen/circle/bundle.d.ts.map +1 -1
  26. package/dist/codegen/circle/bundle.js +8 -8
  27. package/dist/codegen/circle/rpc.query.d.ts +11 -0
  28. package/dist/codegen/circle/rpc.query.d.ts.map +1 -1
  29. package/dist/codegen/circle/rpc.query.js +3 -0
  30. package/dist/codegen/circle/rpc.query.js.map +1 -1
  31. package/dist/codegen/circle/rpc.tx.d.ts +3 -0
  32. package/dist/codegen/circle/rpc.tx.d.ts.map +1 -1
  33. package/dist/codegen/circle/rpc.tx.js +3 -0
  34. package/dist/codegen/circle/rpc.tx.js.map +1 -1
  35. package/dist/codegen/cosmos/app/runtime/v1alpha1/module.d.ts +14 -0
  36. package/dist/codegen/cosmos/app/runtime/v1alpha1/module.d.ts.map +1 -1
  37. package/dist/codegen/cosmos/app/runtime/v1alpha1/module.js +34 -0
  38. package/dist/codegen/cosmos/app/runtime/v1alpha1/module.js.map +1 -1
  39. package/dist/codegen/cosmos/app/v1alpha1/module.d.ts +1 -1
  40. package/dist/codegen/cosmos/authz/v1beta1/query.d.ts +2 -2
  41. package/dist/codegen/cosmos/authz/v1beta1/query.d.ts.map +1 -1
  42. package/dist/codegen/cosmos/authz/v1beta1/tx.d.ts +34 -34
  43. package/dist/codegen/cosmos/authz/v1beta1/tx.d.ts.map +1 -1
  44. package/dist/codegen/cosmos/authz/v1beta1/tx.js +49 -49
  45. package/dist/codegen/cosmos/authz/v1beta1/tx.js.map +1 -1
  46. package/dist/codegen/cosmos/bank/module/v1/module.d.ts +10 -2
  47. package/dist/codegen/cosmos/bank/module/v1/module.d.ts.map +1 -1
  48. package/dist/codegen/cosmos/bank/module/v1/module.js +17 -0
  49. package/dist/codegen/cosmos/bank/module/v1/module.js.map +1 -1
  50. package/dist/codegen/cosmos/bank/v1beta1/query.d.ts +141 -0
  51. package/dist/codegen/cosmos/bank/v1beta1/query.d.ts.map +1 -1
  52. package/dist/codegen/cosmos/bank/v1beta1/query.js +297 -0
  53. package/dist/codegen/cosmos/bank/v1beta1/query.js.map +1 -1
  54. package/dist/codegen/cosmos/bank/v1beta1/query.rpc.Query.d.ts +15 -2
  55. package/dist/codegen/cosmos/bank/v1beta1/query.rpc.Query.d.ts.map +1 -1
  56. package/dist/codegen/cosmos/bank/v1beta1/query.rpc.Query.js +20 -1
  57. package/dist/codegen/cosmos/bank/v1beta1/query.rpc.Query.js.map +1 -1
  58. package/dist/codegen/cosmos/bank/v1beta1/tx.d.ts +1 -0
  59. package/dist/codegen/cosmos/bank/v1beta1/tx.d.ts.map +1 -1
  60. package/dist/codegen/cosmos/bank/v1beta1/tx.js.map +1 -1
  61. package/dist/codegen/cosmos/base/abci/v1beta1/abci.d.ts +40 -0
  62. package/dist/codegen/cosmos/base/abci/v1beta1/abci.d.ts.map +1 -1
  63. package/dist/codegen/cosmos/base/abci/v1beta1/abci.js +142 -0
  64. package/dist/codegen/cosmos/base/abci/v1beta1/abci.js.map +1 -1
  65. package/dist/codegen/cosmos/base/node/v1beta1/query.d.ts +64 -0
  66. package/dist/codegen/cosmos/base/node/v1beta1/query.d.ts.map +1 -1
  67. package/dist/codegen/cosmos/base/node/v1beta1/query.js +217 -1
  68. package/dist/codegen/cosmos/base/node/v1beta1/query.js.map +1 -1
  69. package/dist/codegen/cosmos/base/node/v1beta1/query.rpc.Service.d.ts +5 -1
  70. package/dist/codegen/cosmos/base/node/v1beta1/query.rpc.Service.d.ts.map +1 -1
  71. package/dist/codegen/cosmos/base/node/v1beta1/query.rpc.Service.js +10 -1
  72. package/dist/codegen/cosmos/base/node/v1beta1/query.rpc.Service.js.map +1 -1
  73. package/dist/codegen/cosmos/base/v1beta1/coin.d.ts +16 -4
  74. package/dist/codegen/cosmos/base/v1beta1/coin.d.ts.map +1 -1
  75. package/dist/codegen/cosmos/base/v1beta1/coin.js.map +1 -1
  76. package/dist/codegen/cosmos/bundle.d.ts +4367 -3775
  77. package/dist/codegen/cosmos/bundle.d.ts.map +1 -1
  78. package/dist/codegen/cosmos/bundle.js +245 -190
  79. package/dist/codegen/cosmos/bundle.js.map +1 -1
  80. package/dist/codegen/cosmos/{capability → circuit}/module/v1/module.d.ts +7 -10
  81. package/dist/codegen/cosmos/circuit/module/v1/module.d.ts.map +1 -0
  82. package/dist/codegen/cosmos/{capability → circuit}/module/v1/module.js +9 -9
  83. package/dist/codegen/cosmos/circuit/module/v1/module.js.map +1 -0
  84. package/dist/codegen/cosmos/circuit/v1/query.d.ts +145 -0
  85. package/dist/codegen/cosmos/circuit/v1/query.d.ts.map +1 -0
  86. package/dist/codegen/cosmos/circuit/v1/query.js +392 -0
  87. package/dist/codegen/cosmos/circuit/v1/query.js.map +1 -0
  88. package/dist/codegen/cosmos/circuit/v1/query.rpc.Query.d.ts +25 -0
  89. package/dist/codegen/cosmos/circuit/v1/query.rpc.Query.d.ts.map +1 -0
  90. package/dist/codegen/cosmos/circuit/v1/query.rpc.Query.js +47 -0
  91. package/dist/codegen/cosmos/circuit/v1/query.rpc.Query.js.map +1 -0
  92. package/dist/codegen/cosmos/circuit/v1/tx.d.ts +174 -0
  93. package/dist/codegen/cosmos/circuit/v1/tx.d.ts.map +1 -0
  94. package/dist/codegen/cosmos/circuit/v1/tx.js +416 -0
  95. package/dist/codegen/cosmos/circuit/v1/tx.js.map +1 -0
  96. package/dist/codegen/cosmos/circuit/v1/tx.rpc.msg.d.ts +25 -0
  97. package/dist/codegen/cosmos/circuit/v1/tx.rpc.msg.d.ts.map +1 -0
  98. package/dist/codegen/cosmos/circuit/v1/tx.rpc.msg.js +29 -0
  99. package/dist/codegen/cosmos/circuit/v1/tx.rpc.msg.js.map +1 -0
  100. package/dist/codegen/cosmos/circuit/v1/types.d.ts +119 -0
  101. package/dist/codegen/cosmos/circuit/v1/types.d.ts.map +1 -0
  102. package/dist/codegen/cosmos/circuit/v1/types.js +303 -0
  103. package/dist/codegen/cosmos/circuit/v1/types.js.map +1 -0
  104. package/dist/codegen/cosmos/consensus/v1/query.rpc.Query.d.ts +1 -1
  105. package/dist/codegen/cosmos/consensus/v1/query.rpc.Query.d.ts.map +1 -1
  106. package/dist/codegen/cosmos/consensus/v1/tx.d.ts +4 -1
  107. package/dist/codegen/cosmos/consensus/v1/tx.d.ts.map +1 -1
  108. package/dist/codegen/cosmos/consensus/v1/tx.js +15 -1
  109. package/dist/codegen/cosmos/consensus/v1/tx.js.map +1 -1
  110. package/dist/codegen/cosmos/consensus/v1/tx.rpc.msg.d.ts +2 -2
  111. package/dist/codegen/cosmos/consensus/v1/tx.rpc.msg.d.ts.map +1 -1
  112. package/dist/codegen/cosmos/crypto/ed25519/keys.d.ts +2 -2
  113. package/dist/codegen/cosmos/distribution/v1beta1/query.rpc.Query.d.ts +1 -1
  114. package/dist/codegen/cosmos/distribution/v1beta1/tx.d.ts +68 -0
  115. package/dist/codegen/cosmos/distribution/v1beta1/tx.d.ts.map +1 -1
  116. package/dist/codegen/cosmos/distribution/v1beta1/tx.js +134 -0
  117. package/dist/codegen/cosmos/distribution/v1beta1/tx.js.map +1 -1
  118. package/dist/codegen/cosmos/distribution/v1beta1/tx.rpc.msg.d.ts +9 -1
  119. package/dist/codegen/cosmos/distribution/v1beta1/tx.rpc.msg.d.ts.map +1 -1
  120. package/dist/codegen/cosmos/distribution/v1beta1/tx.rpc.msg.js +8 -1
  121. package/dist/codegen/cosmos/distribution/v1beta1/tx.rpc.msg.js.map +1 -1
  122. package/dist/codegen/cosmos/feegrant/v1beta1/query.rpc.Query.d.ts +2 -2
  123. package/dist/codegen/cosmos/feegrant/v1beta1/query.rpc.Query.d.ts.map +1 -1
  124. package/dist/codegen/cosmos/feegrant/v1beta1/tx.d.ts +61 -0
  125. package/dist/codegen/cosmos/feegrant/v1beta1/tx.d.ts.map +1 -1
  126. package/dist/codegen/cosmos/feegrant/v1beta1/tx.js +104 -0
  127. package/dist/codegen/cosmos/feegrant/v1beta1/tx.js.map +1 -1
  128. package/dist/codegen/cosmos/feegrant/v1beta1/tx.rpc.msg.d.ts +8 -1
  129. package/dist/codegen/cosmos/feegrant/v1beta1/tx.rpc.msg.d.ts.map +1 -1
  130. package/dist/codegen/cosmos/feegrant/v1beta1/tx.rpc.msg.js +7 -1
  131. package/dist/codegen/cosmos/feegrant/v1beta1/tx.rpc.msg.js.map +1 -1
  132. package/dist/codegen/cosmos/gov/v1/genesis.d.ts +10 -0
  133. package/dist/codegen/cosmos/gov/v1/genesis.d.ts.map +1 -1
  134. package/dist/codegen/cosmos/gov/v1/genesis.js +13 -0
  135. package/dist/codegen/cosmos/gov/v1/genesis.js.map +1 -1
  136. package/dist/codegen/cosmos/gov/v1/gov.d.ts +71 -3
  137. package/dist/codegen/cosmos/gov/v1/gov.d.ts.map +1 -1
  138. package/dist/codegen/cosmos/gov/v1/gov.js +112 -0
  139. package/dist/codegen/cosmos/gov/v1/gov.js.map +1 -1
  140. package/dist/codegen/cosmos/gov/v1/query.d.ts +44 -0
  141. package/dist/codegen/cosmos/gov/v1/query.d.ts.map +1 -1
  142. package/dist/codegen/cosmos/gov/v1/query.js +108 -1
  143. package/dist/codegen/cosmos/gov/v1/query.js.map +1 -1
  144. package/dist/codegen/cosmos/gov/v1/query.rpc.Query.d.ts +6 -2
  145. package/dist/codegen/cosmos/gov/v1/query.rpc.Query.d.ts.map +1 -1
  146. package/dist/codegen/cosmos/gov/v1/query.rpc.Query.js +10 -1
  147. package/dist/codegen/cosmos/gov/v1/query.rpc.Query.js.map +1 -1
  148. package/dist/codegen/cosmos/gov/v1/tx.d.ts +83 -0
  149. package/dist/codegen/cosmos/gov/v1/tx.d.ts.map +1 -1
  150. package/dist/codegen/cosmos/gov/v1/tx.js +182 -1
  151. package/dist/codegen/cosmos/gov/v1/tx.js.map +1 -1
  152. package/dist/codegen/cosmos/gov/v1/tx.rpc.msg.d.ts +8 -1
  153. package/dist/codegen/cosmos/gov/v1/tx.rpc.msg.d.ts.map +1 -1
  154. package/dist/codegen/cosmos/gov/v1/tx.rpc.msg.js +7 -1
  155. package/dist/codegen/cosmos/gov/v1/tx.rpc.msg.js.map +1 -1
  156. package/dist/codegen/cosmos/gov/v1beta1/genesis.d.ts +3 -3
  157. package/dist/codegen/cosmos/gov/v1beta1/genesis.d.ts.map +1 -1
  158. package/dist/codegen/cosmos/gov/v1beta1/query.rpc.Query.d.ts +1 -1
  159. package/dist/codegen/cosmos/gov/v1beta1/query.rpc.Query.d.ts.map +1 -1
  160. package/dist/codegen/cosmos/gov/v1beta1/tx.rpc.msg.d.ts +1 -1
  161. package/dist/codegen/cosmos/gov/v1beta1/tx.rpc.msg.d.ts.map +1 -1
  162. package/dist/codegen/cosmos/group/v1/types.d.ts +10 -4
  163. package/dist/codegen/cosmos/group/v1/types.d.ts.map +1 -1
  164. package/dist/codegen/cosmos/group/v1/types.js.map +1 -1
  165. package/dist/codegen/cosmos/msg/textual/v1/textual.d.ts +2 -0
  166. package/dist/codegen/cosmos/msg/textual/v1/textual.d.ts.map +1 -0
  167. package/dist/codegen/cosmos/msg/textual/v1/textual.js +2 -0
  168. package/dist/codegen/cosmos/msg/textual/v1/textual.js.map +1 -0
  169. package/dist/codegen/cosmos/rpc.query.d.ts +11 -0
  170. package/dist/codegen/cosmos/rpc.query.d.ts.map +1 -1
  171. package/dist/codegen/cosmos/rpc.query.js +3 -0
  172. package/dist/codegen/cosmos/rpc.query.js.map +1 -1
  173. package/dist/codegen/cosmos/rpc.tx.d.ts +3 -0
  174. package/dist/codegen/cosmos/rpc.tx.d.ts.map +1 -1
  175. package/dist/codegen/cosmos/rpc.tx.js +3 -0
  176. package/dist/codegen/cosmos/rpc.tx.js.map +1 -1
  177. package/dist/codegen/cosmos/staking/module/v1/module.d.ts +6 -0
  178. package/dist/codegen/cosmos/staking/module/v1/module.d.ts.map +1 -1
  179. package/dist/codegen/cosmos/staking/module/v1/module.js +26 -0
  180. package/dist/codegen/cosmos/staking/module/v1/module.js.map +1 -1
  181. package/dist/codegen/cosmos/staking/v1beta1/authz.d.ts +2 -0
  182. package/dist/codegen/cosmos/staking/v1beta1/authz.d.ts.map +1 -1
  183. package/dist/codegen/cosmos/staking/v1beta1/authz.js +7 -0
  184. package/dist/codegen/cosmos/staking/v1beta1/authz.js.map +1 -1
  185. package/dist/codegen/cosmos/staking/v1beta1/genesis.d.ts +2 -1
  186. package/dist/codegen/cosmos/staking/v1beta1/genesis.d.ts.map +1 -1
  187. package/dist/codegen/cosmos/staking/v1beta1/genesis.js.map +1 -1
  188. package/dist/codegen/cosmos/staking/v1beta1/staking.d.ts +4 -4
  189. package/dist/codegen/cosmos/staking/v1beta1/staking.d.ts.map +1 -1
  190. package/dist/codegen/cosmos/staking/v1beta1/tx.d.ts +14 -0
  191. package/dist/codegen/cosmos/staking/v1beta1/tx.d.ts.map +1 -1
  192. package/dist/codegen/cosmos/staking/v1beta1/tx.js +14 -0
  193. package/dist/codegen/cosmos/staking/v1beta1/tx.js.map +1 -1
  194. package/dist/codegen/cosmos/store/internal/kv/v1beta1/kv.d.ts +51 -0
  195. package/dist/codegen/cosmos/store/internal/kv/v1beta1/kv.d.ts.map +1 -0
  196. package/dist/codegen/cosmos/store/internal/kv/v1beta1/kv.js +144 -0
  197. package/dist/codegen/cosmos/store/internal/kv/v1beta1/kv.js.map +1 -0
  198. package/dist/codegen/cosmos/store/snapshots/v1/snapshot.d.ts +229 -0
  199. package/dist/codegen/cosmos/store/snapshots/v1/snapshot.d.ts.map +1 -0
  200. package/dist/codegen/cosmos/store/snapshots/v1/snapshot.js +592 -0
  201. package/dist/codegen/cosmos/store/snapshots/v1/snapshot.js.map +1 -0
  202. package/dist/codegen/cosmos/store/streaming/abci/grpc.d.ts +100 -0
  203. package/dist/codegen/cosmos/store/streaming/abci/grpc.d.ts.map +1 -0
  204. package/dist/codegen/cosmos/store/streaming/abci/grpc.js +279 -0
  205. package/dist/codegen/cosmos/store/streaming/abci/grpc.js.map +1 -0
  206. package/dist/codegen/cosmos/store/v1beta1/commit_info.d.ts +99 -0
  207. package/dist/codegen/cosmos/store/v1beta1/commit_info.d.ts.map +1 -0
  208. package/dist/codegen/cosmos/store/v1beta1/commit_info.js +259 -0
  209. package/dist/codegen/cosmos/store/v1beta1/commit_info.js.map +1 -0
  210. package/dist/codegen/cosmos/store/v1beta1/listening.d.ts +81 -0
  211. package/dist/codegen/cosmos/store/v1beta1/listening.d.ts.map +1 -0
  212. package/dist/codegen/cosmos/store/v1beta1/listening.js +204 -0
  213. package/dist/codegen/cosmos/store/v1beta1/listening.js.map +1 -0
  214. package/dist/codegen/cosmos/tx/signing/v1beta1/signing.d.ts +4 -3
  215. package/dist/codegen/cosmos/tx/signing/v1beta1/signing.d.ts.map +1 -1
  216. package/dist/codegen/cosmos/tx/signing/v1beta1/signing.js +4 -3
  217. package/dist/codegen/cosmos/tx/signing/v1beta1/signing.js.map +1 -1
  218. package/dist/codegen/cosmos/tx/v1beta1/service.d.ts +35 -10
  219. package/dist/codegen/cosmos/tx/v1beta1/service.d.ts.map +1 -1
  220. package/dist/codegen/cosmos/tx/v1beta1/service.js +22 -6
  221. package/dist/codegen/cosmos/tx/v1beta1/service.js.map +1 -1
  222. package/dist/codegen/cosmos/tx/v1beta1/tx.d.ts +7 -8
  223. package/dist/codegen/cosmos/tx/v1beta1/tx.d.ts.map +1 -1
  224. package/dist/codegen/cosmos/tx/v1beta1/tx.js.map +1 -1
  225. package/dist/codegen/gogoproto/bundle.js +2 -2
  226. package/dist/codegen/google/bundle.d.ts +277 -277
  227. package/dist/codegen/google/bundle.js +10 -10
  228. package/dist/codegen/ibc/applications/interchain_accounts/controller/v1/tx.d.ts +53 -0
  229. package/dist/codegen/ibc/applications/interchain_accounts/controller/v1/tx.d.ts.map +1 -1
  230. package/dist/codegen/ibc/applications/interchain_accounts/controller/v1/tx.js +119 -0
  231. package/dist/codegen/ibc/applications/interchain_accounts/controller/v1/tx.js.map +1 -1
  232. package/dist/codegen/ibc/applications/interchain_accounts/controller/v1/tx.rpc.msg.d.ts +4 -1
  233. package/dist/codegen/ibc/applications/interchain_accounts/controller/v1/tx.rpc.msg.d.ts.map +1 -1
  234. package/dist/codegen/ibc/applications/interchain_accounts/controller/v1/tx.rpc.msg.js +7 -1
  235. package/dist/codegen/ibc/applications/interchain_accounts/controller/v1/tx.rpc.msg.js.map +1 -1
  236. package/dist/codegen/ibc/applications/interchain_accounts/host/v1/tx.d.ts +53 -1
  237. package/dist/codegen/ibc/applications/interchain_accounts/host/v1/tx.d.ts.map +1 -1
  238. package/dist/codegen/ibc/applications/interchain_accounts/host/v1/tx.js +119 -1
  239. package/dist/codegen/ibc/applications/interchain_accounts/host/v1/tx.js.map +1 -1
  240. package/dist/codegen/ibc/applications/interchain_accounts/host/v1/tx.rpc.msg.d.ts +4 -1
  241. package/dist/codegen/ibc/applications/interchain_accounts/host/v1/tx.rpc.msg.d.ts.map +1 -1
  242. package/dist/codegen/ibc/applications/interchain_accounts/host/v1/tx.rpc.msg.js +7 -1
  243. package/dist/codegen/ibc/applications/interchain_accounts/host/v1/tx.rpc.msg.js.map +1 -1
  244. package/dist/codegen/ibc/applications/transfer/v1/tx.d.ts +59 -1
  245. package/dist/codegen/ibc/applications/transfer/v1/tx.d.ts.map +1 -1
  246. package/dist/codegen/ibc/applications/transfer/v1/tx.js +119 -1
  247. package/dist/codegen/ibc/applications/transfer/v1/tx.js.map +1 -1
  248. package/dist/codegen/ibc/applications/transfer/v1/tx.rpc.msg.d.ts +4 -1
  249. package/dist/codegen/ibc/applications/transfer/v1/tx.rpc.msg.d.ts.map +1 -1
  250. package/dist/codegen/ibc/applications/transfer/v1/tx.rpc.msg.js +7 -1
  251. package/dist/codegen/ibc/applications/transfer/v1/tx.rpc.msg.js.map +1 -1
  252. package/dist/codegen/ibc/bundle.d.ts +2635 -1888
  253. package/dist/codegen/ibc/bundle.d.ts.map +1 -1
  254. package/dist/codegen/ibc/bundle.js +117 -98
  255. package/dist/codegen/ibc/bundle.js.map +1 -1
  256. package/dist/codegen/ibc/core/channel/v1/channel.d.ts +76 -1
  257. package/dist/codegen/ibc/core/channel/v1/channel.d.ts.map +1 -1
  258. package/dist/codegen/ibc/core/channel/v1/channel.js +191 -1
  259. package/dist/codegen/ibc/core/channel/v1/channel.js.map +1 -1
  260. package/dist/codegen/ibc/core/channel/v1/genesis.d.ts +3 -1
  261. package/dist/codegen/ibc/core/channel/v1/genesis.d.ts.map +1 -1
  262. package/dist/codegen/ibc/core/channel/v1/genesis.js +15 -1
  263. package/dist/codegen/ibc/core/channel/v1/genesis.js.map +1 -1
  264. package/dist/codegen/ibc/core/channel/v1/query.d.ts +226 -3
  265. package/dist/codegen/ibc/core/channel/v1/query.d.ts.map +1 -1
  266. package/dist/codegen/ibc/core/channel/v1/query.js +603 -1
  267. package/dist/codegen/ibc/core/channel/v1/query.js.map +1 -1
  268. package/dist/codegen/ibc/core/channel/v1/query.rpc.Query.d.ts +17 -1
  269. package/dist/codegen/ibc/core/channel/v1/query.rpc.Query.d.ts.map +1 -1
  270. package/dist/codegen/ibc/core/channel/v1/query.rpc.Query.js +37 -1
  271. package/dist/codegen/ibc/core/channel/v1/query.rpc.Query.js.map +1 -1
  272. package/dist/codegen/ibc/core/channel/v1/tx.d.ts +533 -2
  273. package/dist/codegen/ibc/core/channel/v1/tx.d.ts.map +1 -1
  274. package/dist/codegen/ibc/core/channel/v1/tx.js +1753 -2
  275. package/dist/codegen/ibc/core/channel/v1/tx.js.map +1 -1
  276. package/dist/codegen/ibc/core/channel/v1/tx.rpc.msg.d.ts +28 -1
  277. package/dist/codegen/ibc/core/channel/v1/tx.rpc.msg.d.ts.map +1 -1
  278. package/dist/codegen/ibc/core/channel/v1/tx.rpc.msg.js +55 -1
  279. package/dist/codegen/ibc/core/channel/v1/tx.rpc.msg.js.map +1 -1
  280. package/dist/codegen/ibc/core/channel/v1/upgrade.d.ts +111 -0
  281. package/dist/codegen/ibc/core/channel/v1/upgrade.d.ts.map +1 -0
  282. package/dist/codegen/ibc/core/channel/v1/upgrade.js +266 -0
  283. package/dist/codegen/ibc/core/channel/v1/upgrade.js.map +1 -0
  284. package/dist/codegen/ibc/core/client/v1/client.d.ts +91 -79
  285. package/dist/codegen/ibc/core/client/v1/client.d.ts.map +1 -1
  286. package/dist/codegen/ibc/core/client/v1/client.js +145 -145
  287. package/dist/codegen/ibc/core/client/v1/client.js.map +1 -1
  288. package/dist/codegen/ibc/core/client/v1/genesis.d.ts +6 -1
  289. package/dist/codegen/ibc/core/client/v1/genesis.d.ts.map +1 -1
  290. package/dist/codegen/ibc/core/client/v1/genesis.js.map +1 -1
  291. package/dist/codegen/ibc/core/client/v1/query.d.ts +68 -1
  292. package/dist/codegen/ibc/core/client/v1/query.d.ts.map +1 -1
  293. package/dist/codegen/ibc/core/client/v1/query.js +212 -1
  294. package/dist/codegen/ibc/core/client/v1/query.js.map +1 -1
  295. package/dist/codegen/ibc/core/client/v1/query.rpc.Query.d.ts +5 -1
  296. package/dist/codegen/ibc/core/client/v1/query.rpc.Query.d.ts.map +1 -1
  297. package/dist/codegen/ibc/core/client/v1/query.rpc.Query.js +10 -1
  298. package/dist/codegen/ibc/core/client/v1/query.rpc.Query.js.map +1 -1
  299. package/dist/codegen/ibc/core/client/v1/tx.d.ts +171 -8
  300. package/dist/codegen/ibc/core/client/v1/tx.d.ts.map +1 -1
  301. package/dist/codegen/ibc/core/client/v1/tx.js +387 -0
  302. package/dist/codegen/ibc/core/client/v1/tx.js.map +1 -1
  303. package/dist/codegen/ibc/core/client/v1/tx.rpc.msg.d.ts +10 -1
  304. package/dist/codegen/ibc/core/client/v1/tx.rpc.msg.d.ts.map +1 -1
  305. package/dist/codegen/ibc/core/client/v1/tx.rpc.msg.js +19 -1
  306. package/dist/codegen/ibc/core/client/v1/tx.rpc.msg.js.map +1 -1
  307. package/dist/codegen/ibc/core/connection/v1/tx.d.ts +63 -1
  308. package/dist/codegen/ibc/core/connection/v1/tx.d.ts.map +1 -1
  309. package/dist/codegen/ibc/core/connection/v1/tx.js +119 -1
  310. package/dist/codegen/ibc/core/connection/v1/tx.js.map +1 -1
  311. package/dist/codegen/ibc/core/connection/v1/tx.rpc.msg.d.ts +7 -1
  312. package/dist/codegen/ibc/core/connection/v1/tx.rpc.msg.d.ts.map +1 -1
  313. package/dist/codegen/ibc/core/connection/v1/tx.rpc.msg.js +7 -1
  314. package/dist/codegen/ibc/core/connection/v1/tx.rpc.msg.js.map +1 -1
  315. package/dist/codegen/ibc/lightclients/wasm/v1/genesis.d.ts +51 -0
  316. package/dist/codegen/ibc/lightclients/wasm/v1/genesis.d.ts.map +1 -0
  317. package/dist/codegen/ibc/lightclients/wasm/v1/genesis.js +134 -0
  318. package/dist/codegen/ibc/lightclients/wasm/v1/genesis.js.map +1 -0
  319. package/dist/codegen/ibc/lightclients/wasm/v1/query.d.ts +102 -0
  320. package/dist/codegen/ibc/lightclients/wasm/v1/query.d.ts.map +1 -0
  321. package/dist/codegen/ibc/lightclients/wasm/v1/query.js +276 -0
  322. package/dist/codegen/ibc/lightclients/wasm/v1/query.js.map +1 -0
  323. package/dist/codegen/ibc/lightclients/wasm/v1/query.rpc.Query.d.ts +21 -0
  324. package/dist/codegen/ibc/lightclients/wasm/v1/query.rpc.Query.d.ts.map +1 -0
  325. package/dist/codegen/ibc/lightclients/wasm/v1/query.rpc.Query.js +38 -0
  326. package/dist/codegen/ibc/lightclients/wasm/v1/query.rpc.Query.js.map +1 -0
  327. package/dist/codegen/ibc/lightclients/wasm/v1/tx.d.ts +156 -0
  328. package/dist/codegen/ibc/lightclients/wasm/v1/tx.d.ts.map +1 -0
  329. package/dist/codegen/ibc/lightclients/wasm/v1/tx.js +396 -0
  330. package/dist/codegen/ibc/lightclients/wasm/v1/tx.js.map +1 -0
  331. package/dist/codegen/ibc/lightclients/wasm/v1/tx.rpc.msg.d.ts +19 -0
  332. package/dist/codegen/ibc/lightclients/wasm/v1/tx.rpc.msg.d.ts.map +1 -0
  333. package/dist/codegen/ibc/lightclients/wasm/v1/tx.rpc.msg.js +29 -0
  334. package/dist/codegen/ibc/lightclients/wasm/v1/tx.rpc.msg.js.map +1 -0
  335. package/dist/codegen/ibc/lightclients/wasm/v1/wasm.d.ts +120 -0
  336. package/dist/codegen/ibc/lightclients/wasm/v1/wasm.d.ts.map +1 -0
  337. package/dist/codegen/ibc/lightclients/wasm/v1/wasm.js +287 -0
  338. package/dist/codegen/ibc/lightclients/wasm/v1/wasm.js.map +1 -0
  339. package/dist/codegen/ibc/rpc.query.d.ts +24 -0
  340. package/dist/codegen/ibc/rpc.query.d.ts.map +1 -1
  341. package/dist/codegen/ibc/rpc.query.js +8 -0
  342. package/dist/codegen/ibc/rpc.query.js.map +1 -1
  343. package/dist/codegen/ibc/rpc.tx.d.ts +8 -0
  344. package/dist/codegen/ibc/rpc.tx.d.ts.map +1 -1
  345. package/dist/codegen/ibc/rpc.tx.js +8 -0
  346. package/dist/codegen/ibc/rpc.tx.js.map +1 -1
  347. package/dist/codegen/icq/bundle.d.ts +106 -92
  348. package/dist/codegen/icq/bundle.d.ts.map +1 -1
  349. package/dist/codegen/icq/bundle.js +18 -18
  350. package/dist/codegen/icq/rpc.query.d.ts +11 -0
  351. package/dist/codegen/icq/rpc.query.d.ts.map +1 -1
  352. package/dist/codegen/icq/rpc.query.js +3 -0
  353. package/dist/codegen/icq/rpc.query.js.map +1 -1
  354. package/dist/codegen/icq/rpc.tx.d.ts +3 -0
  355. package/dist/codegen/icq/rpc.tx.d.ts.map +1 -1
  356. package/dist/codegen/icq/rpc.tx.js +3 -0
  357. package/dist/codegen/icq/rpc.tx.js.map +1 -1
  358. package/dist/codegen/noble/bundle.d.ts +242 -239
  359. package/dist/codegen/noble/bundle.d.ts.map +1 -1
  360. package/dist/codegen/noble/bundle.js +16 -16
  361. package/dist/codegen/noble/rpc.tx.d.ts +3 -0
  362. package/dist/codegen/noble/rpc.tx.d.ts.map +1 -1
  363. package/dist/codegen/noble/rpc.tx.js +3 -0
  364. package/dist/codegen/noble/rpc.tx.js.map +1 -1
  365. package/dist/codegen/stride/bundle.d.ts +2022 -2008
  366. package/dist/codegen/stride/bundle.d.ts.map +1 -1
  367. package/dist/codegen/stride/bundle.js +70 -70
  368. package/dist/codegen/stride/rpc.query.d.ts +11 -0
  369. package/dist/codegen/stride/rpc.query.d.ts.map +1 -1
  370. package/dist/codegen/stride/rpc.query.js +3 -0
  371. package/dist/codegen/stride/rpc.query.js.map +1 -1
  372. package/dist/codegen/stride/rpc.tx.d.ts +3 -0
  373. package/dist/codegen/stride/rpc.tx.d.ts.map +1 -1
  374. package/dist/codegen/stride/rpc.tx.js +3 -0
  375. package/dist/codegen/stride/rpc.tx.js.map +1 -1
  376. package/dist/codegen/tendermint/abci/types.d.ts +1070 -460
  377. package/dist/codegen/tendermint/abci/types.d.ts.map +1 -1
  378. package/dist/codegen/tendermint/abci/types.js +3971 -714
  379. package/dist/codegen/tendermint/abci/types.js.map +1 -1
  380. package/dist/codegen/tendermint/bundle.d.ts +877 -531
  381. package/dist/codegen/tendermint/bundle.d.ts.map +1 -1
  382. package/dist/codegen/tendermint/bundle.js +22 -22
  383. package/dist/codegen/tendermint/types/params.d.ts +46 -18
  384. package/dist/codegen/tendermint/types/params.d.ts.map +1 -1
  385. package/dist/codegen/tendermint/types/params.js +93 -32
  386. package/dist/codegen/tendermint/types/params.js.map +1 -1
  387. package/dist/codegen/tendermint/types/types.d.ts +92 -16
  388. package/dist/codegen/tendermint/types/types.d.ts.map +1 -1
  389. package/dist/codegen/tendermint/types/types.js +273 -46
  390. package/dist/codegen/tendermint/types/types.js.map +1 -1
  391. package/dist/codegen/tendermint/types/validator.d.ts +14 -0
  392. package/dist/codegen/tendermint/types/validator.d.ts.map +1 -1
  393. package/dist/codegen/tendermint/types/validator.js +48 -0
  394. package/dist/codegen/tendermint/types/validator.js.map +1 -1
  395. package/dist/network-config.d.ts +18 -2
  396. package/dist/network-config.d.ts.map +1 -1
  397. package/dist/network-config.js +37 -8
  398. package/dist/network-config.js.map +1 -1
  399. package/dist/signing-client.js +2 -2
  400. package/dist/signing-client.js.map +1 -1
  401. package/dist/signing-smart-wallet-kit.d.ts +117 -16
  402. package/dist/signing-smart-wallet-kit.d.ts.map +1 -1
  403. package/dist/signing-smart-wallet-kit.js +143 -26
  404. package/dist/signing-smart-wallet-kit.js.map +1 -1
  405. package/dist/smart-wallet-kit.d.ts +21 -9
  406. package/dist/smart-wallet-kit.d.ts.map +1 -1
  407. package/dist/smart-wallet-kit.js +103 -23
  408. package/dist/smart-wallet-kit.js.map +1 -1
  409. package/dist/sync-tools.d.ts +15 -11
  410. package/dist/sync-tools.d.ts.map +1 -1
  411. package/dist/sync-tools.js +16 -6
  412. package/dist/sync-tools.js.map +1 -1
  413. package/dist/tsconfig.build.tsbuildinfo +1 -1
  414. package/dist/types.d.ts +6 -2
  415. package/dist/types.d.ts.map +1 -1
  416. package/dist/types.js.map +1 -1
  417. package/dist/vstorage-kit.d.ts +9 -4
  418. package/dist/vstorage-kit.d.ts.map +1 -1
  419. package/dist/vstorage-kit.js +9 -4
  420. package/dist/vstorage-kit.js.map +1 -1
  421. package/dist/vstorage.d.ts +15 -1
  422. package/dist/vstorage.d.ts.map +1 -1
  423. package/dist/vstorage.js +34 -3
  424. package/dist/vstorage.js.map +1 -1
  425. package/dist/wallet-utils.d.ts +11 -8
  426. package/dist/wallet-utils.d.ts.map +1 -1
  427. package/dist/wallet-utils.js +1 -1
  428. package/dist/wallet-utils.js.map +1 -1
  429. package/package.json +10 -9
  430. package/dist/codegen/cosmos/capability/module/v1/module.d.ts.map +0 -1
  431. package/dist/codegen/cosmos/capability/module/v1/module.js.map +0 -1
@@ -1,330 +1,330 @@
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';
6
- import * as _261 from './dollar/vaults/v1/tx.rpc.msg.js';
7
- import * as _262 from './swap/v1/tx.rpc.msg.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
+ import * as _279 from './dollar/vaults/v1/tx.rpc.msg.js';
7
+ import * as _280 from './swap/v1/tx.rpc.msg.js';
8
8
  export declare namespace noble {
9
9
  namespace dollar {
10
10
  namespace vaults {
11
11
  const v1: {
12
- MsgClientImpl: typeof _261.MsgClientImpl;
13
- vaultTypeFromJSON(object: any): _169.VaultType;
14
- vaultTypeToJSON(object: _169.VaultType): string;
15
- pausedTypeFromJSON(object: any): _169.PausedType;
16
- pausedTypeToJSON(object: _169.PausedType): string;
17
- VaultType: typeof _169.VaultType;
18
- VaultTypeSDKType: typeof _169.VaultType;
19
- PausedType: typeof _169.PausedType;
20
- PausedTypeSDKType: typeof _169.PausedType;
12
+ MsgClientImpl: typeof _279.MsgClientImpl;
13
+ vaultTypeFromJSON(object: any): _183.VaultType;
14
+ vaultTypeToJSON(object: _183.VaultType): string;
15
+ pausedTypeFromJSON(object: any): _183.PausedType;
16
+ pausedTypeToJSON(object: _183.PausedType): string;
17
+ VaultType: typeof _183.VaultType;
18
+ VaultTypeSDKType: typeof _183.VaultType;
19
+ PausedType: typeof _183.PausedType;
20
+ PausedTypeSDKType: typeof _183.PausedType;
21
21
  Reward: {
22
22
  typeUrl: "/noble.dollar.vaults.v1.Reward";
23
- encode(message: _169.Reward, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
24
- decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number): _169.Reward;
25
- fromJSON(object: any): _169.Reward;
26
- toJSON(message: _169.Reward): import("../json-safe.js").JsonSafe<_169.Reward>;
27
- fromPartial(object: Partial<_169.Reward>): _169.Reward;
28
- fromProtoMsg(message: _169.RewardProtoMsg): _169.Reward;
29
- toProto(message: _169.Reward): Uint8Array;
30
- toProtoMsg(message: _169.Reward): _169.RewardProtoMsg;
23
+ encode(message: _183.Reward, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
24
+ decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number): _183.Reward;
25
+ fromJSON(object: any): _183.Reward;
26
+ toJSON(message: _183.Reward): import("../json-safe.js").JsonSafe<_183.Reward>;
27
+ fromPartial(object: Partial<_183.Reward>): _183.Reward;
28
+ fromProtoMsg(message: _183.RewardProtoMsg): _183.Reward;
29
+ toProto(message: _183.Reward): Uint8Array;
30
+ toProtoMsg(message: _183.Reward): _183.RewardProtoMsg;
31
31
  };
32
32
  Position: {
33
33
  typeUrl: "/noble.dollar.vaults.v1.Position";
34
- encode(message: _169.Position, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
35
- decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number): _169.Position;
36
- fromJSON(object: any): _169.Position;
37
- toJSON(message: _169.Position): import("../json-safe.js").JsonSafe<_169.Position>;
38
- fromPartial(object: Partial<_169.Position>): _169.Position;
39
- fromProtoMsg(message: _169.PositionProtoMsg): _169.Position;
40
- toProto(message: _169.Position): Uint8Array;
41
- toProtoMsg(message: _169.Position): _169.PositionProtoMsg;
34
+ encode(message: _183.Position, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
35
+ decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number): _183.Position;
36
+ fromJSON(object: any): _183.Position;
37
+ toJSON(message: _183.Position): import("../json-safe.js").JsonSafe<_183.Position>;
38
+ fromPartial(object: Partial<_183.Position>): _183.Position;
39
+ fromProtoMsg(message: _183.PositionProtoMsg): _183.Position;
40
+ toProto(message: _183.Position): Uint8Array;
41
+ toProtoMsg(message: _183.Position): _183.PositionProtoMsg;
42
42
  };
43
43
  PositionRewards: {
44
44
  typeUrl: "/noble.dollar.vaults.v1.PositionRewards";
45
- encode(message: _169.PositionRewards, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
46
- decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number): _169.PositionRewards;
47
- fromJSON(object: any): _169.PositionRewards;
48
- toJSON(message: _169.PositionRewards): import("../json-safe.js").JsonSafe<_169.PositionRewards>;
49
- fromPartial(object: Partial<_169.PositionRewards>): _169.PositionRewards;
50
- fromProtoMsg(message: _169.PositionRewardsProtoMsg): _169.PositionRewards;
51
- toProto(message: _169.PositionRewards): Uint8Array;
52
- toProtoMsg(message: _169.PositionRewards): _169.PositionRewardsProtoMsg;
45
+ encode(message: _183.PositionRewards, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
46
+ decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number): _183.PositionRewards;
47
+ fromJSON(object: any): _183.PositionRewards;
48
+ toJSON(message: _183.PositionRewards): import("../json-safe.js").JsonSafe<_183.PositionRewards>;
49
+ fromPartial(object: Partial<_183.PositionRewards>): _183.PositionRewards;
50
+ fromProtoMsg(message: _183.PositionRewardsProtoMsg): _183.PositionRewards;
51
+ toProto(message: _183.PositionRewards): Uint8Array;
52
+ toProtoMsg(message: _183.PositionRewards): _183.PositionRewardsProtoMsg;
53
53
  };
54
54
  PositionEntry: {
55
55
  typeUrl: "/noble.dollar.vaults.v1.PositionEntry";
56
- encode(message: _169.PositionEntry, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
57
- decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number): _169.PositionEntry;
58
- fromJSON(object: any): _169.PositionEntry;
59
- toJSON(message: _169.PositionEntry): import("../json-safe.js").JsonSafe<_169.PositionEntry>;
60
- fromPartial(object: Partial<_169.PositionEntry>): _169.PositionEntry;
61
- fromProtoMsg(message: _169.PositionEntryProtoMsg): _169.PositionEntry;
62
- toProto(message: _169.PositionEntry): Uint8Array;
63
- toProtoMsg(message: _169.PositionEntry): _169.PositionEntryProtoMsg;
56
+ encode(message: _183.PositionEntry, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
57
+ decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number): _183.PositionEntry;
58
+ fromJSON(object: any): _183.PositionEntry;
59
+ toJSON(message: _183.PositionEntry): import("../json-safe.js").JsonSafe<_183.PositionEntry>;
60
+ fromPartial(object: Partial<_183.PositionEntry>): _183.PositionEntry;
61
+ fromProtoMsg(message: _183.PositionEntryProtoMsg): _183.PositionEntry;
62
+ toProto(message: _183.PositionEntry): Uint8Array;
63
+ toProtoMsg(message: _183.PositionEntry): _183.PositionEntryProtoMsg;
64
64
  };
65
65
  Stats: {
66
66
  typeUrl: "/noble.dollar.vaults.v1.Stats";
67
- encode(message: _169.Stats, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
68
- decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number): _169.Stats;
69
- fromJSON(object: any): _169.Stats;
70
- toJSON(message: _169.Stats): import("../json-safe.js").JsonSafe<_169.Stats>;
71
- fromPartial(object: Partial<_169.Stats>): _169.Stats;
72
- fromProtoMsg(message: _169.StatsProtoMsg): _169.Stats;
73
- toProto(message: _169.Stats): Uint8Array;
74
- toProtoMsg(message: _169.Stats): _169.StatsProtoMsg;
67
+ encode(message: _183.Stats, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
68
+ decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number): _183.Stats;
69
+ fromJSON(object: any): _183.Stats;
70
+ toJSON(message: _183.Stats): import("../json-safe.js").JsonSafe<_183.Stats>;
71
+ fromPartial(object: Partial<_183.Stats>): _183.Stats;
72
+ fromProtoMsg(message: _183.StatsProtoMsg): _183.Stats;
73
+ toProto(message: _183.Stats): Uint8Array;
74
+ toProtoMsg(message: _183.Stats): _183.StatsProtoMsg;
75
75
  };
76
76
  MsgLock: {
77
77
  typeUrl: "/noble.dollar.vaults.v1.MsgLock";
78
- encode(message: _168.MsgLock, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
79
- decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number): _168.MsgLock;
80
- fromJSON(object: any): _168.MsgLock;
81
- toJSON(message: _168.MsgLock): import("../json-safe.js").JsonSafe<_168.MsgLock>;
82
- fromPartial(object: Partial<_168.MsgLock>): _168.MsgLock;
83
- fromProtoMsg(message: _168.MsgLockProtoMsg): _168.MsgLock;
84
- toProto(message: _168.MsgLock): Uint8Array;
85
- toProtoMsg(message: _168.MsgLock): _168.MsgLockProtoMsg;
78
+ encode(message: _182.MsgLock, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
79
+ decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number): _182.MsgLock;
80
+ fromJSON(object: any): _182.MsgLock;
81
+ toJSON(message: _182.MsgLock): import("../json-safe.js").JsonSafe<_182.MsgLock>;
82
+ fromPartial(object: Partial<_182.MsgLock>): _182.MsgLock;
83
+ fromProtoMsg(message: _182.MsgLockProtoMsg): _182.MsgLock;
84
+ toProto(message: _182.MsgLock): Uint8Array;
85
+ toProtoMsg(message: _182.MsgLock): _182.MsgLockProtoMsg;
86
86
  };
87
87
  MsgLockResponse: {
88
88
  typeUrl: "/noble.dollar.vaults.v1.MsgLockResponse";
89
- encode(_: _168.MsgLockResponse, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
90
- decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number): _168.MsgLockResponse;
91
- fromJSON(_: any): _168.MsgLockResponse;
92
- toJSON(_: _168.MsgLockResponse): import("../json-safe.js").JsonSafe<_168.MsgLockResponse>;
93
- fromPartial(_: Partial<_168.MsgLockResponse>): _168.MsgLockResponse;
94
- fromProtoMsg(message: _168.MsgLockResponseProtoMsg): _168.MsgLockResponse;
95
- toProto(message: _168.MsgLockResponse): Uint8Array;
96
- toProtoMsg(message: _168.MsgLockResponse): _168.MsgLockResponseProtoMsg;
89
+ encode(_: _182.MsgLockResponse, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
90
+ decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number): _182.MsgLockResponse;
91
+ fromJSON(_: any): _182.MsgLockResponse;
92
+ toJSON(_: _182.MsgLockResponse): import("../json-safe.js").JsonSafe<_182.MsgLockResponse>;
93
+ fromPartial(_: Partial<_182.MsgLockResponse>): _182.MsgLockResponse;
94
+ fromProtoMsg(message: _182.MsgLockResponseProtoMsg): _182.MsgLockResponse;
95
+ toProto(message: _182.MsgLockResponse): Uint8Array;
96
+ toProtoMsg(message: _182.MsgLockResponse): _182.MsgLockResponseProtoMsg;
97
97
  };
98
98
  MsgUnlock: {
99
99
  typeUrl: "/noble.dollar.vaults.v1.MsgUnlock";
100
- encode(message: _168.MsgUnlock, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
101
- decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number): _168.MsgUnlock;
102
- fromJSON(object: any): _168.MsgUnlock;
103
- toJSON(message: _168.MsgUnlock): import("../json-safe.js").JsonSafe<_168.MsgUnlock>;
104
- fromPartial(object: Partial<_168.MsgUnlock>): _168.MsgUnlock;
105
- fromProtoMsg(message: _168.MsgUnlockProtoMsg): _168.MsgUnlock;
106
- toProto(message: _168.MsgUnlock): Uint8Array;
107
- toProtoMsg(message: _168.MsgUnlock): _168.MsgUnlockProtoMsg;
100
+ encode(message: _182.MsgUnlock, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
101
+ decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number): _182.MsgUnlock;
102
+ fromJSON(object: any): _182.MsgUnlock;
103
+ toJSON(message: _182.MsgUnlock): import("../json-safe.js").JsonSafe<_182.MsgUnlock>;
104
+ fromPartial(object: Partial<_182.MsgUnlock>): _182.MsgUnlock;
105
+ fromProtoMsg(message: _182.MsgUnlockProtoMsg): _182.MsgUnlock;
106
+ toProto(message: _182.MsgUnlock): Uint8Array;
107
+ toProtoMsg(message: _182.MsgUnlock): _182.MsgUnlockProtoMsg;
108
108
  };
109
109
  MsgUnlockResponse: {
110
110
  typeUrl: "/noble.dollar.vaults.v1.MsgUnlockResponse";
111
- encode(_: _168.MsgUnlockResponse, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
112
- decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number): _168.MsgUnlockResponse;
113
- fromJSON(_: any): _168.MsgUnlockResponse;
114
- toJSON(_: _168.MsgUnlockResponse): import("../json-safe.js").JsonSafe<_168.MsgUnlockResponse>;
115
- fromPartial(_: Partial<_168.MsgUnlockResponse>): _168.MsgUnlockResponse;
116
- fromProtoMsg(message: _168.MsgUnlockResponseProtoMsg): _168.MsgUnlockResponse;
117
- toProto(message: _168.MsgUnlockResponse): Uint8Array;
118
- toProtoMsg(message: _168.MsgUnlockResponse): _168.MsgUnlockResponseProtoMsg;
111
+ encode(_: _182.MsgUnlockResponse, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
112
+ decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number): _182.MsgUnlockResponse;
113
+ fromJSON(_: any): _182.MsgUnlockResponse;
114
+ toJSON(_: _182.MsgUnlockResponse): import("../json-safe.js").JsonSafe<_182.MsgUnlockResponse>;
115
+ fromPartial(_: Partial<_182.MsgUnlockResponse>): _182.MsgUnlockResponse;
116
+ fromProtoMsg(message: _182.MsgUnlockResponseProtoMsg): _182.MsgUnlockResponse;
117
+ toProto(message: _182.MsgUnlockResponse): Uint8Array;
118
+ toProtoMsg(message: _182.MsgUnlockResponse): _182.MsgUnlockResponseProtoMsg;
119
119
  };
120
120
  MsgSetPausedState: {
121
121
  typeUrl: "/noble.dollar.vaults.v1.MsgSetPausedState";
122
- encode(message: _168.MsgSetPausedState, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
123
- decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number): _168.MsgSetPausedState;
124
- fromJSON(object: any): _168.MsgSetPausedState;
125
- toJSON(message: _168.MsgSetPausedState): import("../json-safe.js").JsonSafe<_168.MsgSetPausedState>;
126
- fromPartial(object: Partial<_168.MsgSetPausedState>): _168.MsgSetPausedState;
127
- fromProtoMsg(message: _168.MsgSetPausedStateProtoMsg): _168.MsgSetPausedState;
128
- toProto(message: _168.MsgSetPausedState): Uint8Array;
129
- toProtoMsg(message: _168.MsgSetPausedState): _168.MsgSetPausedStateProtoMsg;
122
+ encode(message: _182.MsgSetPausedState, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
123
+ decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number): _182.MsgSetPausedState;
124
+ fromJSON(object: any): _182.MsgSetPausedState;
125
+ toJSON(message: _182.MsgSetPausedState): import("../json-safe.js").JsonSafe<_182.MsgSetPausedState>;
126
+ fromPartial(object: Partial<_182.MsgSetPausedState>): _182.MsgSetPausedState;
127
+ fromProtoMsg(message: _182.MsgSetPausedStateProtoMsg): _182.MsgSetPausedState;
128
+ toProto(message: _182.MsgSetPausedState): Uint8Array;
129
+ toProtoMsg(message: _182.MsgSetPausedState): _182.MsgSetPausedStateProtoMsg;
130
130
  };
131
131
  MsgSetPausedStateResponse: {
132
132
  typeUrl: "/noble.dollar.vaults.v1.MsgSetPausedStateResponse";
133
- encode(_: _168.MsgSetPausedStateResponse, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
134
- decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number): _168.MsgSetPausedStateResponse;
135
- fromJSON(_: any): _168.MsgSetPausedStateResponse;
136
- toJSON(_: _168.MsgSetPausedStateResponse): import("../json-safe.js").JsonSafe<_168.MsgSetPausedStateResponse>;
137
- fromPartial(_: Partial<_168.MsgSetPausedStateResponse>): _168.MsgSetPausedStateResponse;
138
- fromProtoMsg(message: _168.MsgSetPausedStateResponseProtoMsg): _168.MsgSetPausedStateResponse;
139
- toProto(message: _168.MsgSetPausedStateResponse): Uint8Array;
140
- toProtoMsg(message: _168.MsgSetPausedStateResponse): _168.MsgSetPausedStateResponseProtoMsg;
133
+ encode(_: _182.MsgSetPausedStateResponse, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
134
+ decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number): _182.MsgSetPausedStateResponse;
135
+ fromJSON(_: any): _182.MsgSetPausedStateResponse;
136
+ toJSON(_: _182.MsgSetPausedStateResponse): import("../json-safe.js").JsonSafe<_182.MsgSetPausedStateResponse>;
137
+ fromPartial(_: Partial<_182.MsgSetPausedStateResponse>): _182.MsgSetPausedStateResponse;
138
+ fromProtoMsg(message: _182.MsgSetPausedStateResponseProtoMsg): _182.MsgSetPausedStateResponse;
139
+ toProto(message: _182.MsgSetPausedStateResponse): Uint8Array;
140
+ toProtoMsg(message: _182.MsgSetPausedStateResponse): _182.MsgSetPausedStateResponseProtoMsg;
141
141
  };
142
142
  };
143
143
  }
144
144
  }
145
145
  namespace swap {
146
146
  const v1: {
147
- MsgClientImpl: typeof _262.MsgClientImpl;
147
+ MsgClientImpl: typeof _280.MsgClientImpl;
148
148
  MsgWithdrawProtocolFees: {
149
149
  typeUrl: "/noble.swap.v1.MsgWithdrawProtocolFees";
150
- encode(message: _172.MsgWithdrawProtocolFees, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
151
- decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number): _172.MsgWithdrawProtocolFees;
152
- fromJSON(object: any): _172.MsgWithdrawProtocolFees;
153
- toJSON(message: _172.MsgWithdrawProtocolFees): import("../json-safe.js").JsonSafe<_172.MsgWithdrawProtocolFees>;
154
- fromPartial(object: Partial<_172.MsgWithdrawProtocolFees>): _172.MsgWithdrawProtocolFees;
155
- fromProtoMsg(message: _172.MsgWithdrawProtocolFeesProtoMsg): _172.MsgWithdrawProtocolFees;
156
- toProto(message: _172.MsgWithdrawProtocolFees): Uint8Array;
157
- toProtoMsg(message: _172.MsgWithdrawProtocolFees): _172.MsgWithdrawProtocolFeesProtoMsg;
150
+ encode(message: _186.MsgWithdrawProtocolFees, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
151
+ decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number): _186.MsgWithdrawProtocolFees;
152
+ fromJSON(object: any): _186.MsgWithdrawProtocolFees;
153
+ toJSON(message: _186.MsgWithdrawProtocolFees): import("../json-safe.js").JsonSafe<_186.MsgWithdrawProtocolFees>;
154
+ fromPartial(object: Partial<_186.MsgWithdrawProtocolFees>): _186.MsgWithdrawProtocolFees;
155
+ fromProtoMsg(message: _186.MsgWithdrawProtocolFeesProtoMsg): _186.MsgWithdrawProtocolFees;
156
+ toProto(message: _186.MsgWithdrawProtocolFees): Uint8Array;
157
+ toProtoMsg(message: _186.MsgWithdrawProtocolFees): _186.MsgWithdrawProtocolFeesProtoMsg;
158
158
  };
159
159
  MsgWithdrawProtocolFeesResponse: {
160
160
  typeUrl: "/noble.swap.v1.MsgWithdrawProtocolFeesResponse";
161
- encode(_: _172.MsgWithdrawProtocolFeesResponse, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
162
- decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number): _172.MsgWithdrawProtocolFeesResponse;
163
- fromJSON(_: any): _172.MsgWithdrawProtocolFeesResponse;
164
- toJSON(_: _172.MsgWithdrawProtocolFeesResponse): import("../json-safe.js").JsonSafe<_172.MsgWithdrawProtocolFeesResponse>;
165
- fromPartial(_: Partial<_172.MsgWithdrawProtocolFeesResponse>): _172.MsgWithdrawProtocolFeesResponse;
166
- fromProtoMsg(message: _172.MsgWithdrawProtocolFeesResponseProtoMsg): _172.MsgWithdrawProtocolFeesResponse;
167
- toProto(message: _172.MsgWithdrawProtocolFeesResponse): Uint8Array;
168
- toProtoMsg(message: _172.MsgWithdrawProtocolFeesResponse): _172.MsgWithdrawProtocolFeesResponseProtoMsg;
161
+ encode(_: _186.MsgWithdrawProtocolFeesResponse, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
162
+ decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number): _186.MsgWithdrawProtocolFeesResponse;
163
+ fromJSON(_: any): _186.MsgWithdrawProtocolFeesResponse;
164
+ toJSON(_: _186.MsgWithdrawProtocolFeesResponse): import("../json-safe.js").JsonSafe<_186.MsgWithdrawProtocolFeesResponse>;
165
+ fromPartial(_: Partial<_186.MsgWithdrawProtocolFeesResponse>): _186.MsgWithdrawProtocolFeesResponse;
166
+ fromProtoMsg(message: _186.MsgWithdrawProtocolFeesResponseProtoMsg): _186.MsgWithdrawProtocolFeesResponse;
167
+ toProto(message: _186.MsgWithdrawProtocolFeesResponse): Uint8Array;
168
+ toProtoMsg(message: _186.MsgWithdrawProtocolFeesResponse): _186.MsgWithdrawProtocolFeesResponseProtoMsg;
169
169
  };
170
170
  MsgWithdrawRewards: {
171
171
  typeUrl: "/noble.swap.v1.MsgWithdrawRewards";
172
- encode(message: _172.MsgWithdrawRewards, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
173
- decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number): _172.MsgWithdrawRewards;
174
- fromJSON(object: any): _172.MsgWithdrawRewards;
175
- toJSON(message: _172.MsgWithdrawRewards): import("../json-safe.js").JsonSafe<_172.MsgWithdrawRewards>;
176
- fromPartial(object: Partial<_172.MsgWithdrawRewards>): _172.MsgWithdrawRewards;
177
- fromProtoMsg(message: _172.MsgWithdrawRewardsProtoMsg): _172.MsgWithdrawRewards;
178
- toProto(message: _172.MsgWithdrawRewards): Uint8Array;
179
- toProtoMsg(message: _172.MsgWithdrawRewards): _172.MsgWithdrawRewardsProtoMsg;
172
+ encode(message: _186.MsgWithdrawRewards, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
173
+ decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number): _186.MsgWithdrawRewards;
174
+ fromJSON(object: any): _186.MsgWithdrawRewards;
175
+ toJSON(message: _186.MsgWithdrawRewards): import("../json-safe.js").JsonSafe<_186.MsgWithdrawRewards>;
176
+ fromPartial(object: Partial<_186.MsgWithdrawRewards>): _186.MsgWithdrawRewards;
177
+ fromProtoMsg(message: _186.MsgWithdrawRewardsProtoMsg): _186.MsgWithdrawRewards;
178
+ toProto(message: _186.MsgWithdrawRewards): Uint8Array;
179
+ toProtoMsg(message: _186.MsgWithdrawRewards): _186.MsgWithdrawRewardsProtoMsg;
180
180
  };
181
181
  MsgWithdrawRewardsResponse: {
182
182
  typeUrl: "/noble.swap.v1.MsgWithdrawRewardsResponse";
183
- encode(message: _172.MsgWithdrawRewardsResponse, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
184
- decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number): _172.MsgWithdrawRewardsResponse;
185
- fromJSON(object: any): _172.MsgWithdrawRewardsResponse;
186
- toJSON(message: _172.MsgWithdrawRewardsResponse): import("../json-safe.js").JsonSafe<_172.MsgWithdrawRewardsResponse>;
187
- fromPartial(object: Partial<_172.MsgWithdrawRewardsResponse>): _172.MsgWithdrawRewardsResponse;
188
- fromProtoMsg(message: _172.MsgWithdrawRewardsResponseProtoMsg): _172.MsgWithdrawRewardsResponse;
189
- toProto(message: _172.MsgWithdrawRewardsResponse): Uint8Array;
190
- toProtoMsg(message: _172.MsgWithdrawRewardsResponse): _172.MsgWithdrawRewardsResponseProtoMsg;
183
+ encode(message: _186.MsgWithdrawRewardsResponse, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
184
+ decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number): _186.MsgWithdrawRewardsResponse;
185
+ fromJSON(object: any): _186.MsgWithdrawRewardsResponse;
186
+ toJSON(message: _186.MsgWithdrawRewardsResponse): import("../json-safe.js").JsonSafe<_186.MsgWithdrawRewardsResponse>;
187
+ fromPartial(object: Partial<_186.MsgWithdrawRewardsResponse>): _186.MsgWithdrawRewardsResponse;
188
+ fromProtoMsg(message: _186.MsgWithdrawRewardsResponseProtoMsg): _186.MsgWithdrawRewardsResponse;
189
+ toProto(message: _186.MsgWithdrawRewardsResponse): Uint8Array;
190
+ toProtoMsg(message: _186.MsgWithdrawRewardsResponse): _186.MsgWithdrawRewardsResponseProtoMsg;
191
191
  };
192
192
  MsgSwap: {
193
193
  typeUrl: "/noble.swap.v1.MsgSwap";
194
- encode(message: _172.MsgSwap, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
195
- decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number): _172.MsgSwap;
196
- fromJSON(object: any): _172.MsgSwap;
197
- toJSON(message: _172.MsgSwap): import("../json-safe.js").JsonSafe<_172.MsgSwap>;
198
- fromPartial(object: Partial<_172.MsgSwap>): _172.MsgSwap;
199
- fromProtoMsg(message: _172.MsgSwapProtoMsg): _172.MsgSwap;
200
- toProto(message: _172.MsgSwap): Uint8Array;
201
- toProtoMsg(message: _172.MsgSwap): _172.MsgSwapProtoMsg;
194
+ encode(message: _186.MsgSwap, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
195
+ decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number): _186.MsgSwap;
196
+ fromJSON(object: any): _186.MsgSwap;
197
+ toJSON(message: _186.MsgSwap): import("../json-safe.js").JsonSafe<_186.MsgSwap>;
198
+ fromPartial(object: Partial<_186.MsgSwap>): _186.MsgSwap;
199
+ fromProtoMsg(message: _186.MsgSwapProtoMsg): _186.MsgSwap;
200
+ toProto(message: _186.MsgSwap): Uint8Array;
201
+ toProtoMsg(message: _186.MsgSwap): _186.MsgSwapProtoMsg;
202
202
  };
203
203
  MsgSwapResponse: {
204
204
  typeUrl: "/noble.swap.v1.MsgSwapResponse";
205
- encode(message: _172.MsgSwapResponse, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
206
- decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number): _172.MsgSwapResponse;
207
- fromJSON(object: any): _172.MsgSwapResponse;
208
- toJSON(message: _172.MsgSwapResponse): import("../json-safe.js").JsonSafe<_172.MsgSwapResponse>;
209
- fromPartial(object: Partial<_172.MsgSwapResponse>): _172.MsgSwapResponse;
210
- fromProtoMsg(message: _172.MsgSwapResponseProtoMsg): _172.MsgSwapResponse;
211
- toProto(message: _172.MsgSwapResponse): Uint8Array;
212
- toProtoMsg(message: _172.MsgSwapResponse): _172.MsgSwapResponseProtoMsg;
205
+ encode(message: _186.MsgSwapResponse, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
206
+ decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number): _186.MsgSwapResponse;
207
+ fromJSON(object: any): _186.MsgSwapResponse;
208
+ toJSON(message: _186.MsgSwapResponse): import("../json-safe.js").JsonSafe<_186.MsgSwapResponse>;
209
+ fromPartial(object: Partial<_186.MsgSwapResponse>): _186.MsgSwapResponse;
210
+ fromProtoMsg(message: _186.MsgSwapResponseProtoMsg): _186.MsgSwapResponse;
211
+ toProto(message: _186.MsgSwapResponse): Uint8Array;
212
+ toProtoMsg(message: _186.MsgSwapResponse): _186.MsgSwapResponseProtoMsg;
213
213
  };
214
214
  MsgPauseByAlgorithm: {
215
215
  typeUrl: "/noble.swap.v1.MsgPauseByAlgorithm";
216
- encode(message: _172.MsgPauseByAlgorithm, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
217
- decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number): _172.MsgPauseByAlgorithm;
218
- fromJSON(object: any): _172.MsgPauseByAlgorithm;
219
- toJSON(message: _172.MsgPauseByAlgorithm): import("../json-safe.js").JsonSafe<_172.MsgPauseByAlgorithm>;
220
- fromPartial(object: Partial<_172.MsgPauseByAlgorithm>): _172.MsgPauseByAlgorithm;
221
- fromProtoMsg(message: _172.MsgPauseByAlgorithmProtoMsg): _172.MsgPauseByAlgorithm;
222
- toProto(message: _172.MsgPauseByAlgorithm): Uint8Array;
223
- toProtoMsg(message: _172.MsgPauseByAlgorithm): _172.MsgPauseByAlgorithmProtoMsg;
216
+ encode(message: _186.MsgPauseByAlgorithm, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
217
+ decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number): _186.MsgPauseByAlgorithm;
218
+ fromJSON(object: any): _186.MsgPauseByAlgorithm;
219
+ toJSON(message: _186.MsgPauseByAlgorithm): import("../json-safe.js").JsonSafe<_186.MsgPauseByAlgorithm>;
220
+ fromPartial(object: Partial<_186.MsgPauseByAlgorithm>): _186.MsgPauseByAlgorithm;
221
+ fromProtoMsg(message: _186.MsgPauseByAlgorithmProtoMsg): _186.MsgPauseByAlgorithm;
222
+ toProto(message: _186.MsgPauseByAlgorithm): Uint8Array;
223
+ toProtoMsg(message: _186.MsgPauseByAlgorithm): _186.MsgPauseByAlgorithmProtoMsg;
224
224
  };
225
225
  MsgPauseByAlgorithmResponse: {
226
226
  typeUrl: "/noble.swap.v1.MsgPauseByAlgorithmResponse";
227
- encode(message: _172.MsgPauseByAlgorithmResponse, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
228
- decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number): _172.MsgPauseByAlgorithmResponse;
229
- fromJSON(object: any): _172.MsgPauseByAlgorithmResponse;
230
- toJSON(message: _172.MsgPauseByAlgorithmResponse): import("../json-safe.js").JsonSafe<_172.MsgPauseByAlgorithmResponse>;
231
- fromPartial(object: Partial<_172.MsgPauseByAlgorithmResponse>): _172.MsgPauseByAlgorithmResponse;
232
- fromProtoMsg(message: _172.MsgPauseByAlgorithmResponseProtoMsg): _172.MsgPauseByAlgorithmResponse;
233
- toProto(message: _172.MsgPauseByAlgorithmResponse): Uint8Array;
234
- toProtoMsg(message: _172.MsgPauseByAlgorithmResponse): _172.MsgPauseByAlgorithmResponseProtoMsg;
227
+ encode(message: _186.MsgPauseByAlgorithmResponse, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
228
+ decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number): _186.MsgPauseByAlgorithmResponse;
229
+ fromJSON(object: any): _186.MsgPauseByAlgorithmResponse;
230
+ toJSON(message: _186.MsgPauseByAlgorithmResponse): import("../json-safe.js").JsonSafe<_186.MsgPauseByAlgorithmResponse>;
231
+ fromPartial(object: Partial<_186.MsgPauseByAlgorithmResponse>): _186.MsgPauseByAlgorithmResponse;
232
+ fromProtoMsg(message: _186.MsgPauseByAlgorithmResponseProtoMsg): _186.MsgPauseByAlgorithmResponse;
233
+ toProto(message: _186.MsgPauseByAlgorithmResponse): Uint8Array;
234
+ toProtoMsg(message: _186.MsgPauseByAlgorithmResponse): _186.MsgPauseByAlgorithmResponseProtoMsg;
235
235
  };
236
236
  MsgPauseByPoolIds: {
237
237
  typeUrl: "/noble.swap.v1.MsgPauseByPoolIds";
238
- encode(message: _172.MsgPauseByPoolIds, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
239
- decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number): _172.MsgPauseByPoolIds;
240
- fromJSON(object: any): _172.MsgPauseByPoolIds;
241
- toJSON(message: _172.MsgPauseByPoolIds): import("../json-safe.js").JsonSafe<_172.MsgPauseByPoolIds>;
242
- fromPartial(object: Partial<_172.MsgPauseByPoolIds>): _172.MsgPauseByPoolIds;
243
- fromProtoMsg(message: _172.MsgPauseByPoolIdsProtoMsg): _172.MsgPauseByPoolIds;
244
- toProto(message: _172.MsgPauseByPoolIds): Uint8Array;
245
- toProtoMsg(message: _172.MsgPauseByPoolIds): _172.MsgPauseByPoolIdsProtoMsg;
238
+ encode(message: _186.MsgPauseByPoolIds, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
239
+ decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number): _186.MsgPauseByPoolIds;
240
+ fromJSON(object: any): _186.MsgPauseByPoolIds;
241
+ toJSON(message: _186.MsgPauseByPoolIds): import("../json-safe.js").JsonSafe<_186.MsgPauseByPoolIds>;
242
+ fromPartial(object: Partial<_186.MsgPauseByPoolIds>): _186.MsgPauseByPoolIds;
243
+ fromProtoMsg(message: _186.MsgPauseByPoolIdsProtoMsg): _186.MsgPauseByPoolIds;
244
+ toProto(message: _186.MsgPauseByPoolIds): Uint8Array;
245
+ toProtoMsg(message: _186.MsgPauseByPoolIds): _186.MsgPauseByPoolIdsProtoMsg;
246
246
  };
247
247
  MsgPauseByPoolIdsResponse: {
248
248
  typeUrl: "/noble.swap.v1.MsgPauseByPoolIdsResponse";
249
- encode(message: _172.MsgPauseByPoolIdsResponse, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
250
- decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number): _172.MsgPauseByPoolIdsResponse;
251
- fromJSON(object: any): _172.MsgPauseByPoolIdsResponse;
252
- toJSON(message: _172.MsgPauseByPoolIdsResponse): import("../json-safe.js").JsonSafe<_172.MsgPauseByPoolIdsResponse>;
253
- fromPartial(object: Partial<_172.MsgPauseByPoolIdsResponse>): _172.MsgPauseByPoolIdsResponse;
254
- fromProtoMsg(message: _172.MsgPauseByPoolIdsResponseProtoMsg): _172.MsgPauseByPoolIdsResponse;
255
- toProto(message: _172.MsgPauseByPoolIdsResponse): Uint8Array;
256
- toProtoMsg(message: _172.MsgPauseByPoolIdsResponse): _172.MsgPauseByPoolIdsResponseProtoMsg;
249
+ encode(message: _186.MsgPauseByPoolIdsResponse, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
250
+ decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number): _186.MsgPauseByPoolIdsResponse;
251
+ fromJSON(object: any): _186.MsgPauseByPoolIdsResponse;
252
+ toJSON(message: _186.MsgPauseByPoolIdsResponse): import("../json-safe.js").JsonSafe<_186.MsgPauseByPoolIdsResponse>;
253
+ fromPartial(object: Partial<_186.MsgPauseByPoolIdsResponse>): _186.MsgPauseByPoolIdsResponse;
254
+ fromProtoMsg(message: _186.MsgPauseByPoolIdsResponseProtoMsg): _186.MsgPauseByPoolIdsResponse;
255
+ toProto(message: _186.MsgPauseByPoolIdsResponse): Uint8Array;
256
+ toProtoMsg(message: _186.MsgPauseByPoolIdsResponse): _186.MsgPauseByPoolIdsResponseProtoMsg;
257
257
  };
258
258
  MsgUnpauseByAlgorithm: {
259
259
  typeUrl: "/noble.swap.v1.MsgUnpauseByAlgorithm";
260
- encode(message: _172.MsgUnpauseByAlgorithm, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
261
- decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number): _172.MsgUnpauseByAlgorithm;
262
- fromJSON(object: any): _172.MsgUnpauseByAlgorithm;
263
- toJSON(message: _172.MsgUnpauseByAlgorithm): import("../json-safe.js").JsonSafe<_172.MsgUnpauseByAlgorithm>;
264
- fromPartial(object: Partial<_172.MsgUnpauseByAlgorithm>): _172.MsgUnpauseByAlgorithm;
265
- fromProtoMsg(message: _172.MsgUnpauseByAlgorithmProtoMsg): _172.MsgUnpauseByAlgorithm;
266
- toProto(message: _172.MsgUnpauseByAlgorithm): Uint8Array;
267
- toProtoMsg(message: _172.MsgUnpauseByAlgorithm): _172.MsgUnpauseByAlgorithmProtoMsg;
260
+ encode(message: _186.MsgUnpauseByAlgorithm, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
261
+ decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number): _186.MsgUnpauseByAlgorithm;
262
+ fromJSON(object: any): _186.MsgUnpauseByAlgorithm;
263
+ toJSON(message: _186.MsgUnpauseByAlgorithm): import("../json-safe.js").JsonSafe<_186.MsgUnpauseByAlgorithm>;
264
+ fromPartial(object: Partial<_186.MsgUnpauseByAlgorithm>): _186.MsgUnpauseByAlgorithm;
265
+ fromProtoMsg(message: _186.MsgUnpauseByAlgorithmProtoMsg): _186.MsgUnpauseByAlgorithm;
266
+ toProto(message: _186.MsgUnpauseByAlgorithm): Uint8Array;
267
+ toProtoMsg(message: _186.MsgUnpauseByAlgorithm): _186.MsgUnpauseByAlgorithmProtoMsg;
268
268
  };
269
269
  MsgUnpauseByAlgorithmResponse: {
270
270
  typeUrl: "/noble.swap.v1.MsgUnpauseByAlgorithmResponse";
271
- encode(message: _172.MsgUnpauseByAlgorithmResponse, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
272
- decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number): _172.MsgUnpauseByAlgorithmResponse;
273
- fromJSON(object: any): _172.MsgUnpauseByAlgorithmResponse;
274
- toJSON(message: _172.MsgUnpauseByAlgorithmResponse): import("../json-safe.js").JsonSafe<_172.MsgUnpauseByAlgorithmResponse>;
275
- fromPartial(object: Partial<_172.MsgUnpauseByAlgorithmResponse>): _172.MsgUnpauseByAlgorithmResponse;
276
- fromProtoMsg(message: _172.MsgUnpauseByAlgorithmResponseProtoMsg): _172.MsgUnpauseByAlgorithmResponse;
277
- toProto(message: _172.MsgUnpauseByAlgorithmResponse): Uint8Array;
278
- toProtoMsg(message: _172.MsgUnpauseByAlgorithmResponse): _172.MsgUnpauseByAlgorithmResponseProtoMsg;
271
+ encode(message: _186.MsgUnpauseByAlgorithmResponse, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
272
+ decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number): _186.MsgUnpauseByAlgorithmResponse;
273
+ fromJSON(object: any): _186.MsgUnpauseByAlgorithmResponse;
274
+ toJSON(message: _186.MsgUnpauseByAlgorithmResponse): import("../json-safe.js").JsonSafe<_186.MsgUnpauseByAlgorithmResponse>;
275
+ fromPartial(object: Partial<_186.MsgUnpauseByAlgorithmResponse>): _186.MsgUnpauseByAlgorithmResponse;
276
+ fromProtoMsg(message: _186.MsgUnpauseByAlgorithmResponseProtoMsg): _186.MsgUnpauseByAlgorithmResponse;
277
+ toProto(message: _186.MsgUnpauseByAlgorithmResponse): Uint8Array;
278
+ toProtoMsg(message: _186.MsgUnpauseByAlgorithmResponse): _186.MsgUnpauseByAlgorithmResponseProtoMsg;
279
279
  };
280
280
  MsgUnpauseByPoolIds: {
281
281
  typeUrl: "/noble.swap.v1.MsgUnpauseByPoolIds";
282
- encode(message: _172.MsgUnpauseByPoolIds, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
283
- decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number): _172.MsgUnpauseByPoolIds;
284
- fromJSON(object: any): _172.MsgUnpauseByPoolIds;
285
- toJSON(message: _172.MsgUnpauseByPoolIds): import("../json-safe.js").JsonSafe<_172.MsgUnpauseByPoolIds>;
286
- fromPartial(object: Partial<_172.MsgUnpauseByPoolIds>): _172.MsgUnpauseByPoolIds;
287
- fromProtoMsg(message: _172.MsgUnpauseByPoolIdsProtoMsg): _172.MsgUnpauseByPoolIds;
288
- toProto(message: _172.MsgUnpauseByPoolIds): Uint8Array;
289
- toProtoMsg(message: _172.MsgUnpauseByPoolIds): _172.MsgUnpauseByPoolIdsProtoMsg;
282
+ encode(message: _186.MsgUnpauseByPoolIds, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
283
+ decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number): _186.MsgUnpauseByPoolIds;
284
+ fromJSON(object: any): _186.MsgUnpauseByPoolIds;
285
+ toJSON(message: _186.MsgUnpauseByPoolIds): import("../json-safe.js").JsonSafe<_186.MsgUnpauseByPoolIds>;
286
+ fromPartial(object: Partial<_186.MsgUnpauseByPoolIds>): _186.MsgUnpauseByPoolIds;
287
+ fromProtoMsg(message: _186.MsgUnpauseByPoolIdsProtoMsg): _186.MsgUnpauseByPoolIds;
288
+ toProto(message: _186.MsgUnpauseByPoolIds): Uint8Array;
289
+ toProtoMsg(message: _186.MsgUnpauseByPoolIds): _186.MsgUnpauseByPoolIdsProtoMsg;
290
290
  };
291
291
  MsgUnpauseByPoolIdsResponse: {
292
292
  typeUrl: "/noble.swap.v1.MsgUnpauseByPoolIdsResponse";
293
- encode(message: _172.MsgUnpauseByPoolIdsResponse, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
294
- decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number): _172.MsgUnpauseByPoolIdsResponse;
295
- fromJSON(object: any): _172.MsgUnpauseByPoolIdsResponse;
296
- toJSON(message: _172.MsgUnpauseByPoolIdsResponse): import("../json-safe.js").JsonSafe<_172.MsgUnpauseByPoolIdsResponse>;
297
- fromPartial(object: Partial<_172.MsgUnpauseByPoolIdsResponse>): _172.MsgUnpauseByPoolIdsResponse;
298
- fromProtoMsg(message: _172.MsgUnpauseByPoolIdsResponseProtoMsg): _172.MsgUnpauseByPoolIdsResponse;
299
- toProto(message: _172.MsgUnpauseByPoolIdsResponse): Uint8Array;
300
- toProtoMsg(message: _172.MsgUnpauseByPoolIdsResponse): _172.MsgUnpauseByPoolIdsResponseProtoMsg;
293
+ encode(message: _186.MsgUnpauseByPoolIdsResponse, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
294
+ decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number): _186.MsgUnpauseByPoolIdsResponse;
295
+ fromJSON(object: any): _186.MsgUnpauseByPoolIdsResponse;
296
+ toJSON(message: _186.MsgUnpauseByPoolIdsResponse): import("../json-safe.js").JsonSafe<_186.MsgUnpauseByPoolIdsResponse>;
297
+ fromPartial(object: Partial<_186.MsgUnpauseByPoolIdsResponse>): _186.MsgUnpauseByPoolIdsResponse;
298
+ fromProtoMsg(message: _186.MsgUnpauseByPoolIdsResponseProtoMsg): _186.MsgUnpauseByPoolIdsResponse;
299
+ toProto(message: _186.MsgUnpauseByPoolIdsResponse): Uint8Array;
300
+ toProtoMsg(message: _186.MsgUnpauseByPoolIdsResponse): _186.MsgUnpauseByPoolIdsResponseProtoMsg;
301
301
  };
302
302
  Route: {
303
303
  typeUrl: "/noble.swap.v1.Route";
304
- encode(message: _171.Route, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
305
- decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number): _171.Route;
306
- fromJSON(object: any): _171.Route;
307
- toJSON(message: _171.Route): import("../json-safe.js").JsonSafe<_171.Route>;
308
- fromPartial(object: Partial<_171.Route>): _171.Route;
309
- fromProtoMsg(message: _171.RouteProtoMsg): _171.Route;
310
- toProto(message: _171.Route): Uint8Array;
311
- toProtoMsg(message: _171.Route): _171.RouteProtoMsg;
304
+ encode(message: _185.Route, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
305
+ decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number): _185.Route;
306
+ fromJSON(object: any): _185.Route;
307
+ toJSON(message: _185.Route): import("../json-safe.js").JsonSafe<_185.Route>;
308
+ fromPartial(object: Partial<_185.Route>): _185.Route;
309
+ fromProtoMsg(message: _185.RouteProtoMsg): _185.Route;
310
+ toProto(message: _185.Route): Uint8Array;
311
+ toProtoMsg(message: _185.Route): _185.RouteProtoMsg;
312
312
  };
313
313
  Swap: {
314
314
  typeUrl: "/noble.swap.v1.Swap";
315
- encode(message: _171.Swap, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
316
- decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number): _171.Swap;
317
- fromJSON(object: any): _171.Swap;
318
- toJSON(message: _171.Swap): import("../json-safe.js").JsonSafe<_171.Swap>;
319
- fromPartial(object: Partial<_171.Swap>): _171.Swap;
320
- fromProtoMsg(message: _171.SwapProtoMsg): _171.Swap;
321
- toProto(message: _171.Swap): Uint8Array;
322
- toProtoMsg(message: _171.Swap): _171.SwapProtoMsg;
315
+ encode(message: _185.Swap, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
316
+ decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number): _185.Swap;
317
+ fromJSON(object: any): _185.Swap;
318
+ toJSON(message: _185.Swap): import("../json-safe.js").JsonSafe<_185.Swap>;
319
+ fromPartial(object: Partial<_185.Swap>): _185.Swap;
320
+ fromProtoMsg(message: _185.SwapProtoMsg): _185.Swap;
321
+ toProto(message: _185.Swap): Uint8Array;
322
+ toProtoMsg(message: _185.Swap): _185.SwapProtoMsg;
323
323
  };
324
- algorithmFromJSON(object: any): _170.Algorithm;
325
- algorithmToJSON(object: _170.Algorithm): string;
326
- Algorithm: typeof _170.Algorithm;
327
- AlgorithmSDKType: typeof _170.Algorithm;
324
+ algorithmFromJSON(object: any): _184.Algorithm;
325
+ algorithmToJSON(object: _184.Algorithm): string;
326
+ Algorithm: typeof _184.Algorithm;
327
+ AlgorithmSDKType: typeof _184.Algorithm;
328
328
  };
329
329
  }
330
330
  const ClientFactory: {
@@ -341,6 +341,9 @@ export declare namespace noble {
341
341
  bank: {
342
342
  v1beta1: import("../cosmos/bank/v1beta1/tx.rpc.msg.js").MsgClientImpl;
343
343
  };
344
+ circuit: {
345
+ v1: import("../cosmos/circuit/v1/tx.rpc.msg.js").MsgClientImpl;
346
+ };
344
347
  consensus: {
345
348
  v1: import("../cosmos/consensus/v1/tx.rpc.msg.js").MsgClientImpl;
346
349
  };
@@ -373,11 +376,11 @@ export declare namespace noble {
373
376
  noble: {
374
377
  dollar: {
375
378
  vaults: {
376
- v1: _261.MsgClientImpl;
379
+ v1: _279.MsgClientImpl;
377
380
  };
378
381
  };
379
382
  swap: {
380
- v1: _262.MsgClientImpl;
383
+ v1: _280.MsgClientImpl;
381
384
  };
382
385
  };
383
386
  }>;