@manifest-network/manifestjs 2.1.0 → 2.2.0-billing-v2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (111) hide show
  1. package/dist/codegen/cosmos/bundle.d.ts +152 -152
  2. package/dist/codegen/cosmos/bundle.js +156 -156
  3. package/dist/codegen/cosmos/bundle.mjs +156 -156
  4. package/dist/codegen/cosmwasm/bundle.d.ts +10 -10
  5. package/dist/codegen/cosmwasm/bundle.js +16 -16
  6. package/dist/codegen/cosmwasm/bundle.mjs +16 -16
  7. package/dist/codegen/ibc/bundle.d.ts +40 -40
  8. package/dist/codegen/ibc/bundle.js +38 -38
  9. package/dist/codegen/ibc/bundle.mjs +38 -38
  10. package/dist/codegen/liftedinit/billing/v1/genesis.d.ts +55 -0
  11. package/dist/codegen/liftedinit/billing/v1/genesis.js +143 -0
  12. package/dist/codegen/liftedinit/billing/v1/genesis.js.map +1 -0
  13. package/dist/codegen/liftedinit/billing/v1/genesis.mjs +140 -0
  14. package/dist/codegen/liftedinit/billing/v1/query.d.ts +1225 -0
  15. package/dist/codegen/liftedinit/billing/v1/query.js +2354 -0
  16. package/dist/codegen/liftedinit/billing/v1/query.js.map +1 -0
  17. package/dist/codegen/liftedinit/billing/v1/query.lcd.d.ts +20 -0
  18. package/dist/codegen/liftedinit/billing/v1/query.lcd.js +122 -0
  19. package/dist/codegen/liftedinit/billing/v1/query.lcd.js.map +1 -0
  20. package/dist/codegen/liftedinit/billing/v1/query.lcd.mjs +118 -0
  21. package/dist/codegen/liftedinit/billing/v1/query.mjs +2351 -0
  22. package/dist/codegen/liftedinit/billing/v1/query.rpc.Query.d.ts +60 -0
  23. package/dist/codegen/liftedinit/billing/v1/query.rpc.Query.js +131 -0
  24. package/dist/codegen/liftedinit/billing/v1/query.rpc.Query.js.map +1 -0
  25. package/dist/codegen/liftedinit/billing/v1/query.rpc.Query.mjs +126 -0
  26. package/dist/codegen/liftedinit/billing/v1/tx.amino.d.ts +48 -0
  27. package/dist/codegen/liftedinit/billing/v1/tx.amino.js +52 -0
  28. package/dist/codegen/liftedinit/billing/v1/tx.amino.js.map +1 -0
  29. package/dist/codegen/liftedinit/billing/v1/tx.amino.mjs +49 -0
  30. package/dist/codegen/liftedinit/billing/v1/tx.d.ts +1045 -0
  31. package/dist/codegen/liftedinit/billing/v1/tx.js +2101 -0
  32. package/dist/codegen/liftedinit/billing/v1/tx.js.map +1 -0
  33. package/dist/codegen/liftedinit/billing/v1/tx.mjs +2098 -0
  34. package/dist/codegen/liftedinit/billing/v1/tx.registry.d.ts +248 -0
  35. package/dist/codegen/liftedinit/billing/v1/tx.registry.js +294 -0
  36. package/dist/codegen/liftedinit/billing/v1/tx.registry.js.map +1 -0
  37. package/dist/codegen/liftedinit/billing/v1/tx.registry.mjs +290 -0
  38. package/dist/codegen/liftedinit/billing/v1/tx.rpc.msg.d.ts +56 -0
  39. package/dist/codegen/liftedinit/billing/v1/tx.rpc.msg.js +95 -0
  40. package/dist/codegen/liftedinit/billing/v1/tx.rpc.msg.js.map +1 -0
  41. package/dist/codegen/liftedinit/billing/v1/tx.rpc.msg.mjs +90 -0
  42. package/dist/codegen/liftedinit/billing/v1/types.d.ts +460 -0
  43. package/dist/codegen/liftedinit/billing/v1/types.js +829 -0
  44. package/dist/codegen/liftedinit/billing/v1/types.js.map +1 -0
  45. package/dist/codegen/liftedinit/billing/v1/types.mjs +824 -0
  46. package/dist/codegen/liftedinit/bundle.d.ts +2164 -114
  47. package/dist/codegen/liftedinit/bundle.js +66 -20
  48. package/dist/codegen/liftedinit/bundle.js.map +1 -1
  49. package/dist/codegen/liftedinit/bundle.mjs +66 -20
  50. package/dist/codegen/liftedinit/client.d.ts +80 -0
  51. package/dist/codegen/liftedinit/client.js +8 -2
  52. package/dist/codegen/liftedinit/client.js.map +1 -1
  53. package/dist/codegen/liftedinit/client.mjs +8 -2
  54. package/dist/codegen/liftedinit/lcd.d.ts +8 -0
  55. package/dist/codegen/liftedinit/lcd.js +12 -0
  56. package/dist/codegen/liftedinit/lcd.js.map +1 -1
  57. package/dist/codegen/liftedinit/lcd.mjs +12 -0
  58. package/dist/codegen/liftedinit/rpc.query.d.ts +27 -0
  59. package/dist/codegen/liftedinit/rpc.query.js +6 -0
  60. package/dist/codegen/liftedinit/rpc.query.js.map +1 -1
  61. package/dist/codegen/liftedinit/rpc.query.mjs +6 -0
  62. package/dist/codegen/liftedinit/rpc.tx.d.ts +12 -0
  63. package/dist/codegen/liftedinit/rpc.tx.js +6 -0
  64. package/dist/codegen/liftedinit/rpc.tx.js.map +1 -1
  65. package/dist/codegen/liftedinit/rpc.tx.mjs +6 -0
  66. package/dist/codegen/liftedinit/sku/v1/genesis.d.ts +53 -0
  67. package/dist/codegen/liftedinit/sku/v1/genesis.js +135 -0
  68. package/dist/codegen/liftedinit/sku/v1/genesis.js.map +1 -0
  69. package/dist/codegen/liftedinit/sku/v1/genesis.mjs +132 -0
  70. package/dist/codegen/liftedinit/sku/v1/query.d.ts +632 -0
  71. package/dist/codegen/liftedinit/sku/v1/query.js +1327 -0
  72. package/dist/codegen/liftedinit/sku/v1/query.js.map +1 -0
  73. package/dist/codegen/liftedinit/sku/v1/query.lcd.d.ts +15 -0
  74. package/dist/codegen/liftedinit/sku/v1/query.lcd.js +83 -0
  75. package/dist/codegen/liftedinit/sku/v1/query.lcd.js.map +1 -0
  76. package/dist/codegen/liftedinit/sku/v1/query.lcd.mjs +79 -0
  77. package/dist/codegen/liftedinit/sku/v1/query.mjs +1324 -0
  78. package/dist/codegen/liftedinit/sku/v1/query.rpc.Query.d.ts +40 -0
  79. package/dist/codegen/liftedinit/sku/v1/query.rpc.Query.js +84 -0
  80. package/dist/codegen/liftedinit/sku/v1/query.rpc.Query.js.map +1 -0
  81. package/dist/codegen/liftedinit/sku/v1/query.rpc.Query.mjs +79 -0
  82. package/dist/codegen/liftedinit/sku/v1/tx.amino.d.ts +38 -0
  83. package/dist/codegen/liftedinit/sku/v1/tx.amino.js +42 -0
  84. package/dist/codegen/liftedinit/sku/v1/tx.amino.js.map +1 -0
  85. package/dist/codegen/liftedinit/sku/v1/tx.amino.mjs +39 -0
  86. package/dist/codegen/liftedinit/sku/v1/tx.d.ts +689 -0
  87. package/dist/codegen/liftedinit/sku/v1/tx.js +1497 -0
  88. package/dist/codegen/liftedinit/sku/v1/tx.js.map +1 -0
  89. package/dist/codegen/liftedinit/sku/v1/tx.mjs +1494 -0
  90. package/dist/codegen/liftedinit/sku/v1/tx.registry.d.ts +204 -0
  91. package/dist/codegen/liftedinit/sku/v1/tx.registry.js +234 -0
  92. package/dist/codegen/liftedinit/sku/v1/tx.registry.js.map +1 -0
  93. package/dist/codegen/liftedinit/sku/v1/tx.registry.mjs +230 -0
  94. package/dist/codegen/liftedinit/sku/v1/tx.rpc.msg.d.ts +37 -0
  95. package/dist/codegen/liftedinit/sku/v1/tx.rpc.msg.js +74 -0
  96. package/dist/codegen/liftedinit/sku/v1/tx.rpc.msg.js.map +1 -0
  97. package/dist/codegen/liftedinit/sku/v1/tx.rpc.msg.mjs +69 -0
  98. package/dist/codegen/liftedinit/sku/v1/types.d.ts +210 -0
  99. package/dist/codegen/liftedinit/sku/v1/types.js +488 -0
  100. package/dist/codegen/liftedinit/sku/v1/types.js.map +1 -0
  101. package/dist/codegen/liftedinit/sku/v1/types.mjs +483 -0
  102. package/dist/codegen/osmosis/bundle.d.ts +476 -476
  103. package/dist/codegen/osmosis/bundle.js +26 -26
  104. package/dist/codegen/osmosis/bundle.mjs +26 -26
  105. package/dist/codegen/strangelove_ventures/bundle.d.ts +415 -415
  106. package/dist/codegen/strangelove_ventures/bundle.js +26 -26
  107. package/dist/codegen/strangelove_ventures/bundle.mjs +26 -26
  108. package/dist/codegen/tendermint/bundle.d.ts +1312 -1312
  109. package/dist/codegen/tendermint/bundle.js +22 -22
  110. package/dist/codegen/tendermint/bundle.mjs +22 -22
  111. package/package.json +1 -1
