@zoguxprotocol/client-js 0.2.0 → 0.2.2

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 (79) hide show
  1. package/build/cjs/node_modules/@zoguxprotocol/proto/src/codegen/cosmos/bundle.js +126 -126
  2. package/build/cjs/node_modules/@zoguxprotocol/proto/src/codegen/zogux/bridge/token.js +1 -1
  3. package/build/cjs/node_modules/@zoguxprotocol/proto/src/codegen/zogux/bundle.js +183 -164
  4. package/build/cjs/node_modules/@zoguxprotocol/proto/src/codegen/zogux/clob/clob_pair.js +7 -15
  5. package/build/cjs/node_modules/@zoguxprotocol/proto/src/codegen/zogux/indexer/events/events.js +102 -2
  6. package/build/cjs/node_modules/@zoguxprotocol/proto/src/codegen/zogux/lcd.js +4 -1
  7. package/build/cjs/node_modules/@zoguxprotocol/proto/src/codegen/zogux/rpc.query.js +2 -1
  8. package/build/cjs/node_modules/@zoguxprotocol/proto/src/codegen/zogux/rpc.tx.js +2 -1
  9. package/build/cjs/node_modules/@zoguxprotocol/proto/src/codegen/zogux/spots/fee_tier.js +123 -0
  10. package/build/cjs/node_modules/@zoguxprotocol/proto/src/codegen/zogux/spots/genesis.js +93 -0
  11. package/build/cjs/node_modules/@zoguxprotocol/proto/src/codegen/zogux/spots/market.js +133 -0
  12. package/build/cjs/node_modules/@zoguxprotocol/proto/src/codegen/zogux/spots/price.js +91 -0
  13. package/build/cjs/node_modules/@zoguxprotocol/proto/src/codegen/zogux/spots/query.js +101 -0
  14. package/build/cjs/node_modules/@zoguxprotocol/proto/src/codegen/zogux/spots/query.lcd.js +16 -0
  15. package/build/cjs/node_modules/@zoguxprotocol/proto/src/codegen/zogux/spots/query.rpc.Query.js +62 -0
  16. package/build/cjs/node_modules/@zoguxprotocol/proto/src/codegen/zogux/spots/tx.js +109 -0
  17. package/build/cjs/node_modules/@zoguxprotocol/proto/src/codegen/zogux/spots/tx.rpc.msg.js +51 -0
  18. package/build/cjs/node_modules/@zoguxprotocol/proto/src/codegen/zogux/token/query.js +1 -1
  19. package/build/cjs/node_modules/@zoguxprotocol/proto/src/codegen/zogux/token/tx.js +1 -1
  20. package/build/cjs/tsconfig.cjs.tsbuildinfo +1 -1
  21. package/build/esm/node_modules/@zoguxprotocol/proto/src/codegen/cosmos/bundle.d.ts +158 -158
  22. package/build/esm/node_modules/@zoguxprotocol/proto/src/codegen/cosmos/bundle.js +126 -126
  23. package/build/esm/node_modules/@zoguxprotocol/proto/src/codegen/zogux/bridge/token.d.ts +24 -6
  24. package/build/esm/node_modules/@zoguxprotocol/proto/src/codegen/zogux/bridge/token.d.ts.map +1 -1
  25. package/build/esm/node_modules/@zoguxprotocol/proto/src/codegen/zogux/bridge/token.js +1 -1
  26. package/build/esm/node_modules/@zoguxprotocol/proto/src/codegen/zogux/bundle.d.ts +662 -590
  27. package/build/esm/node_modules/@zoguxprotocol/proto/src/codegen/zogux/bundle.d.ts.map +1 -1
  28. package/build/esm/node_modules/@zoguxprotocol/proto/src/codegen/zogux/bundle.js +183 -164
  29. package/build/esm/node_modules/@zoguxprotocol/proto/src/codegen/zogux/clob/clob_pair.d.ts +5 -8
  30. package/build/esm/node_modules/@zoguxprotocol/proto/src/codegen/zogux/clob/clob_pair.d.ts.map +1 -1
  31. package/build/esm/node_modules/@zoguxprotocol/proto/src/codegen/zogux/clob/clob_pair.js +7 -15
  32. package/build/esm/node_modules/@zoguxprotocol/proto/src/codegen/zogux/indexer/events/events.d.ts +52 -0
  33. package/build/esm/node_modules/@zoguxprotocol/proto/src/codegen/zogux/indexer/events/events.d.ts.map +1 -1
  34. package/build/esm/node_modules/@zoguxprotocol/proto/src/codegen/zogux/indexer/events/events.js +101 -1
  35. package/build/esm/node_modules/@zoguxprotocol/proto/src/codegen/zogux/lcd.d.ts +1 -0
  36. package/build/esm/node_modules/@zoguxprotocol/proto/src/codegen/zogux/lcd.d.ts.map +1 -1
  37. package/build/esm/node_modules/@zoguxprotocol/proto/src/codegen/zogux/lcd.js +4 -1
  38. package/build/esm/node_modules/@zoguxprotocol/proto/src/codegen/zogux/ratelimit/limit_params.d.ts +1 -1
  39. package/build/esm/node_modules/@zoguxprotocol/proto/src/codegen/zogux/rpc.query.d.ts +3 -0
  40. package/build/esm/node_modules/@zoguxprotocol/proto/src/codegen/zogux/rpc.query.d.ts.map +1 -1
  41. package/build/esm/node_modules/@zoguxprotocol/proto/src/codegen/zogux/rpc.query.js +2 -1
  42. package/build/esm/node_modules/@zoguxprotocol/proto/src/codegen/zogux/rpc.tx.d.ts +1 -0
  43. package/build/esm/node_modules/@zoguxprotocol/proto/src/codegen/zogux/rpc.tx.d.ts.map +1 -1
  44. package/build/esm/node_modules/@zoguxprotocol/proto/src/codegen/zogux/rpc.tx.js +2 -1
  45. package/build/esm/node_modules/@zoguxprotocol/proto/src/codegen/zogux/spots/fee_tier.d.ts +35 -0
  46. package/build/esm/node_modules/@zoguxprotocol/proto/src/codegen/zogux/spots/fee_tier.d.ts.map +1 -0
  47. package/build/esm/node_modules/@zoguxprotocol/proto/src/codegen/zogux/spots/fee_tier.js +87 -0
  48. package/build/esm/node_modules/@zoguxprotocol/proto/src/codegen/zogux/spots/genesis.d.ts +23 -0
  49. package/build/esm/node_modules/@zoguxprotocol/proto/src/codegen/zogux/spots/genesis.d.ts.map +1 -0
  50. package/build/esm/node_modules/@zoguxprotocol/proto/src/codegen/zogux/spots/genesis.js +57 -0
  51. package/build/esm/node_modules/@zoguxprotocol/proto/src/codegen/zogux/spots/market.d.ts +46 -0
  52. package/build/esm/node_modules/@zoguxprotocol/proto/src/codegen/zogux/spots/market.d.ts.map +1 -0
  53. package/build/esm/node_modules/@zoguxprotocol/proto/src/codegen/zogux/spots/market.js +97 -0
  54. package/build/esm/node_modules/@zoguxprotocol/proto/src/codegen/zogux/spots/price.d.ts +23 -0
  55. package/build/esm/node_modules/@zoguxprotocol/proto/src/codegen/zogux/spots/price.d.ts.map +1 -0
  56. package/build/esm/node_modules/@zoguxprotocol/proto/src/codegen/zogux/spots/price.js +55 -0
  57. package/build/esm/node_modules/@zoguxprotocol/proto/src/codegen/zogux/spots/query.d.ts +40 -0
  58. package/build/esm/node_modules/@zoguxprotocol/proto/src/codegen/zogux/spots/query.d.ts.map +1 -0
  59. package/build/esm/node_modules/@zoguxprotocol/proto/src/codegen/zogux/spots/query.js +65 -0
  60. package/build/esm/node_modules/@zoguxprotocol/proto/src/codegen/zogux/spots/query.lcd.d.ts +10 -0
  61. package/build/esm/node_modules/@zoguxprotocol/proto/src/codegen/zogux/spots/query.lcd.d.ts.map +1 -0
  62. package/build/esm/node_modules/@zoguxprotocol/proto/src/codegen/zogux/spots/query.lcd.js +12 -0
  63. package/build/esm/node_modules/@zoguxprotocol/proto/src/codegen/zogux/spots/query.rpc.Query.d.ts +17 -0
  64. package/build/esm/node_modules/@zoguxprotocol/proto/src/codegen/zogux/spots/query.rpc.Query.d.ts.map +1 -0
  65. package/build/esm/node_modules/@zoguxprotocol/proto/src/codegen/zogux/spots/query.rpc.Query.js +24 -0
  66. package/build/esm/node_modules/@zoguxprotocol/proto/src/codegen/zogux/spots/tx.d.ts +37 -0
  67. package/build/esm/node_modules/@zoguxprotocol/proto/src/codegen/zogux/spots/tx.d.ts.map +1 -0
  68. package/build/esm/node_modules/@zoguxprotocol/proto/src/codegen/zogux/spots/tx.js +73 -0
  69. package/build/esm/node_modules/@zoguxprotocol/proto/src/codegen/zogux/spots/tx.rpc.msg.d.ts +13 -0
  70. package/build/esm/node_modules/@zoguxprotocol/proto/src/codegen/zogux/spots/tx.rpc.msg.d.ts.map +1 -0
  71. package/build/esm/node_modules/@zoguxprotocol/proto/src/codegen/zogux/spots/tx.rpc.msg.js +14 -0
  72. package/build/esm/node_modules/@zoguxprotocol/proto/src/codegen/zogux/token/query.d.ts +12 -0
  73. package/build/esm/node_modules/@zoguxprotocol/proto/src/codegen/zogux/token/query.d.ts.map +1 -1
  74. package/build/esm/node_modules/@zoguxprotocol/proto/src/codegen/zogux/token/query.js +1 -1
  75. package/build/esm/node_modules/@zoguxprotocol/proto/src/codegen/zogux/token/tx.d.ts +1 -0
  76. package/build/esm/node_modules/@zoguxprotocol/proto/src/codegen/zogux/token/tx.d.ts.map +1 -1
  77. package/build/esm/node_modules/@zoguxprotocol/proto/src/codegen/zogux/token/tx.js +1 -1
  78. package/build/esm/tsconfig.esm.tsbuildinfo +1 -1
  79. package/package.json +3 -3
