injectivejs 1.6.5 → 1.7.1

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 (490) hide show
  1. package/binary.d.ts +1 -1
  2. package/binary.js +1 -1
  3. package/cosmos/auth/v1beta1/auth.d.ts +4 -0
  4. package/cosmos/auth/v1beta1/auth.js +14 -11
  5. package/cosmos/auth/v1beta1/query.d.ts +20 -0
  6. package/cosmos/auth/v1beta1/query.js +51 -54
  7. package/cosmos/auth/v1beta1/query.rpc.func.js +20 -10
  8. package/cosmos/authz/v1beta1/authz.d.ts +4 -0
  9. package/cosmos/authz/v1beta1/authz.js +12 -9
  10. package/cosmos/authz/v1beta1/tx.d.ts +6 -0
  11. package/cosmos/authz/v1beta1/tx.js +14 -18
  12. package/cosmos/authz/v1beta1/tx.rpc.func.d.ts +3 -3
  13. package/cosmos/authz/v1beta1/tx.rpc.func.js +6 -3
  14. package/cosmos/bank/v1beta1/bank.d.ts +7 -0
  15. package/cosmos/bank/v1beta1/bank.js +21 -16
  16. package/cosmos/bank/v1beta1/query.d.ts +27 -0
  17. package/cosmos/bank/v1beta1/query.js +82 -61
  18. package/cosmos/bank/v1beta1/query.rpc.func.js +26 -13
  19. package/cosmos/bank/v1beta1/tx.d.ts +8 -0
  20. package/cosmos/bank/v1beta1/tx.js +21 -21
  21. package/cosmos/bank/v1beta1/tx.rpc.func.d.ts +4 -4
  22. package/cosmos/bank/v1beta1/tx.rpc.func.js +8 -4
  23. package/cosmos/base/abci/v1beta1/abci.d.ts +11 -0
  24. package/cosmos/base/abci/v1beta1/abci.js +29 -28
  25. package/cosmos/base/query/v1beta1/pagination.d.ts +2 -0
  26. package/cosmos/base/query/v1beta1/pagination.js +4 -7
  27. package/cosmos/base/v1beta1/coin.d.ts +4 -0
  28. package/cosmos/base/v1beta1/coin.js +8 -13
  29. package/cosmos/crypto/ed25519/keys.d.ts +2 -0
  30. package/cosmos/crypto/ed25519/keys.js +4 -7
  31. package/cosmos/crypto/multisig/v1beta1/multisig.d.ts +2 -0
  32. package/cosmos/crypto/multisig/v1beta1/multisig.js +4 -7
  33. package/cosmos/crypto/secp256k1/keys.d.ts +2 -0
  34. package/cosmos/crypto/secp256k1/keys.js +4 -7
  35. package/cosmos/crypto/secp256r1/keys.d.ts +2 -0
  36. package/cosmos/crypto/secp256r1/keys.js +4 -7
  37. package/cosmos/distribution/v1beta1/distribution.d.ts +12 -0
  38. package/cosmos/distribution/v1beta1/distribution.js +36 -27
  39. package/cosmos/distribution/v1beta1/tx.d.ts +14 -0
  40. package/cosmos/distribution/v1beta1/tx.js +34 -37
  41. package/cosmos/distribution/v1beta1/tx.rpc.func.d.ts +7 -7
  42. package/cosmos/distribution/v1beta1/tx.rpc.func.js +14 -7
  43. package/cosmos/feegrant/v1beta1/tx.d.ts +6 -0
  44. package/cosmos/feegrant/v1beta1/tx.js +12 -18
  45. package/cosmos/feegrant/v1beta1/tx.rpc.func.d.ts +3 -3
  46. package/cosmos/feegrant/v1beta1/tx.rpc.func.js +6 -3
  47. package/cosmos/gov/v1/gov.d.ts +9 -0
  48. package/cosmos/gov/v1/gov.js +24 -23
  49. package/cosmos/gov/v1/tx.d.ts +14 -0
  50. package/cosmos/gov/v1/tx.js +94 -37
  51. package/cosmos/gov/v1/tx.rpc.func.d.ts +7 -7
  52. package/cosmos/gov/v1/tx.rpc.func.js +14 -7
  53. package/cosmos/gov/v1beta1/gov.d.ts +9 -0
  54. package/cosmos/gov/v1beta1/gov.js +86 -22
  55. package/cosmos/gov/v1beta1/query.d.ts +16 -0
  56. package/cosmos/gov/v1beta1/query.js +48 -38
  57. package/cosmos/gov/v1beta1/query.rpc.func.js +16 -8
  58. package/cosmos/gov/v1beta1/tx.d.ts +8 -0
  59. package/cosmos/gov/v1beta1/tx.js +81 -22
  60. package/cosmos/gov/v1beta1/tx.rpc.func.d.ts +4 -4
  61. package/cosmos/gov/v1beta1/tx.rpc.func.js +8 -4
  62. package/cosmos/group/v1/tx.d.ts +28 -0
  63. package/cosmos/group/v1/tx.js +64 -79
  64. package/cosmos/group/v1/tx.rpc.func.d.ts +14 -14
  65. package/cosmos/group/v1/tx.rpc.func.js +28 -14
  66. package/cosmos/group/v1/types.d.ts +11 -0
  67. package/cosmos/group/v1/types.js +31 -29
  68. package/cosmos/ics23/v1/proofs.d.ts +13 -0
  69. package/cosmos/ics23/v1/proofs.js +44 -30
  70. package/cosmos/staking/v1beta1/query.d.ts +28 -0
  71. package/cosmos/staking/v1beta1/query.js +84 -64
  72. package/cosmos/staking/v1beta1/query.rpc.func.js +28 -14
  73. package/cosmos/staking/v1beta1/staking.d.ts +21 -0
  74. package/cosmos/staking/v1beta1/staking.js +58 -53
  75. package/cosmos/staking/v1beta1/tx.d.ts +14 -0
  76. package/cosmos/staking/v1beta1/tx.js +37 -35
  77. package/cosmos/staking/v1beta1/tx.rpc.func.d.ts +7 -7
  78. package/cosmos/staking/v1beta1/tx.rpc.func.js +14 -7
  79. package/cosmos/tx/signing/v1beta1/signing.d.ts +5 -0
  80. package/cosmos/tx/signing/v1beta1/signing.js +16 -12
  81. package/cosmos/tx/v1beta1/service.d.ts +18 -0
  82. package/cosmos/tx/v1beta1/service.js +53 -45
  83. package/cosmos/tx/v1beta1/service.rpc.func.js +18 -9
  84. package/cosmos/tx/v1beta1/tx.d.ts +13 -0
  85. package/cosmos/tx/v1beta1/tx.js +40 -31
  86. package/cosmos/upgrade/v1beta1/upgrade.d.ts +4 -0
  87. package/cosmos/upgrade/v1beta1/upgrade.js +13 -10
  88. package/cosmos/vesting/v1beta1/tx.d.ts +6 -0
  89. package/cosmos/vesting/v1beta1/tx.js +15 -16
  90. package/cosmos/vesting/v1beta1/tx.rpc.func.d.ts +3 -3
  91. package/cosmos/vesting/v1beta1/tx.rpc.func.js +6 -3
  92. package/cosmos/vesting/v1beta1/vesting.d.ts +6 -0
  93. package/cosmos/vesting/v1beta1/vesting.js +20 -13
  94. package/cosmos_proto/cosmos.d.ts +2 -0
  95. package/cosmos_proto/cosmos.js +4 -5
  96. package/cosmwasm/wasm/v1/proposal_legacy.d.ts +13 -0
  97. package/cosmwasm/wasm/v1/proposal_legacy.js +59 -27
  98. package/cosmwasm/wasm/v1/query.d.ts +29 -0
  99. package/cosmwasm/wasm/v1/query.js +78 -71
  100. package/cosmwasm/wasm/v1/query.rpc.func.js +28 -14
  101. package/cosmwasm/wasm/v1/tx.d.ts +34 -0
  102. package/cosmwasm/wasm/v1/tx.js +77 -95
  103. package/cosmwasm/wasm/v1/tx.rpc.func.d.ts +17 -17
  104. package/cosmwasm/wasm/v1/tx.rpc.func.js +34 -17
  105. package/cosmwasm/wasm/v1/types.d.ts +8 -0
  106. package/cosmwasm/wasm/v1/types.js +19 -21
  107. package/esm/binary.js +1 -1
  108. package/esm/cosmos/auth/v1beta1/auth.js +14 -11
  109. package/esm/cosmos/auth/v1beta1/query.js +51 -54
  110. package/esm/cosmos/auth/v1beta1/query.rpc.func.js +20 -10
  111. package/esm/cosmos/authz/v1beta1/authz.js +12 -9
  112. package/esm/cosmos/authz/v1beta1/tx.js +14 -18
  113. package/esm/cosmos/authz/v1beta1/tx.rpc.func.js +6 -3
  114. package/esm/cosmos/bank/v1beta1/bank.js +21 -16
  115. package/esm/cosmos/bank/v1beta1/query.js +82 -61
  116. package/esm/cosmos/bank/v1beta1/query.rpc.func.js +26 -13
  117. package/esm/cosmos/bank/v1beta1/tx.js +21 -21
  118. package/esm/cosmos/bank/v1beta1/tx.rpc.func.js +8 -4
  119. package/esm/cosmos/base/abci/v1beta1/abci.js +29 -28
  120. package/esm/cosmos/base/query/v1beta1/pagination.js +4 -7
  121. package/esm/cosmos/base/v1beta1/coin.js +8 -13
  122. package/esm/cosmos/crypto/ed25519/keys.js +4 -7
  123. package/esm/cosmos/crypto/multisig/v1beta1/multisig.js +4 -7
  124. package/esm/cosmos/crypto/secp256k1/keys.js +4 -7
  125. package/esm/cosmos/crypto/secp256r1/keys.js +4 -7
  126. package/esm/cosmos/distribution/v1beta1/distribution.js +36 -27
  127. package/esm/cosmos/distribution/v1beta1/tx.js +34 -37
  128. package/esm/cosmos/distribution/v1beta1/tx.rpc.func.js +14 -7
  129. package/esm/cosmos/feegrant/v1beta1/tx.js +12 -18
  130. package/esm/cosmos/feegrant/v1beta1/tx.rpc.func.js +6 -3
  131. package/esm/cosmos/gov/v1/gov.js +24 -23
  132. package/esm/cosmos/gov/v1/tx.js +94 -37
  133. package/esm/cosmos/gov/v1/tx.rpc.func.js +14 -7
  134. package/esm/cosmos/gov/v1beta1/gov.js +86 -22
  135. package/esm/cosmos/gov/v1beta1/query.js +48 -38
  136. package/esm/cosmos/gov/v1beta1/query.rpc.func.js +16 -8
  137. package/esm/cosmos/gov/v1beta1/tx.js +82 -23
  138. package/esm/cosmos/gov/v1beta1/tx.rpc.func.js +8 -4
  139. package/esm/cosmos/group/v1/tx.js +65 -80
  140. package/esm/cosmos/group/v1/tx.rpc.func.js +28 -14
  141. package/esm/cosmos/group/v1/types.js +31 -29
  142. package/esm/cosmos/ics23/v1/proofs.js +44 -30
  143. package/esm/cosmos/staking/v1beta1/query.js +84 -64
  144. package/esm/cosmos/staking/v1beta1/query.rpc.func.js +28 -14
  145. package/esm/cosmos/staking/v1beta1/staking.js +58 -53
  146. package/esm/cosmos/staking/v1beta1/tx.js +37 -35
  147. package/esm/cosmos/staking/v1beta1/tx.rpc.func.js +14 -7
  148. package/esm/cosmos/tx/signing/v1beta1/signing.js +16 -12
  149. package/esm/cosmos/tx/v1beta1/service.js +53 -45
  150. package/esm/cosmos/tx/v1beta1/service.rpc.func.js +18 -9
  151. package/esm/cosmos/tx/v1beta1/tx.js +40 -31
  152. package/esm/cosmos/upgrade/v1beta1/upgrade.js +13 -10
  153. package/esm/cosmos/vesting/v1beta1/tx.js +15 -16
  154. package/esm/cosmos/vesting/v1beta1/tx.rpc.func.js +6 -3
  155. package/esm/cosmos/vesting/v1beta1/vesting.js +20 -13
  156. package/esm/cosmos_proto/cosmos.js +4 -5
  157. package/esm/cosmwasm/wasm/v1/proposal_legacy.js +59 -27
  158. package/esm/cosmwasm/wasm/v1/query.js +78 -71
  159. package/esm/cosmwasm/wasm/v1/query.rpc.func.js +28 -14
  160. package/esm/cosmwasm/wasm/v1/tx.js +77 -95
  161. package/esm/cosmwasm/wasm/v1/tx.rpc.func.js +34 -17
  162. package/esm/cosmwasm/wasm/v1/types.js +19 -21
  163. package/esm/extern.js +1 -1
  164. package/esm/google/api/http.js +9 -5
  165. package/esm/google/protobuf/any.js +2 -1
  166. package/esm/google/protobuf/descriptor.js +117 -43
  167. package/esm/google/protobuf/duration.js +2 -3
  168. package/esm/google/protobuf/timestamp.js +2 -3
  169. package/esm/helper-func-types.js +8 -1
  170. package/esm/helpers.js +1 -1
  171. package/esm/ibc/applications/transfer/v1/transfer.js +7 -9
  172. package/esm/ibc/applications/transfer/v1/tx.js +12 -11
  173. package/esm/ibc/applications/transfer/v1/tx.rpc.func.js +4 -2
  174. package/esm/ibc/core/channel/v1/channel.js +23 -23
  175. package/esm/ibc/core/channel/v1/tx.js +105 -96
  176. package/esm/ibc/core/channel/v1/tx.rpc.func.js +38 -19
  177. package/esm/ibc/core/channel/v1/upgrade.js +8 -9
  178. package/esm/ibc/core/client/v1/client.js +11 -15
  179. package/esm/ibc/core/client/v1/tx.js +29 -42
  180. package/esm/ibc/core/client/v1/tx.rpc.func.js +14 -7
  181. package/esm/ibc/core/commitment/v1/commitment.js +7 -9
  182. package/esm/ibc/core/connection/v1/connection.js +19 -19
  183. package/esm/ibc/core/connection/v1/tx.js +28 -26
  184. package/esm/ibc/core/connection/v1/tx.rpc.func.js +10 -5
  185. package/esm/injective/auction/v1beta1/auction.js +13 -13
  186. package/esm/injective/auction/v1beta1/genesis.js +5 -2
  187. package/esm/injective/auction/v1beta1/query.js +20 -13
  188. package/esm/injective/auction/v1beta1/query.rpc.func.js +8 -4
  189. package/esm/injective/auction/v1beta1/tx.js +10 -9
  190. package/esm/injective/auction/v1beta1/tx.rpc.func.js +4 -2
  191. package/esm/injective/crypto/v1beta1/ethsecp256k1/keys.js +4 -7
  192. package/esm/injective/exchange/v1beta1/authz.js +44 -22
  193. package/esm/injective/exchange/v1beta1/events.js +105 -46
  194. package/esm/injective/exchange/v1beta1/exchange.js +123 -83
  195. package/esm/injective/exchange/v1beta1/genesis.js +77 -21
  196. package/esm/injective/exchange/v1beta1/proposal.js +101 -43
  197. package/esm/injective/exchange/v1beta1/query.js +324 -210
  198. package/esm/injective/exchange/v1beta1/query.rpc.func.js +120 -60
  199. package/esm/injective/exchange/v1beta1/tx.js +181 -166
  200. package/esm/injective/exchange/v1beta1/tx.rpc.func.js +70 -35
  201. package/esm/injective/insurance/v1beta1/events.js +16 -6
  202. package/esm/injective/insurance/v1beta1/genesis.js +5 -2
  203. package/esm/injective/insurance/v1beta1/insurance.js +7 -7
  204. package/esm/injective/insurance/v1beta1/query.js +30 -19
  205. package/esm/injective/insurance/v1beta1/query.rpc.func.js +12 -6
  206. package/esm/injective/insurance/v1beta1/tx.js +20 -17
  207. package/esm/injective/insurance/v1beta1/tx.rpc.func.js +8 -4
  208. package/esm/injective/ocr/v1beta1/genesis.js +28 -12
  209. package/esm/injective/ocr/v1beta1/ocr.js +54 -38
  210. package/esm/injective/ocr/v1beta1/query.js +38 -22
  211. package/esm/injective/ocr/v1beta1/query.rpc.func.js +14 -7
  212. package/esm/injective/ocr/v1beta1/tx.js +41 -41
  213. package/esm/injective/ocr/v1beta1/tx.rpc.func.js +18 -9
  214. package/esm/injective/oracle/v1beta1/events.js +24 -21
  215. package/esm/injective/oracle/v1beta1/genesis.js +16 -4
  216. package/esm/injective/oracle/v1beta1/oracle.js +61 -38
  217. package/esm/injective/oracle/v1beta1/proposal.js +47 -22
  218. package/esm/injective/oracle/v1beta1/query.js +93 -58
  219. package/esm/injective/oracle/v1beta1/query.rpc.func.js +34 -17
  220. package/esm/injective/oracle/v1beta1/tx.js +35 -37
  221. package/esm/injective/oracle/v1beta1/tx.rpc.func.js +16 -8
  222. package/esm/injective/peggy/v1/attestation.js +4 -5
  223. package/esm/injective/peggy/v1/batch.js +6 -3
  224. package/esm/injective/peggy/v1/events.js +36 -33
  225. package/esm/injective/peggy/v1/genesis.js +11 -2
  226. package/esm/injective/peggy/v1/msgs.js +59 -68
  227. package/esm/injective/peggy/v1/msgs.rpc.func.js +28 -14
  228. package/esm/injective/peggy/v1/params.js +3 -3
  229. package/esm/injective/peggy/v1/pool.js +4 -5
  230. package/esm/injective/peggy/v1/proposal.js +6 -2
  231. package/esm/injective/peggy/v1/query.js +99 -70
  232. package/esm/injective/peggy/v1/query.rpc.func.js +42 -21
  233. package/esm/injective/peggy/v1/types.js +11 -10
  234. package/esm/injective/permissions/v1beta1/events.js +3 -2
  235. package/esm/injective/permissions/v1beta1/genesis.js +4 -2
  236. package/esm/injective/permissions/v1beta1/params.js +2 -4
  237. package/esm/injective/permissions/v1beta1/permissions.js +16 -10
  238. package/esm/injective/permissions/v1beta1/query.js +28 -21
  239. package/esm/injective/permissions/v1beta1/query.rpc.func.js +12 -6
  240. package/esm/injective/permissions/v1beta1/tx.js +45 -39
  241. package/esm/injective/permissions/v1beta1/tx.rpc.func.js +14 -7
  242. package/esm/injective/stream/v1beta1/query.js +70 -33
  243. package/esm/injective/tokenfactory/v1beta1/authorityMetadata.js +2 -3
  244. package/esm/injective/tokenfactory/v1beta1/events.js +13 -8
  245. package/esm/injective/tokenfactory/v1beta1/genesis.js +7 -3
  246. package/esm/injective/tokenfactory/v1beta1/params.js +3 -3
  247. package/esm/injective/tokenfactory/v1beta1/query.js +19 -14
  248. package/esm/injective/tokenfactory/v1beta1/query.rpc.func.js +8 -4
  249. package/esm/injective/tokenfactory/v1beta1/tx.js +28 -27
  250. package/esm/injective/tokenfactory/v1beta1/tx.rpc.func.js +12 -6
  251. package/esm/injective/types/v1beta1/account.js +5 -2
  252. package/esm/injective/types/v1beta1/tx_ext.js +2 -3
  253. package/esm/injective/types/v1beta1/tx_response.js +5 -4
  254. package/esm/injective/wasmx/v1/events.js +6 -7
  255. package/esm/injective/wasmx/v1/genesis.js +7 -3
  256. package/esm/injective/wasmx/v1/proposal.js +23 -10
  257. package/esm/injective/wasmx/v1/query.js +15 -10
  258. package/esm/injective/wasmx/v1/query.rpc.func.js +6 -3
  259. package/esm/injective/wasmx/v1/tx.js +26 -29
  260. package/esm/injective/wasmx/v1/tx.rpc.func.js +12 -6
  261. package/esm/injective/wasmx/v1/wasmx.js +5 -5
  262. package/esm/registry.js +1 -1
  263. package/esm/tendermint/abci/types.js +156 -73
  264. package/esm/tendermint/crypto/keys.js +2 -3
  265. package/esm/tendermint/crypto/proof.js +12 -9
  266. package/esm/tendermint/types/block.js +6 -2
  267. package/esm/tendermint/types/evidence.js +14 -5
  268. package/esm/tendermint/types/params.js +19 -14
  269. package/esm/tendermint/types/types.js +47 -20
  270. package/esm/tendermint/types/validator.js +9 -4
  271. package/esm/tendermint/version/types.js +4 -5
  272. package/esm/types.js +1 -1
  273. package/esm/utf8.js +1 -1
  274. package/esm/varint.js +1 -1
  275. package/extern.d.ts +1 -1
  276. package/extern.js +1 -1
  277. package/google/api/http.d.ts +3 -0
  278. package/google/api/http.js +9 -5
  279. package/google/protobuf/any.d.ts +1 -0
  280. package/google/protobuf/any.js +2 -1
  281. package/google/protobuf/descriptor.d.ts +33 -0
  282. package/google/protobuf/descriptor.js +117 -43
  283. package/google/protobuf/duration.d.ts +1 -0
  284. package/google/protobuf/duration.js +2 -3
  285. package/google/protobuf/timestamp.d.ts +1 -0
  286. package/google/protobuf/timestamp.js +2 -3
  287. package/helper-func-types.d.ts +6 -3
  288. package/helper-func-types.js +8 -1
  289. package/helpers.d.ts +1 -1
  290. package/helpers.js +1 -1
  291. package/ibc/applications/transfer/v1/transfer.d.ts +3 -0
  292. package/ibc/applications/transfer/v1/transfer.js +7 -9
  293. package/ibc/applications/transfer/v1/tx.d.ts +4 -0
  294. package/ibc/applications/transfer/v1/tx.js +12 -11
  295. package/ibc/applications/transfer/v1/tx.rpc.func.d.ts +2 -2
  296. package/ibc/applications/transfer/v1/tx.rpc.func.js +4 -2
  297. package/ibc/core/channel/v1/channel.d.ts +9 -0
  298. package/ibc/core/channel/v1/channel.js +23 -23
  299. package/ibc/core/channel/v1/tx.d.ts +38 -0
  300. package/ibc/core/channel/v1/tx.js +105 -96
  301. package/ibc/core/channel/v1/tx.rpc.func.d.ts +19 -19
  302. package/ibc/core/channel/v1/tx.rpc.func.js +38 -19
  303. package/ibc/core/channel/v1/upgrade.d.ts +3 -0
  304. package/ibc/core/channel/v1/upgrade.js +8 -9
  305. package/ibc/core/client/v1/client.d.ts +5 -0
  306. package/ibc/core/client/v1/client.js +11 -15
  307. package/ibc/core/client/v1/tx.d.ts +14 -0
  308. package/ibc/core/client/v1/tx.js +29 -42
  309. package/ibc/core/client/v1/tx.rpc.func.d.ts +7 -7
  310. package/ibc/core/client/v1/tx.rpc.func.js +14 -7
  311. package/ibc/core/commitment/v1/commitment.d.ts +3 -0
  312. package/ibc/core/commitment/v1/commitment.js +7 -9
  313. package/ibc/core/connection/v1/connection.d.ts +7 -0
  314. package/ibc/core/connection/v1/connection.js +19 -19
  315. package/ibc/core/connection/v1/tx.d.ts +10 -0
  316. package/ibc/core/connection/v1/tx.js +28 -26
  317. package/ibc/core/connection/v1/tx.rpc.func.d.ts +5 -5
  318. package/ibc/core/connection/v1/tx.rpc.func.js +10 -5
  319. package/injective/auction/v1beta1/auction.d.ts +6 -0
  320. package/injective/auction/v1beta1/auction.js +13 -13
  321. package/injective/auction/v1beta1/genesis.d.ts +1 -0
  322. package/injective/auction/v1beta1/genesis.js +5 -2
  323. package/injective/auction/v1beta1/query.d.ts +8 -0
  324. package/injective/auction/v1beta1/query.js +20 -13
  325. package/injective/auction/v1beta1/query.rpc.func.js +8 -4
  326. package/injective/auction/v1beta1/tx.d.ts +4 -0
  327. package/injective/auction/v1beta1/tx.js +10 -9
  328. package/injective/auction/v1beta1/tx.rpc.func.d.ts +2 -2
  329. package/injective/auction/v1beta1/tx.rpc.func.js +4 -2
  330. package/injective/crypto/v1beta1/ethsecp256k1/keys.d.ts +2 -0
  331. package/injective/crypto/v1beta1/ethsecp256k1/keys.js +4 -7
  332. package/injective/exchange/v1beta1/authz.d.ts +11 -0
  333. package/injective/exchange/v1beta1/authz.js +44 -22
  334. package/injective/exchange/v1beta1/events.d.ts +36 -0
  335. package/injective/exchange/v1beta1/events.js +105 -46
  336. package/injective/exchange/v1beta1/exchange.d.ts +51 -0
  337. package/injective/exchange/v1beta1/exchange.js +123 -83
  338. package/injective/exchange/v1beta1/genesis.d.ts +17 -0
  339. package/injective/exchange/v1beta1/genesis.js +77 -21
  340. package/injective/exchange/v1beta1/proposal.d.ts +21 -0
  341. package/injective/exchange/v1beta1/proposal.js +101 -43
  342. package/injective/exchange/v1beta1/query.d.ts +131 -0
  343. package/injective/exchange/v1beta1/query.js +324 -210
  344. package/injective/exchange/v1beta1/query.rpc.func.js +120 -60
  345. package/injective/exchange/v1beta1/tx.d.ts +77 -0
  346. package/injective/exchange/v1beta1/tx.js +181 -166
  347. package/injective/exchange/v1beta1/tx.rpc.func.d.ts +35 -35
  348. package/injective/exchange/v1beta1/tx.rpc.func.js +70 -35
  349. package/injective/insurance/v1beta1/events.d.ts +5 -0
  350. package/injective/insurance/v1beta1/events.js +16 -6
  351. package/injective/insurance/v1beta1/genesis.d.ts +1 -0
  352. package/injective/insurance/v1beta1/genesis.js +5 -2
  353. package/injective/insurance/v1beta1/insurance.d.ts +3 -0
  354. package/injective/insurance/v1beta1/insurance.js +7 -7
  355. package/injective/insurance/v1beta1/query.d.ts +12 -0
  356. package/injective/insurance/v1beta1/query.js +30 -19
  357. package/injective/insurance/v1beta1/query.rpc.func.js +12 -6
  358. package/injective/insurance/v1beta1/tx.d.ts +8 -0
  359. package/injective/insurance/v1beta1/tx.js +20 -17
  360. package/injective/insurance/v1beta1/tx.rpc.func.d.ts +4 -4
  361. package/injective/insurance/v1beta1/tx.rpc.func.js +8 -4
  362. package/injective/ocr/v1beta1/genesis.d.ts +8 -0
  363. package/injective/ocr/v1beta1/genesis.js +28 -12
  364. package/injective/ocr/v1beta1/ocr.d.ts +21 -0
  365. package/injective/ocr/v1beta1/ocr.js +54 -38
  366. package/injective/ocr/v1beta1/query.d.ts +14 -0
  367. package/injective/ocr/v1beta1/query.js +38 -22
  368. package/injective/ocr/v1beta1/query.rpc.func.js +14 -7
  369. package/injective/ocr/v1beta1/tx.d.ts +18 -0
  370. package/injective/ocr/v1beta1/tx.js +41 -41
  371. package/injective/ocr/v1beta1/tx.rpc.func.d.ts +9 -9
  372. package/injective/ocr/v1beta1/tx.rpc.func.js +18 -9
  373. package/injective/oracle/v1beta1/events.d.ts +11 -0
  374. package/injective/oracle/v1beta1/events.js +24 -21
  375. package/injective/oracle/v1beta1/genesis.d.ts +2 -0
  376. package/injective/oracle/v1beta1/genesis.js +16 -4
  377. package/injective/oracle/v1beta1/oracle.d.ts +24 -0
  378. package/injective/oracle/v1beta1/oracle.js +61 -38
  379. package/injective/oracle/v1beta1/proposal.d.ts +11 -0
  380. package/injective/oracle/v1beta1/proposal.js +47 -22
  381. package/injective/oracle/v1beta1/query.d.ts +37 -0
  382. package/injective/oracle/v1beta1/query.js +93 -58
  383. package/injective/oracle/v1beta1/query.rpc.func.js +34 -17
  384. package/injective/oracle/v1beta1/tx.d.ts +16 -0
  385. package/injective/oracle/v1beta1/tx.js +35 -37
  386. package/injective/oracle/v1beta1/tx.rpc.func.d.ts +8 -8
  387. package/injective/oracle/v1beta1/tx.rpc.func.js +16 -8
  388. package/injective/peggy/v1/attestation.d.ts +2 -0
  389. package/injective/peggy/v1/attestation.js +4 -5
  390. package/injective/peggy/v1/batch.d.ts +2 -0
  391. package/injective/peggy/v1/batch.js +6 -3
  392. package/injective/peggy/v1/events.d.ts +17 -0
  393. package/injective/peggy/v1/events.js +36 -33
  394. package/injective/peggy/v1/genesis.d.ts +1 -0
  395. package/injective/peggy/v1/genesis.js +11 -2
  396. package/injective/peggy/v1/msgs.d.ts +28 -0
  397. package/injective/peggy/v1/msgs.js +59 -68
  398. package/injective/peggy/v1/msgs.rpc.func.d.ts +14 -14
  399. package/injective/peggy/v1/msgs.rpc.func.js +28 -14
  400. package/injective/peggy/v1/params.d.ts +1 -0
  401. package/injective/peggy/v1/params.js +3 -3
  402. package/injective/peggy/v1/pool.d.ts +2 -0
  403. package/injective/peggy/v1/pool.js +4 -5
  404. package/injective/peggy/v1/proposal.d.ts +2 -0
  405. package/injective/peggy/v1/proposal.js +6 -2
  406. package/injective/peggy/v1/query.d.ts +42 -0
  407. package/injective/peggy/v1/query.js +99 -70
  408. package/injective/peggy/v1/query.rpc.func.js +42 -21
  409. package/injective/peggy/v1/types.d.ts +5 -0
  410. package/injective/peggy/v1/types.js +11 -10
  411. package/injective/permissions/v1beta1/events.d.ts +1 -0
  412. package/injective/permissions/v1beta1/events.js +3 -2
  413. package/injective/permissions/v1beta1/genesis.d.ts +1 -0
  414. package/injective/permissions/v1beta1/genesis.js +4 -2
  415. package/injective/permissions/v1beta1/params.d.ts +1 -0
  416. package/injective/permissions/v1beta1/params.js +2 -4
  417. package/injective/permissions/v1beta1/permissions.d.ts +6 -0
  418. package/injective/permissions/v1beta1/permissions.js +16 -10
  419. package/injective/permissions/v1beta1/query.d.ts +12 -0
  420. package/injective/permissions/v1beta1/query.js +28 -21
  421. package/injective/permissions/v1beta1/query.rpc.func.js +12 -6
  422. package/injective/permissions/v1beta1/tx.d.ts +18 -0
  423. package/injective/permissions/v1beta1/tx.js +45 -39
  424. package/injective/permissions/v1beta1/tx.rpc.func.d.ts +7 -7
  425. package/injective/permissions/v1beta1/tx.rpc.func.js +14 -7
  426. package/injective/stream/v1beta1/query.d.ts +22 -0
  427. package/injective/stream/v1beta1/query.js +70 -33
  428. package/injective/tokenfactory/v1beta1/authorityMetadata.d.ts +1 -0
  429. package/injective/tokenfactory/v1beta1/authorityMetadata.js +2 -3
  430. package/injective/tokenfactory/v1beta1/events.d.ts +5 -0
  431. package/injective/tokenfactory/v1beta1/events.js +13 -8
  432. package/injective/tokenfactory/v1beta1/genesis.d.ts +2 -0
  433. package/injective/tokenfactory/v1beta1/genesis.js +7 -3
  434. package/injective/tokenfactory/v1beta1/params.d.ts +1 -0
  435. package/injective/tokenfactory/v1beta1/params.js +3 -3
  436. package/injective/tokenfactory/v1beta1/query.d.ts +8 -0
  437. package/injective/tokenfactory/v1beta1/query.js +19 -14
  438. package/injective/tokenfactory/v1beta1/query.rpc.func.js +8 -4
  439. package/injective/tokenfactory/v1beta1/tx.d.ts +12 -0
  440. package/injective/tokenfactory/v1beta1/tx.js +28 -27
  441. package/injective/tokenfactory/v1beta1/tx.rpc.func.d.ts +6 -6
  442. package/injective/tokenfactory/v1beta1/tx.rpc.func.js +12 -6
  443. package/injective/types/v1beta1/account.d.ts +1 -0
  444. package/injective/types/v1beta1/account.js +5 -2
  445. package/injective/types/v1beta1/tx_ext.d.ts +1 -0
  446. package/injective/types/v1beta1/tx_ext.js +2 -3
  447. package/injective/types/v1beta1/tx_response.d.ts +2 -0
  448. package/injective/types/v1beta1/tx_response.js +5 -4
  449. package/injective/wasmx/v1/events.d.ts +3 -0
  450. package/injective/wasmx/v1/events.js +6 -7
  451. package/injective/wasmx/v1/genesis.d.ts +2 -0
  452. package/injective/wasmx/v1/genesis.js +7 -3
  453. package/injective/wasmx/v1/proposal.d.ts +5 -0
  454. package/injective/wasmx/v1/proposal.js +23 -10
  455. package/injective/wasmx/v1/query.d.ts +6 -0
  456. package/injective/wasmx/v1/query.js +15 -10
  457. package/injective/wasmx/v1/query.rpc.func.js +6 -3
  458. package/injective/wasmx/v1/tx.d.ts +12 -0
  459. package/injective/wasmx/v1/tx.js +26 -29
  460. package/injective/wasmx/v1/tx.rpc.func.d.ts +6 -6
  461. package/injective/wasmx/v1/tx.rpc.func.js +12 -6
  462. package/injective/wasmx/v1/wasmx.d.ts +2 -0
  463. package/injective/wasmx/v1/wasmx.js +5 -5
  464. package/package.json +2 -2
  465. package/registry.d.ts +1 -1
  466. package/registry.js +1 -1
  467. package/tendermint/abci/types.d.ts +47 -0
  468. package/tendermint/abci/types.js +156 -73
  469. package/tendermint/crypto/keys.d.ts +1 -0
  470. package/tendermint/crypto/keys.js +2 -3
  471. package/tendermint/crypto/proof.d.ts +5 -0
  472. package/tendermint/crypto/proof.js +12 -9
  473. package/tendermint/types/block.d.ts +1 -0
  474. package/tendermint/types/block.js +6 -2
  475. package/tendermint/types/evidence.d.ts +4 -0
  476. package/tendermint/types/evidence.js +14 -5
  477. package/tendermint/types/params.d.ts +7 -0
  478. package/tendermint/types/params.js +19 -14
  479. package/tendermint/types/types.d.ts +15 -0
  480. package/tendermint/types/types.js +47 -20
  481. package/tendermint/types/validator.d.ts +3 -0
  482. package/tendermint/types/validator.js +9 -4
  483. package/tendermint/version/types.d.ts +2 -0
  484. package/tendermint/version/types.js +4 -5
  485. package/types.d.ts +2 -1
  486. package/types.js +1 -1
  487. package/utf8.d.ts +1 -1
  488. package/utf8.js +1 -1
  489. package/varint.d.ts +1 -1
  490. package/varint.js +1 -1