@@ -77,53 +77,53 @@ import * as _80 from "./upgrade/v1beta1/tx";
77
77
  import * as _81 from "./upgrade/v1beta1/upgrade";
78
78
  import * as _82 from "./vesting/v1beta1/tx";
79
79
  import * as _83 from "./vesting/v1beta1/vesting";
80
- import * as _171 from "./auth/v1beta1/query.lcd";
81
- import * as _172 from "./authz/v1beta1/query.lcd";
82
- import * as _173 from "./bank/v1beta1/query.lcd";
83
- import * as _174 from "./base/node/v1beta1/query.lcd";
84
- import * as _175 from "./circuit/v1/query.lcd";
85
- import * as _176 from "./consensus/v1/query.lcd";
86
- import * as _177 from "./distribution/v1beta1/query.lcd";
87
- import * as _178 from "./feegrant/v1beta1/query.lcd";
88
- import * as _179 from "./gov/v1/query.lcd";
89
- import * as _180 from "./gov/v1beta1/query.lcd";
90
- import * as _181 from "./group/v1/query.lcd";
91
- import * as _182 from "./mint/v1beta1/query.lcd";
92
- import * as _183 from "./params/v1beta1/query.lcd";
93
- import * as _184 from "./staking/v1beta1/query.lcd";
94
- import * as _185 from "./tx/v1beta1/service.lcd";
95
- import * as _186 from "./upgrade/v1beta1/query.lcd";
96
- import * as _187 from "./auth/v1beta1/query.rpc.Query";
97
- import * as _188 from "./authz/v1beta1/query.rpc.Query";
98
- import * as _189 from "./bank/v1beta1/query.rpc.Query";
99
- import * as _190 from "./base/node/v1beta1/query.rpc.Service";
100
- import * as _191 from "./circuit/v1/query.rpc.Query";
101
- import * as _192 from "./consensus/v1/query.rpc.Query";
102
- import * as _193 from "./distribution/v1beta1/query.rpc.Query";
103
- import * as _194 from "./feegrant/v1beta1/query.rpc.Query";
104
- import * as _195 from "./gov/v1/query.rpc.Query";
105
- import * as _196 from "./gov/v1beta1/query.rpc.Query";
106
- import * as _197 from "./group/v1/query.rpc.Query";
107
- import * as _198 from "./mint/v1beta1/query.rpc.Query";
108
- import * as _199 from "./orm/query/v1alpha1/query.rpc.Query";
109
- import * as _200 from "./params/v1beta1/query.rpc.Query";
110
- import * as _201 from "./staking/v1beta1/query.rpc.Query";
111
- import * as _202 from "./tx/v1beta1/service.rpc.Service";
112
- import * as _203 from "./upgrade/v1beta1/query.rpc.Query";
113
- import * as _204 from "./auth/v1beta1/tx.rpc.msg";
114
- import * as _205 from "./authz/v1beta1/tx.rpc.msg";
115
- import * as _206 from "./bank/v1beta1/tx.rpc.msg";
116
- import * as _207 from "./circuit/v1/tx.rpc.msg";
117
- import * as _208 from "./consensus/v1/tx.rpc.msg";
118
- import * as _209 from "./distribution/v1beta1/tx.rpc.msg";
119
- import * as _210 from "./feegrant/v1beta1/tx.rpc.msg";
120
- import * as _211 from "./gov/v1/tx.rpc.msg";
121
- import * as _212 from "./gov/v1beta1/tx.rpc.msg";
122
- import * as _213 from "./group/v1/tx.rpc.msg";
123
- import * as _214 from "./mint/v1beta1/tx.rpc.msg";
124
- import * as _215 from "./staking/v1beta1/tx.rpc.msg";
125
- import * as _216 from "./upgrade/v1beta1/tx.rpc.msg";
126
- import * as _217 from "./vesting/v1beta1/tx.rpc.msg";
80
+ import * as _179 from "./auth/v1beta1/query.lcd";
81
+ import * as _180 from "./authz/v1beta1/query.lcd";
82
+ import * as _181 from "./bank/v1beta1/query.lcd";
83
+ import * as _182 from "./base/node/v1beta1/query.lcd";
84
+ import * as _183 from "./circuit/v1/query.lcd";
85
+ import * as _184 from "./consensus/v1/query.lcd";
86
+ import * as _185 from "./distribution/v1beta1/query.lcd";
87
+ import * as _186 from "./feegrant/v1beta1/query.lcd";
88
+ import * as _187 from "./gov/v1/query.lcd";
89
+ import * as _188 from "./gov/v1beta1/query.lcd";
90
+ import * as _189 from "./group/v1/query.lcd";
91
+ import * as _190 from "./mint/v1beta1/query.lcd";
92
+ import * as _191 from "./params/v1beta1/query.lcd";
93
+ import * as _192 from "./staking/v1beta1/query.lcd";
94
+ import * as _193 from "./tx/v1beta1/service.lcd";
95
+ import * as _194 from "./upgrade/v1beta1/query.lcd";
96
+ import * as _195 from "./auth/v1beta1/query.rpc.Query";
97
+ import * as _196 from "./authz/v1beta1/query.rpc.Query";
98
+ import * as _197 from "./bank/v1beta1/query.rpc.Query";
99
+ import * as _198 from "./base/node/v1beta1/query.rpc.Service";
100
+ import * as _199 from "./circuit/v1/query.rpc.Query";
101
+ import * as _200 from "./consensus/v1/query.rpc.Query";
102
+ import * as _201 from "./distribution/v1beta1/query.rpc.Query";
103
+ import * as _202 from "./feegrant/v1beta1/query.rpc.Query";
104
+ import * as _203 from "./gov/v1/query.rpc.Query";
105
+ import * as _204 from "./gov/v1beta1/query.rpc.Query";
106
+ import * as _205 from "./group/v1/query.rpc.Query";
107
+ import * as _206 from "./mint/v1beta1/query.rpc.Query";
108
+ import * as _207 from "./orm/query/v1alpha1/query.rpc.Query";
109
+ import * as _208 from "./params/v1beta1/query.rpc.Query";
110
+ import * as _209 from "./staking/v1beta1/query.rpc.Query";
111
+ import * as _210 from "./tx/v1beta1/service.rpc.Service";
112
+ import * as _211 from "./upgrade/v1beta1/query.rpc.Query";
113
+ import * as _212 from "./auth/v1beta1/tx.rpc.msg";
114
+ import * as _213 from "./authz/v1beta1/tx.rpc.msg";
115
+ import * as _214 from "./bank/v1beta1/tx.rpc.msg";
116
+ import * as _215 from "./circuit/v1/tx.rpc.msg";
117
+ import * as _216 from "./consensus/v1/tx.rpc.msg";
118
+ import * as _217 from "./distribution/v1beta1/tx.rpc.msg";
119
+ import * as _218 from "./feegrant/v1beta1/tx.rpc.msg";
120
+ import * as _219 from "./gov/v1/tx.rpc.msg";
121
+ import * as _220 from "./gov/v1beta1/tx.rpc.msg";
122
+ import * as _221 from "./group/v1/tx.rpc.msg";
123
+ import * as _222 from "./mint/v1beta1/tx.rpc.msg";
124
+ import * as _223 from "./staking/v1beta1/tx.rpc.msg";
125
+ import * as _224 from "./upgrade/v1beta1/tx.rpc.msg";
126
+ import * as _225 from "./vesting/v1beta1/tx.rpc.msg";
127
127
  export declare namespace cosmos {
128
128
  namespace app {
129
129
  namespace runtime {
@@ -171,9 +171,9 @@ export declare namespace cosmos {
171
171
  }
172
172
  namespace auth {
173
173
  const v1beta1: {
174
- MsgClientImpl: typeof _204.MsgClientImpl;
175
- createClientImpl: (rpc: import("..").TxRpc) => _204.MsgClientImpl;
176
- QueryClientImpl: typeof _187.QueryClientImpl;
174
+ MsgClientImpl: typeof _212.MsgClientImpl;
175
+ createClientImpl: (rpc: import("..").TxRpc) => _212.MsgClientImpl;
176
+ QueryClientImpl: typeof _195.QueryClientImpl;
177
177
  createRpcQueryExtension: (base: import("@cosmjs/stargate").QueryClient) => {
178
178
  accounts(request?: _6.QueryAccountsRequest): Promise<_6.QueryAccountsResponse>;
179
179
  account(request: _6.QueryAccountRequest): Promise<_6.QueryAccountResponse>;
@@ -186,7 +186,7 @@ export declare namespace cosmos {
186
186
  addressStringToBytes(request: _6.AddressStringToBytesRequest): Promise<_6.AddressStringToBytesResponse>;
187
187
  accountInfo(request: _6.QueryAccountInfoRequest): Promise<_6.QueryAccountInfoResponse>;
188
188
  };
189
- LCDQueryClient: typeof _171.LCDQueryClient;
189
+ LCDQueryClient: typeof _179.LCDQueryClient;
190
190
  registry: ReadonlyArray<[string, import("..").TelescopeGeneratedType<any, any, any>]>;
191
191
  load: (protoRegistry: import("@cosmjs/proto-signing").Registry) => void;
192
192
  MessageComposer: {
@@ -754,15 +754,15 @@ export declare namespace cosmos {
754
754
  }
755
755
  namespace authz {
756
756
  const v1beta1: {
757
- MsgClientImpl: typeof _205.MsgClientImpl;
758
- createClientImpl: (rpc: import("..").TxRpc) => _205.MsgClientImpl;
759
- QueryClientImpl: typeof _188.QueryClientImpl;
757
+ MsgClientImpl: typeof _213.MsgClientImpl;
758
+ createClientImpl: (rpc: import("..").TxRpc) => _213.MsgClientImpl;
759
+ QueryClientImpl: typeof _196.QueryClientImpl;
760
760
  createRpcQueryExtension: (base: import("@cosmjs/stargate").QueryClient) => {
761
761
  grants(request: _11.QueryGrantsRequest): Promise<_11.QueryGrantsResponse>;
762
762
  granterGrants(request: _11.QueryGranterGrantsRequest): Promise<_11.QueryGranterGrantsResponse>;
763
763
  granteeGrants(request: _11.QueryGranteeGrantsRequest): Promise<_11.QueryGranteeGrantsResponse>;
764
764
  };
765
- LCDQueryClient: typeof _172.LCDQueryClient;
765
+ LCDQueryClient: typeof _180.LCDQueryClient;
766
766
  registry: ReadonlyArray<[string, import("..").TelescopeGeneratedType<any, any, any>]>;
767
767
  load: (protoRegistry: import("@cosmjs/proto-signing").Registry) => void;
768
768
  MessageComposer: {
@@ -1351,9 +1351,9 @@ export declare namespace cosmos {
1351
1351
  }
1352
1352
  namespace bank {
1353
1353
  const v1beta1: {
1354
- MsgClientImpl: typeof _206.MsgClientImpl;
1355
- createClientImpl: (rpc: import("..").TxRpc) => _206.MsgClientImpl;
1356
- QueryClientImpl: typeof _189.QueryClientImpl;
1354
+ MsgClientImpl: typeof _214.MsgClientImpl;
1355
+ createClientImpl: (rpc: import("..").TxRpc) => _214.MsgClientImpl;
1356
+ QueryClientImpl: typeof _197.QueryClientImpl;
1357
1357
  createRpcQueryExtension: (base: import("@cosmjs/stargate").QueryClient) => {
1358
1358
  balance(request: _16.QueryBalanceRequest): Promise<_16.QueryBalanceResponse>;
1359
1359
  allBalances(request: _16.QueryAllBalancesRequest): Promise<_16.QueryAllBalancesResponse>;
@@ -1368,7 +1368,7 @@ export declare namespace cosmos {
1368
1368
  denomOwners(request: _16.QueryDenomOwnersRequest): Promise<_16.QueryDenomOwnersResponse>;
1369
1369
  sendEnabled(request: _16.QuerySendEnabledRequest): Promise<_16.QuerySendEnabledResponse>;
1370
1370
  };
1371
- LCDQueryClient: typeof _173.LCDQueryClient;
1371
+ LCDQueryClient: typeof _181.LCDQueryClient;
1372
1372
  registry: ReadonlyArray<[string, import("..").TelescopeGeneratedType<any, any, any>]>;
1373
1373
  load: (protoRegistry: import("@cosmjs/proto-signing").Registry) => void;
1374
1374
  MessageComposer: {
@@ -2558,12 +2558,12 @@ export declare namespace cosmos {
2558
2558
  }
2559
2559
  namespace node {
2560
2560
  const v1beta1: {
2561
- ServiceClientImpl: typeof _190.ServiceClientImpl;
2561
+ ServiceClientImpl: typeof _198.ServiceClientImpl;
2562
2562
  createRpcQueryExtension: (base: import("@cosmjs/stargate").QueryClient) => {
2563
2563
  config(request?: _19.ConfigRequest): Promise<_19.ConfigResponse>;
2564
2564
  status(request?: _19.StatusRequest): Promise<_19.StatusResponse>;
2565
2565
  };
2566
- LCDQueryClient: typeof _174.LCDQueryClient;
2566
+ LCDQueryClient: typeof _182.LCDQueryClient;
2567
2567
  ConfigRequest: {
2568
2568
  typeUrl: string;
2569
2569
  aminoType: string;
@@ -3263,15 +3263,15 @@ export declare namespace cosmos {
3263
3263
  }
3264
3264
  namespace circuit {
3265
3265
  const v1: {
3266
- MsgClientImpl: typeof _207.MsgClientImpl;
3267
- createClientImpl: (rpc: import("..").TxRpc) => _207.MsgClientImpl;
3268
- QueryClientImpl: typeof _191.QueryClientImpl;
3266
+ MsgClientImpl: typeof _215.MsgClientImpl;
3267
+ createClientImpl: (rpc: import("..").TxRpc) => _215.MsgClientImpl;
3268
+ QueryClientImpl: typeof _199.QueryClientImpl;
3269
3269
  createRpcQueryExtension: (base: import("@cosmjs/stargate").QueryClient) => {
3270
3270
  account(request: _23.QueryAccountRequest): Promise<_23.AccountResponse>;
3271
3271
  accounts(request?: _23.QueryAccountsRequest): Promise<_23.AccountsResponse>;
3272
3272
  disabledList(request?: _23.QueryDisabledListRequest): Promise<_23.DisabledListResponse>;
3273
3273
  };
3274
- LCDQueryClient: typeof _175.LCDQueryClient;
3274
+ LCDQueryClient: typeof _183.LCDQueryClient;
3275
3275
  registry: ReadonlyArray<[string, import("..").TelescopeGeneratedType<any, any, any>]>;
3276
3276
  load: (protoRegistry: import("@cosmjs/proto-signing").Registry) => void;
3277
3277
  MessageComposer: {
@@ -3670,13 +3670,13 @@ export declare namespace cosmos {
3670
3670
  }
3671
3671
  namespace consensus {
3672
3672
  const v1: {
3673
- MsgClientImpl: typeof _208.MsgClientImpl;
3674
- createClientImpl: (rpc: import("..").TxRpc) => _208.MsgClientImpl;
3675
- QueryClientImpl: typeof _192.QueryClientImpl;
3673
+ MsgClientImpl: typeof _216.MsgClientImpl;
3674
+ createClientImpl: (rpc: import("..").TxRpc) => _216.MsgClientImpl;
3675
+ QueryClientImpl: typeof _200.QueryClientImpl;
3676
3676
  createRpcQueryExtension: (base: import("@cosmjs/stargate").QueryClient) => {
3677
3677
  params(request?: _26.QueryParamsRequest): Promise<_26.QueryParamsResponse>;
3678
3678
  };
3679
- LCDQueryClient: typeof _176.LCDQueryClient;
3679
+ LCDQueryClient: typeof _184.LCDQueryClient;
3680
3680
  registry: ReadonlyArray<[string, import("..").TelescopeGeneratedType<any, any, any>]>;
3681
3681
  load: (protoRegistry: import("@cosmjs/proto-signing").Registry) => void;
3682
3682
  MessageComposer: {
@@ -4083,9 +4083,9 @@ export declare namespace cosmos {
4083
4083
  }
4084
4084
  namespace distribution {
4085
4085
  const v1beta1: {
4086
- MsgClientImpl: typeof _209.MsgClientImpl;
4087
- createClientImpl: (rpc: import("..").TxRpc) => _209.MsgClientImpl;
4088
- QueryClientImpl: typeof _193.QueryClientImpl;
4086
+ MsgClientImpl: typeof _217.MsgClientImpl;
4087
+ createClientImpl: (rpc: import("..").TxRpc) => _217.MsgClientImpl;
4088
+ QueryClientImpl: typeof _201.QueryClientImpl;
4089
4089
  createRpcQueryExtension: (base: import("@cosmjs/stargate").QueryClient) => {
4090
4090
  params(request?: _36.QueryParamsRequest): Promise<_36.QueryParamsResponse>;
4091
4091
  validatorDistributionInfo(request: _36.QueryValidatorDistributionInfoRequest): Promise<_36.QueryValidatorDistributionInfoResponse>;
@@ -4098,7 +4098,7 @@ export declare namespace cosmos {
4098
4098
  delegatorWithdrawAddress(request: _36.QueryDelegatorWithdrawAddressRequest): Promise<_36.QueryDelegatorWithdrawAddressResponse>;
4099
4099
  communityPool(request?: _36.QueryCommunityPoolRequest): Promise<_36.QueryCommunityPoolResponse>;
4100
4100
  };
4101
- LCDQueryClient: typeof _177.LCDQueryClient;
4101
+ LCDQueryClient: typeof _185.LCDQueryClient;
4102
4102
  registry: ReadonlyArray<[string, import("..").TelescopeGeneratedType<any, any, any>]>;
4103
4103
  load: (protoRegistry: import("@cosmjs/proto-signing").Registry) => void;
4104
4104
  MessageComposer: {
@@ -5356,15 +5356,15 @@ export declare namespace cosmos {
5356
5356
  }
5357
5357
  namespace feegrant {
5358
5358
  const v1beta1: {
5359
- MsgClientImpl: typeof _210.MsgClientImpl;
5360
- createClientImpl: (rpc: import("..").TxRpc) => _210.MsgClientImpl;
5361
- QueryClientImpl: typeof _194.QueryClientImpl;
5359
+ MsgClientImpl: typeof _218.MsgClientImpl;
5360
+ createClientImpl: (rpc: import("..").TxRpc) => _218.MsgClientImpl;
5361
+ QueryClientImpl: typeof _202.QueryClientImpl;
5362
5362
  createRpcQueryExtension: (base: import("@cosmjs/stargate").QueryClient) => {
5363
5363
  allowance(request: _40.QueryAllowanceRequest): Promise<_40.QueryAllowanceResponse>;
5364
5364
  allowances(request: _40.QueryAllowancesRequest): Promise<_40.QueryAllowancesResponse>;
5365
5365
  allowancesByGranter(request: _40.QueryAllowancesByGranterRequest): Promise<_40.QueryAllowancesByGranterResponse>;
5366
5366
  };
5367
- LCDQueryClient: typeof _178.LCDQueryClient;
5367
+ LCDQueryClient: typeof _186.LCDQueryClient;
5368
5368
  registry: ReadonlyArray<[string, import("..").TelescopeGeneratedType<any, any, any>]>;
5369
5369
  load: (protoRegistry: import("@cosmjs/proto-signing").Registry) => void;
5370
5370
  MessageComposer: {
@@ -5864,9 +5864,9 @@ export declare namespace cosmos {
5864
5864
  }
5865
5865
  namespace gov {
5866
5866
  const v1: {
5867
- MsgClientImpl: typeof _211.MsgClientImpl;
5868
- createClientImpl: (rpc: import("..").TxRpc) => _211.MsgClientImpl;
5869
- QueryClientImpl: typeof _195.QueryClientImpl;
5867
+ MsgClientImpl: typeof _219.MsgClientImpl;
5868
+ createClientImpl: (rpc: import("..").TxRpc) => _219.MsgClientImpl;
5869
+ QueryClientImpl: typeof _203.QueryClientImpl;
5870
5870
  createRpcQueryExtension: (base: import("@cosmjs/stargate").QueryClient) => {
5871
5871
  constitution(request?: _44.QueryConstitutionRequest): Promise<_44.QueryConstitutionResponse>;
5872
5872
  proposal(request: _44.QueryProposalRequest): Promise<_44.QueryProposalResponse>;
@@ -5878,7 +5878,7 @@ export declare namespace cosmos {
5878
5878
  deposits(request: _44.QueryDepositsRequest): Promise<_44.QueryDepositsResponse>;
5879
5879
  tallyResult(request: _44.QueryTallyResultRequest): Promise<_44.QueryTallyResultResponse>;
5880
5880
  };
5881
- LCDQueryClient: typeof _179.LCDQueryClient;
5881
+ LCDQueryClient: typeof _187.LCDQueryClient;
5882
5882
  registry: ReadonlyArray<[string, import("..").TelescopeGeneratedType<any, any, any>]>;
5883
5883
  load: (protoRegistry: import("@cosmjs/proto-signing").Registry) => void;
5884
5884
  MessageComposer: {
@@ -7153,9 +7153,9 @@ export declare namespace cosmos {
7153
7153
  };
7154
7154
  };
7155
7155
  const v1beta1: {
7156
- MsgClientImpl: typeof _212.MsgClientImpl;
7157
- createClientImpl: (rpc: import("..").TxRpc) => _212.MsgClientImpl;
7158
- QueryClientImpl: typeof _196.QueryClientImpl;
7156
+ MsgClientImpl: typeof _220.MsgClientImpl;
7157
+ createClientImpl: (rpc: import("..").TxRpc) => _220.MsgClientImpl;
7158
+ QueryClientImpl: typeof _204.QueryClientImpl;
7159
7159
  createRpcQueryExtension: (base: import("@cosmjs/stargate").QueryClient) => {
7160
7160
  proposal(request: _48.QueryProposalRequest): Promise<_48.QueryProposalResponse>;
7161
7161
  proposals(request: _48.QueryProposalsRequest): Promise<_48.QueryProposalsResponse>;
@@ -7166,7 +7166,7 @@ export declare namespace cosmos {
7166
7166
  deposits(request: _48.QueryDepositsRequest): Promise<_48.QueryDepositsResponse>;
7167
7167
  tallyResult(request: _48.QueryTallyResultRequest): Promise<_48.QueryTallyResultResponse>;
7168
7168
  };
7169
- LCDQueryClient: typeof _180.LCDQueryClient;
7169
+ LCDQueryClient: typeof _188.LCDQueryClient;
7170
7170
  registry: ReadonlyArray<[string, import("..").TelescopeGeneratedType<any, any, any>]>;
7171
7171
  load: (protoRegistry: import("@cosmjs/proto-signing").Registry) => void;
7172
7172
  MessageComposer: {
@@ -8165,9 +8165,9 @@ export declare namespace cosmos {
8165
8165
  }
8166
8166
  namespace group {
8167
8167
  const v1: {
8168
- MsgClientImpl: typeof _213.MsgClientImpl;
8169
- createClientImpl: (rpc: import("..").TxRpc) => _213.MsgClientImpl;
8170
- QueryClientImpl: typeof _197.QueryClientImpl;
8168
+ MsgClientImpl: typeof _221.MsgClientImpl;
8169
+ createClientImpl: (rpc: import("..").TxRpc) => _221.MsgClientImpl;
8170
+ QueryClientImpl: typeof _205.QueryClientImpl;
8171
8171
  createRpcQueryExtension: (base: import("@cosmjs/stargate").QueryClient) => {
8172
8172
  groupInfo(request: _52.QueryGroupInfoRequest): Promise<_52.QueryGroupInfoResponse>;
8173
8173
  groupPolicyInfo(request: _52.QueryGroupPolicyInfoRequest): Promise<_52.QueryGroupPolicyInfoResponse>;
@@ -8184,7 +8184,7 @@ export declare namespace cosmos {
8184
8184
  tallyResult(request: _52.QueryTallyResultRequest): Promise<_52.QueryTallyResultResponse>;
8185
8185
  groups(request?: _52.QueryGroupsRequest): Promise<_52.QueryGroupsResponse>;
8186
8186
  };
8187
- LCDQueryClient: typeof _181.LCDQueryClient;
8187
+ LCDQueryClient: typeof _189.LCDQueryClient;
8188
8188
  registry: ReadonlyArray<[string, import("..").TelescopeGeneratedType<any, any, any>]>;
8189
8189
  load: (protoRegistry: import("@cosmjs/proto-signing").Registry) => void;
8190
8190
  MessageComposer: {
@@ -10226,15 +10226,15 @@ export declare namespace cosmos {
10226
10226
  }
10227
10227
  namespace mint {
10228
10228
  const v1beta1: {
10229
- MsgClientImpl: typeof _214.MsgClientImpl;
10230
- createClientImpl: (rpc: import("..").TxRpc) => _214.MsgClientImpl;
10231
- QueryClientImpl: typeof _198.QueryClientImpl;
10229
+ MsgClientImpl: typeof _222.MsgClientImpl;
10230
+ createClientImpl: (rpc: import("..").TxRpc) => _222.MsgClientImpl;
10231
+ QueryClientImpl: typeof _206.QueryClientImpl;
10232
10232
  createRpcQueryExtension: (base: import("@cosmjs/stargate").QueryClient) => {
10233
10233
  params(request?: _57.QueryParamsRequest): Promise<_57.QueryParamsResponse>;
10234
10234
  inflation(request?: _57.QueryInflationRequest): Promise<_57.QueryInflationResponse>;
10235
10235
  annualProvisions(request?: _57.QueryAnnualProvisionsRequest): Promise<_57.QueryAnnualProvisionsResponse>;
10236
10236
  };
10237
- LCDQueryClient: typeof _182.LCDQueryClient;
10237
+ LCDQueryClient: typeof _190.LCDQueryClient;
10238
10238
  registry: ReadonlyArray<[string, import("..").TelescopeGeneratedType<any, any, any>]>;
10239
10239
  load: (protoRegistry: import("@cosmjs/proto-signing").Registry) => void;
10240
10240
  MessageComposer: {
@@ -10505,7 +10505,7 @@ export declare namespace cosmos {
10505
10505
  namespace orm {
10506
10506
  namespace query {
10507
10507
  const v1alpha1: {
10508
- QueryClientImpl: typeof _199.QueryClientImpl;
10508
+ QueryClientImpl: typeof _207.QueryClientImpl;
10509
10509
  createRpcQueryExtension: (base: import("@cosmjs/stargate").QueryClient) => {
10510
10510
  get(request: _60.GetRequest): Promise<_60.GetResponse>;
10511
10511
  list(request: _60.ListRequest): Promise<_60.ListResponse>;
@@ -10648,12 +10648,12 @@ export declare namespace cosmos {
10648
10648
  }
10649
10649
  namespace params {
10650
10650
  const v1beta1: {
10651
- QueryClientImpl: typeof _200.QueryClientImpl;
10651
+ QueryClientImpl: typeof _208.QueryClientImpl;
10652
10652
  createRpcQueryExtension: (base: import("@cosmjs/stargate").QueryClient) => {
10653
10653
  params(request: _62.QueryParamsRequest): Promise<_62.QueryParamsResponse>;
10654
10654
  subspaces(request?: _62.QuerySubspacesRequest): Promise<_62.QuerySubspacesResponse>;
10655
10655
  };
10656
- LCDQueryClient: typeof _183.LCDQueryClient;
10656
+ LCDQueryClient: typeof _191.LCDQueryClient;
10657
10657
  QueryParamsRequest: {
10658
10658
  typeUrl: string;
10659
10659
  aminoType: string;
@@ -10836,9 +10836,9 @@ export declare namespace cosmos {
10836
10836
  }
10837
10837
  namespace staking {
10838
10838
  const v1beta1: {
10839
- MsgClientImpl: typeof _215.MsgClientImpl;
10840
- createClientImpl: (rpc: import("..").TxRpc) => _215.MsgClientImpl;
10841
- QueryClientImpl: typeof _201.QueryClientImpl;
10839
+ MsgClientImpl: typeof _223.MsgClientImpl;
10840
+ createClientImpl: (rpc: import("..").TxRpc) => _223.MsgClientImpl;
10841
+ QueryClientImpl: typeof _209.QueryClientImpl;
10842
10842
  createRpcQueryExtension: (base: import("@cosmjs/stargate").QueryClient) => {
10843
10843
  validators(request: _67.QueryValidatorsRequest): Promise<_67.QueryValidatorsResponse>;
10844
10844
  validator(request: _67.QueryValidatorRequest): Promise<_67.QueryValidatorResponse>;
@@ -10855,7 +10855,7 @@ export declare namespace cosmos {
10855
10855
  pool(request?: _67.QueryPoolRequest): Promise<_67.QueryPoolResponse>;
10856
10856
  params(request?: _67.QueryParamsRequest): Promise<_67.QueryParamsResponse>;
10857
10857
  };
10858
- LCDQueryClient: typeof _184.LCDQueryClient;
10858
+ LCDQueryClient: typeof _192.LCDQueryClient;
10859
10859
  registry: ReadonlyArray<[string, import("..").TelescopeGeneratedType<any, any, any>]>;
10860
10860
  load: (protoRegistry: import("@cosmjs/proto-signing").Registry) => void;
10861
10861
  MessageComposer: {
@@ -12905,7 +12905,7 @@ export declare namespace cosmos {
12905
12905
  };
12906
12906
  }
12907
12907
  const v1beta1: {
12908
- ServiceClientImpl: typeof _202.ServiceClientImpl;
12908
+ ServiceClientImpl: typeof _210.ServiceClientImpl;
12909
12909
  createRpcQueryExtension: (base: import("@cosmjs/stargate").QueryClient) => {
12910
12910
  simulate(request: _77.SimulateRequest): Promise<_77.SimulateResponse>;
12911
12911
  getTx(request: _77.GetTxRequest): Promise<_77.GetTxResponse>;
@@ -12917,7 +12917,7 @@ export declare namespace cosmos {
12917
12917
  txEncodeAmino(request: _77.TxEncodeAminoRequest): Promise<_77.TxEncodeAminoResponse>;
12918
12918
  txDecodeAmino(request: _77.TxDecodeAminoRequest): Promise<_77.TxDecodeAminoResponse>;
12919
12919
  };
12920
- LCDQueryClient: typeof _185.LCDQueryClient;
12920
+ LCDQueryClient: typeof _193.LCDQueryClient;
12921
12921
  Tx: {
12922
12922
  typeUrl: string;
12923
12923
  aminoType: string;
@@ -13521,9 +13521,9 @@ export declare namespace cosmos {
13521
13521
  }
13522
13522
  namespace upgrade {
13523
13523
  const v1beta1: {
13524
- MsgClientImpl: typeof _216.MsgClientImpl;
13525
- createClientImpl: (rpc: import("..").TxRpc) => _216.MsgClientImpl;
13526
- QueryClientImpl: typeof _203.QueryClientImpl;
13524
+ MsgClientImpl: typeof _224.MsgClientImpl;
13525
+ createClientImpl: (rpc: import("..").TxRpc) => _224.MsgClientImpl;
13526
+ QueryClientImpl: typeof _211.QueryClientImpl;
13527
13527
  createRpcQueryExtension: (base: import("@cosmjs/stargate").QueryClient) => {
13528
13528
  currentPlan(request?: _79.QueryCurrentPlanRequest): Promise<_79.QueryCurrentPlanResponse>;
13529
13529
  appliedPlan(request: _79.QueryAppliedPlanRequest): Promise<_79.QueryAppliedPlanResponse>;
@@ -13531,7 +13531,7 @@ export declare namespace cosmos {
13531
13531
  moduleVersions(request: _79.QueryModuleVersionsRequest): Promise<_79.QueryModuleVersionsResponse>;
13532
13532
  authority(request?: _79.QueryAuthorityRequest): Promise<_79.QueryAuthorityResponse>;
13533
13533
  };
13534
- LCDQueryClient: typeof _186.LCDQueryClient;
13534
+ LCDQueryClient: typeof _194.LCDQueryClient;
13535
13535
  registry: ReadonlyArray<[string, import("..").TelescopeGeneratedType<any, any, any>]>;
13536
13536
  load: (protoRegistry: import("@cosmjs/proto-signing").Registry) => void;
13537
13537
  MessageComposer: {
@@ -13959,8 +13959,8 @@ export declare namespace cosmos {
13959
13959
  }
13960
13960
  namespace vesting {
13961
13961
  const v1beta1: {
13962
- MsgClientImpl: typeof _217.MsgClientImpl;
13963
- createClientImpl: (rpc: import("..").TxRpc) => _217.MsgClientImpl;
13962
+ MsgClientImpl: typeof _225.MsgClientImpl;
13963
+ createClientImpl: (rpc: import("..").TxRpc) => _225.MsgClientImpl;
13964
13964
  registry: ReadonlyArray<[string, import("..").TelescopeGeneratedType<any, any, any>]>;
13965
13965
  load: (protoRegistry: import("@cosmjs/proto-signing").Registry) => void;
13966
13966
  MessageComposer: {
@@ -14315,44 +14315,44 @@ export declare namespace cosmos {
14315
14315
  }) => Promise<{
14316
14316
  cosmos: {
14317
14317
  auth: {
14318
- v1beta1: _204.MsgClientImpl;
14318
+ v1beta1: _212.MsgClientImpl;
14319
14319
  };
14320
14320
  authz: {
14321
- v1beta1: _205.MsgClientImpl;
14321
+ v1beta1: _213.MsgClientImpl;
14322
14322
  };
14323
14323
  bank: {
14324
- v1beta1: _206.MsgClientImpl;
14324
+ v1beta1: _214.MsgClientImpl;
14325
14325
  };
14326
14326
  circuit: {
14327
- v1: _207.MsgClientImpl;
14327
+ v1: _215.MsgClientImpl;
14328
14328
  };
14329
14329
  consensus: {
14330
- v1: _208.MsgClientImpl;
14330
+ v1: _216.MsgClientImpl;
14331
14331
  };
14332
14332
  distribution: {
14333
- v1beta1: _209.MsgClientImpl;
14333
+ v1beta1: _217.MsgClientImpl;
14334
14334
  };
14335
14335
  feegrant: {
14336
- v1beta1: _210.MsgClientImpl;
14336
+ v1beta1: _218.MsgClientImpl;
14337
14337
  };
14338
14338
  gov: {
14339
- v1: _211.MsgClientImpl;
14340
- v1beta1: _212.MsgClientImpl;
14339
+ v1: _219.MsgClientImpl;
14340
+ v1beta1: _220.MsgClientImpl;
14341
14341
  };
14342
14342
  group: {
14343
- v1: _213.MsgClientImpl;
14343
+ v1: _221.MsgClientImpl;
14344
14344
  };
14345
14345
  mint: {
14346
- v1beta1: _214.MsgClientImpl;
14346
+ v1beta1: _222.MsgClientImpl;
14347
14347
  };
14348
14348
  staking: {
14349
- v1beta1: _215.MsgClientImpl;
14349
+ v1beta1: _223.MsgClientImpl;
14350
14350
  };
14351
14351
  upgrade: {
14352
- v1beta1: _216.MsgClientImpl;
14352
+ v1beta1: _224.MsgClientImpl;
14353
14353
  };
14354
14354
  vesting: {
14355
- v1beta1: _217.MsgClientImpl;
14355
+ v1beta1: _225.MsgClientImpl;
14356
14356
  };
14357
14357
  };
14358
14358
  }>;
@@ -14362,44 +14362,44 @@ export declare namespace cosmos {
14362
14362
  }) => Promise<{
14363
14363
  cosmos: {
14364
14364
  auth: {
14365
- v1beta1: _204.MsgClientImpl;
14365
+ v1beta1: _212.MsgClientImpl;
14366
14366
  };
14367
14367
  authz: {
14368
- v1beta1: _205.MsgClientImpl;
14368
+ v1beta1: _213.MsgClientImpl;
14369
14369
  };
14370
14370
  bank: {
14371
- v1beta1: _206.MsgClientImpl;
14371
+ v1beta1: _214.MsgClientImpl;
14372
14372
  };
14373
14373
  circuit: {
14374
- v1: _207.MsgClientImpl;
14374
+ v1: _215.MsgClientImpl;
14375
14375
  };
14376
14376
  consensus: {
14377
- v1: _208.MsgClientImpl;
14377
+ v1: _216.MsgClientImpl;
14378
14378
  };
14379
14379
  distribution: {
14380
- v1beta1: _209.MsgClientImpl;
14380
+ v1beta1: _217.MsgClientImpl;
14381
14381
  };
14382
14382
  feegrant: {
14383
- v1beta1: _210.MsgClientImpl;
14383
+ v1beta1: _218.MsgClientImpl;
14384
14384
  };
14385
14385
  gov: {
14386
- v1: _211.MsgClientImpl;
14387
- v1beta1: _212.MsgClientImpl;
14386
+ v1: _219.MsgClientImpl;
14387
+ v1beta1: _220.MsgClientImpl;
14388
14388
  };
14389
14389
  group: {
14390
- v1: _213.MsgClientImpl;
14390
+ v1: _221.MsgClientImpl;
14391
14391
  };
14392
14392
  mint: {
14393
- v1beta1: _214.MsgClientImpl;
14393
+ v1beta1: _222.MsgClientImpl;
14394
14394
  };
14395
14395
  staking: {
14396
- v1beta1: _215.MsgClientImpl;
14396
+ v1beta1: _223.MsgClientImpl;
14397
14397
  };
14398
14398
  upgrade: {
14399
- v1beta1: _216.MsgClientImpl;
14399
+ v1beta1: _224.MsgClientImpl;
14400
14400
  };
14401
14401
  vesting: {
14402
- v1beta1: _217.MsgClientImpl;
14402
+ v1beta1: _225.MsgClientImpl;
14403
14403
  };
14404
14404
  };
14405
14405
  }>;
@@ -14594,52 +14594,52 @@ export declare namespace cosmos {
14594
14594
  }) => Promise<{
14595
14595
  cosmos: {
14596
14596
  auth: {
14597
- v1beta1: _171.LCDQueryClient;
14597
+ v1beta1: _179.LCDQueryClient;
14598
14598
  };
14599
14599
  authz: {
14600
- v1beta1: _172.LCDQueryClient;
14600
+ v1beta1: _180.LCDQueryClient;
14601
14601
  };
14602
14602
  bank: {
14603
- v1beta1: _173.LCDQueryClient;
14603
+ v1beta1: _181.LCDQueryClient;
14604
14604
  };
14605
14605
  base: {
14606
14606
  node: {
14607
- v1beta1: _174.LCDQueryClient;
14607
+ v1beta1: _182.LCDQueryClient;
14608
14608
  };
14609
14609
  };
14610
14610
  circuit: {
14611
- v1: _175.LCDQueryClient;
14611
+ v1: _183.LCDQueryClient;
14612
14612
  };
14613
14613
  consensus: {
14614
- v1: _176.LCDQueryClient;
14614
+ v1: _184.LCDQueryClient;
14615
14615
  };
14616
14616
  distribution: {
14617
- v1beta1: _177.LCDQueryClient;
14617
+ v1beta1: _185.LCDQueryClient;
14618
14618
  };
14619
14619
  feegrant: {
14620
- v1beta1: _178.LCDQueryClient;
14620
+ v1beta1: _186.LCDQueryClient;
14621
14621
  };
14622
14622
  gov: {
14623
- v1: _179.LCDQueryClient;
14624
- v1beta1: _180.LCDQueryClient;
14623
+ v1: _187.LCDQueryClient;
14624
+ v1beta1: _188.LCDQueryClient;
14625
14625
  };
14626
14626
  group: {
14627
- v1: _181.LCDQueryClient;
14627
+ v1: _189.LCDQueryClient;
14628
14628
  };
14629
14629
  mint: {
14630
- v1beta1: _182.LCDQueryClient;
14630
+ v1beta1: _190.LCDQueryClient;
14631
14631
  };
14632
14632
  params: {
14633
- v1beta1: _183.LCDQueryClient;
14633
+ v1beta1: _191.LCDQueryClient;
14634
14634
  };
14635
14635
  staking: {
14636
- v1beta1: _184.LCDQueryClient;
14636
+ v1beta1: _192.LCDQueryClient;
14637
14637
  };
14638
14638
  tx: {
14639
- v1beta1: _185.LCDQueryClient;
14639
+ v1beta1: _193.LCDQueryClient;
14640
14640
  };
14641
14641
  upgrade: {
14642
- v1beta1: _186.LCDQueryClient;
14642
+ v1beta1: _194.LCDQueryClient;
14643
14643
  };
14644
14644
  };
14645
14645
  }>;