@@ -121,66 +121,66 @@ import * as _124 from "./upgrade/v1beta1/upgrade";
121
121
  import * as _125 from "./vesting/module/v1/module";
122
122
  import * as _126 from "./vesting/v1beta1/tx";
123
123
  import * as _127 from "./vesting/v1beta1/vesting";
124
- import * as _282 from "./auth/v1beta1/query.lcd";
125
- import * as _283 from "./authz/v1beta1/query.lcd";
126
- import * as _284 from "./bank/v1beta1/query.lcd";
127
- import * as _285 from "./base/node/v1beta1/query.lcd";
128
- import * as _286 from "./base/tendermint/v1beta1/query.lcd";
129
- import * as _287 from "./circuit/v1/query.lcd";
130
- import * as _288 from "./consensus/v1/query.lcd";
131
- import * as _289 from "./distribution/v1beta1/query.lcd";
132
- import * as _290 from "./evidence/v1beta1/query.lcd";
133
- import * as _291 from "./feegrant/v1beta1/query.lcd";
134
- import * as _292 from "./gov/v1/query.lcd";
135
- import * as _293 from "./gov/v1beta1/query.lcd";
136
- import * as _294 from "./group/v1/query.lcd";
137
- import * as _295 from "./mint/v1beta1/query.lcd";
138
- import * as _296 from "./nft/v1beta1/query.lcd";
139
- import * as _297 from "./params/v1beta1/query.lcd";
140
- import * as _298 from "./slashing/v1beta1/query.lcd";
141
- import * as _299 from "./staking/v1beta1/query.lcd";
142
- import * as _300 from "./tx/v1beta1/service.lcd";
143
- import * as _301 from "./upgrade/v1beta1/query.lcd";
144
- import * as _302 from "./app/v1alpha1/query.rpc.Query";
145
- import * as _303 from "./auth/v1beta1/query.rpc.Query";
146
- import * as _304 from "./authz/v1beta1/query.rpc.Query";
147
- import * as _305 from "./bank/v1beta1/query.rpc.Query";
148
- import * as _306 from "./base/node/v1beta1/query.rpc.Service";
149
- import * as _307 from "./base/tendermint/v1beta1/query.rpc.Service";
150
- import * as _308 from "./circuit/v1/query.rpc.Query";
151
- import * as _309 from "./consensus/v1/query.rpc.Query";
152
- import * as _310 from "./distribution/v1beta1/query.rpc.Query";
153
- import * as _311 from "./evidence/v1beta1/query.rpc.Query";
154
- import * as _312 from "./feegrant/v1beta1/query.rpc.Query";
155
- import * as _313 from "./gov/v1/query.rpc.Query";
156
- import * as _314 from "./gov/v1beta1/query.rpc.Query";
157
- import * as _315 from "./group/v1/query.rpc.Query";
158
- import * as _316 from "./mint/v1beta1/query.rpc.Query";
159
- import * as _317 from "./nft/v1beta1/query.rpc.Query";
160
- import * as _318 from "./orm/query/v1alpha1/query.rpc.Query";
161
- import * as _319 from "./params/v1beta1/query.rpc.Query";
162
- import * as _320 from "./slashing/v1beta1/query.rpc.Query";
163
- import * as _321 from "./staking/v1beta1/query.rpc.Query";
164
- import * as _322 from "./tx/v1beta1/service.rpc.Service";
165
- import * as _323 from "./upgrade/v1beta1/query.rpc.Query";
166
- import * as _324 from "./auth/v1beta1/tx.rpc.msg";
167
- import * as _325 from "./authz/v1beta1/tx.rpc.msg";
168
- import * as _326 from "./bank/v1beta1/tx.rpc.msg";
169
- import * as _327 from "./circuit/v1/tx.rpc.msg";
170
- import * as _328 from "./consensus/v1/tx.rpc.msg";
171
- import * as _329 from "./crisis/v1beta1/tx.rpc.msg";
172
- import * as _330 from "./distribution/v1beta1/tx.rpc.msg";
173
- import * as _331 from "./evidence/v1beta1/tx.rpc.msg";
174
- import * as _332 from "./feegrant/v1beta1/tx.rpc.msg";
175
- import * as _333 from "./gov/v1/tx.rpc.msg";
176
- import * as _334 from "./gov/v1beta1/tx.rpc.msg";
177
- import * as _335 from "./group/v1/tx.rpc.msg";
178
- import * as _336 from "./mint/v1beta1/tx.rpc.msg";
179
- import * as _337 from "./nft/v1beta1/tx.rpc.msg";
180
- import * as _338 from "./slashing/v1beta1/tx.rpc.msg";
181
- import * as _339 from "./staking/v1beta1/tx.rpc.msg";
182
- import * as _340 from "./upgrade/v1beta1/tx.rpc.msg";
183
- import * as _341 from "./vesting/v1beta1/tx.rpc.msg";
124
+ import * as _288 from "./auth/v1beta1/query.lcd";
125
+ import * as _289 from "./authz/v1beta1/query.lcd";
126
+ import * as _290 from "./bank/v1beta1/query.lcd";
127
+ import * as _291 from "./base/node/v1beta1/query.lcd";
128
+ import * as _292 from "./base/tendermint/v1beta1/query.lcd";
129
+ import * as _293 from "./circuit/v1/query.lcd";
130
+ import * as _294 from "./consensus/v1/query.lcd";
131
+ import * as _295 from "./distribution/v1beta1/query.lcd";
132
+ import * as _296 from "./evidence/v1beta1/query.lcd";
133
+ import * as _297 from "./feegrant/v1beta1/query.lcd";
134
+ import * as _298 from "./gov/v1/query.lcd";
135
+ import * as _299 from "./gov/v1beta1/query.lcd";
136
+ import * as _300 from "./group/v1/query.lcd";
137
+ import * as _301 from "./mint/v1beta1/query.lcd";
138
+ import * as _302 from "./nft/v1beta1/query.lcd";
139
+ import * as _303 from "./params/v1beta1/query.lcd";
140
+ import * as _304 from "./slashing/v1beta1/query.lcd";
141
+ import * as _305 from "./staking/v1beta1/query.lcd";
142
+ import * as _306 from "./tx/v1beta1/service.lcd";
143
+ import * as _307 from "./upgrade/v1beta1/query.lcd";
144
+ import * as _308 from "./app/v1alpha1/query.rpc.Query";
145
+ import * as _309 from "./auth/v1beta1/query.rpc.Query";
146
+ import * as _310 from "./authz/v1beta1/query.rpc.Query";
147
+ import * as _311 from "./bank/v1beta1/query.rpc.Query";
148
+ import * as _312 from "./base/node/v1beta1/query.rpc.Service";
149
+ import * as _313 from "./base/tendermint/v1beta1/query.rpc.Service";
150
+ import * as _314 from "./circuit/v1/query.rpc.Query";
151
+ import * as _315 from "./consensus/v1/query.rpc.Query";
152
+ import * as _316 from "./distribution/v1beta1/query.rpc.Query";
153
+ import * as _317 from "./evidence/v1beta1/query.rpc.Query";
154
+ import * as _318 from "./feegrant/v1beta1/query.rpc.Query";
155
+ import * as _319 from "./gov/v1/query.rpc.Query";
156
+ import * as _320 from "./gov/v1beta1/query.rpc.Query";
157
+ import * as _321 from "./group/v1/query.rpc.Query";
158
+ import * as _322 from "./mint/v1beta1/query.rpc.Query";
159
+ import * as _323 from "./nft/v1beta1/query.rpc.Query";
160
+ import * as _324 from "./orm/query/v1alpha1/query.rpc.Query";
161
+ import * as _325 from "./params/v1beta1/query.rpc.Query";
162
+ import * as _326 from "./slashing/v1beta1/query.rpc.Query";
163
+ import * as _327 from "./staking/v1beta1/query.rpc.Query";
164
+ import * as _328 from "./tx/v1beta1/service.rpc.Service";
165
+ import * as _329 from "./upgrade/v1beta1/query.rpc.Query";
166
+ import * as _330 from "./auth/v1beta1/tx.rpc.msg";
167
+ import * as _331 from "./authz/v1beta1/tx.rpc.msg";
168
+ import * as _332 from "./bank/v1beta1/tx.rpc.msg";
169
+ import * as _333 from "./circuit/v1/tx.rpc.msg";
170
+ import * as _334 from "./consensus/v1/tx.rpc.msg";
171
+ import * as _335 from "./crisis/v1beta1/tx.rpc.msg";
172
+ import * as _336 from "./distribution/v1beta1/tx.rpc.msg";
173
+ import * as _337 from "./evidence/v1beta1/tx.rpc.msg";
174
+ import * as _338 from "./feegrant/v1beta1/tx.rpc.msg";
175
+ import * as _339 from "./gov/v1/tx.rpc.msg";
176
+ import * as _340 from "./gov/v1beta1/tx.rpc.msg";
177
+ import * as _341 from "./group/v1/tx.rpc.msg";
178
+ import * as _342 from "./mint/v1beta1/tx.rpc.msg";
179
+ import * as _343 from "./nft/v1beta1/tx.rpc.msg";
180
+ import * as _344 from "./slashing/v1beta1/tx.rpc.msg";
181
+ import * as _345 from "./staking/v1beta1/tx.rpc.msg";
182
+ import * as _346 from "./upgrade/v1beta1/tx.rpc.msg";
183
+ import * as _347 from "./vesting/v1beta1/tx.rpc.msg";
184
184
  export declare namespace cosmos {
185
185
  namespace app {
186
186
  namespace runtime {
@@ -198,7 +198,7 @@ export declare namespace cosmos {
198
198
  };
199
199
  }
200
200
  const v1alpha1: {
201
- QueryClientImpl: typeof _302.QueryClientImpl;
201
+ QueryClientImpl: typeof _308.QueryClientImpl;
202
202
  createRpcQueryExtension: (base: import("@cosmjs/stargate").QueryClient) => {
203
203
  config(request?: _5.QueryConfigRequest): Promise<_5.QueryConfigResponse>;
204
204
  };
@@ -260,8 +260,8 @@ export declare namespace cosmos {
260
260
  };
261
261
  }
262
262
  const v1beta1: {
263
- MsgClientImpl: typeof _324.MsgClientImpl;
264
- QueryClientImpl: typeof _303.QueryClientImpl;
263
+ MsgClientImpl: typeof _330.MsgClientImpl;
264
+ QueryClientImpl: typeof _309.QueryClientImpl;
265
265
  createRpcQueryExtension: (base: import("@cosmjs/stargate").QueryClient) => {
266
266
  accounts(request?: _9.QueryAccountsRequest): Promise<_9.QueryAccountsResponse>;
267
267
  account(request: _9.QueryAccountRequest): Promise<_9.QueryAccountResponse>;
@@ -274,7 +274,7 @@ export declare namespace cosmos {
274
274
  addressStringToBytes(request: _9.AddressStringToBytesRequest): Promise<_9.AddressStringToBytesResponse>;
275
275
  accountInfo(request: _9.QueryAccountInfoRequest): Promise<_9.QueryAccountInfoResponse>;
276
276
  };
277
- LCDQueryClient: typeof _282.LCDQueryClient;
277
+ LCDQueryClient: typeof _288.LCDQueryClient;
278
278
  MsgUpdateParams: {
279
279
  encode(message: _10.MsgUpdateParams, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
280
280
  decode(input: import("protobufjs").Reader | Uint8Array, length?: number): _10.MsgUpdateParams;
@@ -423,14 +423,14 @@ export declare namespace cosmos {
423
423
  };
424
424
  }
425
425
  const v1beta1: {
426
- MsgClientImpl: typeof _325.MsgClientImpl;
427
- QueryClientImpl: typeof _304.QueryClientImpl;
426
+ MsgClientImpl: typeof _331.MsgClientImpl;
427
+ QueryClientImpl: typeof _310.QueryClientImpl;
428
428
  createRpcQueryExtension: (base: import("@cosmjs/stargate").QueryClient) => {
429
429
  grants(request: _15.QueryGrantsRequest): Promise<_15.QueryGrantsResponse>;
430
430
  granterGrants(request: _15.QueryGranterGrantsRequest): Promise<_15.QueryGranterGrantsResponse>;
431
431
  granteeGrants(request: _15.QueryGranteeGrantsRequest): Promise<_15.QueryGranteeGrantsResponse>;
432
432
  };
433
- LCDQueryClient: typeof _283.LCDQueryClient;
433
+ LCDQueryClient: typeof _289.LCDQueryClient;
434
434
  MsgGrant: {
435
435
  encode(message: _16.MsgGrant, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
436
436
  decode(input: import("protobufjs").Reader | Uint8Array, length?: number): _16.MsgGrant;
@@ -539,8 +539,8 @@ export declare namespace cosmos {
539
539
  };
540
540
  }
541
541
  const v1beta1: {
542
- MsgClientImpl: typeof _326.MsgClientImpl;
543
- QueryClientImpl: typeof _305.QueryClientImpl;
542
+ MsgClientImpl: typeof _332.MsgClientImpl;
543
+ QueryClientImpl: typeof _311.QueryClientImpl;
544
544
  createRpcQueryExtension: (base: import("@cosmjs/stargate").QueryClient) => {
545
545
  balance(request: _21.QueryBalanceRequest): Promise<_21.QueryBalanceResponse>;
546
546
  allBalances(request: _21.QueryAllBalancesRequest): Promise<_21.QueryAllBalancesResponse>;
@@ -555,7 +555,7 @@ export declare namespace cosmos {
555
555
  denomOwners(request: _21.QueryDenomOwnersRequest): Promise<_21.QueryDenomOwnersResponse>;
556
556
  sendEnabled(request: _21.QuerySendEnabledRequest): Promise<_21.QuerySendEnabledResponse>;
557
557
  };
558
- LCDQueryClient: typeof _284.LCDQueryClient;
558
+ LCDQueryClient: typeof _290.LCDQueryClient;
559
559
  MsgSend: {
560
560
  encode(message: _22.MsgSend, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
561
561
  decode(input: import("protobufjs").Reader | Uint8Array, length?: number): _22.MsgSend;
@@ -835,12 +835,12 @@ export declare namespace cosmos {
835
835
  }
836
836
  namespace node {
837
837
  const v1beta1: {
838
- ServiceClientImpl: typeof _306.ServiceClientImpl;
838
+ ServiceClientImpl: typeof _312.ServiceClientImpl;
839
839
  createRpcQueryExtension: (base: import("@cosmjs/stargate").QueryClient) => {
840
840
  config(request?: _24.ConfigRequest): Promise<_24.ConfigResponse>;
841
841
  status(request?: _24.StatusRequest): Promise<_24.StatusResponse>;
842
842
  };
843
- LCDQueryClient: typeof _285.LCDQueryClient;
843
+ LCDQueryClient: typeof _291.LCDQueryClient;
844
844
  ConfigRequest: {
845
845
  encode(_: _24.ConfigRequest, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
846
846
  decode(input: import("protobufjs").Reader | Uint8Array, length?: number): _24.ConfigRequest;
@@ -1035,7 +1035,7 @@ export declare namespace cosmos {
1035
1035
  }
1036
1036
  namespace tendermint {
1037
1037
  const v1beta1: {
1038
- ServiceClientImpl: typeof _307.ServiceClientImpl;
1038
+ ServiceClientImpl: typeof _313.ServiceClientImpl;
1039
1039
  createRpcQueryExtension: (base: import("@cosmjs/stargate").QueryClient) => {
1040
1040
  getNodeInfo(request?: _28.GetNodeInfoRequest): Promise<_28.GetNodeInfoResponse>;
1041
1041
  getSyncing(request?: _28.GetSyncingRequest): Promise<_28.GetSyncingResponse>;
@@ -1045,7 +1045,7 @@ export declare namespace cosmos {
1045
1045
  getValidatorSetByHeight(request: _28.GetValidatorSetByHeightRequest): Promise<_28.GetValidatorSetByHeightResponse>;
1046
1046
  aBCIQuery(request: _28.ABCIQueryRequest): Promise<_28.ABCIQueryResponse>;
1047
1047
  };
1048
- LCDQueryClient: typeof _286.LCDQueryClient;
1048
+ LCDQueryClient: typeof _292.LCDQueryClient;
1049
1049
  Block: {
1050
1050
  encode(message: _29.Block, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
1051
1051
  decode(input: import("protobufjs").Reader | Uint8Array, length?: number): _29.Block;
@@ -1187,14 +1187,14 @@ export declare namespace cosmos {
1187
1187
  };
1188
1188
  }
1189
1189
  const v1: {
1190
- MsgClientImpl: typeof _327.MsgClientImpl;
1191
- QueryClientImpl: typeof _308.QueryClientImpl;
1190
+ MsgClientImpl: typeof _333.MsgClientImpl;
1191
+ QueryClientImpl: typeof _314.QueryClientImpl;
1192
1192
  createRpcQueryExtension: (base: import("@cosmjs/stargate").QueryClient) => {
1193
1193
  account(request: _32.QueryAccountRequest): Promise<_32.AccountResponse>;
1194
1194
  accounts(request?: _32.QueryAccountsRequest): Promise<_32.AccountsResponse>;
1195
1195
  disabledList(request?: _32.QueryDisabledListRequest): Promise<_32.DisabledListResponse>;
1196
1196
  };
1197
- LCDQueryClient: typeof _287.LCDQueryClient;
1197
+ LCDQueryClient: typeof _293.LCDQueryClient;
1198
1198
  permissions_LevelFromJSON(object: any): _34.Permissions_Level;
1199
1199
  permissions_LevelToJSON(object: _34.Permissions_Level): string;
1200
1200
  Permissions_Level: typeof _34.Permissions_Level;
@@ -1287,12 +1287,12 @@ export declare namespace cosmos {
1287
1287
  };
1288
1288
  }
1289
1289
  const v1: {
1290
- MsgClientImpl: typeof _328.MsgClientImpl;
1291
- QueryClientImpl: typeof _309.QueryClientImpl;
1290
+ MsgClientImpl: typeof _334.MsgClientImpl;
1291
+ QueryClientImpl: typeof _315.QueryClientImpl;
1292
1292
  createRpcQueryExtension: (base: import("@cosmjs/stargate").QueryClient) => {
1293
1293
  params(request?: _36.QueryParamsRequest): Promise<_36.QueryParamsResponse>;
1294
1294
  };
1295
- LCDQueryClient: typeof _288.LCDQueryClient;
1295
+ LCDQueryClient: typeof _294.LCDQueryClient;
1296
1296
  MsgUpdateParams: {
1297
1297
  encode(message: _37.MsgUpdateParams, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
1298
1298
  decode(input: import("protobufjs").Reader | Uint8Array, length?: number): _37.MsgUpdateParams;
@@ -1326,7 +1326,7 @@ export declare namespace cosmos {
1326
1326
  };
1327
1327
  }
1328
1328
  const v1beta1: {
1329
- MsgClientImpl: typeof _329.MsgClientImpl;
1329
+ MsgClientImpl: typeof _335.MsgClientImpl;
1330
1330
  MsgVerifyInvariant: {
1331
1331
  encode(message: _40.MsgVerifyInvariant, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
1332
1332
  decode(input: import("protobufjs").Reader | Uint8Array, length?: number): _40.MsgVerifyInvariant;
@@ -1448,8 +1448,8 @@ export declare namespace cosmos {
1448
1448
  };
1449
1449
  }
1450
1450
  const v1beta1: {
1451
- MsgClientImpl: typeof _330.MsgClientImpl;
1452
- QueryClientImpl: typeof _310.QueryClientImpl;
1451
+ MsgClientImpl: typeof _336.MsgClientImpl;
1452
+ QueryClientImpl: typeof _316.QueryClientImpl;
1453
1453
  createRpcQueryExtension: (base: import("@cosmjs/stargate").QueryClient) => {
1454
1454
  params(request?: _50.QueryParamsRequest): Promise<_50.QueryParamsResponse>;
1455
1455
  validatorDistributionInfo(request: _50.QueryValidatorDistributionInfoRequest): Promise<_50.QueryValidatorDistributionInfoResponse>;
@@ -1462,7 +1462,7 @@ export declare namespace cosmos {
1462
1462
  delegatorWithdrawAddress(request: _50.QueryDelegatorWithdrawAddressRequest): Promise<_50.QueryDelegatorWithdrawAddressResponse>;
1463
1463
  communityPool(request?: _50.QueryCommunityPoolRequest): Promise<_50.QueryCommunityPoolResponse>;
1464
1464
  };
1465
- LCDQueryClient: typeof _289.LCDQueryClient;
1465
+ LCDQueryClient: typeof _295.LCDQueryClient;
1466
1466
  MsgSetWithdrawAddress: {
1467
1467
  encode(message: _51.MsgSetWithdrawAddress, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
1468
1468
  decode(input: import("protobufjs").Reader | Uint8Array, length?: number): _51.MsgSetWithdrawAddress;
@@ -1746,13 +1746,13 @@ export declare namespace cosmos {
1746
1746
  };
1747
1747
  }
1748
1748
  const v1beta1: {
1749
- MsgClientImpl: typeof _331.MsgClientImpl;
1750
- QueryClientImpl: typeof _311.QueryClientImpl;
1749
+ MsgClientImpl: typeof _337.MsgClientImpl;
1750
+ QueryClientImpl: typeof _317.QueryClientImpl;
1751
1751
  createRpcQueryExtension: (base: import("@cosmjs/stargate").QueryClient) => {
1752
1752
  evidence(request: _55.QueryEvidenceRequest): Promise<_55.QueryEvidenceResponse>;
1753
1753
  allEvidence(request?: _55.QueryAllEvidenceRequest): Promise<_55.QueryAllEvidenceResponse>;
1754
1754
  };
1755
- LCDQueryClient: typeof _290.LCDQueryClient;
1755
+ LCDQueryClient: typeof _296.LCDQueryClient;
1756
1756
  MsgSubmitEvidence: {
1757
1757
  encode(message: _56.MsgSubmitEvidence, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
1758
1758
  decode(input: import("protobufjs").Reader | Uint8Array, length?: number): _56.MsgSubmitEvidence;
@@ -1806,14 +1806,14 @@ export declare namespace cosmos {
1806
1806
  };
1807
1807
  }
1808
1808
  const v1beta1: {
1809
- MsgClientImpl: typeof _332.MsgClientImpl;
1810
- QueryClientImpl: typeof _312.QueryClientImpl;
1809
+ MsgClientImpl: typeof _338.MsgClientImpl;
1810
+ QueryClientImpl: typeof _318.QueryClientImpl;
1811
1811
  createRpcQueryExtension: (base: import("@cosmjs/stargate").QueryClient) => {
1812
1812
  allowance(request: _60.QueryAllowanceRequest): Promise<_60.QueryAllowanceResponse>;
1813
1813
  allowances(request: _60.QueryAllowancesRequest): Promise<_60.QueryAllowancesResponse>;
1814
1814
  allowancesByGranter(request: _60.QueryAllowancesByGranterRequest): Promise<_60.QueryAllowancesByGranterResponse>;
1815
1815
  };
1816
- LCDQueryClient: typeof _291.LCDQueryClient;
1816
+ LCDQueryClient: typeof _297.LCDQueryClient;
1817
1817
  MsgGrantAllowance: {
1818
1818
  encode(message: _61.MsgGrantAllowance, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
1819
1819
  decode(input: import("protobufjs").Reader | Uint8Array, length?: number): _61.MsgGrantAllowance;
@@ -1930,8 +1930,8 @@ export declare namespace cosmos {
1930
1930
  };
1931
1931
  }
1932
1932
  const v1: {
1933
- MsgClientImpl: typeof _333.MsgClientImpl;
1934
- QueryClientImpl: typeof _313.QueryClientImpl;
1933
+ MsgClientImpl: typeof _339.MsgClientImpl;
1934
+ QueryClientImpl: typeof _319.QueryClientImpl;
1935
1935
  createRpcQueryExtension: (base: import("@cosmjs/stargate").QueryClient) => {
1936
1936
  constitution(request?: _67.QueryConstitutionRequest): Promise<_67.QueryConstitutionResponse>;
1937
1937
  proposal(request: _67.QueryProposalRequest): Promise<_67.QueryProposalResponse>;
@@ -1943,7 +1943,7 @@ export declare namespace cosmos {
1943
1943
  deposits(request: _67.QueryDepositsRequest): Promise<_67.QueryDepositsResponse>;
1944
1944
  tallyResult(request: _67.QueryTallyResultRequest): Promise<_67.QueryTallyResultResponse>;
1945
1945
  };
1946
- LCDQueryClient: typeof _292.LCDQueryClient;
1946
+ LCDQueryClient: typeof _298.LCDQueryClient;
1947
1947
  MsgSubmitProposal: {
1948
1948
  encode(message: _68.MsgSubmitProposal, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
1949
1949
  decode(input: import("protobufjs").Reader | Uint8Array, length?: number): _68.MsgSubmitProposal;
@@ -2164,8 +2164,8 @@ export declare namespace cosmos {
2164
2164
  };
2165
2165
  };
2166
2166
  const v1beta1: {
2167
- MsgClientImpl: typeof _334.MsgClientImpl;
2168
- QueryClientImpl: typeof _314.QueryClientImpl;
2167
+ MsgClientImpl: typeof _340.MsgClientImpl;
2168
+ QueryClientImpl: typeof _320.QueryClientImpl;
2169
2169
  createRpcQueryExtension: (base: import("@cosmjs/stargate").QueryClient) => {
2170
2170
  proposal(request: _71.QueryProposalRequest): Promise<_71.QueryProposalResponse>;
2171
2171
  proposals(request: _71.QueryProposalsRequest): Promise<_71.QueryProposalsResponse>;
@@ -2176,7 +2176,7 @@ export declare namespace cosmos {
2176
2176
  deposits(request: _71.QueryDepositsRequest): Promise<_71.QueryDepositsResponse>;
2177
2177
  tallyResult(request: _71.QueryTallyResultRequest): Promise<_71.QueryTallyResultResponse>;
2178
2178
  };
2179
- LCDQueryClient: typeof _293.LCDQueryClient;
2179
+ LCDQueryClient: typeof _299.LCDQueryClient;
2180
2180
  MsgSubmitProposal: {
2181
2181
  encode(message: _72.MsgSubmitProposal, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
2182
2182
  decode(input: import("protobufjs").Reader | Uint8Array, length?: number): _72.MsgSubmitProposal;
@@ -2368,8 +2368,8 @@ export declare namespace cosmos {
2368
2368
  };
2369
2369
  }
2370
2370
  const v1: {
2371
- MsgClientImpl: typeof _335.MsgClientImpl;
2372
- QueryClientImpl: typeof _315.QueryClientImpl;
2371
+ MsgClientImpl: typeof _341.MsgClientImpl;
2372
+ QueryClientImpl: typeof _321.QueryClientImpl;
2373
2373
  createRpcQueryExtension: (base: import("@cosmjs/stargate").QueryClient) => {
2374
2374
  groupInfo(request: _76.QueryGroupInfoRequest): Promise<_76.QueryGroupInfoResponse>;
2375
2375
  groupPolicyInfo(request: _76.QueryGroupPolicyInfoRequest): Promise<_76.QueryGroupPolicyInfoResponse>;
@@ -2386,7 +2386,7 @@ export declare namespace cosmos {
2386
2386
  tallyResult(request: _76.QueryTallyResultRequest): Promise<_76.QueryTallyResultResponse>;
2387
2387
  groups(request?: _76.QueryGroupsRequest): Promise<_76.QueryGroupsResponse>;
2388
2388
  };
2389
- LCDQueryClient: typeof _294.LCDQueryClient;
2389
+ LCDQueryClient: typeof _300.LCDQueryClient;
2390
2390
  voteOptionFromJSON(object: any): _78.VoteOption;
2391
2391
  voteOptionToJSON(object: _78.VoteOption): string;
2392
2392
  proposalStatusFromJSON(object: any): _78.ProposalStatus;
@@ -2806,14 +2806,14 @@ export declare namespace cosmos {
2806
2806
  };
2807
2807
  }
2808
2808
  const v1beta1: {
2809
- MsgClientImpl: typeof _336.MsgClientImpl;
2810
- QueryClientImpl: typeof _316.QueryClientImpl;
2809
+ MsgClientImpl: typeof _342.MsgClientImpl;
2810
+ QueryClientImpl: typeof _322.QueryClientImpl;
2811
2811
  createRpcQueryExtension: (base: import("@cosmjs/stargate").QueryClient) => {
2812
2812
  params(request?: _82.QueryParamsRequest): Promise<_82.QueryParamsResponse>;
2813
2813
  inflation(request?: _82.QueryInflationRequest): Promise<_82.QueryInflationResponse>;
2814
2814
  annualProvisions(request?: _82.QueryAnnualProvisionsRequest): Promise<_82.QueryAnnualProvisionsResponse>;
2815
2815
  };
2816
- LCDQueryClient: typeof _295.LCDQueryClient;
2816
+ LCDQueryClient: typeof _301.LCDQueryClient;
2817
2817
  MsgUpdateParams: {
2818
2818
  encode(message: _83.MsgUpdateParams, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
2819
2819
  decode(input: import("protobufjs").Reader | Uint8Array, length?: number): _83.MsgUpdateParams;
@@ -2888,8 +2888,8 @@ export declare namespace cosmos {
2888
2888
  };
2889
2889
  }
2890
2890
  const v1beta1: {
2891
- MsgClientImpl: typeof _337.MsgClientImpl;
2892
- QueryClientImpl: typeof _317.QueryClientImpl;
2891
+ MsgClientImpl: typeof _343.MsgClientImpl;
2892
+ QueryClientImpl: typeof _323.QueryClientImpl;
2893
2893
  createRpcQueryExtension: (base: import("@cosmjs/stargate").QueryClient) => {
2894
2894
  balance(request: _90.QueryBalanceRequest): Promise<_90.QueryBalanceResponse>;
2895
2895
  owner(request: _90.QueryOwnerRequest): Promise<_90.QueryOwnerResponse>;
@@ -2899,7 +2899,7 @@ export declare namespace cosmos {
2899
2899
  class(request: _90.QueryClassRequest): Promise<_90.QueryClassResponse>;
2900
2900
  classes(request?: _90.QueryClassesRequest): Promise<_90.QueryClassesResponse>;
2901
2901
  };
2902
- LCDQueryClient: typeof _296.LCDQueryClient;
2902
+ LCDQueryClient: typeof _302.LCDQueryClient;
2903
2903
  MsgSend: {
2904
2904
  encode(message: _91.MsgSend, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
2905
2905
  decode(input: import("protobufjs").Reader | Uint8Array, length?: number): _91.MsgSend;
@@ -3029,7 +3029,7 @@ export declare namespace cosmos {
3029
3029
  }
3030
3030
  namespace query {
3031
3031
  const v1alpha1: {
3032
- QueryClientImpl: typeof _318.QueryClientImpl;
3032
+ QueryClientImpl: typeof _324.QueryClientImpl;
3033
3033
  createRpcQueryExtension: (base: import("@cosmjs/stargate").QueryClient) => {
3034
3034
  get(request: _93.GetRequest): Promise<_93.GetResponse>;
3035
3035
  list(request: _93.ListRequest): Promise<_93.ListResponse>;
@@ -3121,12 +3121,12 @@ export declare namespace cosmos {
3121
3121
  };
3122
3122
  }
3123
3123
  const v1beta1: {
3124
- QueryClientImpl: typeof _319.QueryClientImpl;
3124
+ QueryClientImpl: typeof _325.QueryClientImpl;
3125
3125
  createRpcQueryExtension: (base: import("@cosmjs/stargate").QueryClient) => {
3126
3126
  params(request: _98.QueryParamsRequest): Promise<_98.QueryParamsResponse>;
3127
3127
  subspaces(request?: _98.QuerySubspacesRequest): Promise<_98.QuerySubspacesResponse>;
3128
3128
  };
3129
- LCDQueryClient: typeof _297.LCDQueryClient;
3129
+ LCDQueryClient: typeof _303.LCDQueryClient;
3130
3130
  QueryParamsRequest: {
3131
3131
  encode(message: _98.QueryParamsRequest, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
3132
3132
  decode(input: import("protobufjs").Reader | Uint8Array, length?: number): _98.QueryParamsRequest;
@@ -3192,14 +3192,14 @@ export declare namespace cosmos {
3192
3192
  };
3193
3193
  }
3194
3194
  const v1beta1: {
3195
- MsgClientImpl: typeof _338.MsgClientImpl;
3196
- QueryClientImpl: typeof _320.QueryClientImpl;
3195
+ MsgClientImpl: typeof _344.MsgClientImpl;
3196
+ QueryClientImpl: typeof _326.QueryClientImpl;
3197
3197
  createRpcQueryExtension: (base: import("@cosmjs/stargate").QueryClient) => {
3198
3198
  params(request?: _103.QueryParamsRequest): Promise<_103.QueryParamsResponse>;
3199
3199
  signingInfo(request: _103.QuerySigningInfoRequest): Promise<_103.QuerySigningInfoResponse>;
3200
3200
  signingInfos(request?: _103.QuerySigningInfosRequest): Promise<_103.QuerySigningInfosResponse>;
3201
3201
  };
3202
- LCDQueryClient: typeof _298.LCDQueryClient;
3202
+ LCDQueryClient: typeof _304.LCDQueryClient;
3203
3203
  MsgUnjail: {
3204
3204
  encode(message: _105.MsgUnjail, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
3205
3205
  decode(input: import("protobufjs").Reader | Uint8Array, length?: number): _105.MsgUnjail;
@@ -3293,8 +3293,8 @@ export declare namespace cosmos {
3293
3293
  };
3294
3294
  }
3295
3295
  const v1beta1: {
3296
- MsgClientImpl: typeof _339.MsgClientImpl;
3297
- QueryClientImpl: typeof _321.QueryClientImpl;
3296
+ MsgClientImpl: typeof _345.MsgClientImpl;
3297
+ QueryClientImpl: typeof _327.QueryClientImpl;
3298
3298
  createRpcQueryExtension: (base: import("@cosmjs/stargate").QueryClient) => {
3299
3299
  validators(request: _109.QueryValidatorsRequest): Promise<_109.QueryValidatorsResponse>;
3300
3300
  validator(request: _109.QueryValidatorRequest): Promise<_109.QueryValidatorResponse>;
@@ -3311,7 +3311,7 @@ export declare namespace cosmos {
3311
3311
  pool(request?: _109.QueryPoolRequest): Promise<_109.QueryPoolResponse>;
3312
3312
  params(request?: _109.QueryParamsRequest): Promise<_109.QueryParamsResponse>;
3313
3313
  };
3314
- LCDQueryClient: typeof _299.LCDQueryClient;
3314
+ LCDQueryClient: typeof _305.LCDQueryClient;
3315
3315
  MsgCreateValidator: {
3316
3316
  encode(message: _111.MsgCreateValidator, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
3317
3317
  decode(input: import("protobufjs").Reader | Uint8Array, length?: number): _111.MsgCreateValidator;
@@ -3813,7 +3813,7 @@ export declare namespace cosmos {
3813
3813
  };
3814
3814
  }
3815
3815
  const v1beta1: {
3816
- ServiceClientImpl: typeof _322.ServiceClientImpl;
3816
+ ServiceClientImpl: typeof _328.ServiceClientImpl;
3817
3817
  createRpcQueryExtension: (base: import("@cosmjs/stargate").QueryClient) => {
3818
3818
  simulate(request: _119.SimulateRequest): Promise<_119.SimulateResponse>;
3819
3819
  getTx(request: _119.GetTxRequest): Promise<_119.GetTxResponse>;
@@ -3825,7 +3825,7 @@ export declare namespace cosmos {
3825
3825
  txEncodeAmino(request: _119.TxEncodeAminoRequest): Promise<_119.TxEncodeAminoResponse>;
3826
3826
  txDecodeAmino(request: _119.TxDecodeAminoRequest): Promise<_119.TxDecodeAminoResponse>;
3827
3827
  };
3828
- LCDQueryClient: typeof _300.LCDQueryClient;
3828
+ LCDQueryClient: typeof _306.LCDQueryClient;
3829
3829
  Tx: {
3830
3830
  encode(message: _120.Tx, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
3831
3831
  decode(input: import("protobufjs").Reader | Uint8Array, length?: number): _120.Tx;
@@ -4002,8 +4002,8 @@ export declare namespace cosmos {
4002
4002
  };
4003
4003
  }
4004
4004
  const v1beta1: {
4005
- MsgClientImpl: typeof _340.MsgClientImpl;
4006
- QueryClientImpl: typeof _323.QueryClientImpl;
4005
+ MsgClientImpl: typeof _346.MsgClientImpl;
4006
+ QueryClientImpl: typeof _329.QueryClientImpl;
4007
4007
  createRpcQueryExtension: (base: import("@cosmjs/stargate").QueryClient) => {
4008
4008
  currentPlan(request?: _122.QueryCurrentPlanRequest): Promise<_122.QueryCurrentPlanResponse>;
4009
4009
  appliedPlan(request: _122.QueryAppliedPlanRequest): Promise<_122.QueryAppliedPlanResponse>;
@@ -4011,7 +4011,7 @@ export declare namespace cosmos {
4011
4011
  moduleVersions(request: _122.QueryModuleVersionsRequest): Promise<_122.QueryModuleVersionsResponse>;
4012
4012
  authority(request?: _122.QueryAuthorityRequest): Promise<_122.QueryAuthorityResponse>;
4013
4013
  };
4014
- LCDQueryClient: typeof _301.LCDQueryClient;
4014
+ LCDQueryClient: typeof _307.LCDQueryClient;
4015
4015
  Plan: {
4016
4016
  encode(message: _124.Plan, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
4017
4017
  decode(input: import("protobufjs").Reader | Uint8Array, length?: number): _124.Plan;
@@ -4115,7 +4115,7 @@ export declare namespace cosmos {
4115
4115
  };
4116
4116
  }
4117
4117
  const v1beta1: {
4118
- MsgClientImpl: typeof _341.MsgClientImpl;
4118
+ MsgClientImpl: typeof _347.MsgClientImpl;
4119
4119
  BaseVestingAccount: {
4120
4120
  encode(message: _127.BaseVestingAccount, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
4121
4121
  decode(input: import("protobufjs").Reader | Uint8Array, length?: number): _127.BaseVestingAccount;
@@ -4184,56 +4184,56 @@ export declare namespace cosmos {
4184
4184
  }) => Promise<{
4185
4185
  cosmos: {
4186
4186
  auth: {
4187
- v1beta1: _324.MsgClientImpl;
4187
+ v1beta1: _330.MsgClientImpl;
4188
4188
  };
4189
4189
  authz: {
4190
- v1beta1: _325.MsgClientImpl;
4190
+ v1beta1: _331.MsgClientImpl;
4191
4191
  };
4192
4192
  bank: {
4193
- v1beta1: _326.MsgClientImpl;
4193
+ v1beta1: _332.MsgClientImpl;
4194
4194
  };
4195
4195
  circuit: {
4196
- v1: _327.MsgClientImpl;
4196
+ v1: _333.MsgClientImpl;
4197
4197
  };
4198
4198
  consensus: {
4199
- v1: _328.MsgClientImpl;
4199
+ v1: _334.MsgClientImpl;
4200
4200
  };
4201
4201
  crisis: {
4202
- v1beta1: _329.MsgClientImpl;
4202
+ v1beta1: _335.MsgClientImpl;
4203
4203
  };
4204
4204
  distribution: {
4205
- v1beta1: _330.MsgClientImpl;
4205
+ v1beta1: _336.MsgClientImpl;
4206
4206
  };
4207
4207
  evidence: {
4208
- v1beta1: _331.MsgClientImpl;
4208
+ v1beta1: _337.MsgClientImpl;
4209
4209
  };
4210
4210
  feegrant: {
4211
- v1beta1: _332.MsgClientImpl;
4211
+ v1beta1: _338.MsgClientImpl;
4212
4212
  };
4213
4213
  gov: {
4214
- v1: _333.MsgClientImpl;
4215
- v1beta1: _334.MsgClientImpl;
4214
+ v1: _339.MsgClientImpl;
4215
+ v1beta1: _340.MsgClientImpl;
4216
4216
  };
4217
4217
  group: {
4218
- v1: _335.MsgClientImpl;
4218
+ v1: _341.MsgClientImpl;
4219
4219
  };
4220
4220
  mint: {
4221
- v1beta1: _336.MsgClientImpl;
4221
+ v1beta1: _342.MsgClientImpl;
4222
4222
  };
4223
4223
  nft: {
4224
- v1beta1: _337.MsgClientImpl;
4224
+ v1beta1: _343.MsgClientImpl;
4225
4225
  };
4226
4226
  slashing: {
4227
- v1beta1: _338.MsgClientImpl;
4227
+ v1beta1: _344.MsgClientImpl;
4228
4228
  };
4229
4229
  staking: {
4230
- v1beta1: _339.MsgClientImpl;
4230
+ v1beta1: _345.MsgClientImpl;
4231
4231
  };
4232
4232
  upgrade: {
4233
- v1beta1: _340.MsgClientImpl;
4233
+ v1beta1: _346.MsgClientImpl;
4234
4234
  };
4235
4235
  vesting: {
4236
- v1beta1: _341.MsgClientImpl;
4236
+ v1beta1: _347.MsgClientImpl;
4237
4237
  };
4238
4238
  };
4239
4239
  }>;
@@ -4468,64 +4468,64 @@ export declare namespace cosmos {
4468
4468
  }) => Promise<{
4469
4469
  cosmos: {
4470
4470
  auth: {
4471
- v1beta1: _282.LCDQueryClient;
4471
+ v1beta1: _288.LCDQueryClient;
4472
4472
  };
4473
4473
  authz: {
4474
- v1beta1: _283.LCDQueryClient;
4474
+ v1beta1: _289.LCDQueryClient;
4475
4475
  };
4476
4476
  bank: {
4477
- v1beta1: _284.LCDQueryClient;
4477
+ v1beta1: _290.LCDQueryClient;
4478
4478
  };
4479
4479
  base: {
4480
4480
  node: {
4481
- v1beta1: _285.LCDQueryClient;
4481
+ v1beta1: _291.LCDQueryClient;
4482
4482
  };
4483
4483
  tendermint: {
4484
- v1beta1: _286.LCDQueryClient;
4484
+ v1beta1: _292.LCDQueryClient;
4485
4485
  };
4486
4486
  };
4487
4487
  circuit: {
4488
- v1: _287.LCDQueryClient;
4488
+ v1: _293.LCDQueryClient;
4489
4489
  };
4490
4490
  consensus: {
4491
- v1: _288.LCDQueryClient;
4491
+ v1: _294.LCDQueryClient;
4492
4492
  };
4493
4493
  distribution: {
4494
- v1beta1: _289.LCDQueryClient;
4494
+ v1beta1: _295.LCDQueryClient;
4495
4495
  };
4496
4496
  evidence: {
4497
- v1beta1: _290.LCDQueryClient;
4497
+ v1beta1: _296.LCDQueryClient;
4498
4498
  };
4499
4499
  feegrant: {
4500
- v1beta1: _291.LCDQueryClient;
4500
+ v1beta1: _297.LCDQueryClient;
4501
4501
  };
4502
4502
  gov: {
4503
- v1: _292.LCDQueryClient;
4504
- v1beta1: _293.LCDQueryClient;
4503
+ v1: _298.LCDQueryClient;
4504
+ v1beta1: _299.LCDQueryClient;
4505
4505
  };
4506
4506
  group: {
4507
- v1: _294.LCDQueryClient;
4507
+ v1: _300.LCDQueryClient;
4508
4508
  };
4509
4509
  mint: {
4510
- v1beta1: _295.LCDQueryClient;
4510
+ v1beta1: _301.LCDQueryClient;
4511
4511
  };
4512
4512
  nft: {
4513
- v1beta1: _296.LCDQueryClient;
4513
+ v1beta1: _302.LCDQueryClient;
4514
4514
  };
4515
4515
  params: {
4516
- v1beta1: _297.LCDQueryClient;
4516
+ v1beta1: _303.LCDQueryClient;
4517
4517
  };
4518
4518
  slashing: {
4519
- v1beta1: _298.LCDQueryClient;
4519
+ v1beta1: _304.LCDQueryClient;
4520
4520
  };
4521
4521
  staking: {
4522
- v1beta1: _299.LCDQueryClient;
4522
+ v1beta1: _305.LCDQueryClient;
4523
4523
  };
4524
4524
  tx: {
4525
- v1beta1: _300.LCDQueryClient;
4525
+ v1beta1: _306.LCDQueryClient;
4526
4526
  };
4527
4527
  upgrade: {
4528
- v1beta1: _301.LCDQueryClient;
4528
+ v1beta1: _307.LCDQueryClient;
4529
4529
  };
4530
4530
  };
4531
4531
  }>;