@@ -362,6 +362,7 @@ export declare const Params: {
362
362
  fromProtoMsg(message: ParamsProtoMsg): Params;
363
363
  toProto(message: Params): Uint8Array;
364
364
  toProtoMsg(message: Params): ParamsProtoMsg;
365
+ registerTypeUrl(): void;
365
366
  };
366
367
  export declare const ValidatorHistoricalRewards: {
367
368
  typeUrl: string;
@@ -378,6 +379,7 @@ export declare const ValidatorHistoricalRewards: {
378
379
  fromProtoMsg(message: ValidatorHistoricalRewardsProtoMsg): ValidatorHistoricalRewards;
379
380
  toProto(message: ValidatorHistoricalRewards): Uint8Array;
380
381
  toProtoMsg(message: ValidatorHistoricalRewards): ValidatorHistoricalRewardsProtoMsg;
382
+ registerTypeUrl(): void;
381
383
  };
382
384
  export declare const ValidatorCurrentRewards: {
383
385
  typeUrl: string;
@@ -394,6 +396,7 @@ export declare const ValidatorCurrentRewards: {
394
396
  fromProtoMsg(message: ValidatorCurrentRewardsProtoMsg): ValidatorCurrentRewards;
395
397
  toProto(message: ValidatorCurrentRewards): Uint8Array;
396
398
  toProtoMsg(message: ValidatorCurrentRewards): ValidatorCurrentRewardsProtoMsg;
399
+ registerTypeUrl(): void;
397
400
  };
398
401
  export declare const ValidatorAccumulatedCommission: {
399
402
  typeUrl: string;
@@ -410,6 +413,7 @@ export declare const ValidatorAccumulatedCommission: {
410
413
  fromProtoMsg(message: ValidatorAccumulatedCommissionProtoMsg): ValidatorAccumulatedCommission;
411
414
  toProto(message: ValidatorAccumulatedCommission): Uint8Array;
412
415
  toProtoMsg(message: ValidatorAccumulatedCommission): ValidatorAccumulatedCommissionProtoMsg;
416
+ registerTypeUrl(): void;
413
417
  };
414
418
  export declare const ValidatorOutstandingRewards: {
415
419
  typeUrl: string;
@@ -426,6 +430,7 @@ export declare const ValidatorOutstandingRewards: {
426
430
  fromProtoMsg(message: ValidatorOutstandingRewardsProtoMsg): ValidatorOutstandingRewards;
427
431
  toProto(message: ValidatorOutstandingRewards): Uint8Array;
428
432
  toProtoMsg(message: ValidatorOutstandingRewards): ValidatorOutstandingRewardsProtoMsg;
433
+ registerTypeUrl(): void;
429
434
  };
430
435
  export declare const ValidatorSlashEvent: {
431
436
  typeUrl: string;
@@ -442,6 +447,7 @@ export declare const ValidatorSlashEvent: {
442
447
  fromProtoMsg(message: ValidatorSlashEventProtoMsg): ValidatorSlashEvent;
443
448
  toProto(message: ValidatorSlashEvent): Uint8Array;
444
449
  toProtoMsg(message: ValidatorSlashEvent): ValidatorSlashEventProtoMsg;
450
+ registerTypeUrl(): void;
445
451
  };
446
452
  export declare const ValidatorSlashEvents: {
447
453
  typeUrl: string;
@@ -458,6 +464,7 @@ export declare const ValidatorSlashEvents: {
458
464
  fromProtoMsg(message: ValidatorSlashEventsProtoMsg): ValidatorSlashEvents;
459
465
  toProto(message: ValidatorSlashEvents): Uint8Array;
460
466
  toProtoMsg(message: ValidatorSlashEvents): ValidatorSlashEventsProtoMsg;
467
+ registerTypeUrl(): void;
461
468
  };
462
469
  export declare const FeePool: {
463
470
  typeUrl: string;
@@ -474,6 +481,7 @@ export declare const FeePool: {
474
481
  fromProtoMsg(message: FeePoolProtoMsg): FeePool;
475
482
  toProto(message: FeePool): Uint8Array;
476
483
  toProtoMsg(message: FeePool): FeePoolProtoMsg;
484
+ registerTypeUrl(): void;
477
485
  };
478
486
  export declare const CommunityPoolSpendProposal: {
479
487
  typeUrl: string;
@@ -490,6 +498,7 @@ export declare const CommunityPoolSpendProposal: {
490
498
  fromProtoMsg(message: CommunityPoolSpendProposalProtoMsg): CommunityPoolSpendProposal;
491
499
  toProto(message: CommunityPoolSpendProposal): Uint8Array;
492
500
  toProtoMsg(message: CommunityPoolSpendProposal): CommunityPoolSpendProposalProtoMsg;
501
+ registerTypeUrl(): void;
493
502
  };
494
503
  export declare const DelegatorStartingInfo: {
495
504
  typeUrl: string;
@@ -506,6 +515,7 @@ export declare const DelegatorStartingInfo: {
506
515
  fromProtoMsg(message: DelegatorStartingInfoProtoMsg): DelegatorStartingInfo;
507
516
  toProto(message: DelegatorStartingInfo): Uint8Array;
508
517
  toProtoMsg(message: DelegatorStartingInfo): DelegatorStartingInfoProtoMsg;
518
+ registerTypeUrl(): void;
509
519
  };
510
520
  export declare const DelegationDelegatorReward: {
511
521
  typeUrl: string;
@@ -522,6 +532,7 @@ export declare const DelegationDelegatorReward: {
522
532
  fromProtoMsg(message: DelegationDelegatorRewardProtoMsg): DelegationDelegatorReward;
523
533
  toProto(message: DelegationDelegatorReward): Uint8Array;
524
534
  toProtoMsg(message: DelegationDelegatorReward): DelegationDelegatorRewardProtoMsg;
535
+ registerTypeUrl(): void;
525
536
  };
526
537
  export declare const CommunityPoolSpendProposalWithDeposit: {
527
538
  typeUrl: string;
@@ -538,4 +549,5 @@ export declare const CommunityPoolSpendProposalWithDeposit: {
538
549
  fromProtoMsg(message: CommunityPoolSpendProposalWithDepositProtoMsg): CommunityPoolSpendProposalWithDeposit;
539
550
  toProto(message: CommunityPoolSpendProposalWithDeposit): Uint8Array;
540
551
  toProtoMsg(message: CommunityPoolSpendProposalWithDeposit): CommunityPoolSpendProposalWithDepositProtoMsg;
552
+ registerTypeUrl(): void;
541
553
  };
@@ -114,10 +114,9 @@ exports.Params = {
114
114
  typeUrl: "/cosmos.distribution.v1beta1.Params",
115
115
  value: exports.Params.encode(message).finish()
116
116
  };
117
- }
117
+ },
118
+ registerTypeUrl() { }
118
119
  };
119
- registry_1.GlobalDecoderRegistry.register(exports.Params.typeUrl, exports.Params);
120
- registry_1.GlobalDecoderRegistry.registerAminoProtoMapping(exports.Params.aminoType, exports.Params.typeUrl);
121
120
  function createBaseValidatorHistoricalRewards() {
122
121
  return {
123
122
  cumulativeRewardRatio: [],
@@ -207,10 +206,11 @@ exports.ValidatorHistoricalRewards = {
207
206
  typeUrl: "/cosmos.distribution.v1beta1.ValidatorHistoricalRewards",
208
207
  value: exports.ValidatorHistoricalRewards.encode(message).finish()
209
208
  };
209
+ },
210
+ registerTypeUrl() {
211
+ coin_1.DecCoin.registerTypeUrl();
210
212
  }
211
213
  };
212
- registry_1.GlobalDecoderRegistry.register(exports.ValidatorHistoricalRewards.typeUrl, exports.ValidatorHistoricalRewards);
213
- registry_1.GlobalDecoderRegistry.registerAminoProtoMapping(exports.ValidatorHistoricalRewards.aminoType, exports.ValidatorHistoricalRewards.typeUrl);
214
214
  function createBaseValidatorCurrentRewards() {
215
215
  return {
216
216
  rewards: [],
@@ -300,10 +300,11 @@ exports.ValidatorCurrentRewards = {
300
300
  typeUrl: "/cosmos.distribution.v1beta1.ValidatorCurrentRewards",
301
301
  value: exports.ValidatorCurrentRewards.encode(message).finish()
302
302
  };
303
+ },
304
+ registerTypeUrl() {
305
+ coin_1.DecCoin.registerTypeUrl();
303
306
  }
304
307
  };
305
- registry_1.GlobalDecoderRegistry.register(exports.ValidatorCurrentRewards.typeUrl, exports.ValidatorCurrentRewards);
306
- registry_1.GlobalDecoderRegistry.registerAminoProtoMapping(exports.ValidatorCurrentRewards.aminoType, exports.ValidatorCurrentRewards.typeUrl);
307
308
  function createBaseValidatorAccumulatedCommission() {
308
309
  return {
309
310
  commission: []
@@ -381,10 +382,11 @@ exports.ValidatorAccumulatedCommission = {
381
382
  typeUrl: "/cosmos.distribution.v1beta1.ValidatorAccumulatedCommission",
382
383
  value: exports.ValidatorAccumulatedCommission.encode(message).finish()
383
384
  };
385
+ },
386
+ registerTypeUrl() {
387
+ coin_1.DecCoin.registerTypeUrl();
384
388
  }
385
389
  };
386
- registry_1.GlobalDecoderRegistry.register(exports.ValidatorAccumulatedCommission.typeUrl, exports.ValidatorAccumulatedCommission);
387
- registry_1.GlobalDecoderRegistry.registerAminoProtoMapping(exports.ValidatorAccumulatedCommission.aminoType, exports.ValidatorAccumulatedCommission.typeUrl);
388
390
  function createBaseValidatorOutstandingRewards() {
389
391
  return {
390
392
  rewards: []
@@ -462,10 +464,11 @@ exports.ValidatorOutstandingRewards = {
462
464
  typeUrl: "/cosmos.distribution.v1beta1.ValidatorOutstandingRewards",
463
465
  value: exports.ValidatorOutstandingRewards.encode(message).finish()
464
466
  };
467
+ },
468
+ registerTypeUrl() {
469
+ coin_1.DecCoin.registerTypeUrl();
465
470
  }
466
471
  };
467
- registry_1.GlobalDecoderRegistry.register(exports.ValidatorOutstandingRewards.typeUrl, exports.ValidatorOutstandingRewards);
468
- registry_1.GlobalDecoderRegistry.registerAminoProtoMapping(exports.ValidatorOutstandingRewards.aminoType, exports.ValidatorOutstandingRewards.typeUrl);
469
472
  function createBaseValidatorSlashEvent() {
470
473
  return {
471
474
  validatorPeriod: BigInt(0),
@@ -552,10 +555,9 @@ exports.ValidatorSlashEvent = {
552
555
  typeUrl: "/cosmos.distribution.v1beta1.ValidatorSlashEvent",
553
556
  value: exports.ValidatorSlashEvent.encode(message).finish()
554
557
  };
555
- }
558
+ },
559
+ registerTypeUrl() { }
556
560
  };
557
- registry_1.GlobalDecoderRegistry.register(exports.ValidatorSlashEvent.typeUrl, exports.ValidatorSlashEvent);
558
- registry_1.GlobalDecoderRegistry.registerAminoProtoMapping(exports.ValidatorSlashEvent.aminoType, exports.ValidatorSlashEvent.typeUrl);
559
561
  function createBaseValidatorSlashEvents() {
560
562
  return {
561
563
  validatorSlashEvents: []
@@ -633,10 +635,11 @@ exports.ValidatorSlashEvents = {
633
635
  typeUrl: "/cosmos.distribution.v1beta1.ValidatorSlashEvents",
634
636
  value: exports.ValidatorSlashEvents.encode(message).finish()
635
637
  };
638
+ },
639
+ registerTypeUrl() {
640
+ exports.ValidatorSlashEvent.registerTypeUrl();
636
641
  }
637
642
  };
638
- registry_1.GlobalDecoderRegistry.register(exports.ValidatorSlashEvents.typeUrl, exports.ValidatorSlashEvents);
639
- registry_1.GlobalDecoderRegistry.registerAminoProtoMapping(exports.ValidatorSlashEvents.aminoType, exports.ValidatorSlashEvents.typeUrl);
640
643
  function createBaseFeePool() {
641
644
  return {
642
645
  communityPool: []
@@ -714,10 +717,11 @@ exports.FeePool = {
714
717
  typeUrl: "/cosmos.distribution.v1beta1.FeePool",
715
718
  value: exports.FeePool.encode(message).finish()
716
719
  };
720
+ },
721
+ registerTypeUrl() {
722
+ coin_1.DecCoin.registerTypeUrl();
717
723
  }
718
724
  };
719
- registry_1.GlobalDecoderRegistry.register(exports.FeePool.typeUrl, exports.FeePool);
720
- registry_1.GlobalDecoderRegistry.registerAminoProtoMapping(exports.FeePool.aminoType, exports.FeePool.typeUrl);
721
725
  function createBaseCommunityPoolSpendProposal() {
722
726
  return {
723
727
  title: "",
@@ -831,10 +835,13 @@ exports.CommunityPoolSpendProposal = {
831
835
  typeUrl: "/cosmos.distribution.v1beta1.CommunityPoolSpendProposal",
832
836
  value: exports.CommunityPoolSpendProposal.encode(message).finish()
833
837
  };
838
+ },
839
+ registerTypeUrl() {
840
+ registry_1.GlobalDecoderRegistry.register(exports.CommunityPoolSpendProposal.typeUrl, exports.CommunityPoolSpendProposal);
841
+ registry_1.GlobalDecoderRegistry.registerAminoProtoMapping(exports.CommunityPoolSpendProposal.aminoType, exports.CommunityPoolSpendProposal.typeUrl);
842
+ coin_1.Coin.registerTypeUrl();
834
843
  }
835
844
  };
836
- registry_1.GlobalDecoderRegistry.register(exports.CommunityPoolSpendProposal.typeUrl, exports.CommunityPoolSpendProposal);
837
- registry_1.GlobalDecoderRegistry.registerAminoProtoMapping(exports.CommunityPoolSpendProposal.aminoType, exports.CommunityPoolSpendProposal.typeUrl);
838
845
  function createBaseDelegatorStartingInfo() {
839
846
  return {
840
847
  previousPeriod: BigInt(0),
@@ -933,10 +940,9 @@ exports.DelegatorStartingInfo = {
933
940
  typeUrl: "/cosmos.distribution.v1beta1.DelegatorStartingInfo",
934
941
  value: exports.DelegatorStartingInfo.encode(message).finish()
935
942
  };
936
- }
943
+ },
944
+ registerTypeUrl() { }
937
945
  };
938
- registry_1.GlobalDecoderRegistry.register(exports.DelegatorStartingInfo.typeUrl, exports.DelegatorStartingInfo);
939
- registry_1.GlobalDecoderRegistry.registerAminoProtoMapping(exports.DelegatorStartingInfo.aminoType, exports.DelegatorStartingInfo.typeUrl);
940
946
  function createBaseDelegationDelegatorReward() {
941
947
  return {
942
948
  validatorAddress: "",
@@ -1026,10 +1032,11 @@ exports.DelegationDelegatorReward = {
1026
1032
  typeUrl: "/cosmos.distribution.v1beta1.DelegationDelegatorReward",
1027
1033
  value: exports.DelegationDelegatorReward.encode(message).finish()
1028
1034
  };
1035
+ },
1036
+ registerTypeUrl() {
1037
+ coin_1.DecCoin.registerTypeUrl();
1029
1038
  }
1030
1039
  };
1031
- registry_1.GlobalDecoderRegistry.register(exports.DelegationDelegatorReward.typeUrl, exports.DelegationDelegatorReward);
1032
- registry_1.GlobalDecoderRegistry.registerAminoProtoMapping(exports.DelegationDelegatorReward.aminoType, exports.DelegationDelegatorReward.typeUrl);
1033
1040
  function createBaseCommunityPoolSpendProposalWithDeposit() {
1034
1041
  return {
1035
1042
  title: "",
@@ -1152,7 +1159,9 @@ exports.CommunityPoolSpendProposalWithDeposit = {
1152
1159
  typeUrl: "/cosmos.distribution.v1beta1.CommunityPoolSpendProposalWithDeposit",
1153
1160
  value: exports.CommunityPoolSpendProposalWithDeposit.encode(message).finish()
1154
1161
  };
1162
+ },
1163
+ registerTypeUrl() {
1164
+ registry_1.GlobalDecoderRegistry.register(exports.CommunityPoolSpendProposalWithDeposit.typeUrl, exports.CommunityPoolSpendProposalWithDeposit);
1165
+ registry_1.GlobalDecoderRegistry.registerAminoProtoMapping(exports.CommunityPoolSpendProposalWithDeposit.aminoType, exports.CommunityPoolSpendProposalWithDeposit.typeUrl);
1155
1166
  }
1156
1167
  };
1157
- registry_1.GlobalDecoderRegistry.register(exports.CommunityPoolSpendProposalWithDeposit.typeUrl, exports.CommunityPoolSpendProposalWithDeposit);
1158
- registry_1.GlobalDecoderRegistry.registerAminoProtoMapping(exports.CommunityPoolSpendProposalWithDeposit.aminoType, exports.CommunityPoolSpendProposalWithDeposit.typeUrl);
@@ -367,6 +367,7 @@ export declare const MsgSetWithdrawAddress: {
367
367
  fromProtoMsg(message: MsgSetWithdrawAddressProtoMsg): MsgSetWithdrawAddress;
368
368
  toProto(message: MsgSetWithdrawAddress): Uint8Array;
369
369
  toProtoMsg(message: MsgSetWithdrawAddress): MsgSetWithdrawAddressProtoMsg;
370
+ registerTypeUrl(): void;
370
371
  };
371
372
  export declare const MsgSetWithdrawAddressResponse: {
372
373
  typeUrl: string;
@@ -383,6 +384,7 @@ export declare const MsgSetWithdrawAddressResponse: {
383
384
  fromProtoMsg(message: MsgSetWithdrawAddressResponseProtoMsg): MsgSetWithdrawAddressResponse;
384
385
  toProto(message: MsgSetWithdrawAddressResponse): Uint8Array;
385
386
  toProtoMsg(message: MsgSetWithdrawAddressResponse): MsgSetWithdrawAddressResponseProtoMsg;
387
+ registerTypeUrl(): void;
386
388
  };
387
389
  export declare const MsgWithdrawDelegatorReward: {
388
390
  typeUrl: string;
@@ -399,6 +401,7 @@ export declare const MsgWithdrawDelegatorReward: {
399
401
  fromProtoMsg(message: MsgWithdrawDelegatorRewardProtoMsg): MsgWithdrawDelegatorReward;
400
402
  toProto(message: MsgWithdrawDelegatorReward): Uint8Array;
401
403
  toProtoMsg(message: MsgWithdrawDelegatorReward): MsgWithdrawDelegatorRewardProtoMsg;
404
+ registerTypeUrl(): void;
402
405
  };
403
406
  export declare const MsgWithdrawDelegatorRewardResponse: {
404
407
  typeUrl: string;
@@ -415,6 +418,7 @@ export declare const MsgWithdrawDelegatorRewardResponse: {
415
418
  fromProtoMsg(message: MsgWithdrawDelegatorRewardResponseProtoMsg): MsgWithdrawDelegatorRewardResponse;
416
419
  toProto(message: MsgWithdrawDelegatorRewardResponse): Uint8Array;
417
420
  toProtoMsg(message: MsgWithdrawDelegatorRewardResponse): MsgWithdrawDelegatorRewardResponseProtoMsg;
421
+ registerTypeUrl(): void;
418
422
  };
419
423
  export declare const MsgWithdrawValidatorCommission: {
420
424
  typeUrl: string;
@@ -431,6 +435,7 @@ export declare const MsgWithdrawValidatorCommission: {
431
435
  fromProtoMsg(message: MsgWithdrawValidatorCommissionProtoMsg): MsgWithdrawValidatorCommission;
432
436
  toProto(message: MsgWithdrawValidatorCommission): Uint8Array;
433
437
  toProtoMsg(message: MsgWithdrawValidatorCommission): MsgWithdrawValidatorCommissionProtoMsg;
438
+ registerTypeUrl(): void;
434
439
  };
435
440
  export declare const MsgWithdrawValidatorCommissionResponse: {
436
441
  typeUrl: string;
@@ -447,6 +452,7 @@ export declare const MsgWithdrawValidatorCommissionResponse: {
447
452
  fromProtoMsg(message: MsgWithdrawValidatorCommissionResponseProtoMsg): MsgWithdrawValidatorCommissionResponse;
448
453
  toProto(message: MsgWithdrawValidatorCommissionResponse): Uint8Array;
449
454
  toProtoMsg(message: MsgWithdrawValidatorCommissionResponse): MsgWithdrawValidatorCommissionResponseProtoMsg;
455
+ registerTypeUrl(): void;
450
456
  };
451
457
  export declare const MsgFundCommunityPool: {
452
458
  typeUrl: string;
@@ -463,6 +469,7 @@ export declare const MsgFundCommunityPool: {
463
469
  fromProtoMsg(message: MsgFundCommunityPoolProtoMsg): MsgFundCommunityPool;
464
470
  toProto(message: MsgFundCommunityPool): Uint8Array;
465
471
  toProtoMsg(message: MsgFundCommunityPool): MsgFundCommunityPoolProtoMsg;
472
+ registerTypeUrl(): void;
466
473
  };
467
474
  export declare const MsgFundCommunityPoolResponse: {
468
475
  typeUrl: string;
@@ -479,6 +486,7 @@ export declare const MsgFundCommunityPoolResponse: {
479
486
  fromProtoMsg(message: MsgFundCommunityPoolResponseProtoMsg): MsgFundCommunityPoolResponse;
480
487
  toProto(message: MsgFundCommunityPoolResponse): Uint8Array;
481
488
  toProtoMsg(message: MsgFundCommunityPoolResponse): MsgFundCommunityPoolResponseProtoMsg;
489
+ registerTypeUrl(): void;
482
490
  };
483
491
  export declare const MsgUpdateParams: {
484
492
  typeUrl: string;
@@ -495,6 +503,7 @@ export declare const MsgUpdateParams: {
495
503
  fromProtoMsg(message: MsgUpdateParamsProtoMsg): MsgUpdateParams;
496
504
  toProto(message: MsgUpdateParams): Uint8Array;
497
505
  toProtoMsg(message: MsgUpdateParams): MsgUpdateParamsProtoMsg;
506
+ registerTypeUrl(): void;
498
507
  };
499
508
  export declare const MsgUpdateParamsResponse: {
500
509
  typeUrl: string;
@@ -511,6 +520,7 @@ export declare const MsgUpdateParamsResponse: {
511
520
  fromProtoMsg(message: MsgUpdateParamsResponseProtoMsg): MsgUpdateParamsResponse;
512
521
  toProto(message: MsgUpdateParamsResponse): Uint8Array;
513
522
  toProtoMsg(message: MsgUpdateParamsResponse): MsgUpdateParamsResponseProtoMsg;
523
+ registerTypeUrl(): void;
514
524
  };
515
525
  export declare const MsgCommunityPoolSpend: {
516
526
  typeUrl: string;
@@ -527,6 +537,7 @@ export declare const MsgCommunityPoolSpend: {
527
537
  fromProtoMsg(message: MsgCommunityPoolSpendProtoMsg): MsgCommunityPoolSpend;
528
538
  toProto(message: MsgCommunityPoolSpend): Uint8Array;
529
539
  toProtoMsg(message: MsgCommunityPoolSpend): MsgCommunityPoolSpendProtoMsg;
540
+ registerTypeUrl(): void;
530
541
  };
531
542
  export declare const MsgCommunityPoolSpendResponse: {
532
543
  typeUrl: string;
@@ -543,6 +554,7 @@ export declare const MsgCommunityPoolSpendResponse: {
543
554
  fromProtoMsg(message: MsgCommunityPoolSpendResponseProtoMsg): MsgCommunityPoolSpendResponse;
544
555
  toProto(message: MsgCommunityPoolSpendResponse): Uint8Array;
545
556
  toProtoMsg(message: MsgCommunityPoolSpendResponse): MsgCommunityPoolSpendResponseProtoMsg;
557
+ registerTypeUrl(): void;
546
558
  };
547
559
  export declare const MsgDepositValidatorRewardsPool: {
548
560
  typeUrl: string;
@@ -559,6 +571,7 @@ export declare const MsgDepositValidatorRewardsPool: {
559
571
  fromProtoMsg(message: MsgDepositValidatorRewardsPoolProtoMsg): MsgDepositValidatorRewardsPool;
560
572
  toProto(message: MsgDepositValidatorRewardsPool): Uint8Array;
561
573
  toProtoMsg(message: MsgDepositValidatorRewardsPool): MsgDepositValidatorRewardsPoolProtoMsg;
574
+ registerTypeUrl(): void;
562
575
  };
563
576
  export declare const MsgDepositValidatorRewardsPoolResponse: {
564
577
  typeUrl: string;
@@ -575,4 +588,5 @@ export declare const MsgDepositValidatorRewardsPoolResponse: {
575
588
  fromProtoMsg(message: MsgDepositValidatorRewardsPoolResponseProtoMsg): MsgDepositValidatorRewardsPoolResponse;
576
589
  toProto(message: MsgDepositValidatorRewardsPoolResponse): Uint8Array;
577
590
  toProtoMsg(message: MsgDepositValidatorRewardsPoolResponse): MsgDepositValidatorRewardsPoolResponseProtoMsg;
591
+ registerTypeUrl(): void;
578
592
  };
@@ -4,7 +4,6 @@ exports.MsgDepositValidatorRewardsPoolResponse = exports.MsgDepositValidatorRewa
4
4
  const coin_1 = require("../../base/v1beta1/coin");
5
5
  const distribution_1 = require("./distribution");
6
6
  const binary_1 = require("../../../binary");
7
- const registry_1 = require("../../../registry");
8
7
  function createBaseMsgSetWithdrawAddress() {
9
8
  return {
10
9
  delegatorAddress: "",
@@ -91,10 +90,9 @@ exports.MsgSetWithdrawAddress = {
91
90
  typeUrl: "/cosmos.distribution.v1beta1.MsgSetWithdrawAddress",
92
91
  value: exports.MsgSetWithdrawAddress.encode(message).finish()
93
92
  };
94
- }
93
+ },
94
+ registerTypeUrl() { }
95
95
  };
96
- registry_1.GlobalDecoderRegistry.register(exports.MsgSetWithdrawAddress.typeUrl, exports.MsgSetWithdrawAddress);
97
- registry_1.GlobalDecoderRegistry.registerAminoProtoMapping(exports.MsgSetWithdrawAddress.aminoType, exports.MsgSetWithdrawAddress.typeUrl);
98
96
  function createBaseMsgSetWithdrawAddressResponse() {
99
97
  return {};
100
98
  }
@@ -156,10 +154,9 @@ exports.MsgSetWithdrawAddressResponse = {
156
154
  typeUrl: "/cosmos.distribution.v1beta1.MsgSetWithdrawAddressResponse",
157
155
  value: exports.MsgSetWithdrawAddressResponse.encode(message).finish()
158
156
  };
159
- }
157
+ },
158
+ registerTypeUrl() { }
160
159
  };
161
- registry_1.GlobalDecoderRegistry.register(exports.MsgSetWithdrawAddressResponse.typeUrl, exports.MsgSetWithdrawAddressResponse);
162
- registry_1.GlobalDecoderRegistry.registerAminoProtoMapping(exports.MsgSetWithdrawAddressResponse.aminoType, exports.MsgSetWithdrawAddressResponse.typeUrl);
163
160
  function createBaseMsgWithdrawDelegatorReward() {
164
161
  return {
165
162
  delegatorAddress: "",
@@ -246,10 +243,9 @@ exports.MsgWithdrawDelegatorReward = {
246
243
  typeUrl: "/cosmos.distribution.v1beta1.MsgWithdrawDelegatorReward",
247
244
  value: exports.MsgWithdrawDelegatorReward.encode(message).finish()
248
245
  };
249
- }
246
+ },
247
+ registerTypeUrl() { }
250
248
  };
251
- registry_1.GlobalDecoderRegistry.register(exports.MsgWithdrawDelegatorReward.typeUrl, exports.MsgWithdrawDelegatorReward);
252
- registry_1.GlobalDecoderRegistry.registerAminoProtoMapping(exports.MsgWithdrawDelegatorReward.aminoType, exports.MsgWithdrawDelegatorReward.typeUrl);
253
249
  function createBaseMsgWithdrawDelegatorRewardResponse() {
254
250
  return {
255
251
  amount: []
@@ -327,10 +323,11 @@ exports.MsgWithdrawDelegatorRewardResponse = {
327
323
  typeUrl: "/cosmos.distribution.v1beta1.MsgWithdrawDelegatorRewardResponse",
328
324
  value: exports.MsgWithdrawDelegatorRewardResponse.encode(message).finish()
329
325
  };
326
+ },
327
+ registerTypeUrl() {
328
+ coin_1.Coin.registerTypeUrl();
330
329
  }
331
330
  };
332
- registry_1.GlobalDecoderRegistry.register(exports.MsgWithdrawDelegatorRewardResponse.typeUrl, exports.MsgWithdrawDelegatorRewardResponse);
333
- registry_1.GlobalDecoderRegistry.registerAminoProtoMapping(exports.MsgWithdrawDelegatorRewardResponse.aminoType, exports.MsgWithdrawDelegatorRewardResponse.typeUrl);
334
331
  function createBaseMsgWithdrawValidatorCommission() {
335
332
  return {
336
333
  validatorAddress: ""
@@ -405,10 +402,9 @@ exports.MsgWithdrawValidatorCommission = {
405
402
  typeUrl: "/cosmos.distribution.v1beta1.MsgWithdrawValidatorCommission",
406
403
  value: exports.MsgWithdrawValidatorCommission.encode(message).finish()
407
404
  };
408
- }
405
+ },
406
+ registerTypeUrl() { }
409
407
  };
410
- registry_1.GlobalDecoderRegistry.register(exports.MsgWithdrawValidatorCommission.typeUrl, exports.MsgWithdrawValidatorCommission);
411
- registry_1.GlobalDecoderRegistry.registerAminoProtoMapping(exports.MsgWithdrawValidatorCommission.aminoType, exports.MsgWithdrawValidatorCommission.typeUrl);
412
408
  function createBaseMsgWithdrawValidatorCommissionResponse() {
413
409
  return {
414
410
  amount: []
@@ -486,10 +482,11 @@ exports.MsgWithdrawValidatorCommissionResponse = {
486
482
  typeUrl: "/cosmos.distribution.v1beta1.MsgWithdrawValidatorCommissionResponse",
487
483
  value: exports.MsgWithdrawValidatorCommissionResponse.encode(message).finish()
488
484
  };
485
+ },
486
+ registerTypeUrl() {
487
+ coin_1.Coin.registerTypeUrl();
489
488
  }
490
489
  };
491
- registry_1.GlobalDecoderRegistry.register(exports.MsgWithdrawValidatorCommissionResponse.typeUrl, exports.MsgWithdrawValidatorCommissionResponse);
492
- registry_1.GlobalDecoderRegistry.registerAminoProtoMapping(exports.MsgWithdrawValidatorCommissionResponse.aminoType, exports.MsgWithdrawValidatorCommissionResponse.typeUrl);
493
490
  function createBaseMsgFundCommunityPool() {
494
491
  return {
495
492
  amount: [],
@@ -579,10 +576,11 @@ exports.MsgFundCommunityPool = {
579
576
  typeUrl: "/cosmos.distribution.v1beta1.MsgFundCommunityPool",
580
577
  value: exports.MsgFundCommunityPool.encode(message).finish()
581
578
  };
579
+ },
580
+ registerTypeUrl() {
581
+ coin_1.Coin.registerTypeUrl();
582
582
  }
583
583
  };
584
- registry_1.GlobalDecoderRegistry.register(exports.MsgFundCommunityPool.typeUrl, exports.MsgFundCommunityPool);
585
- registry_1.GlobalDecoderRegistry.registerAminoProtoMapping(exports.MsgFundCommunityPool.aminoType, exports.MsgFundCommunityPool.typeUrl);
586
584
  function createBaseMsgFundCommunityPoolResponse() {
587
585
  return {};
588
586
  }
@@ -644,10 +642,9 @@ exports.MsgFundCommunityPoolResponse = {
644
642
  typeUrl: "/cosmos.distribution.v1beta1.MsgFundCommunityPoolResponse",
645
643
  value: exports.MsgFundCommunityPoolResponse.encode(message).finish()
646
644
  };
647
- }
645
+ },
646
+ registerTypeUrl() { }
648
647
  };
649
- registry_1.GlobalDecoderRegistry.register(exports.MsgFundCommunityPoolResponse.typeUrl, exports.MsgFundCommunityPoolResponse);
650
- registry_1.GlobalDecoderRegistry.registerAminoProtoMapping(exports.MsgFundCommunityPoolResponse.aminoType, exports.MsgFundCommunityPoolResponse.typeUrl);
651
648
  function createBaseMsgUpdateParams() {
652
649
  return {
653
650
  authority: "",
@@ -734,10 +731,11 @@ exports.MsgUpdateParams = {
734
731
  typeUrl: "/cosmos.distribution.v1beta1.MsgUpdateParams",
735
732
  value: exports.MsgUpdateParams.encode(message).finish()
736
733
  };
734
+ },
735
+ registerTypeUrl() {
736
+ distribution_1.Params.registerTypeUrl();
737
737
  }
738
738
  };
739
- registry_1.GlobalDecoderRegistry.register(exports.MsgUpdateParams.typeUrl, exports.MsgUpdateParams);
740
- registry_1.GlobalDecoderRegistry.registerAminoProtoMapping(exports.MsgUpdateParams.aminoType, exports.MsgUpdateParams.typeUrl);
741
739
  function createBaseMsgUpdateParamsResponse() {
742
740
  return {};
743
741
  }
@@ -799,10 +797,9 @@ exports.MsgUpdateParamsResponse = {
799
797
  typeUrl: "/cosmos.distribution.v1beta1.MsgUpdateParamsResponse",
800
798
  value: exports.MsgUpdateParamsResponse.encode(message).finish()
801
799
  };
802
- }
800
+ },
801
+ registerTypeUrl() { }
803
802
  };
804
- registry_1.GlobalDecoderRegistry.register(exports.MsgUpdateParamsResponse.typeUrl, exports.MsgUpdateParamsResponse);
805
- registry_1.GlobalDecoderRegistry.registerAminoProtoMapping(exports.MsgUpdateParamsResponse.aminoType, exports.MsgUpdateParamsResponse.typeUrl);
806
803
  function createBaseMsgCommunityPoolSpend() {
807
804
  return {
808
805
  authority: "",
@@ -904,10 +901,11 @@ exports.MsgCommunityPoolSpend = {
904
901
  typeUrl: "/cosmos.distribution.v1beta1.MsgCommunityPoolSpend",
905
902
  value: exports.MsgCommunityPoolSpend.encode(message).finish()
906
903
  };
904
+ },
905
+ registerTypeUrl() {
906
+ coin_1.Coin.registerTypeUrl();
907
907
  }
908
908
  };
909
- registry_1.GlobalDecoderRegistry.register(exports.MsgCommunityPoolSpend.typeUrl, exports.MsgCommunityPoolSpend);
910
- registry_1.GlobalDecoderRegistry.registerAminoProtoMapping(exports.MsgCommunityPoolSpend.aminoType, exports.MsgCommunityPoolSpend.typeUrl);
911
909
  function createBaseMsgCommunityPoolSpendResponse() {
912
910
  return {};
913
911
  }
@@ -969,10 +967,9 @@ exports.MsgCommunityPoolSpendResponse = {
969
967
  typeUrl: "/cosmos.distribution.v1beta1.MsgCommunityPoolSpendResponse",
970
968
  value: exports.MsgCommunityPoolSpendResponse.encode(message).finish()
971
969
  };
972
- }
970
+ },
971
+ registerTypeUrl() { }
973
972
  };
974
- registry_1.GlobalDecoderRegistry.register(exports.MsgCommunityPoolSpendResponse.typeUrl, exports.MsgCommunityPoolSpendResponse);
975
- registry_1.GlobalDecoderRegistry.registerAminoProtoMapping(exports.MsgCommunityPoolSpendResponse.aminoType, exports.MsgCommunityPoolSpendResponse.typeUrl);
976
973
  function createBaseMsgDepositValidatorRewardsPool() {
977
974
  return {
978
975
  depositor: "",
@@ -1074,10 +1071,11 @@ exports.MsgDepositValidatorRewardsPool = {
1074
1071
  typeUrl: "/cosmos.distribution.v1beta1.MsgDepositValidatorRewardsPool",
1075
1072
  value: exports.MsgDepositValidatorRewardsPool.encode(message).finish()
1076
1073
  };
1074
+ },
1075
+ registerTypeUrl() {
1076
+ coin_1.Coin.registerTypeUrl();
1077
1077
  }
1078
1078
  };
1079
- registry_1.GlobalDecoderRegistry.register(exports.MsgDepositValidatorRewardsPool.typeUrl, exports.MsgDepositValidatorRewardsPool);
1080
- registry_1.GlobalDecoderRegistry.registerAminoProtoMapping(exports.MsgDepositValidatorRewardsPool.aminoType, exports.MsgDepositValidatorRewardsPool.typeUrl);
1081
1079
  function createBaseMsgDepositValidatorRewardsPoolResponse() {
1082
1080
  return {};
1083
1081
  }
@@ -1139,7 +1137,6 @@ exports.MsgDepositValidatorRewardsPoolResponse = {
1139
1137
  typeUrl: "/cosmos.distribution.v1beta1.MsgDepositValidatorRewardsPoolResponse",
1140
1138
  value: exports.MsgDepositValidatorRewardsPoolResponse.encode(message).finish()
1141
1139
  };
1142
- }
1140
+ },
1141
+ registerTypeUrl() { }
1143
1142
  };
1144
- registry_1.GlobalDecoderRegistry.register(exports.MsgDepositValidatorRewardsPoolResponse.typeUrl, exports.MsgDepositValidatorRewardsPoolResponse);
1145
- registry_1.GlobalDecoderRegistry.registerAminoProtoMapping(exports.MsgDepositValidatorRewardsPoolResponse.aminoType, exports.MsgDepositValidatorRewardsPoolResponse.typeUrl);
@@ -1,9 +1,9 @@
1
1
  import { SigningClientResolver } from "../../../helper-func-types";
2
2
  import { MsgSetWithdrawAddress, MsgWithdrawDelegatorReward, MsgWithdrawValidatorCommission, MsgFundCommunityPool, MsgUpdateParams, MsgCommunityPoolSpend, MsgDepositValidatorRewardsPool } from "./tx";
3
- export declare const createSetWithdrawAddress: (clientResolver?: SigningClientResolver) => (signerAddress: string, message: MsgSetWithdrawAddress, fee: import("../../../helper-func-types").StdFee | "auto", memo: string) => Promise<import("../../../helper-func-types").DeliverTxResponse>;
4
- export declare const createWithdrawDelegatorReward: (clientResolver?: SigningClientResolver) => (signerAddress: string, message: MsgWithdrawDelegatorReward, fee: import("../../../helper-func-types").StdFee | "auto", memo: string) => Promise<import("../../../helper-func-types").DeliverTxResponse>;
5
- export declare const createWithdrawValidatorCommission: (clientResolver?: SigningClientResolver) => (signerAddress: string, message: MsgWithdrawValidatorCommission, fee: import("../../../helper-func-types").StdFee | "auto", memo: string) => Promise<import("../../../helper-func-types").DeliverTxResponse>;
6
- export declare const createFundCommunityPool: (clientResolver?: SigningClientResolver) => (signerAddress: string, message: MsgFundCommunityPool, fee: import("../../../helper-func-types").StdFee | "auto", memo: string) => Promise<import("../../../helper-func-types").DeliverTxResponse>;
7
- export declare const createUpdateParams: (clientResolver?: SigningClientResolver) => (signerAddress: string, message: MsgUpdateParams, fee: import("../../../helper-func-types").StdFee | "auto", memo: string) => Promise<import("../../../helper-func-types").DeliverTxResponse>;
8
- export declare const createCommunityPoolSpend: (clientResolver?: SigningClientResolver) => (signerAddress: string, message: MsgCommunityPoolSpend, fee: import("../../../helper-func-types").StdFee | "auto", memo: string) => Promise<import("../../../helper-func-types").DeliverTxResponse>;
9
- export declare const createDepositValidatorRewardsPool: (clientResolver?: SigningClientResolver) => (signerAddress: string, message: MsgDepositValidatorRewardsPool, fee: import("../../../helper-func-types").StdFee | "auto", memo: string) => Promise<import("../../../helper-func-types").DeliverTxResponse>;
3
+ export declare const createSetWithdrawAddress: (clientResolver?: SigningClientResolver) => (signerAddress: string, message: MsgSetWithdrawAddress | MsgSetWithdrawAddress[], fee: "auto" | import("../../../helper-func-types").StdFee, memo: string) => Promise<import("../../../helper-func-types").DeliverTxResponse>;
4
+ export declare const createWithdrawDelegatorReward: (clientResolver?: SigningClientResolver) => (signerAddress: string, message: MsgWithdrawDelegatorReward | MsgWithdrawDelegatorReward[], fee: "auto" | import("../../../helper-func-types").StdFee, memo: string) => Promise<import("../../../helper-func-types").DeliverTxResponse>;
5
+ export declare const createWithdrawValidatorCommission: (clientResolver?: SigningClientResolver) => (signerAddress: string, message: MsgWithdrawValidatorCommission | MsgWithdrawValidatorCommission[], fee: "auto" | import("../../../helper-func-types").StdFee, memo: string) => Promise<import("../../../helper-func-types").DeliverTxResponse>;
6
+ export declare const createFundCommunityPool: (clientResolver?: SigningClientResolver) => (signerAddress: string, message: MsgFundCommunityPool | MsgFundCommunityPool[], fee: "auto" | import("../../../helper-func-types").StdFee, memo: string) => Promise<import("../../../helper-func-types").DeliverTxResponse>;
7
+ export declare const createUpdateParams: (clientResolver?: SigningClientResolver) => (signerAddress: string, message: MsgUpdateParams | MsgUpdateParams[], fee: "auto" | import("../../../helper-func-types").StdFee, memo: string) => Promise<import("../../../helper-func-types").DeliverTxResponse>;
8
+ export declare const createCommunityPoolSpend: (clientResolver?: SigningClientResolver) => (signerAddress: string, message: MsgCommunityPoolSpend | MsgCommunityPoolSpend[], fee: "auto" | import("../../../helper-func-types").StdFee, memo: string) => Promise<import("../../../helper-func-types").DeliverTxResponse>;
9
+ export declare const createDepositValidatorRewardsPool: (clientResolver?: SigningClientResolver) => (signerAddress: string, message: MsgDepositValidatorRewardsPool | MsgDepositValidatorRewardsPool[], fee: "auto" | import("../../../helper-func-types").StdFee, memo: string) => Promise<import("../../../helper-func-types").DeliverTxResponse>;
@@ -8,48 +8,55 @@ const createSetWithdrawAddress = (clientResolver) => (0, helper_func_types_1.bui
8
8
  clientResolver,
9
9
  typeUrl: tx_1.MsgSetWithdrawAddress.typeUrl,
10
10
  encoders: (0, utils_1.toEncoders)(tx_1.MsgSetWithdrawAddress),
11
- converters: (0, utils_1.toConverters)(tx_1.MsgSetWithdrawAddress)
11
+ converters: (0, utils_1.toConverters)(tx_1.MsgSetWithdrawAddress),
12
+ deps: [tx_1.MsgSetWithdrawAddress]
12
13
  });
