@sparkdreamnft/sparkdreamjs 0.0.4 → 0.0.6

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 (172) hide show
  1. package/cosmos/auth/v1beta1/tx.registry.d.ts +23 -0
  2. package/cosmos/auth/v1beta1/tx.registry.js +33 -1
  3. package/cosmos/authz/v1beta1/tx.registry.d.ts +47 -0
  4. package/cosmos/authz/v1beta1/tx.registry.js +69 -1
  5. package/cosmos/bank/v1beta1/tx.registry.d.ts +59 -0
  6. package/cosmos/bank/v1beta1/tx.registry.js +87 -1
  7. package/cosmos/benchmark/v1/tx.registry.d.ts +23 -0
  8. package/cosmos/benchmark/v1/tx.registry.js +33 -1
  9. package/cosmos/bundle.d.ts +1138 -181
  10. package/cosmos/bundle.js +184 -184
  11. package/cosmos/circuit/v1/tx.registry.d.ts +47 -0
  12. package/cosmos/circuit/v1/tx.registry.js +69 -1
  13. package/cosmos/consensus/v1/tx.registry.d.ts +23 -0
  14. package/cosmos/consensus/v1/tx.registry.js +33 -1
  15. package/cosmos/counter/v1/tx.registry.d.ts +23 -0
  16. package/cosmos/counter/v1/tx.registry.js +33 -1
  17. package/cosmos/distribution/v1beta1/tx.registry.d.ts +95 -0
  18. package/cosmos/distribution/v1beta1/tx.registry.js +141 -1
  19. package/cosmos/feegrant/v1beta1/tx.registry.d.ts +47 -0
  20. package/cosmos/feegrant/v1beta1/tx.registry.js +69 -1
  21. package/cosmos/gov/v1/tx.registry.d.ts +95 -0
  22. package/cosmos/gov/v1/tx.registry.js +141 -1
  23. package/cosmos/gov/v1beta1/tx.registry.d.ts +59 -0
  24. package/cosmos/gov/v1beta1/tx.registry.js +87 -1
  25. package/cosmos/group/v1/tx.registry.d.ts +179 -0
  26. package/cosmos/group/v1/tx.registry.js +267 -1
  27. package/cosmos/mint/v1beta1/tx.registry.d.ts +23 -0
  28. package/cosmos/mint/v1beta1/tx.registry.js +33 -1
  29. package/cosmos/protocolpool/v1/tx.registry.d.ts +71 -0
  30. package/cosmos/protocolpool/v1/tx.registry.js +105 -1
  31. package/cosmos/staking/v1beta1/tx.registry.d.ts +95 -0
  32. package/cosmos/staking/v1beta1/tx.registry.js +141 -1
  33. package/cosmos/upgrade/v1beta1/tx.registry.d.ts +35 -0
  34. package/cosmos/upgrade/v1beta1/tx.registry.js +51 -1
  35. package/cosmos/vesting/v1beta1/tx.registry.d.ts +47 -0
  36. package/cosmos/vesting/v1beta1/tx.registry.js +69 -1
  37. package/esm/cosmos/auth/v1beta1/tx.registry.js +31 -0
  38. package/esm/cosmos/authz/v1beta1/tx.registry.js +67 -0
  39. package/esm/cosmos/bank/v1beta1/tx.registry.js +85 -0
  40. package/esm/cosmos/benchmark/v1/tx.registry.js +31 -0
  41. package/esm/cosmos/bundle.js +184 -184
  42. package/esm/cosmos/circuit/v1/tx.registry.js +67 -0
  43. package/esm/cosmos/consensus/v1/tx.registry.js +31 -0
  44. package/esm/cosmos/counter/v1/tx.registry.js +31 -0
  45. package/esm/cosmos/distribution/v1beta1/tx.registry.js +139 -0
  46. package/esm/cosmos/feegrant/v1beta1/tx.registry.js +67 -0
  47. package/esm/cosmos/gov/v1/tx.registry.js +139 -0
  48. package/esm/cosmos/gov/v1beta1/tx.registry.js +85 -0
  49. package/esm/cosmos/group/v1/tx.registry.js +265 -0
  50. package/esm/cosmos/mint/v1beta1/tx.registry.js +31 -0
  51. package/esm/cosmos/protocolpool/v1/tx.registry.js +103 -0
  52. package/esm/cosmos/staking/v1beta1/tx.registry.js +139 -0
  53. package/esm/cosmos/upgrade/v1beta1/tx.registry.js +49 -0
  54. package/esm/cosmos/vesting/v1beta1/tx.registry.js +67 -0
  55. package/esm/ibc/applications/interchain_accounts/controller/v1/tx.registry.js +67 -0
  56. package/esm/ibc/applications/interchain_accounts/host/v1/tx.registry.js +49 -0
  57. package/esm/ibc/applications/transfer/v1/tx.registry.js +49 -0
  58. package/esm/ibc/bundle.js +96 -96
  59. package/esm/ibc/core/channel/v1/tx.registry.js +193 -0
  60. package/esm/ibc/core/channel/v2/tx.registry.js +85 -0
  61. package/esm/ibc/core/client/v1/tx.registry.js +157 -0
  62. package/esm/ibc/core/client/v2/tx.registry.js +49 -0
  63. package/esm/ibc/core/connection/v1/tx.registry.js +103 -0
  64. package/esm/ibc/lightclients/wasm/v1/tx.registry.js +67 -0
  65. package/esm/sparkdream/blog/module/{module.js → v1/module.js} +3 -3
  66. package/esm/sparkdream/blog/{genesis.js → v1/genesis.js} +3 -3
  67. package/esm/sparkdream/blog/{params.js → v1/params.js} +3 -3
  68. package/esm/sparkdream/blog/{post.js → v1/post.js} +3 -3
  69. package/esm/sparkdream/blog/{query.js → v1/query.js} +14 -14
  70. package/esm/sparkdream/blog/{query.lcd.js → v1/query.lcd.js} +6 -6
  71. package/esm/sparkdream/blog/{query.rpc.Query.js → v1/query.rpc.Query.js} +6 -6
  72. package/esm/sparkdream/blog/{tx.amino.js → v1/tx.amino.js} +7 -7
  73. package/esm/sparkdream/blog/{tx.js → v1/tx.js} +17 -17
  74. package/esm/sparkdream/blog/v1/tx.registry.js +87 -0
  75. package/esm/sparkdream/blog/{tx.rpc.msg.js → v1/tx.rpc.msg.js} +8 -8
  76. package/esm/sparkdream/bundle.js +68 -48
  77. package/esm/sparkdream/client.js +7 -7
  78. package/esm/sparkdream/lcd.js +10 -6
  79. package/esm/sparkdream/rpc.query.js +6 -2
  80. package/esm/sparkdream/rpc.tx.js +6 -2
  81. package/esm/sparkdream/sparkdream/module/{module.js → v1/module.js} +3 -3
  82. package/esm/sparkdream/sparkdream/{genesis.js → v1/genesis.js} +3 -3
  83. package/esm/sparkdream/sparkdream/{params.js → v1/params.js} +3 -3
  84. package/esm/sparkdream/sparkdream/{query.js → v1/query.js} +5 -5
  85. package/esm/sparkdream/sparkdream/{query.lcd.js → v1/query.lcd.js} +1 -1
  86. package/esm/sparkdream/sparkdream/{query.rpc.Query.js → v1/query.rpc.Query.js} +2 -2
  87. package/esm/sparkdream/sparkdream/{tx.amino.js → v1/tx.amino.js} +1 -1
  88. package/esm/sparkdream/sparkdream/{tx.js → v1/tx.js} +5 -5
  89. package/esm/sparkdream/sparkdream/v1/tx.registry.js +33 -0
  90. package/esm/sparkdream/sparkdream/{tx.rpc.msg.js → v1/tx.rpc.msg.js} +2 -2
  91. package/esm/tendermint/bundle.js +18 -18
  92. package/ibc/applications/interchain_accounts/controller/v1/tx.registry.d.ts +47 -0
  93. package/ibc/applications/interchain_accounts/controller/v1/tx.registry.js +69 -1
  94. package/ibc/applications/interchain_accounts/host/v1/tx.registry.d.ts +35 -0
  95. package/ibc/applications/interchain_accounts/host/v1/tx.registry.js +51 -1
  96. package/ibc/applications/transfer/v1/tx.registry.d.ts +35 -0
  97. package/ibc/applications/transfer/v1/tx.registry.js +51 -1
  98. package/ibc/bundle.d.ts +630 -81
  99. package/ibc/bundle.js +96 -96
  100. package/ibc/core/channel/v1/tx.registry.d.ts +131 -0
  101. package/ibc/core/channel/v1/tx.registry.js +195 -1
  102. package/ibc/core/channel/v2/tx.registry.d.ts +59 -0
  103. package/ibc/core/channel/v2/tx.registry.js +87 -1
  104. package/ibc/core/client/v1/tx.registry.d.ts +107 -0
  105. package/ibc/core/client/v1/tx.registry.js +159 -1
  106. package/ibc/core/client/v2/tx.registry.d.ts +35 -0
  107. package/ibc/core/client/v2/tx.registry.js +51 -1
  108. package/ibc/core/connection/v1/tx.registry.d.ts +71 -0
  109. package/ibc/core/connection/v1/tx.registry.js +105 -1
  110. package/ibc/lightclients/wasm/v1/tx.registry.d.ts +47 -0
  111. package/ibc/lightclients/wasm/v1/tx.registry.js +69 -1
  112. package/package.json +1 -1
  113. package/sparkdream/{sparkdream/module → blog/module/v1}/module.d.ts +12 -6
  114. package/sparkdream/blog/module/{module.js → v1/module.js} +3 -3
  115. package/sparkdream/blog/{genesis.d.ts → v1/genesis.d.ts} +4 -4
  116. package/sparkdream/blog/{genesis.js → v1/genesis.js} +3 -3
  117. package/sparkdream/blog/{params.d.ts → v1/params.d.ts} +3 -3
  118. package/sparkdream/blog/{params.js → v1/params.js} +3 -3
  119. package/sparkdream/blog/{post.d.ts → v1/post.d.ts} +6 -4
  120. package/sparkdream/blog/{post.js → v1/post.js} +3 -3
  121. package/sparkdream/blog/{query.d.ts → v1/query.d.ts} +23 -15
  122. package/sparkdream/blog/{query.js → v1/query.js} +14 -14
  123. package/sparkdream/blog/{query.lcd.js → v1/query.lcd.js} +6 -6
  124. package/sparkdream/blog/{query.rpc.Query.d.ts → v1/query.rpc.Query.d.ts} +3 -3
  125. package/sparkdream/blog/{query.rpc.Query.js → v1/query.rpc.Query.js} +6 -6
  126. package/sparkdream/blog/{tx.amino.d.ts → v1/tx.amino.d.ts} +4 -4
  127. package/sparkdream/blog/{tx.amino.js → v1/tx.amino.js} +7 -7
  128. package/sparkdream/blog/{tx.d.ts → v1/tx.d.ts} +29 -17
  129. package/sparkdream/blog/{tx.js → v1/tx.js} +17 -17
  130. package/sparkdream/blog/v1/tx.registry.d.ts +61 -0
  131. package/sparkdream/blog/v1/tx.registry.js +91 -0
  132. package/sparkdream/blog/{tx.rpc.msg.d.ts → v1/tx.rpc.msg.d.ts} +4 -1
  133. package/sparkdream/blog/{tx.rpc.msg.js → v1/tx.rpc.msg.js} +8 -8
  134. package/sparkdream/bundle.d.ts +476 -348
  135. package/sparkdream/bundle.js +68 -48
  136. package/sparkdream/client.d.ts +15 -15
  137. package/sparkdream/client.js +7 -7
  138. package/sparkdream/lcd.d.ts +6 -2
  139. package/sparkdream/lcd.js +10 -6
  140. package/sparkdream/rpc.query.d.ts +8 -4
  141. package/sparkdream/rpc.query.js +6 -2
  142. package/sparkdream/rpc.tx.d.ts +6 -2
  143. package/sparkdream/rpc.tx.js +6 -2
  144. package/sparkdream/{blog/module → sparkdream/module/v1}/module.d.ts +12 -6
  145. package/sparkdream/sparkdream/module/{module.js → v1/module.js} +3 -3
  146. package/sparkdream/sparkdream/{genesis.d.ts → v1/genesis.d.ts} +4 -4
  147. package/sparkdream/sparkdream/{genesis.js → v1/genesis.js} +3 -3
  148. package/sparkdream/sparkdream/{params.d.ts → v1/params.d.ts} +3 -3
  149. package/sparkdream/sparkdream/{params.js → v1/params.js} +3 -3
  150. package/sparkdream/sparkdream/{query.d.ts → v1/query.d.ts} +6 -6
  151. package/sparkdream/sparkdream/{query.js → v1/query.js} +5 -5
  152. package/sparkdream/sparkdream/{query.lcd.js → v1/query.lcd.js} +1 -1
  153. package/sparkdream/sparkdream/{query.rpc.Query.d.ts → v1/query.rpc.Query.d.ts} +1 -1
  154. package/sparkdream/sparkdream/{query.rpc.Query.js → v1/query.rpc.Query.js} +2 -2
  155. package/sparkdream/sparkdream/{tx.amino.d.ts → v1/tx.amino.d.ts} +1 -1
  156. package/sparkdream/sparkdream/{tx.amino.js → v1/tx.amino.js} +1 -1
  157. package/sparkdream/sparkdream/{tx.d.ts → v1/tx.d.ts} +5 -5
  158. package/sparkdream/sparkdream/{tx.js → v1/tx.js} +5 -5
  159. package/sparkdream/sparkdream/v1/tx.registry.d.ts +25 -0
  160. package/sparkdream/sparkdream/v1/tx.registry.js +37 -0
  161. package/sparkdream/sparkdream/{tx.rpc.msg.d.ts → v1/tx.rpc.msg.d.ts} +1 -1
  162. package/sparkdream/sparkdream/{tx.rpc.msg.js → v1/tx.rpc.msg.js} +2 -2
  163. package/tendermint/bundle.d.ts +844 -844
  164. package/tendermint/bundle.js +18 -18
  165. package/esm/sparkdream/blog/tx.registry.js +0 -2
  166. package/esm/sparkdream/sparkdream/tx.registry.js +0 -2
  167. package/sparkdream/blog/tx.registry.d.ts +0 -2
  168. package/sparkdream/blog/tx.registry.js +0 -5
  169. package/sparkdream/sparkdream/tx.registry.d.ts +0 -2
  170. package/sparkdream/sparkdream/tx.registry.js +0 -5
  171. /package/sparkdream/blog/{query.lcd.d.ts → v1/query.lcd.d.ts} +0 -0
  172. /package/sparkdream/sparkdream/{query.lcd.d.ts → v1/query.lcd.d.ts} +0 -0