13
14
  exports.createSetWithdrawAddress = createSetWithdrawAddress;
14
15
  const createWithdrawDelegatorReward = (clientResolver) => (0, helper_func_types_1.buildTx)({
15
16
  clientResolver,
16
17
  typeUrl: tx_1.MsgWithdrawDelegatorReward.typeUrl,
17
18
  encoders: (0, utils_1.toEncoders)(tx_1.MsgWithdrawDelegatorReward),
18
- converters: (0, utils_1.toConverters)(tx_1.MsgWithdrawDelegatorReward)
19
+ converters: (0, utils_1.toConverters)(tx_1.MsgWithdrawDelegatorReward),
20
+ deps: [tx_1.MsgWithdrawDelegatorReward]
19
21
  });
20
22
  exports.createWithdrawDelegatorReward = createWithdrawDelegatorReward;
21
23
  const createWithdrawValidatorCommission = (clientResolver) => (0, helper_func_types_1.buildTx)({
22
24
  clientResolver,
23
25
  typeUrl: tx_1.MsgWithdrawValidatorCommission.typeUrl,
24
26
  encoders: (0, utils_1.toEncoders)(tx_1.MsgWithdrawValidatorCommission),
25
- converters: (0, utils_1.toConverters)(tx_1.MsgWithdrawValidatorCommission)
27
+ converters: (0, utils_1.toConverters)(tx_1.MsgWithdrawValidatorCommission),
28
+ deps: [tx_1.MsgWithdrawValidatorCommission]
26
29
  });
27
30
  exports.createWithdrawValidatorCommission = createWithdrawValidatorCommission;
28
31
  const createFundCommunityPool = (clientResolver) => (0, helper_func_types_1.buildTx)({
29
32
  clientResolver,
30
33
  typeUrl: tx_1.MsgFundCommunityPool.typeUrl,
31
34
  encoders: (0, utils_1.toEncoders)(tx_1.MsgFundCommunityPool),
32
- converters: (0, utils_1.toConverters)(tx_1.MsgFundCommunityPool)
35
+ converters: (0, utils_1.toConverters)(tx_1.MsgFundCommunityPool),
36
+ deps: [tx_1.MsgFundCommunityPool]
33
37
  });
34
38
  exports.createFundCommunityPool = createFundCommunityPool;
35
39
  const createUpdateParams = (clientResolver) => (0, helper_func_types_1.buildTx)({
36
40
  clientResolver,
37
41
  typeUrl: tx_1.MsgUpdateParams.typeUrl,
38
42
  encoders: (0, utils_1.toEncoders)(tx_1.MsgUpdateParams),
39
- converters: (0, utils_1.toConverters)(tx_1.MsgUpdateParams)
43
+ converters: (0, utils_1.toConverters)(tx_1.MsgUpdateParams),
44
+ deps: [tx_1.MsgUpdateParams]
40
45
  });