@@ -113,61 +113,61 @@ import * as _115 from "./upgrade/v1beta1/upgrade";
113
113
  import * as _116 from "./vesting/module/v1/module";
114
114
  import * as _117 from "./vesting/v1beta1/tx";
115
115
  import * as _118 from "./vesting/v1beta1/vesting";
116
- import * as _226 from "./auth/v1beta1/query.lcd";
117
- import * as _227 from "./authz/v1beta1/query.lcd";
118
- import * as _228 from "./bank/v1beta1/query.lcd";
119
- import * as _229 from "./base/node/v1beta1/query.lcd";
120
- import * as _230 from "./circuit/v1/query.lcd";
121
- import * as _231 from "./consensus/v1/query.lcd";
122
- import * as _232 from "./distribution/v1beta1/query.lcd";
123
- import * as _233 from "./epochs/v1beta1/query.lcd";
124
- import * as _234 from "./feegrant/v1beta1/query.lcd";
125
- import * as _235 from "./gov/v1/query.lcd";
126
- import * as _236 from "./gov/v1beta1/query.lcd";
127
- import * as _237 from "./group/v1/query.lcd";
128
- import * as _238 from "./mint/v1beta1/query.lcd";
129
- import * as _239 from "./params/v1beta1/query.lcd";
130
- import * as _240 from "./protocolpool/v1/query.lcd";
131
- import * as _241 from "./staking/v1beta1/query.lcd";
132
- import * as _242 from "./tx/v1beta1/service.lcd";
133
- import * as _243 from "./upgrade/v1beta1/query.lcd";
134
- import * as _244 from "./auth/v1beta1/query.rpc.Query";
135
- import * as _245 from "./authz/v1beta1/query.rpc.Query";
136
- import * as _246 from "./bank/v1beta1/query.rpc.Query";
137
- import * as _247 from "./base/node/v1beta1/query.rpc.Service";
138
- import * as _248 from "./circuit/v1/query.rpc.Query";
139
- import * as _249 from "./consensus/v1/query.rpc.Query";
140
- import * as _250 from "./counter/v1/query.rpc.Query";
141
- import * as _251 from "./distribution/v1beta1/query.rpc.Query";
142
- import * as _252 from "./epochs/v1beta1/query.rpc.Query";
143
- import * as _253 from "./feegrant/v1beta1/query.rpc.Query";
144
- import * as _254 from "./gov/v1/query.rpc.Query";
145
- import * as _255 from "./gov/v1beta1/query.rpc.Query";
146
- import * as _256 from "./group/v1/query.rpc.Query";
147
- import * as _257 from "./mint/v1beta1/query.rpc.Query";
148
- import * as _258 from "./orm/query/v1alpha1/query.rpc.Query";
149
- import * as _259 from "./params/v1beta1/query.rpc.Query";
150
- import * as _260 from "./protocolpool/v1/query.rpc.Query";
151
- import * as _261 from "./staking/v1beta1/query.rpc.Query";
152
- import * as _262 from "./tx/v1beta1/service.rpc.Service";
153
- import * as _263 from "./upgrade/v1beta1/query.rpc.Query";
154
- import * as _264 from "./auth/v1beta1/tx.rpc.msg";
155
- import * as _265 from "./authz/v1beta1/tx.rpc.msg";
156
- import * as _266 from "./bank/v1beta1/tx.rpc.msg";
157
- import * as _267 from "./benchmark/v1/tx.rpc.msg";
158
- import * as _268 from "./circuit/v1/tx.rpc.msg";
159
- import * as _269 from "./consensus/v1/tx.rpc.msg";
160
- import * as _270 from "./counter/v1/tx.rpc.msg";
161
- import * as _271 from "./distribution/v1beta1/tx.rpc.msg";
162
- import * as _272 from "./feegrant/v1beta1/tx.rpc.msg";
163
- import * as _273 from "./gov/v1/tx.rpc.msg";
164
- import * as _274 from "./gov/v1beta1/tx.rpc.msg";
165
- import * as _275 from "./group/v1/tx.rpc.msg";
166
- import * as _276 from "./mint/v1beta1/tx.rpc.msg";
167
- import * as _277 from "./protocolpool/v1/tx.rpc.msg";
168
- import * as _278 from "./staking/v1beta1/tx.rpc.msg";
169
- import * as _279 from "./upgrade/v1beta1/tx.rpc.msg";
170
- import * as _280 from "./vesting/v1beta1/tx.rpc.msg";
116
+ import * as _228 from "./auth/v1beta1/query.lcd";
117
+ import * as _229 from "./authz/v1beta1/query.lcd";
118
+ import * as _230 from "./bank/v1beta1/query.lcd";
119
+ import * as _231 from "./base/node/v1beta1/query.lcd";
120
+ import * as _232 from "./circuit/v1/query.lcd";
121
+ import * as _233 from "./consensus/v1/query.lcd";
122
+ import * as _234 from "./distribution/v1beta1/query.lcd";
123
+ import * as _235 from "./epochs/v1beta1/query.lcd";
124
+ import * as _236 from "./feegrant/v1beta1/query.lcd";
125
+ import * as _237 from "./gov/v1/query.lcd";
126
+ import * as _238 from "./gov/v1beta1/query.lcd";
127
+ import * as _239 from "./group/v1/query.lcd";
128
+ import * as _240 from "./mint/v1beta1/query.lcd";
129
+ import * as _241 from "./params/v1beta1/query.lcd";
130
+ import * as _242 from "./protocolpool/v1/query.lcd";
131
+ import * as _243 from "./staking/v1beta1/query.lcd";
132
+ import * as _244 from "./tx/v1beta1/service.lcd";
133
+ import * as _245 from "./upgrade/v1beta1/query.lcd";
134
+ import * as _246 from "./auth/v1beta1/query.rpc.Query";
135
+ import * as _247 from "./authz/v1beta1/query.rpc.Query";
136
+ import * as _248 from "./bank/v1beta1/query.rpc.Query";
137
+ import * as _249 from "./base/node/v1beta1/query.rpc.Service";
138
+ import * as _250 from "./circuit/v1/query.rpc.Query";
139
+ import * as _251 from "./consensus/v1/query.rpc.Query";
140
+ import * as _252 from "./counter/v1/query.rpc.Query";
141
+ import * as _253 from "./distribution/v1beta1/query.rpc.Query";
142
+ import * as _254 from "./epochs/v1beta1/query.rpc.Query";
143
+ import * as _255 from "./feegrant/v1beta1/query.rpc.Query";
144
+ import * as _256 from "./gov/v1/query.rpc.Query";
145
+ import * as _257 from "./gov/v1beta1/query.rpc.Query";
146
+ import * as _258 from "./group/v1/query.rpc.Query";
147
+ import * as _259 from "./mint/v1beta1/query.rpc.Query";
148
+ import * as _260 from "./orm/query/v1alpha1/query.rpc.Query";
149
+ import * as _261 from "./params/v1beta1/query.rpc.Query";
150
+ import * as _262 from "./protocolpool/v1/query.rpc.Query";
151
+ import * as _263 from "./staking/v1beta1/query.rpc.Query";
152
+ import * as _264 from "./tx/v1beta1/service.rpc.Service";
153
+ import * as _265 from "./upgrade/v1beta1/query.rpc.Query";
154
+ import * as _266 from "./auth/v1beta1/tx.rpc.msg";
155
+ import * as _267 from "./authz/v1beta1/tx.rpc.msg";
156
+ import * as _268 from "./bank/v1beta1/tx.rpc.msg";
157
+ import * as _269 from "./benchmark/v1/tx.rpc.msg";
158
+ import * as _270 from "./circuit/v1/tx.rpc.msg";
159
+ import * as _271 from "./consensus/v1/tx.rpc.msg";
160
+ import * as _272 from "./counter/v1/tx.rpc.msg";
161
+ import * as _273 from "./distribution/v1beta1/tx.rpc.msg";
162
+ import * as _274 from "./feegrant/v1beta1/tx.rpc.msg";
163
+ import * as _275 from "./gov/v1/tx.rpc.msg";
164
+ import * as _276 from "./gov/v1beta1/tx.rpc.msg";
165
+ import * as _277 from "./group/v1/tx.rpc.msg";
166
+ import * as _278 from "./mint/v1beta1/tx.rpc.msg";
167
+ import * as _279 from "./protocolpool/v1/tx.rpc.msg";
168
+ import * as _280 from "./staking/v1beta1/tx.rpc.msg";
169
+ import * as _281 from "./upgrade/v1beta1/tx.rpc.msg";
170
+ import * as _282 from "./vesting/v1beta1/tx.rpc.msg";
171
171
  export declare namespace cosmos {
172
172
  namespace app {
173
173
  namespace runtime {
@@ -237,9 +237,9 @@ export declare namespace cosmos {
237
237
  };
238
238
  }
239
239
  const v1beta1: {
240
- MsgClientImpl: typeof _264.MsgClientImpl;
241
- createClientImpl: (rpc: import("..").TxRpc) => _264.MsgClientImpl;
242
- QueryClientImpl: typeof _244.QueryClientImpl;
240
+ MsgClientImpl: typeof _266.MsgClientImpl;
241
+ createClientImpl: (rpc: import("..").TxRpc) => _266.MsgClientImpl;
242
+ QueryClientImpl: typeof _246.QueryClientImpl;
243
243
  createRpcQueryExtension: (base: QueryClient) => {
244
244
  accounts(request?: _6.QueryAccountsRequest): Promise<_6.QueryAccountsResponse>;
245
245
  account(request: _6.QueryAccountRequest): Promise<_6.QueryAccountResponse>;
@@ -252,8 +252,29 @@ export declare namespace cosmos {
252
252
  addressStringToBytes(request: _6.AddressStringToBytesRequest): Promise<_6.AddressStringToBytesResponse>;
253
253
  accountInfo(request: _6.QueryAccountInfoRequest): Promise<_6.QueryAccountInfoResponse>;
254
254
  };
255
- LCDQueryClient: typeof _226.LCDQueryClient;
255
+ LCDQueryClient: typeof _228.LCDQueryClient;
256
256
  registry: ReadonlyArray<[string, import("..").TelescopeGeneratedType<any, any, any>]>;
257
+ load: (protoRegistry: Registry) => void;
258
+ MessageComposer: {
259
+ encoded: {
260
+ updateParams(value: _7.MsgUpdateParams): {
261
+ typeUrl: string;
262
+ value: Uint8Array<ArrayBufferLike>;
263
+ };
264
+ };
265
+ withTypeUrl: {
266
+ updateParams(value: _7.MsgUpdateParams): {
267
+ typeUrl: string;
268
+ value: _7.MsgUpdateParams;
269
+ };
270
+ };
271
+ fromPartial: {
272
+ updateParams(value: _7.MsgUpdateParams): {
273
+ typeUrl: string;
274
+ value: _7.MsgUpdateParams;
275
+ };
276
+ };
277
+ };
257
278
  AminoConverter: {
258
279
  "/cosmos.auth.v1beta1.MsgUpdateParams": {
259
280
  aminoType: string;
@@ -667,16 +688,61 @@ export declare namespace cosmos {
667
688
  };
668
689
  }
669
690
  const v1beta1: {
670
- MsgClientImpl: typeof _265.MsgClientImpl;
671
- createClientImpl: (rpc: import("..").TxRpc) => _265.MsgClientImpl;
672
- QueryClientImpl: typeof _245.QueryClientImpl;
691
+ MsgClientImpl: typeof _267.MsgClientImpl;
692
+ createClientImpl: (rpc: import("..").TxRpc) => _267.MsgClientImpl;
693
+ QueryClientImpl: typeof _247.QueryClientImpl;
673
694
  createRpcQueryExtension: (base: QueryClient) => {
674
695
  grants(request: _12.QueryGrantsRequest): Promise<_12.QueryGrantsResponse>;
675
696
  granterGrants(request: _12.QueryGranterGrantsRequest): Promise<_12.QueryGranterGrantsResponse>;
676
697
  granteeGrants(request: _12.QueryGranteeGrantsRequest): Promise<_12.QueryGranteeGrantsResponse>;
677
698
  };
678
- LCDQueryClient: typeof _227.LCDQueryClient;
699
+ LCDQueryClient: typeof _229.LCDQueryClient;
679
700
  registry: ReadonlyArray<[string, import("..").TelescopeGeneratedType<any, any, any>]>;
701
+ load: (protoRegistry: Registry) => void;
702
+ MessageComposer: {
703
+ encoded: {
704
+ grant(value: _13.MsgGrant): {
705
+ typeUrl: string;
706
+ value: Uint8Array<ArrayBufferLike>;
707
+ };
708
+ exec(value: _13.MsgExec): {
709
+ typeUrl: string;
710
+ value: Uint8Array<ArrayBufferLike>;
711
+ };
712
+ revoke(value: _13.MsgRevoke): {
713
+ typeUrl: string;
714
+ value: Uint8Array<ArrayBufferLike>;
715
+ };
716
+ };
717
+ withTypeUrl: {
718
+ grant(value: _13.MsgGrant): {
719
+ typeUrl: string;
720
+ value: _13.MsgGrant;
721
+ };
722
+ exec(value: _13.MsgExec): {
723
+ typeUrl: string;
724
+ value: _13.MsgExec;
725
+ };
726
+ revoke(value: _13.MsgRevoke): {
727
+ typeUrl: string;
728
+ value: _13.MsgRevoke;
729
+ };
730
+ };
731
+ fromPartial: {
732
+ grant(value: _13.MsgGrant): {
733
+ typeUrl: string;
734
+ value: _13.MsgGrant;
735
+ };
736
+ exec(value: _13.MsgExec): {
737
+ typeUrl: string;
738
+ value: _13.MsgExec;
739
+ };
740
+ revoke(value: _13.MsgRevoke): {
741
+ typeUrl: string;
742
+ value: _13.MsgRevoke;
743
+ };
744
+ };
745
+ };
680
746
  AminoConverter: {
681
747
  "/cosmos.authz.v1beta1.MsgGrant": {
682
748
  aminoType: string;
@@ -988,9 +1054,9 @@ export declare namespace cosmos {
988
1054
  };
989
1055
  }
990
1056
  const v1beta1: {
991
- MsgClientImpl: typeof _266.MsgClientImpl;
992
- createClientImpl: (rpc: import("..").TxRpc) => _266.MsgClientImpl;
993
- QueryClientImpl: typeof _246.QueryClientImpl;
1057
+ MsgClientImpl: typeof _268.MsgClientImpl;
1058
+ createClientImpl: (rpc: import("..").TxRpc) => _268.MsgClientImpl;
1059
+ QueryClientImpl: typeof _248.QueryClientImpl;
994
1060
  createRpcQueryExtension: (base: QueryClient) => {
995
1061
  balance(request: _18.QueryBalanceRequest): Promise<_18.QueryBalanceResponse>;
996
1062
  allBalances(request: _18.QueryAllBalancesRequest): Promise<_18.QueryAllBalancesResponse>;
@@ -1006,8 +1072,65 @@ export declare namespace cosmos {
1006
1072
  denomOwnersByQuery(request: _18.QueryDenomOwnersByQueryRequest): Promise<_18.QueryDenomOwnersByQueryResponse>;
1007
1073
  sendEnabled(request: _18.QuerySendEnabledRequest): Promise<_18.QuerySendEnabledResponse>;
1008
1074
  };
1009
- LCDQueryClient: typeof _228.LCDQueryClient;
1075
+ LCDQueryClient: typeof _230.LCDQueryClient;
1010
1076
  registry: ReadonlyArray<[string, import("..").TelescopeGeneratedType<any, any, any>]>;
1077
+ load: (protoRegistry: Registry) => void;
1078
+ MessageComposer: {
1079
+ encoded: {
1080
+ send(value: _19.MsgSend): {
1081
+ typeUrl: string;
1082
+ value: Uint8Array<ArrayBufferLike>;
1083
+ };
1084
+ multiSend(value: _19.MsgMultiSend): {
1085
+ typeUrl: string;
1086
+ value: Uint8Array<ArrayBufferLike>;
1087
+ };
1088
+ updateParams(value: _19.MsgUpdateParams): {
1089
+ typeUrl: string;
1090
+ value: Uint8Array<ArrayBufferLike>;
1091
+ };
1092
+ setSendEnabled(value: _19.MsgSetSendEnabled): {
1093
+ typeUrl: string;
1094
+ value: Uint8Array<ArrayBufferLike>;
1095
+ };
1096
+ };
1097
+ withTypeUrl: {
1098
+ send(value: _19.MsgSend): {
1099
+ typeUrl: string;
1100
+ value: _19.MsgSend;
1101
+ };
1102
+ multiSend(value: _19.MsgMultiSend): {
1103
+ typeUrl: string;
1104
+ value: _19.MsgMultiSend;
1105
+ };
1106
+ updateParams(value: _19.MsgUpdateParams): {
1107
+ typeUrl: string;
1108
+ value: _19.MsgUpdateParams;
1109
+ };
1110
+ setSendEnabled(value: _19.MsgSetSendEnabled): {
1111
+ typeUrl: string;
1112
+ value: _19.MsgSetSendEnabled;
1113
+ };
1114
+ };
1115
+ fromPartial: {
1116
+ send(value: _19.MsgSend): {
1117
+ typeUrl: string;
1118
+ value: _19.MsgSend;
1119
+ };
1120
+ multiSend(value: _19.MsgMultiSend): {
1121
+ typeUrl: string;
1122
+ value: _19.MsgMultiSend;
1123
+ };
1124
+ updateParams(value: _19.MsgUpdateParams): {
1125
+ typeUrl: string;
1126
+ value: _19.MsgUpdateParams;
1127
+ };
1128
+ setSendEnabled(value: _19.MsgSetSendEnabled): {
1129
+ typeUrl: string;
1130
+ value: _19.MsgSetSendEnabled;
1131
+ };
1132
+ };
1133
+ };
1011
1134
  AminoConverter: {
1012
1135
  "/cosmos.bank.v1beta1.MsgSend": {
1013
1136
  aminoType: string;
@@ -1823,12 +1946,12 @@ export declare namespace cosmos {
1823
1946
  }
1824
1947
  namespace node {
1825
1948
  const v1beta1: {
1826
- ServiceClientImpl: typeof _247.ServiceClientImpl;
1949
+ ServiceClientImpl: typeof _249.ServiceClientImpl;
1827
1950
  createRpcQueryExtension: (base: QueryClient) => {
1828
1951
  config(request?: _21.ConfigRequest): Promise<_21.ConfigResponse>;
1829
1952
  status(request?: _21.StatusRequest): Promise<_21.StatusResponse>;
1830
1953
  };
1831
- LCDQueryClient: typeof _229.LCDQueryClient;
1954
+ LCDQueryClient: typeof _231.LCDQueryClient;
1832
1955
  ConfigRequest: {
1833
1956
  typeUrl: string;
1834
1957
  aminoType: string;
@@ -2380,9 +2503,30 @@ export declare namespace cosmos {
2380
2503
  };
2381
2504
  }
2382
2505
  const v1: {
2383
- MsgClientImpl: typeof _267.MsgClientImpl;
2384
- createClientImpl: (rpc: import("..").TxRpc) => _267.MsgClientImpl;
2506
+ MsgClientImpl: typeof _269.MsgClientImpl;
2507
+ createClientImpl: (rpc: import("..").TxRpc) => _269.MsgClientImpl;
2385
2508
  registry: ReadonlyArray<[string, import("..").TelescopeGeneratedType<any, any, any>]>;
2509
+ load: (protoRegistry: Registry) => void;
2510
+ MessageComposer: {
2511
+ encoded: {
2512
+ loadTest(value: _27.MsgLoadTest): {
2513
+ typeUrl: string;
2514
+ value: Uint8Array<ArrayBufferLike>;
2515
+ };
2516
+ };
2517
+ withTypeUrl: {
2518
+ loadTest(value: _27.MsgLoadTest): {
2519
+ typeUrl: string;
2520
+ value: _27.MsgLoadTest;
2521
+ };
2522
+ };
2523
+ fromPartial: {
2524
+ loadTest(value: _27.MsgLoadTest): {
2525
+ typeUrl: string;
2526
+ value: _27.MsgLoadTest;
2527
+ };
2528
+ };
2529
+ };
2386
2530
  AminoConverter: {
2387
2531
  "/cosmos.benchmark.v1.MsgLoadTest": {
2388
2532
  aminoType: string;
@@ -2454,16 +2598,61 @@ export declare namespace cosmos {
2454
2598
  };
2455
2599
  }
2456
2600
  const v1: {
2457
- MsgClientImpl: typeof _268.MsgClientImpl;
2458
- createClientImpl: (rpc: import("..").TxRpc) => _268.MsgClientImpl;
2459
- QueryClientImpl: typeof _248.QueryClientImpl;
2601
+ MsgClientImpl: typeof _270.MsgClientImpl;
2602
+ createClientImpl: (rpc: import("..").TxRpc) => _270.MsgClientImpl;
2603
+ QueryClientImpl: typeof _250.QueryClientImpl;
2460
2604
  createRpcQueryExtension: (base: QueryClient) => {
2461
2605
  account(request: _29.QueryAccountRequest): Promise<_29.AccountResponse>;
2462
2606
  accounts(request?: _29.QueryAccountsRequest): Promise<_29.AccountsResponse>;
2463
2607
  disabledList(request?: _29.QueryDisabledListRequest): Promise<_29.DisabledListResponse>;
2464
2608
  };
2465
- LCDQueryClient: typeof _230.LCDQueryClient;
2609
+ LCDQueryClient: typeof _232.LCDQueryClient;
2466
2610
  registry: ReadonlyArray<[string, import("..").TelescopeGeneratedType<any, any, any>]>;
2611
+ load: (protoRegistry: Registry) => void;
2612
+ MessageComposer: {
2613
+ encoded: {
2614
+ authorizeCircuitBreaker(value: _30.MsgAuthorizeCircuitBreaker): {
2615
+ typeUrl: string;
2616
+ value: Uint8Array<ArrayBufferLike>;
2617
+ };
2618
+ tripCircuitBreaker(value: _30.MsgTripCircuitBreaker): {
2619
+ typeUrl: string;
2620
+ value: Uint8Array<ArrayBufferLike>;
2621
+ };
2622
+ resetCircuitBreaker(value: _30.MsgResetCircuitBreaker): {
2623
+ typeUrl: string;
2624
+ value: Uint8Array<ArrayBufferLike>;
2625
+ };
2626
+ };
2627
+ withTypeUrl: {
2628
+ authorizeCircuitBreaker(value: _30.MsgAuthorizeCircuitBreaker): {
2629
+ typeUrl: string;
2630
+ value: _30.MsgAuthorizeCircuitBreaker;
2631
+ };
2632
+ tripCircuitBreaker(value: _30.MsgTripCircuitBreaker): {
2633
+ typeUrl: string;
2634
+ value: _30.MsgTripCircuitBreaker;
2635
+ };
2636
+ resetCircuitBreaker(value: _30.MsgResetCircuitBreaker): {
2637
+ typeUrl: string;
2638
+ value: _30.MsgResetCircuitBreaker;
2639
+ };
2640
+ };
2641
+ fromPartial: {
2642
+ authorizeCircuitBreaker(value: _30.MsgAuthorizeCircuitBreaker): {
2643
+ typeUrl: string;
2644
+ value: _30.MsgAuthorizeCircuitBreaker;
2645
+ };
2646
+ tripCircuitBreaker(value: _30.MsgTripCircuitBreaker): {
2647
+ typeUrl: string;
2648
+ value: _30.MsgTripCircuitBreaker;
2649
+ };
2650
+ resetCircuitBreaker(value: _30.MsgResetCircuitBreaker): {
2651
+ typeUrl: string;
2652
+ value: _30.MsgResetCircuitBreaker;
2653
+ };
2654
+ };
2655
+ };
2467
2656
  AminoConverter: {
2468
2657
  "/cosmos.circuit.v1.MsgAuthorizeCircuitBreaker": {
2469
2658
  aminoType: string;
@@ -2717,14 +2906,35 @@ export declare namespace cosmos {
2717
2906
  };
2718
2907
  }
2719
2908
  const v1: {
2720
- MsgClientImpl: typeof _269.MsgClientImpl;
2721
- createClientImpl: (rpc: import("..").TxRpc) => _269.MsgClientImpl;
2722
- QueryClientImpl: typeof _249.QueryClientImpl;
2909
+ MsgClientImpl: typeof _271.MsgClientImpl;
2910
+ createClientImpl: (rpc: import("..").TxRpc) => _271.MsgClientImpl;
2911
+ QueryClientImpl: typeof _251.QueryClientImpl;
2723
2912
  createRpcQueryExtension: (base: QueryClient) => {
2724
2913
  params(request?: _33.QueryParamsRequest): Promise<_33.QueryParamsResponse>;
2725
2914
  };
2726
- LCDQueryClient: typeof _231.LCDQueryClient;
2915
+ LCDQueryClient: typeof _233.LCDQueryClient;
2727
2916
  registry: ReadonlyArray<[string, import("..").TelescopeGeneratedType<any, any, any>]>;
2917
+ load: (protoRegistry: Registry) => void;
2918
+ MessageComposer: {
2919
+ encoded: {
2920
+ updateParams(value: _34.MsgUpdateParams): {
2921
+ typeUrl: string;
2922
+ value: Uint8Array<ArrayBufferLike>;
2923
+ };
2924
+ };
2925
+ withTypeUrl: {
2926
+ updateParams(value: _34.MsgUpdateParams): {
2927
+ typeUrl: string;
2928
+ value: _34.MsgUpdateParams;
2929
+ };
2930
+ };
2931
+ fromPartial: {
2932
+ updateParams(value: _34.MsgUpdateParams): {
2933
+ typeUrl: string;
2934
+ value: _34.MsgUpdateParams;
2935
+ };
2936
+ };
2937
+ };
2728
2938
  AminoConverter: {
2729
2939
  "/cosmos.consensus.v1.MsgUpdateParams": {
2730
2940
  aminoType: string;
@@ -2810,13 +3020,34 @@ export declare namespace cosmos {
2810
3020
  };
2811
3021
  }
2812
3022
  const v1: {
2813
- MsgClientImpl: typeof _270.MsgClientImpl;
2814
- createClientImpl: (rpc: import("..").TxRpc) => _270.MsgClientImpl;
2815
- QueryClientImpl: typeof _250.QueryClientImpl;
3023
+ MsgClientImpl: typeof _272.MsgClientImpl;
3024
+ createClientImpl: (rpc: import("..").TxRpc) => _272.MsgClientImpl;
3025
+ QueryClientImpl: typeof _252.QueryClientImpl;
2816
3026
  createRpcQueryExtension: (base: QueryClient) => {
2817
3027
  getCount(request?: _36.QueryGetCountRequest): Promise<_36.QueryGetCountResponse>;
2818
3028
  };
2819
3029
  registry: ReadonlyArray<[string, import("..").TelescopeGeneratedType<any, any, any>]>;
3030
+ load: (protoRegistry: Registry) => void;
3031
+ MessageComposer: {
3032
+ encoded: {
3033
+ increaseCount(value: _37.MsgIncreaseCounter): {
3034
+ typeUrl: string;
3035
+ value: Uint8Array<ArrayBufferLike>;
3036
+ };
3037
+ };
3038
+ withTypeUrl: {
3039
+ increaseCount(value: _37.MsgIncreaseCounter): {
3040
+ typeUrl: string;
3041
+ value: _37.MsgIncreaseCounter;
3042
+ };
3043
+ };
3044
+ fromPartial: {
3045
+ increaseCount(value: _37.MsgIncreaseCounter): {
3046
+ typeUrl: string;
3047
+ value: _37.MsgIncreaseCounter;
3048
+ };
3049
+ };
3050
+ };
2820
3051
  AminoConverter: {
2821
3052
  "/cosmos.counter.v1.MsgIncreaseCounter": {
2822
3053
  aminoType: string;
@@ -3122,9 +3353,9 @@ export declare namespace cosmos {
3122
3353
  };
3123
3354
  }
3124
3355
  const v1beta1: {
3125
- MsgClientImpl: typeof _271.MsgClientImpl;
3126
- createClientImpl: (rpc: import("..").TxRpc) => _271.MsgClientImpl;
3127
- QueryClientImpl: typeof _251.QueryClientImpl;
3356
+ MsgClientImpl: typeof _273.MsgClientImpl;
3357
+ createClientImpl: (rpc: import("..").TxRpc) => _273.MsgClientImpl;
3358
+ QueryClientImpl: typeof _253.QueryClientImpl;
3128
3359
  createRpcQueryExtension: (base: QueryClient) => {
3129
3360
  params(request?: _48.QueryParamsRequest): Promise<_48.QueryParamsResponse>;
3130
3361
  validatorDistributionInfo(request: _48.QueryValidatorDistributionInfoRequest): Promise<_48.QueryValidatorDistributionInfoResponse>;
@@ -3137,8 +3368,101 @@ export declare namespace cosmos {
3137
3368
  delegatorWithdrawAddress(request: _48.QueryDelegatorWithdrawAddressRequest): Promise<_48.QueryDelegatorWithdrawAddressResponse>;
3138
3369
  communityPool(request?: _48.QueryCommunityPoolRequest): Promise<_48.QueryCommunityPoolResponse>;
3139
3370
  };
3140
- LCDQueryClient: typeof _232.LCDQueryClient;
3371
+ LCDQueryClient: typeof _234.LCDQueryClient;
3141
3372
  registry: ReadonlyArray<[string, import("..").TelescopeGeneratedType<any, any, any>]>;
3373
+ load: (protoRegistry: Registry) => void;
3374
+ MessageComposer: {
3375
+ encoded: {
3376
+ setWithdrawAddress(value: _49.MsgSetWithdrawAddress): {
3377
+ typeUrl: string;
3378
+ value: Uint8Array<ArrayBufferLike>;
3379
+ };
3380
+ withdrawDelegatorReward(value: _49.MsgWithdrawDelegatorReward): {
3381
+ typeUrl: string;
3382
+ value: Uint8Array<ArrayBufferLike>;
3383
+ };
3384
+ withdrawValidatorCommission(value: _49.MsgWithdrawValidatorCommission): {
3385
+ typeUrl: string;
3386
+ value: Uint8Array<ArrayBufferLike>;
3387
+ };
3388
+ fundCommunityPool(value: _49.MsgFundCommunityPool): {
3389
+ typeUrl: string;
3390
+ value: Uint8Array<ArrayBufferLike>;
3391
+ };
3392
+ updateParams(value: _49.MsgUpdateParams): {
3393
+ typeUrl: string;
3394
+ value: Uint8Array<ArrayBufferLike>;
3395
+ };
3396
+ communityPoolSpend(value: _49.MsgCommunityPoolSpend): {
3397
+ typeUrl: string;
3398
+ value: Uint8Array<ArrayBufferLike>;
3399
+ };
3400
+ depositValidatorRewardsPool(value: _49.MsgDepositValidatorRewardsPool): {
3401
+ typeUrl: string;
3402
+ value: Uint8Array<ArrayBufferLike>;
3403
+ };
3404
+ };
3405
+ withTypeUrl: {
3406
+ setWithdrawAddress(value: _49.MsgSetWithdrawAddress): {
3407
+ typeUrl: string;
3408
+ value: _49.MsgSetWithdrawAddress;
3409
+ };
3410
+ withdrawDelegatorReward(value: _49.MsgWithdrawDelegatorReward): {
3411
+ typeUrl: string;
3412
+ value: _49.MsgWithdrawDelegatorReward;
3413
+ };
3414
+ withdrawValidatorCommission(value: _49.MsgWithdrawValidatorCommission): {
3415
+ typeUrl: string;
3416
+ value: _49.MsgWithdrawValidatorCommission;
3417
+ };
3418
+ fundCommunityPool(value: _49.MsgFundCommunityPool): {
3419
+ typeUrl: string;
3420
+ value: _49.MsgFundCommunityPool;
3421
+ };
3422
+ updateParams(value: _49.MsgUpdateParams): {
3423
+ typeUrl: string;
3424
+ value: _49.MsgUpdateParams;
3425
+ };
3426
+ communityPoolSpend(value: _49.MsgCommunityPoolSpend): {
3427
+ typeUrl: string;
3428
+ value: _49.MsgCommunityPoolSpend;
3429
+ };
3430
+ depositValidatorRewardsPool(value: _49.MsgDepositValidatorRewardsPool): {
3431
+ typeUrl: string;
3432
+ value: _49.MsgDepositValidatorRewardsPool;
3433
+ };
3434
+ };
3435
+ fromPartial: {
3436
+ setWithdrawAddress(value: _49.MsgSetWithdrawAddress): {
3437
+ typeUrl: string;
3438
+ value: _49.MsgSetWithdrawAddress;
3439
+ };
3440
+ withdrawDelegatorReward(value: _49.MsgWithdrawDelegatorReward): {
3441
+ typeUrl: string;
3442
+ value: _49.MsgWithdrawDelegatorReward;
3443
+ };
3444
+ withdrawValidatorCommission(value: _49.MsgWithdrawValidatorCommission): {
3445
+ typeUrl: string;
3446
+ value: _49.MsgWithdrawValidatorCommission;
3447
+ };
3448
+ fundCommunityPool(value: _49.MsgFundCommunityPool): {
3449
+ typeUrl: string;
3450
+ value: _49.MsgFundCommunityPool;
3451
+ };
3452
+ updateParams(value: _49.MsgUpdateParams): {
3453
+ typeUrl: string;
3454
+ value: _49.MsgUpdateParams;
3455
+ };
3456
+ communityPoolSpend(value: _49.MsgCommunityPoolSpend): {
3457
+ typeUrl: string;
3458
+ value: _49.MsgCommunityPoolSpend;
3459
+ };
3460
+ depositValidatorRewardsPool(value: _49.MsgDepositValidatorRewardsPool): {
3461
+ typeUrl: string;
3462
+ value: _49.MsgDepositValidatorRewardsPool;
3463
+ };
3464
+ };
3465
+ };
3142
3466
  AminoConverter: {
3143
3467
  "/cosmos.distribution.v1beta1.MsgSetWithdrawAddress": {
3144
3468
  aminoType: string;
@@ -3954,12 +4278,12 @@ export declare namespace cosmos {
3954
4278
  };
3955
4279
  }
3956
4280
  const v1beta1: {
3957
- QueryClientImpl: typeof _252.QueryClientImpl;
4281
+ QueryClientImpl: typeof _254.QueryClientImpl;
3958
4282
  createRpcQueryExtension: (base: QueryClient) => {
3959
4283
  epochInfos(request?: _53.QueryEpochInfosRequest): Promise<_53.QueryEpochInfosResponse>;
3960
4284
  currentEpoch(request: _53.QueryCurrentEpochRequest): Promise<_53.QueryCurrentEpochResponse>;
3961
4285
  };
3962
- LCDQueryClient: typeof _233.LCDQueryClient;
4286
+ LCDQueryClient: typeof _235.LCDQueryClient;
3963
4287
  QueryEpochInfosRequest: {
3964
4288
  typeUrl: string;
3965
4289
  aminoType: string;
@@ -4114,16 +4438,61 @@ export declare namespace cosmos {
4114
4438
  };
4115
4439
  }
4116
4440
  const v1beta1: {
4117
- MsgClientImpl: typeof _272.MsgClientImpl;
4118
- createClientImpl: (rpc: import("..").TxRpc) => _272.MsgClientImpl;
4119
- QueryClientImpl: typeof _253.QueryClientImpl;
4441
+ MsgClientImpl: typeof _274.MsgClientImpl;
4442
+ createClientImpl: (rpc: import("..").TxRpc) => _274.MsgClientImpl;
4443
+ QueryClientImpl: typeof _255.QueryClientImpl;
4120
4444
  createRpcQueryExtension: (base: QueryClient) => {
4121
4445
  allowance(request: _58.QueryAllowanceRequest): Promise<_58.QueryAllowanceResponse>;
4122
4446
  allowances(request: _58.QueryAllowancesRequest): Promise<_58.QueryAllowancesResponse>;
4123
4447
  allowancesByGranter(request: _58.QueryAllowancesByGranterRequest): Promise<_58.QueryAllowancesByGranterResponse>;
4124
4448
  };
4125
- LCDQueryClient: typeof _234.LCDQueryClient;
4449
+ LCDQueryClient: typeof _236.LCDQueryClient;
4126
4450
  registry: ReadonlyArray<[string, import("..").TelescopeGeneratedType<any, any, any>]>;
4451
+ load: (protoRegistry: Registry) => void;
4452
+ MessageComposer: {
4453
+ encoded: {
4454
+ grantAllowance(value: _59.MsgGrantAllowance): {
4455
+ typeUrl: string;
4456
+ value: Uint8Array<ArrayBufferLike>;
4457
+ };
4458
+ revokeAllowance(value: _59.MsgRevokeAllowance): {
4459
+ typeUrl: string;
4460
+ value: Uint8Array<ArrayBufferLike>;
4461
+ };
4462
+ pruneAllowances(value: _59.MsgPruneAllowances): {
4463
+ typeUrl: string;
4464
+ value: Uint8Array<ArrayBufferLike>;
4465
+ };
4466
+ };
4467
+ withTypeUrl: {
4468
+ grantAllowance(value: _59.MsgGrantAllowance): {
4469
+ typeUrl: string;
4470
+ value: _59.MsgGrantAllowance;
4471
+ };
4472
+ revokeAllowance(value: _59.MsgRevokeAllowance): {
4473
+ typeUrl: string;
4474
+ value: _59.MsgRevokeAllowance;
4475
+ };
4476
+ pruneAllowances(value: _59.MsgPruneAllowances): {
4477
+ typeUrl: string;
4478
+ value: _59.MsgPruneAllowances;
4479
+ };
4480
+ };
4481
+ fromPartial: {
4482
+ grantAllowance(value: _59.MsgGrantAllowance): {
4483
+ typeUrl: string;
4484
+ value: _59.MsgGrantAllowance;
4485
+ };
4486
+ revokeAllowance(value: _59.MsgRevokeAllowance): {
4487
+ typeUrl: string;
4488
+ value: _59.MsgRevokeAllowance;
4489
+ };
4490
+ pruneAllowances(value: _59.MsgPruneAllowances): {
4491
+ typeUrl: string;
4492
+ value: _59.MsgPruneAllowances;
4493
+ };
4494
+ };
4495
+ };
4127
4496
  AminoConverter: {
4128
4497
  "/cosmos.feegrant.v1beta1.MsgGrantAllowance": {
4129
4498
  aminoType: string;
@@ -4424,9 +4793,9 @@ export declare namespace cosmos {
4424
4793
  };
4425
4794
  }
4426
4795
  const v1: {
4427
- MsgClientImpl: typeof _273.MsgClientImpl;
4428
- createClientImpl: (rpc: import("..").TxRpc) => _273.MsgClientImpl;
4429
- QueryClientImpl: typeof _254.QueryClientImpl;
4796
+ MsgClientImpl: typeof _275.MsgClientImpl;
4797
+ createClientImpl: (rpc: import("..").TxRpc) => _275.MsgClientImpl;
4798
+ QueryClientImpl: typeof _256.QueryClientImpl;
4430
4799
  createRpcQueryExtension: (base: QueryClient) => {
4431
4800
  constitution(request?: _64.QueryConstitutionRequest): Promise<_64.QueryConstitutionResponse>;
4432
4801
  proposal(request: _64.QueryProposalRequest): Promise<_64.QueryProposalResponse>;
@@ -4438,8 +4807,101 @@ export declare namespace cosmos {
4438
4807
  deposits(request: _64.QueryDepositsRequest): Promise<_64.QueryDepositsResponse>;
4439
4808
  tallyResult(request: _64.QueryTallyResultRequest): Promise<_64.QueryTallyResultResponse>;
4440
4809
  };
4441
- LCDQueryClient: typeof _235.LCDQueryClient;
4810
+ LCDQueryClient: typeof _237.LCDQueryClient;
4442
4811
  registry: ReadonlyArray<[string, import("..").TelescopeGeneratedType<any, any, any>]>;
4812
+ load: (protoRegistry: Registry) => void;
4813
+ MessageComposer: {
4814
+ encoded: {
4815
+ submitProposal(value: _65.MsgSubmitProposal): {
4816
+ typeUrl: string;
4817
+ value: Uint8Array<ArrayBufferLike>;
4818
+ };
4819
+ execLegacyContent(value: _65.MsgExecLegacyContent): {
4820
+ typeUrl: string;
4821
+ value: Uint8Array<ArrayBufferLike>;
4822
+ };
4823
+ vote(value: _65.MsgVote): {
4824
+ typeUrl: string;
4825
+ value: Uint8Array<ArrayBufferLike>;
4826
+ };
4827
+ voteWeighted(value: _65.MsgVoteWeighted): {
4828
+ typeUrl: string;
4829
+ value: Uint8Array<ArrayBufferLike>;
4830
+ };
4831
+ deposit(value: _65.MsgDeposit): {
4832
+ typeUrl: string;
4833
+ value: Uint8Array<ArrayBufferLike>;
4834
+ };
4835
+ updateParams(value: _65.MsgUpdateParams): {
4836
+ typeUrl: string;
4837
+ value: Uint8Array<ArrayBufferLike>;
4838
+ };
4839
+ cancelProposal(value: _65.MsgCancelProposal): {
4840
+ typeUrl: string;
4841
+ value: Uint8Array<ArrayBufferLike>;
4842
+ };
4843
+ };
4844
+ withTypeUrl: {
4845
+ submitProposal(value: _65.MsgSubmitProposal): {
4846
+ typeUrl: string;
4847
+ value: _65.MsgSubmitProposal;
4848
+ };
4849
+ execLegacyContent(value: _65.MsgExecLegacyContent): {
4850
+ typeUrl: string;
4851
+ value: _65.MsgExecLegacyContent;
4852
+ };
4853
+ vote(value: _65.MsgVote): {
4854
+ typeUrl: string;
4855
+ value: _65.MsgVote;
4856
+ };
4857
+ voteWeighted(value: _65.MsgVoteWeighted): {
4858
+ typeUrl: string;
4859
+ value: _65.MsgVoteWeighted;
4860
+ };
4861
+ deposit(value: _65.MsgDeposit): {
4862
+ typeUrl: string;
4863
+ value: _65.MsgDeposit;
4864
+ };
4865
+ updateParams(value: _65.MsgUpdateParams): {
4866
+ typeUrl: string;
4867
+ value: _65.MsgUpdateParams;
4868
+ };
4869
+ cancelProposal(value: _65.MsgCancelProposal): {
4870
+ typeUrl: string;
4871
+ value: _65.MsgCancelProposal;
4872
+ };
4873
+ };
4874
+ fromPartial: {
4875
+ submitProposal(value: _65.MsgSubmitProposal): {
4876
+ typeUrl: string;
4877
+ value: _65.MsgSubmitProposal;
4878
+ };
4879
+ execLegacyContent(value: _65.MsgExecLegacyContent): {
4880
+ typeUrl: string;
4881
+ value: _65.MsgExecLegacyContent;
4882
+ };
4883
+ vote(value: _65.MsgVote): {
4884
+ typeUrl: string;
4885
+ value: _65.MsgVote;
4886
+ };
4887
+ voteWeighted(value: _65.MsgVoteWeighted): {
4888
+ typeUrl: string;
4889
+ value: _65.MsgVoteWeighted;
4890
+ };
4891
+ deposit(value: _65.MsgDeposit): {
4892
+ typeUrl: string;
4893
+ value: _65.MsgDeposit;
4894
+ };
4895
+ updateParams(value: _65.MsgUpdateParams): {
4896
+ typeUrl: string;
4897
+ value: _65.MsgUpdateParams;
4898
+ };
4899
+ cancelProposal(value: _65.MsgCancelProposal): {
4900
+ typeUrl: string;
4901
+ value: _65.MsgCancelProposal;
4902
+ };
4903
+ };
4904
+ };
4443
4905
  AminoConverter: {
4444
4906
  "/cosmos.gov.v1.MsgSubmitProposal": {
4445
4907
  aminoType: string;
@@ -5078,9 +5540,9 @@ export declare namespace cosmos {
5078
5540
  };
5079
5541
  };
5080
5542
  const v1beta1: {
5081
- MsgClientImpl: typeof _274.MsgClientImpl;
5082
- createClientImpl: (rpc: import("..").TxRpc) => _274.MsgClientImpl;
5083
- QueryClientImpl: typeof _255.QueryClientImpl;
5543
+ MsgClientImpl: typeof _276.MsgClientImpl;
5544
+ createClientImpl: (rpc: import("..").TxRpc) => _276.MsgClientImpl;
5545
+ QueryClientImpl: typeof _257.QueryClientImpl;
5084
5546
  createRpcQueryExtension: (base: QueryClient) => {
5085
5547
  proposal(request: _68.QueryProposalRequest): Promise<_68.QueryProposalResponse>;
5086
5548
  proposals(request: _68.QueryProposalsRequest): Promise<_68.QueryProposalsResponse>;
@@ -5091,8 +5553,65 @@ export declare namespace cosmos {
5091
5553
  deposits(request: _68.QueryDepositsRequest): Promise<_68.QueryDepositsResponse>;
5092
5554
  tallyResult(request: _68.QueryTallyResultRequest): Promise<_68.QueryTallyResultResponse>;
5093
5555
  };
5094
- LCDQueryClient: typeof _236.LCDQueryClient;
5556
+ LCDQueryClient: typeof _238.LCDQueryClient;
5095
5557
  registry: ReadonlyArray<[string, import("..").TelescopeGeneratedType<any, any, any>]>;
5558
+ load: (protoRegistry: Registry) => void;
5559
+ MessageComposer: {
5560
+ encoded: {
5561
+ submitProposal(value: _69.MsgSubmitProposal): {
5562
+ typeUrl: string;
5563
+ value: Uint8Array<ArrayBufferLike>;
5564
+ };
5565
+ vote(value: _69.MsgVote): {
5566
+ typeUrl: string;
5567
+ value: Uint8Array<ArrayBufferLike>;
5568
+ };
5569
+ voteWeighted(value: _69.MsgVoteWeighted): {
5570
+ typeUrl: string;
5571
+ value: Uint8Array<ArrayBufferLike>;
5572
+ };
5573
+ deposit(value: _69.MsgDeposit): {
5574
+ typeUrl: string;
5575
+ value: Uint8Array<ArrayBufferLike>;
5576
+ };
5577
+ };
5578
+ withTypeUrl: {
5579
+ submitProposal(value: _69.MsgSubmitProposal): {
5580
+ typeUrl: string;
5581
+ value: _69.MsgSubmitProposal;
5582
+ };
5583
+ vote(value: _69.MsgVote): {
5584
+ typeUrl: string;
5585
+ value: _69.MsgVote;
5586
+ };
5587
+ voteWeighted(value: _69.MsgVoteWeighted): {
5588
+ typeUrl: string;
5589
+ value: _69.MsgVoteWeighted;
5590
+ };
5591
+ deposit(value: _69.MsgDeposit): {
5592
+ typeUrl: string;
5593
+ value: _69.MsgDeposit;
5594
+ };
5595
+ };
5596
+ fromPartial: {
5597
+ submitProposal(value: _69.MsgSubmitProposal): {
5598
+ typeUrl: string;
5599
+ value: _69.MsgSubmitProposal;
5600
+ };
5601
+ vote(value: _69.MsgVote): {
5602
+ typeUrl: string;
5603
+ value: _69.MsgVote;
5604
+ };
5605
+ voteWeighted(value: _69.MsgVoteWeighted): {
5606
+ typeUrl: string;
5607
+ value: _69.MsgVoteWeighted;
5608
+ };
5609
+ deposit(value: _69.MsgDeposit): {
5610
+ typeUrl: string;
5611
+ value: _69.MsgDeposit;
5612
+ };
5613
+ };
5614
+ };
5096
5615
  AminoConverter: {
5097
5616
  "/cosmos.gov.v1beta1.MsgSubmitProposal": {
5098
5617
  aminoType: string;
@@ -5622,29 +6141,206 @@ export declare namespace cosmos {
5622
6141
  toProtoMsg(message: _70.Module): _70.ModuleProtoMsg;
5623
6142
  };
5624
6143
  };
5625
- }
5626
- const v1: {
5627
- MsgClientImpl: typeof _275.MsgClientImpl;
5628
- createClientImpl: (rpc: import("..").TxRpc) => _275.MsgClientImpl;
5629
- QueryClientImpl: typeof _256.QueryClientImpl;
5630
- createRpcQueryExtension: (base: QueryClient) => {
5631
- groupInfo(request: _73.QueryGroupInfoRequest): Promise<_73.QueryGroupInfoResponse>;
5632
- groupPolicyInfo(request: _73.QueryGroupPolicyInfoRequest): Promise<_73.QueryGroupPolicyInfoResponse>;
5633
- groupMembers(request: _73.QueryGroupMembersRequest): Promise<_73.QueryGroupMembersResponse>;
5634
- groupsByAdmin(request: _73.QueryGroupsByAdminRequest): Promise<_73.QueryGroupsByAdminResponse>;
5635
- groupPoliciesByGroup(request: _73.QueryGroupPoliciesByGroupRequest): Promise<_73.QueryGroupPoliciesByGroupResponse>;
5636
- groupPoliciesByAdmin(request: _73.QueryGroupPoliciesByAdminRequest): Promise<_73.QueryGroupPoliciesByAdminResponse>;
5637
- proposal(request: _73.QueryProposalRequest): Promise<_73.QueryProposalResponse>;
5638
- proposalsByGroupPolicy(request: _73.QueryProposalsByGroupPolicyRequest): Promise<_73.QueryProposalsByGroupPolicyResponse>;
5639
- voteByProposalVoter(request: _73.QueryVoteByProposalVoterRequest): Promise<_73.QueryVoteByProposalVoterResponse>;
5640
- votesByProposal(request: _73.QueryVotesByProposalRequest): Promise<_73.QueryVotesByProposalResponse>;
5641
- votesByVoter(request: _73.QueryVotesByVoterRequest): Promise<_73.QueryVotesByVoterResponse>;
5642
- groupsByMember(request: _73.QueryGroupsByMemberRequest): Promise<_73.QueryGroupsByMemberResponse>;
5643
- tallyResult(request: _73.QueryTallyResultRequest): Promise<_73.QueryTallyResultResponse>;
5644
- groups(request?: _73.QueryGroupsRequest): Promise<_73.QueryGroupsResponse>;
5645
- };
5646
- LCDQueryClient: typeof _237.LCDQueryClient;
5647
- registry: ReadonlyArray<[string, import("..").TelescopeGeneratedType<any, any, any>]>;
6144
+ }
6145
+ const v1: {
6146
+ MsgClientImpl: typeof _277.MsgClientImpl;
6147
+ createClientImpl: (rpc: import("..").TxRpc) => _277.MsgClientImpl;
6148
+ QueryClientImpl: typeof _258.QueryClientImpl;
6149
+ createRpcQueryExtension: (base: QueryClient) => {
6150
+ groupInfo(request: _73.QueryGroupInfoRequest): Promise<_73.QueryGroupInfoResponse>;
6151
+ groupPolicyInfo(request: _73.QueryGroupPolicyInfoRequest): Promise<_73.QueryGroupPolicyInfoResponse>;
6152
+ groupMembers(request: _73.QueryGroupMembersRequest): Promise<_73.QueryGroupMembersResponse>;
6153
+ groupsByAdmin(request: _73.QueryGroupsByAdminRequest): Promise<_73.QueryGroupsByAdminResponse>;
6154
+ groupPoliciesByGroup(request: _73.QueryGroupPoliciesByGroupRequest): Promise<_73.QueryGroupPoliciesByGroupResponse>;
6155
+ groupPoliciesByAdmin(request: _73.QueryGroupPoliciesByAdminRequest): Promise<_73.QueryGroupPoliciesByAdminResponse>;
6156
+ proposal(request: _73.QueryProposalRequest): Promise<_73.QueryProposalResponse>;
6157
+ proposalsByGroupPolicy(request: _73.QueryProposalsByGroupPolicyRequest): Promise<_73.QueryProposalsByGroupPolicyResponse>;
6158
+ voteByProposalVoter(request: _73.QueryVoteByProposalVoterRequest): Promise<_73.QueryVoteByProposalVoterResponse>;
6159
+ votesByProposal(request: _73.QueryVotesByProposalRequest): Promise<_73.QueryVotesByProposalResponse>;
6160
+ votesByVoter(request: _73.QueryVotesByVoterRequest): Promise<_73.QueryVotesByVoterResponse>;
6161
+ groupsByMember(request: _73.QueryGroupsByMemberRequest): Promise<_73.QueryGroupsByMemberResponse>;
6162
+ tallyResult(request: _73.QueryTallyResultRequest): Promise<_73.QueryTallyResultResponse>;
6163
+ groups(request?: _73.QueryGroupsRequest): Promise<_73.QueryGroupsResponse>;
6164
+ };
6165
+ LCDQueryClient: typeof _239.LCDQueryClient;
6166
+ registry: ReadonlyArray<[string, import("..").TelescopeGeneratedType<any, any, any>]>;
6167
+ load: (protoRegistry: Registry) => void;
6168
+ MessageComposer: {
6169
+ encoded: {
6170
+ createGroup(value: _74.MsgCreateGroup): {
6171
+ typeUrl: string;
6172
+ value: Uint8Array<ArrayBufferLike>;
6173
+ };
6174
+ updateGroupMembers(value: _74.MsgUpdateGroupMembers): {
6175
+ typeUrl: string;
6176
+ value: Uint8Array<ArrayBufferLike>;
6177
+ };
6178
+ updateGroupAdmin(value: _74.MsgUpdateGroupAdmin): {
6179
+ typeUrl: string;
6180
+ value: Uint8Array<ArrayBufferLike>;
6181
+ };
6182
+ updateGroupMetadata(value: _74.MsgUpdateGroupMetadata): {
6183
+ typeUrl: string;
6184
+ value: Uint8Array<ArrayBufferLike>;
6185
+ };
6186
+ createGroupPolicy(value: _74.MsgCreateGroupPolicy): {
6187
+ typeUrl: string;
6188
+ value: Uint8Array<ArrayBufferLike>;
6189
+ };
6190
+ createGroupWithPolicy(value: _74.MsgCreateGroupWithPolicy): {
6191
+ typeUrl: string;
6192
+ value: Uint8Array<ArrayBufferLike>;
6193
+ };
6194
+ updateGroupPolicyAdmin(value: _74.MsgUpdateGroupPolicyAdmin): {
6195
+ typeUrl: string;
6196
+ value: Uint8Array<ArrayBufferLike>;
6197
+ };
6198
+ updateGroupPolicyDecisionPolicy(value: _74.MsgUpdateGroupPolicyDecisionPolicy): {
6199
+ typeUrl: string;
6200
+ value: Uint8Array<ArrayBufferLike>;
6201
+ };
6202
+ updateGroupPolicyMetadata(value: _74.MsgUpdateGroupPolicyMetadata): {
6203
+ typeUrl: string;
6204
+ value: Uint8Array<ArrayBufferLike>;
6205
+ };
6206
+ submitProposal(value: _74.MsgSubmitProposal): {
6207
+ typeUrl: string;
6208
+ value: Uint8Array<ArrayBufferLike>;
6209
+ };
6210
+ withdrawProposal(value: _74.MsgWithdrawProposal): {
6211
+ typeUrl: string;
6212
+ value: Uint8Array<ArrayBufferLike>;
6213
+ };
6214
+ vote(value: _74.MsgVote): {
6215
+ typeUrl: string;
6216
+ value: Uint8Array<ArrayBufferLike>;
6217
+ };
6218
+ exec(value: _74.MsgExec): {
6219
+ typeUrl: string;
6220
+ value: Uint8Array<ArrayBufferLike>;
6221
+ };
6222
+ leaveGroup(value: _74.MsgLeaveGroup): {
6223
+ typeUrl: string;
6224
+ value: Uint8Array<ArrayBufferLike>;
6225
+ };
6226
+ };
6227
+ withTypeUrl: {
6228
+ createGroup(value: _74.MsgCreateGroup): {
6229
+ typeUrl: string;
6230
+ value: _74.MsgCreateGroup;
6231
+ };
6232
+ updateGroupMembers(value: _74.MsgUpdateGroupMembers): {
6233
+ typeUrl: string;
6234
+ value: _74.MsgUpdateGroupMembers;
6235
+ };
6236
+ updateGroupAdmin(value: _74.MsgUpdateGroupAdmin): {
6237
+ typeUrl: string;
6238
+ value: _74.MsgUpdateGroupAdmin;
6239
+ };
6240
+ updateGroupMetadata(value: _74.MsgUpdateGroupMetadata): {
6241
+ typeUrl: string;
6242
+ value: _74.MsgUpdateGroupMetadata;
6243
+ };
6244
+ createGroupPolicy(value: _74.MsgCreateGroupPolicy): {
6245
+ typeUrl: string;
6246
+ value: _74.MsgCreateGroupPolicy;
6247
+ };
6248
+ createGroupWithPolicy(value: _74.MsgCreateGroupWithPolicy): {
6249
+ typeUrl: string;
6250
+ value: _74.MsgCreateGroupWithPolicy;
6251
+ };
6252
+ updateGroupPolicyAdmin(value: _74.MsgUpdateGroupPolicyAdmin): {
6253
+ typeUrl: string;
6254
+ value: _74.MsgUpdateGroupPolicyAdmin;
6255
+ };
6256
+ updateGroupPolicyDecisionPolicy(value: _74.MsgUpdateGroupPolicyDecisionPolicy): {
6257
+ typeUrl: string;
6258
+ value: _74.MsgUpdateGroupPolicyDecisionPolicy;
6259
+ };
6260
+ updateGroupPolicyMetadata(value: _74.MsgUpdateGroupPolicyMetadata): {
6261
+ typeUrl: string;
6262
+ value: _74.MsgUpdateGroupPolicyMetadata;
6263
+ };
6264
+ submitProposal(value: _74.MsgSubmitProposal): {
6265
+ typeUrl: string;
6266
+ value: _74.MsgSubmitProposal;
6267
+ };
6268
+ withdrawProposal(value: _74.MsgWithdrawProposal): {
6269
+ typeUrl: string;
6270
+ value: _74.MsgWithdrawProposal;
6271
+ };
6272
+ vote(value: _74.MsgVote): {
6273
+ typeUrl: string;
6274
+ value: _74.MsgVote;
6275
+ };
6276
+ exec(value: _74.MsgExec): {
6277
+ typeUrl: string;
6278
+ value: _74.MsgExec;
6279
+ };
6280
+ leaveGroup(value: _74.MsgLeaveGroup): {
6281
+ typeUrl: string;
6282
+ value: _74.MsgLeaveGroup;
6283
+ };
6284
+ };
6285
+ fromPartial: {
6286
+ createGroup(value: _74.MsgCreateGroup): {
6287
+ typeUrl: string;
6288
+ value: _74.MsgCreateGroup;
6289
+ };
6290
+ updateGroupMembers(value: _74.MsgUpdateGroupMembers): {
6291
+ typeUrl: string;
6292
+ value: _74.MsgUpdateGroupMembers;
6293
+ };
6294
+ updateGroupAdmin(value: _74.MsgUpdateGroupAdmin): {
6295
+ typeUrl: string;
6296
+ value: _74.MsgUpdateGroupAdmin;
6297
+ };
6298
+ updateGroupMetadata(value: _74.MsgUpdateGroupMetadata): {
6299
+ typeUrl: string;
6300
+ value: _74.MsgUpdateGroupMetadata;
6301
+ };
6302
+ createGroupPolicy(value: _74.MsgCreateGroupPolicy): {
6303
+ typeUrl: string;
6304
+ value: _74.MsgCreateGroupPolicy;
6305
+ };
6306
+ createGroupWithPolicy(value: _74.MsgCreateGroupWithPolicy): {
6307
+ typeUrl: string;
6308
+ value: _74.MsgCreateGroupWithPolicy;
6309
+ };
6310
+ updateGroupPolicyAdmin(value: _74.MsgUpdateGroupPolicyAdmin): {
6311
+ typeUrl: string;
6312
+ value: _74.MsgUpdateGroupPolicyAdmin;
6313
+ };
6314
+ updateGroupPolicyDecisionPolicy(value: _74.MsgUpdateGroupPolicyDecisionPolicy): {
6315
+ typeUrl: string;
6316
+ value: _74.MsgUpdateGroupPolicyDecisionPolicy;
6317
+ };
6318
+ updateGroupPolicyMetadata(value: _74.MsgUpdateGroupPolicyMetadata): {
6319
+ typeUrl: string;
6320
+ value: _74.MsgUpdateGroupPolicyMetadata;
6321
+ };
6322
+ submitProposal(value: _74.MsgSubmitProposal): {
6323
+ typeUrl: string;
6324
+ value: _74.MsgSubmitProposal;
6325
+ };
6326
+ withdrawProposal(value: _74.MsgWithdrawProposal): {
6327
+ typeUrl: string;
6328
+ value: _74.MsgWithdrawProposal;
6329
+ };
6330
+ vote(value: _74.MsgVote): {
6331
+ typeUrl: string;
6332
+ value: _74.MsgVote;
6333
+ };
6334
+ exec(value: _74.MsgExec): {
6335
+ typeUrl: string;
6336
+ value: _74.MsgExec;
6337
+ };
6338
+ leaveGroup(value: _74.MsgLeaveGroup): {
6339
+ typeUrl: string;
6340
+ value: _74.MsgLeaveGroup;
6341
+ };
6342
+ };
6343
+ };
5648
6344
  AminoConverter: {
5649
6345
  "/cosmos.group.v1.MsgCreateGroup": {
5650
6346
  aminoType: string;
@@ -7058,16 +7754,37 @@ export declare namespace cosmos {
7058
7754
  };
7059
7755
  }
7060
7756
  const v1beta1: {
7061
- MsgClientImpl: typeof _276.MsgClientImpl;
7062
- createClientImpl: (rpc: import("..").TxRpc) => _276.MsgClientImpl;
7063
- QueryClientImpl: typeof _257.QueryClientImpl;
7757
+ MsgClientImpl: typeof _278.MsgClientImpl;
7758
+ createClientImpl: (rpc: import("..").TxRpc) => _278.MsgClientImpl;
7759
+ QueryClientImpl: typeof _259.QueryClientImpl;
7064
7760
  createRpcQueryExtension: (base: QueryClient) => {
7065
7761
  params(request?: _80.QueryParamsRequest): Promise<_80.QueryParamsResponse>;
7066
7762
  inflation(request?: _80.QueryInflationRequest): Promise<_80.QueryInflationResponse>;
7067
7763
  annualProvisions(request?: _80.QueryAnnualProvisionsRequest): Promise<_80.QueryAnnualProvisionsResponse>;
7068
7764
  };
7069
- LCDQueryClient: typeof _238.LCDQueryClient;
7765
+ LCDQueryClient: typeof _240.LCDQueryClient;
7070
7766
  registry: ReadonlyArray<[string, import("..").TelescopeGeneratedType<any, any, any>]>;
7767
+ load: (protoRegistry: Registry) => void;
7768
+ MessageComposer: {
7769
+ encoded: {
7770
+ updateParams(value: _81.MsgUpdateParams): {
7771
+ typeUrl: string;
7772
+ value: Uint8Array<ArrayBufferLike>;
7773
+ };
7774
+ };
7775
+ withTypeUrl: {
7776
+ updateParams(value: _81.MsgUpdateParams): {
7777
+ typeUrl: string;
7778
+ value: _81.MsgUpdateParams;
7779
+ };
7780
+ };
7781
+ fromPartial: {
7782
+ updateParams(value: _81.MsgUpdateParams): {
7783
+ typeUrl: string;
7784
+ value: _81.MsgUpdateParams;
7785
+ };
7786
+ };
7787
+ };
7071
7788
  AminoConverter: {
7072
7789
  "/cosmos.mint.v1beta1.MsgUpdateParams": {
7073
7790
  aminoType: string;
@@ -7277,7 +7994,7 @@ export declare namespace cosmos {
7277
7994
  }
7278
7995
  namespace query {
7279
7996
  const v1alpha1: {
7280
- QueryClientImpl: typeof _258.QueryClientImpl;
7997
+ QueryClientImpl: typeof _260.QueryClientImpl;
7281
7998
  createRpcQueryExtension: (base: QueryClient) => {
7282
7999
  get(request: _85.GetRequest): Promise<_85.GetResponse>;
7283
8000
  list(request: _85.ListRequest): Promise<_85.ListResponse>;
@@ -7403,12 +8120,12 @@ export declare namespace cosmos {
7403
8120
  };
7404
8121
  }
7405
8122
  const v1beta1: {
7406
- QueryClientImpl: typeof _259.QueryClientImpl;
8123
+ QueryClientImpl: typeof _261.QueryClientImpl;
7407
8124
  createRpcQueryExtension: (base: QueryClient) => {
7408
8125
  params(request: _88.QueryParamsRequest): Promise<_88.QueryParamsResponse>;
7409
8126
  subspaces(request?: _88.QuerySubspacesRequest): Promise<_88.QuerySubspacesResponse>;
7410
8127
  };
7411
- LCDQueryClient: typeof _239.LCDQueryClient;
8128
+ LCDQueryClient: typeof _241.LCDQueryClient;
7412
8129
  QueryParamsRequest: {
7413
8130
  typeUrl: string;
7414
8131
  aminoType: string;
@@ -7529,17 +8246,86 @@ export declare namespace cosmos {
7529
8246
  };
7530
8247
  }
7531
8248
  const v1: {
7532
- MsgClientImpl: typeof _277.MsgClientImpl;
7533
- createClientImpl: (rpc: import("..").TxRpc) => _277.MsgClientImpl;
7534
- QueryClientImpl: typeof _260.QueryClientImpl;
8249
+ MsgClientImpl: typeof _279.MsgClientImpl;
8250
+ createClientImpl: (rpc: import("..").TxRpc) => _279.MsgClientImpl;
8251
+ QueryClientImpl: typeof _262.QueryClientImpl;
7535
8252
  createRpcQueryExtension: (base: QueryClient) => {
7536
8253
  communityPool(request?: _91.QueryCommunityPoolRequest): Promise<_91.QueryCommunityPoolResponse>;
7537
8254
  continuousFund(request: _91.QueryContinuousFundRequest): Promise<_91.QueryContinuousFundResponse>;
7538
8255
  continuousFunds(request?: _91.QueryContinuousFundsRequest): Promise<_91.QueryContinuousFundsResponse>;
7539
8256
  params(request?: _91.QueryParamsRequest): Promise<_91.QueryParamsResponse>;
7540
8257
  };
7541
- LCDQueryClient: typeof _240.LCDQueryClient;
8258
+ LCDQueryClient: typeof _242.LCDQueryClient;
7542
8259
  registry: ReadonlyArray<[string, import("..").TelescopeGeneratedType<any, any, any>]>;
8260
+ load: (protoRegistry: Registry) => void;
8261
+ MessageComposer: {
8262
+ encoded: {
8263
+ fundCommunityPool(value: _92.MsgFundCommunityPool): {
8264
+ typeUrl: string;
8265
+ value: Uint8Array<ArrayBufferLike>;
8266
+ };
8267
+ communityPoolSpend(value: _92.MsgCommunityPoolSpend): {
8268
+ typeUrl: string;
8269
+ value: Uint8Array<ArrayBufferLike>;
8270
+ };
8271
+ createContinuousFund(value: _92.MsgCreateContinuousFund): {
8272
+ typeUrl: string;
8273
+ value: Uint8Array<ArrayBufferLike>;
8274
+ };
8275
+ cancelContinuousFund(value: _92.MsgCancelContinuousFund): {
8276
+ typeUrl: string;
8277
+ value: Uint8Array<ArrayBufferLike>;
8278
+ };
8279
+ updateParams(value: _92.MsgUpdateParams): {
8280
+ typeUrl: string;
8281
+ value: Uint8Array<ArrayBufferLike>;
8282
+ };
8283
+ };
8284
+ withTypeUrl: {
8285
+ fundCommunityPool(value: _92.MsgFundCommunityPool): {
8286
+ typeUrl: string;
8287
+ value: _92.MsgFundCommunityPool;
8288
+ };
8289
+ communityPoolSpend(value: _92.MsgCommunityPoolSpend): {
8290
+ typeUrl: string;
8291
+ value: _92.MsgCommunityPoolSpend;
8292
+ };
8293
+ createContinuousFund(value: _92.MsgCreateContinuousFund): {
8294
+ typeUrl: string;
8295
+ value: _92.MsgCreateContinuousFund;
8296
+ };
8297
+ cancelContinuousFund(value: _92.MsgCancelContinuousFund): {
8298
+ typeUrl: string;
8299
+ value: _92.MsgCancelContinuousFund;
8300
+ };
8301
+ updateParams(value: _92.MsgUpdateParams): {
8302
+ typeUrl: string;
8303
+ value: _92.MsgUpdateParams;
8304
+ };
8305
+ };
8306
+ fromPartial: {
8307
+ fundCommunityPool(value: _92.MsgFundCommunityPool): {
8308
+ typeUrl: string;
8309
+ value: _92.MsgFundCommunityPool;
8310
+ };
8311
+ communityPoolSpend(value: _92.MsgCommunityPoolSpend): {
8312
+ typeUrl: string;
8313
+ value: _92.MsgCommunityPoolSpend;
8314
+ };
8315
+ createContinuousFund(value: _92.MsgCreateContinuousFund): {
8316
+ typeUrl: string;
8317
+ value: _92.MsgCreateContinuousFund;
8318
+ };
8319
+ cancelContinuousFund(value: _92.MsgCancelContinuousFund): {
8320
+ typeUrl: string;
8321
+ value: _92.MsgCancelContinuousFund;
8322
+ };
8323
+ updateParams(value: _92.MsgUpdateParams): {
8324
+ typeUrl: string;
8325
+ value: _92.MsgUpdateParams;
8326
+ };
8327
+ };
8328
+ };
7543
8329
  AminoConverter: {
7544
8330
  "/cosmos.protocolpool.v1.MsgFundCommunityPool": {
7545
8331
  aminoType: string;
@@ -7938,9 +8724,9 @@ export declare namespace cosmos {
7938
8724
  };
7939
8725
  }
7940
8726
  const v1beta1: {
7941
- MsgClientImpl: typeof _278.MsgClientImpl;
7942
- createClientImpl: (rpc: import("..").TxRpc) => _278.MsgClientImpl;
7943
- QueryClientImpl: typeof _261.QueryClientImpl;
8727
+ MsgClientImpl: typeof _280.MsgClientImpl;
8728
+ createClientImpl: (rpc: import("..").TxRpc) => _280.MsgClientImpl;
8729
+ QueryClientImpl: typeof _263.QueryClientImpl;
7944
8730
  createRpcQueryExtension: (base: QueryClient) => {
7945
8731
  validators(request: _100.QueryValidatorsRequest): Promise<_100.QueryValidatorsResponse>;
7946
8732
  validator(request: _100.QueryValidatorRequest): Promise<_100.QueryValidatorResponse>;
@@ -7957,8 +8743,101 @@ export declare namespace cosmos {
7957
8743
  pool(request?: _100.QueryPoolRequest): Promise<_100.QueryPoolResponse>;
7958
8744
  params(request?: _100.QueryParamsRequest): Promise<_100.QueryParamsResponse>;
7959
8745
  };
7960
- LCDQueryClient: typeof _241.LCDQueryClient;
8746
+ LCDQueryClient: typeof _243.LCDQueryClient;
7961
8747
  registry: ReadonlyArray<[string, import("..").TelescopeGeneratedType<any, any, any>]>;
8748
+ load: (protoRegistry: Registry) => void;
8749
+ MessageComposer: {
8750
+ encoded: {
8751
+ createValidator(value: _102.MsgCreateValidator): {
8752
+ typeUrl: string;
8753
+ value: Uint8Array<ArrayBufferLike>;
8754
+ };
8755
+ editValidator(value: _102.MsgEditValidator): {
8756
+ typeUrl: string;
8757
+ value: Uint8Array<ArrayBufferLike>;
8758
+ };
8759
+ delegate(value: _102.MsgDelegate): {
8760
+ typeUrl: string;
8761
+ value: Uint8Array<ArrayBufferLike>;
8762
+ };
8763
+ beginRedelegate(value: _102.MsgBeginRedelegate): {
8764
+ typeUrl: string;
8765
+ value: Uint8Array<ArrayBufferLike>;
8766
+ };
8767
+ undelegate(value: _102.MsgUndelegate): {
8768
+ typeUrl: string;
8769
+ value: Uint8Array<ArrayBufferLike>;
8770
+ };
8771
+ cancelUnbondingDelegation(value: _102.MsgCancelUnbondingDelegation): {
8772
+ typeUrl: string;
8773
+ value: Uint8Array<ArrayBufferLike>;
8774
+ };
8775
+ updateParams(value: _102.MsgUpdateParams): {
8776
+ typeUrl: string;
8777
+ value: Uint8Array<ArrayBufferLike>;
8778
+ };
8779
+ };
8780
+ withTypeUrl: {
8781
+ createValidator(value: _102.MsgCreateValidator): {
8782
+ typeUrl: string;
8783
+ value: _102.MsgCreateValidator;
8784
+ };
8785
+ editValidator(value: _102.MsgEditValidator): {
8786
+ typeUrl: string;
8787
+ value: _102.MsgEditValidator;
8788
+ };
8789
+ delegate(value: _102.MsgDelegate): {
8790
+ typeUrl: string;
8791
+ value: _102.MsgDelegate;
8792
+ };
8793
+ beginRedelegate(value: _102.MsgBeginRedelegate): {
8794
+ typeUrl: string;
8795
+ value: _102.MsgBeginRedelegate;
8796
+ };
8797
+ undelegate(value: _102.MsgUndelegate): {
8798
+ typeUrl: string;
8799
+ value: _102.MsgUndelegate;
8800
+ };
8801
+ cancelUnbondingDelegation(value: _102.MsgCancelUnbondingDelegation): {
8802
+ typeUrl: string;
8803
+ value: _102.MsgCancelUnbondingDelegation;
8804
+ };
8805
+ updateParams(value: _102.MsgUpdateParams): {
8806
+ typeUrl: string;
8807
+ value: _102.MsgUpdateParams;
8808
+ };
8809
+ };
8810
+ fromPartial: {
8811
+ createValidator(value: _102.MsgCreateValidator): {
8812
+ typeUrl: string;
8813
+ value: _102.MsgCreateValidator;
8814
+ };
8815
+ editValidator(value: _102.MsgEditValidator): {
8816
+ typeUrl: string;
8817
+ value: _102.MsgEditValidator;
8818
+ };
8819
+ delegate(value: _102.MsgDelegate): {
8820
+ typeUrl: string;
8821
+ value: _102.MsgDelegate;
8822
+ };
8823
+ beginRedelegate(value: _102.MsgBeginRedelegate): {
8824
+ typeUrl: string;
8825
+ value: _102.MsgBeginRedelegate;
8826
+ };
8827
+ undelegate(value: _102.MsgUndelegate): {
8828
+ typeUrl: string;
8829
+ value: _102.MsgUndelegate;
8830
+ };
8831
+ cancelUnbondingDelegation(value: _102.MsgCancelUnbondingDelegation): {
8832
+ typeUrl: string;
8833
+ value: _102.MsgCancelUnbondingDelegation;
8834
+ };
8835
+ updateParams(value: _102.MsgUpdateParams): {
8836
+ typeUrl: string;
8837
+ value: _102.MsgUpdateParams;
8838
+ };
8839
+ };
8840
+ };
7962
8841
  AminoConverter: {
7963
8842
  "/cosmos.staking.v1beta1.MsgCreateValidator": {
7964
8843
  aminoType: string;
@@ -9319,7 +10198,7 @@ export declare namespace cosmos {
9319
10198
  };
9320
10199
  }
9321
10200
  const v1beta1: {
9322
- ServiceClientImpl: typeof _262.ServiceClientImpl;
10201
+ ServiceClientImpl: typeof _264.ServiceClientImpl;
9323
10202
  createRpcQueryExtension: (base: QueryClient) => {
9324
10203
  simulate(request: _110.SimulateRequest): Promise<_110.SimulateResponse>;
9325
10204
  getTx(request: _110.GetTxRequest): Promise<_110.GetTxResponse>;
@@ -9331,7 +10210,7 @@ export declare namespace cosmos {
9331
10210
  txEncodeAmino(request: _110.TxEncodeAminoRequest): Promise<_110.TxEncodeAminoResponse>;
9332
10211
  txDecodeAmino(request: _110.TxDecodeAminoRequest): Promise<_110.TxDecodeAminoResponse>;
9333
10212
  };
9334
- LCDQueryClient: typeof _242.LCDQueryClient;
10213
+ LCDQueryClient: typeof _244.LCDQueryClient;
9335
10214
  Tx: {
9336
10215
  typeUrl: string;
9337
10216
  aminoType: string;
@@ -9796,9 +10675,9 @@ export declare namespace cosmos {
9796
10675
  };
9797
10676
  }
9798
10677
  const v1beta1: {
9799
- MsgClientImpl: typeof _279.MsgClientImpl;
9800
- createClientImpl: (rpc: import("..").TxRpc) => _279.MsgClientImpl;
9801
- QueryClientImpl: typeof _263.QueryClientImpl;
10678
+ MsgClientImpl: typeof _281.MsgClientImpl;
10679
+ createClientImpl: (rpc: import("..").TxRpc) => _281.MsgClientImpl;
10680
+ QueryClientImpl: typeof _265.QueryClientImpl;
9802
10681
  createRpcQueryExtension: (base: QueryClient) => {
9803
10682
  currentPlan(request?: _113.QueryCurrentPlanRequest): Promise<_113.QueryCurrentPlanResponse>;
9804
10683
  appliedPlan(request: _113.QueryAppliedPlanRequest): Promise<_113.QueryAppliedPlanResponse>;
@@ -9806,8 +10685,41 @@ export declare namespace cosmos {
9806
10685
  moduleVersions(request: _113.QueryModuleVersionsRequest): Promise<_113.QueryModuleVersionsResponse>;
9807
10686
  authority(request?: _113.QueryAuthorityRequest): Promise<_113.QueryAuthorityResponse>;
9808
10687
  };
9809
- LCDQueryClient: typeof _243.LCDQueryClient;
10688
+ LCDQueryClient: typeof _245.LCDQueryClient;
9810
10689
  registry: ReadonlyArray<[string, import("..").TelescopeGeneratedType<any, any, any>]>;
10690
+ load: (protoRegistry: Registry) => void;
10691
+ MessageComposer: {
10692
+ encoded: {
10693
+ softwareUpgrade(value: _114.MsgSoftwareUpgrade): {
10694
+ typeUrl: string;
10695
+ value: Uint8Array<ArrayBufferLike>;
10696
+ };
10697
+ cancelUpgrade(value: _114.MsgCancelUpgrade): {
10698
+ typeUrl: string;
10699
+ value: Uint8Array<ArrayBufferLike>;
10700
+ };
10701
+ };
10702
+ withTypeUrl: {
10703
+ softwareUpgrade(value: _114.MsgSoftwareUpgrade): {
10704
+ typeUrl: string;
10705
+ value: _114.MsgSoftwareUpgrade;
10706
+ };
10707
+ cancelUpgrade(value: _114.MsgCancelUpgrade): {
10708
+ typeUrl: string;
10709
+ value: _114.MsgCancelUpgrade;
10710
+ };
10711
+ };
10712
+ fromPartial: {
10713
+ softwareUpgrade(value: _114.MsgSoftwareUpgrade): {
10714
+ typeUrl: string;
10715
+ value: _114.MsgSoftwareUpgrade;
10716
+ };
10717
+ cancelUpgrade(value: _114.MsgCancelUpgrade): {
10718
+ typeUrl: string;
10719
+ value: _114.MsgCancelUpgrade;
10720
+ };
10721
+ };
10722
+ };
9811
10723
  AminoConverter: {
9812
10724
  "/cosmos.upgrade.v1beta1.MsgSoftwareUpgrade": {
9813
10725
  aminoType: string;
@@ -10094,9 +11006,54 @@ export declare namespace cosmos {
10094
11006
  };
10095
11007
  }
10096
11008
  const v1beta1: {
10097
- MsgClientImpl: typeof _280.MsgClientImpl;
10098
- createClientImpl: (rpc: import("..").TxRpc) => _280.MsgClientImpl;
11009
+ MsgClientImpl: typeof _282.MsgClientImpl;
11010
+ createClientImpl: (rpc: import("..").TxRpc) => _282.MsgClientImpl;
10099
11011
  registry: ReadonlyArray<[string, import("..").TelescopeGeneratedType<any, any, any>]>;
11012
+ load: (protoRegistry: Registry) => void;
11013
+ MessageComposer: {
11014
+ encoded: {
11015
+ createVestingAccount(value: _117.MsgCreateVestingAccount): {
11016
+ typeUrl: string;
11017
+ value: Uint8Array<ArrayBufferLike>;
11018
+ };
11019
+ createPermanentLockedAccount(value: _117.MsgCreatePermanentLockedAccount): {
11020
+ typeUrl: string;
11021
+ value: Uint8Array<ArrayBufferLike>;
11022
+ };
11023
+ createPeriodicVestingAccount(value: _117.MsgCreatePeriodicVestingAccount): {
11024
+ typeUrl: string;
11025
+ value: Uint8Array<ArrayBufferLike>;
11026
+ };
11027
+ };
11028
+ withTypeUrl: {
11029
+ createVestingAccount(value: _117.MsgCreateVestingAccount): {
11030
+ typeUrl: string;
11031
+ value: _117.MsgCreateVestingAccount;
11032
+ };
11033
+ createPermanentLockedAccount(value: _117.MsgCreatePermanentLockedAccount): {
11034
+ typeUrl: string;
11035
+ value: _117.MsgCreatePermanentLockedAccount;
11036
+ };
11037
+ createPeriodicVestingAccount(value: _117.MsgCreatePeriodicVestingAccount): {
11038
+ typeUrl: string;
11039
+ value: _117.MsgCreatePeriodicVestingAccount;
11040
+ };
11041
+ };
11042
+ fromPartial: {
11043
+ createVestingAccount(value: _117.MsgCreateVestingAccount): {
11044
+ typeUrl: string;
11045
+ value: _117.MsgCreateVestingAccount;
11046
+ };
11047
+ createPermanentLockedAccount(value: _117.MsgCreatePermanentLockedAccount): {
11048
+ typeUrl: string;
11049
+ value: _117.MsgCreatePermanentLockedAccount;
11050
+ };
11051
+ createPeriodicVestingAccount(value: _117.MsgCreatePeriodicVestingAccount): {
11052
+ typeUrl: string;
11053
+ value: _117.MsgCreatePeriodicVestingAccount;
11054
+ };
11055
+ };
11056
+ };
10100
11057
  AminoConverter: {
10101
11058
  "/cosmos.vesting.v1beta1.MsgCreateVestingAccount": {
10102
11059
  aminoType: string;
@@ -10290,53 +11247,53 @@ export declare namespace cosmos {
10290
11247
  }) => Promise<{
10291
11248
  cosmos: {
10292
11249
  auth: {
10293
- v1beta1: _264.MsgClientImpl;
11250
+ v1beta1: _266.MsgClientImpl;
10294
11251
  };
10295
11252
  authz: {
10296
- v1beta1: _265.MsgClientImpl;
11253
+ v1beta1: _267.MsgClientImpl;
10297
11254
  };
10298
11255
  bank: {
10299
- v1beta1: _266.MsgClientImpl;
11256
+ v1beta1: _268.MsgClientImpl;
10300
11257
  };
10301
11258
  benchmark: {
10302
- v1: _267.MsgClientImpl;
11259
+ v1: _269.MsgClientImpl;
10303
11260
  };
10304
11261
  circuit: {
10305
- v1: _268.MsgClientImpl;
11262
+ v1: _270.MsgClientImpl;
10306
11263
  };
10307
11264
  consensus: {
10308
- v1: _269.MsgClientImpl;
11265
+ v1: _271.MsgClientImpl;
10309
11266
  };
10310
11267
  counter: {
10311
- v1: _270.MsgClientImpl;
11268
+ v1: _272.MsgClientImpl;
10312
11269
  };
10313
11270
  distribution: {
10314
- v1beta1: _271.MsgClientImpl;
11271
+ v1beta1: _273.MsgClientImpl;
10315
11272
  };
10316
11273
  feegrant: {
10317
- v1beta1: _272.MsgClientImpl;
11274
+ v1beta1: _274.MsgClientImpl;
10318
11275
  };
10319
11276
  gov: {
10320
- v1: _273.MsgClientImpl;
10321
- v1beta1: _274.MsgClientImpl;
11277
+ v1: _275.MsgClientImpl;
11278
+ v1beta1: _276.MsgClientImpl;
10322
11279
  };
10323
11280
  group: {
10324
- v1: _275.MsgClientImpl;
11281
+ v1: _277.MsgClientImpl;
10325
11282
  };
10326
11283
  mint: {
10327
- v1beta1: _276.MsgClientImpl;
11284
+ v1beta1: _278.MsgClientImpl;
10328
11285
  };
10329
11286
  protocolpool: {
10330
- v1: _277.MsgClientImpl;
11287
+ v1: _279.MsgClientImpl;
10331
11288
  };
10332
11289
  staking: {
10333
- v1beta1: _278.MsgClientImpl;
11290
+ v1beta1: _280.MsgClientImpl;
10334
11291
  };
10335
11292
  upgrade: {
10336
- v1beta1: _279.MsgClientImpl;
11293
+ v1beta1: _281.MsgClientImpl;
10337
11294
  };
10338
11295
  vesting: {
10339
- v1beta1: _280.MsgClientImpl;
11296
+ v1beta1: _282.MsgClientImpl;
10340
11297
  };
10341
11298
  };
10342
11299
  }>;
@@ -10551,58 +11508,58 @@ export declare namespace cosmos {
10551
11508
  }) => Promise<{
10552
11509
  cosmos: {
10553
11510
  auth: {
10554
- v1beta1: _226.LCDQueryClient;
11511
+ v1beta1: _228.LCDQueryClient;
10555
11512
  };
10556
11513
  authz: {
10557
- v1beta1: _227.LCDQueryClient;
11514
+ v1beta1: _229.LCDQueryClient;
10558
11515
  };
10559
11516
  bank: {
10560
- v1beta1: _228.LCDQueryClient;
11517
+ v1beta1: _230.LCDQueryClient;
10561
11518
  };
10562
11519
  base: {
10563
11520
  node: {
10564
- v1beta1: _229.LCDQueryClient;
11521
+ v1beta1: _231.LCDQueryClient;
10565
11522
  };
10566
11523
  };
10567
11524
  circuit: {
10568
- v1: _230.LCDQueryClient;
11525
+ v1: _232.LCDQueryClient;
10569
11526
  };
10570
11527
  consensus: {
10571
- v1: _231.LCDQueryClient;
11528
+ v1: _233.LCDQueryClient;
10572
11529
  };
10573
11530
  distribution: {
10574
- v1beta1: _232.LCDQueryClient;
11531
+ v1beta1: _234.LCDQueryClient;
10575
11532
  };
10576
11533
  epochs: {
10577
- v1beta1: _233.LCDQueryClient;
11534
+ v1beta1: _235.LCDQueryClient;
10578
11535
  };
10579
11536
  feegrant: {
10580
- v1beta1: _234.LCDQueryClient;
11537
+ v1beta1: _236.LCDQueryClient;
10581
11538
  };
10582
11539
  gov: {
10583
- v1: _235.LCDQueryClient;
10584
- v1beta1: _236.LCDQueryClient;
11540
+ v1: _237.LCDQueryClient;
11541
+ v1beta1: _238.LCDQueryClient;
10585
11542
  };
10586
11543
  group: {
10587
- v1: _237.LCDQueryClient;
11544
+ v1: _239.LCDQueryClient;
10588
11545
  };
10589
11546
  mint: {
10590
- v1beta1: _238.LCDQueryClient;
11547
+ v1beta1: _240.LCDQueryClient;
10591
11548
  };
10592
11549
  params: {
10593
- v1beta1: _239.LCDQueryClient;
11550
+ v1beta1: _241.LCDQueryClient;
10594
11551
  };
10595
11552
  protocolpool: {
10596
- v1: _240.LCDQueryClient;
11553
+ v1: _242.LCDQueryClient;
10597
11554
  };
10598
11555
  staking: {
10599
- v1beta1: _241.LCDQueryClient;
11556
+ v1beta1: _243.LCDQueryClient;
10600
11557
  };
10601
11558
  tx: {
10602
- v1beta1: _242.LCDQueryClient;
11559
+ v1beta1: _244.LCDQueryClient;
10603
11560
  };
10604
11561
  upgrade: {
10605
- v1beta1: _243.LCDQueryClient;
11562
+ v1beta1: _245.LCDQueryClient;
10606
11563
  };
10607
11564
  };
10608
11565
  }>;