41
46
  exports.createUpdateParams = createUpdateParams;
42
47
  const createCommunityPoolSpend = (clientResolver) => (0, helper_func_types_1.buildTx)({
43
48
  clientResolver,
44
49
  typeUrl: tx_1.MsgCommunityPoolSpend.typeUrl,
45
50
  encoders: (0, utils_1.toEncoders)(tx_1.MsgCommunityPoolSpend),
46
- converters: (0, utils_1.toConverters)(tx_1.MsgCommunityPoolSpend)
51
+ converters: (0, utils_1.toConverters)(tx_1.MsgCommunityPoolSpend),
52
+ deps: [tx_1.MsgCommunityPoolSpend]
47
53
  });
48
54
  exports.createCommunityPoolSpend = createCommunityPoolSpend;
49
55
  const createDepositValidatorRewardsPool = (clientResolver) => (0, helper_func_types_1.buildTx)({
50
56
  clientResolver,
51
57
  typeUrl: tx_1.MsgDepositValidatorRewardsPool.typeUrl,
52
58
  encoders: (0, utils_1.toEncoders)(tx_1.MsgDepositValidatorRewardsPool),
53
- converters: (0, utils_1.toConverters)(tx_1.MsgDepositValidatorRewardsPool)
59
+ converters: (0, utils_1.toConverters)(tx_1.MsgDepositValidatorRewardsPool),
60
+ deps: [tx_1.MsgDepositValidatorRewardsPool]
54
61
  });
55
62
  exports.createDepositValidatorRewardsPool = createDepositValidatorRewardsPool;