@sparkdreamnft/sparkdreamjs 0.0.5 → 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 (88) hide show
  1. package/cosmos/bundle.d.ts +162 -162
  2. package/cosmos/bundle.js +184 -184
  3. package/esm/cosmos/bundle.js +184 -184
  4. package/esm/ibc/bundle.js +96 -96
  5. package/esm/sparkdream/blog/module/{module.js → v1/module.js} +3 -3
  6. package/esm/sparkdream/blog/{genesis.js → v1/genesis.js} +3 -3
  7. package/esm/sparkdream/blog/{params.js → v1/params.js} +3 -3
  8. package/esm/sparkdream/blog/{post.js → v1/post.js} +3 -3
  9. package/esm/sparkdream/blog/{query.js → v1/query.js} +14 -14
  10. package/esm/sparkdream/blog/{query.lcd.js → v1/query.lcd.js} +6 -6
  11. package/esm/sparkdream/blog/{query.rpc.Query.js → v1/query.rpc.Query.js} +6 -6
  12. package/esm/sparkdream/blog/{tx.amino.js → v1/tx.amino.js} +7 -7
  13. package/esm/sparkdream/blog/{tx.js → v1/tx.js} +17 -17
  14. package/esm/sparkdream/blog/{tx.registry.js → v1/tx.registry.js} +13 -13
  15. package/esm/sparkdream/blog/{tx.rpc.msg.js → v1/tx.rpc.msg.js} +8 -8
  16. package/esm/sparkdream/bundle.js +68 -48
  17. package/esm/sparkdream/client.js +7 -7
  18. package/esm/sparkdream/lcd.js +10 -6
  19. package/esm/sparkdream/rpc.query.js +6 -2
  20. package/esm/sparkdream/rpc.tx.js +6 -2
  21. package/esm/sparkdream/sparkdream/module/{module.js → v1/module.js} +3 -3
  22. package/esm/sparkdream/sparkdream/{genesis.js → v1/genesis.js} +3 -3
  23. package/esm/sparkdream/sparkdream/{params.js → v1/params.js} +3 -3
  24. package/esm/sparkdream/sparkdream/{query.js → v1/query.js} +5 -5
  25. package/esm/sparkdream/sparkdream/{query.lcd.js → v1/query.lcd.js} +1 -1
  26. package/esm/sparkdream/sparkdream/{query.rpc.Query.js → v1/query.rpc.Query.js} +2 -2
  27. package/esm/sparkdream/sparkdream/{tx.amino.js → v1/tx.amino.js} +1 -1
  28. package/esm/sparkdream/sparkdream/{tx.js → v1/tx.js} +5 -5
  29. package/esm/sparkdream/sparkdream/{tx.registry.js → v1/tx.registry.js} +4 -4
  30. package/esm/sparkdream/sparkdream/{tx.rpc.msg.js → v1/tx.rpc.msg.js} +2 -2
  31. package/esm/tendermint/bundle.js +18 -18
  32. package/ibc/bundle.d.ts +81 -81
  33. package/ibc/bundle.js +96 -96
  34. package/package.json +1 -1
  35. package/sparkdream/{sparkdream/module → blog/module/v1}/module.d.ts +12 -6
  36. package/sparkdream/blog/module/{module.js → v1/module.js} +3 -3
  37. package/sparkdream/blog/{genesis.d.ts → v1/genesis.d.ts} +4 -4
  38. package/sparkdream/blog/{genesis.js → v1/genesis.js} +3 -3
  39. package/sparkdream/blog/{params.d.ts → v1/params.d.ts} +3 -3
  40. package/sparkdream/blog/{params.js → v1/params.js} +3 -3
  41. package/sparkdream/blog/{post.d.ts → v1/post.d.ts} +6 -4
  42. package/sparkdream/blog/{post.js → v1/post.js} +3 -3
  43. package/sparkdream/blog/{query.d.ts → v1/query.d.ts} +23 -15
  44. package/sparkdream/blog/{query.js → v1/query.js} +14 -14
  45. package/sparkdream/blog/{query.lcd.js → v1/query.lcd.js} +6 -6
  46. package/sparkdream/blog/{query.rpc.Query.d.ts → v1/query.rpc.Query.d.ts} +3 -3
  47. package/sparkdream/blog/{query.rpc.Query.js → v1/query.rpc.Query.js} +6 -6
  48. package/sparkdream/blog/{tx.amino.d.ts → v1/tx.amino.d.ts} +4 -4
  49. package/sparkdream/blog/{tx.amino.js → v1/tx.amino.js} +7 -7
  50. package/sparkdream/blog/{tx.d.ts → v1/tx.d.ts} +29 -17
  51. package/sparkdream/blog/{tx.js → v1/tx.js} +17 -17
  52. package/sparkdream/blog/{tx.registry.d.ts → v1/tx.registry.d.ts} +1 -1
  53. package/sparkdream/blog/{tx.registry.js → v1/tx.registry.js} +13 -13
  54. package/sparkdream/blog/{tx.rpc.msg.d.ts → v1/tx.rpc.msg.d.ts} +4 -1
  55. package/sparkdream/blog/{tx.rpc.msg.js → v1/tx.rpc.msg.js} +8 -8
  56. package/sparkdream/bundle.d.ts +460 -410
  57. package/sparkdream/bundle.js +68 -48
  58. package/sparkdream/client.d.ts +15 -15
  59. package/sparkdream/client.js +7 -7
  60. package/sparkdream/lcd.d.ts +6 -2
  61. package/sparkdream/lcd.js +10 -6
  62. package/sparkdream/rpc.query.d.ts +8 -4
  63. package/sparkdream/rpc.query.js +6 -2
  64. package/sparkdream/rpc.tx.d.ts +6 -2
  65. package/sparkdream/rpc.tx.js +6 -2
  66. package/sparkdream/{blog/module → sparkdream/module/v1}/module.d.ts +12 -6
  67. package/sparkdream/sparkdream/module/{module.js → v1/module.js} +3 -3
  68. package/sparkdream/sparkdream/{genesis.d.ts → v1/genesis.d.ts} +4 -4
  69. package/sparkdream/sparkdream/{genesis.js → v1/genesis.js} +3 -3
  70. package/sparkdream/sparkdream/{params.d.ts → v1/params.d.ts} +3 -3
  71. package/sparkdream/sparkdream/{params.js → v1/params.js} +3 -3
  72. package/sparkdream/sparkdream/{query.d.ts → v1/query.d.ts} +6 -6
  73. package/sparkdream/sparkdream/{query.js → v1/query.js} +5 -5
  74. package/sparkdream/sparkdream/{query.lcd.js → v1/query.lcd.js} +1 -1
  75. package/sparkdream/sparkdream/{query.rpc.Query.d.ts → v1/query.rpc.Query.d.ts} +1 -1
  76. package/sparkdream/sparkdream/{query.rpc.Query.js → v1/query.rpc.Query.js} +2 -2
  77. package/sparkdream/sparkdream/{tx.amino.d.ts → v1/tx.amino.d.ts} +1 -1
  78. package/sparkdream/sparkdream/{tx.amino.js → v1/tx.amino.js} +1 -1
  79. package/sparkdream/sparkdream/{tx.d.ts → v1/tx.d.ts} +5 -5
  80. package/sparkdream/sparkdream/{tx.js → v1/tx.js} +5 -5
  81. package/sparkdream/sparkdream/{tx.registry.d.ts → v1/tx.registry.d.ts} +1 -1
  82. package/sparkdream/sparkdream/{tx.registry.js → v1/tx.registry.js} +4 -4
  83. package/sparkdream/sparkdream/{tx.rpc.msg.d.ts → v1/tx.rpc.msg.d.ts} +1 -1
  84. package/sparkdream/sparkdream/{tx.rpc.msg.js → v1/tx.rpc.msg.js} +2 -2
  85. package/tendermint/bundle.d.ts +844 -844
  86. package/tendermint/bundle.js +18 -18
  87. /package/sparkdream/blog/{query.lcd.d.ts → v1/query.lcd.d.ts} +0 -0
  88. /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,7 +252,7 @@ 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
257
  load: (protoRegistry: Registry) => void;
258
258
  MessageComposer: {
@@ -688,15 +688,15 @@ export declare namespace cosmos {
688
688
  };
689
689
  }
690
690
  const v1beta1: {
691
- MsgClientImpl: typeof _265.MsgClientImpl;
692
- createClientImpl: (rpc: import("..").TxRpc) => _265.MsgClientImpl;
693
- QueryClientImpl: typeof _245.QueryClientImpl;
691
+ MsgClientImpl: typeof _267.MsgClientImpl;
692
+ createClientImpl: (rpc: import("..").TxRpc) => _267.MsgClientImpl;
693
+ QueryClientImpl: typeof _247.QueryClientImpl;
694
694
  createRpcQueryExtension: (base: QueryClient) => {
695
695
  grants(request: _12.QueryGrantsRequest): Promise<_12.QueryGrantsResponse>;
696
696
  granterGrants(request: _12.QueryGranterGrantsRequest): Promise<_12.QueryGranterGrantsResponse>;
697
697
  granteeGrants(request: _12.QueryGranteeGrantsRequest): Promise<_12.QueryGranteeGrantsResponse>;
698
698
  };
699
- LCDQueryClient: typeof _227.LCDQueryClient;
699
+ LCDQueryClient: typeof _229.LCDQueryClient;
700
700
  registry: ReadonlyArray<[string, import("..").TelescopeGeneratedType<any, any, any>]>;
701
701
  load: (protoRegistry: Registry) => void;
702
702
  MessageComposer: {
@@ -1054,9 +1054,9 @@ export declare namespace cosmos {
1054
1054
  };
1055
1055
  }
1056
1056
  const v1beta1: {
1057
- MsgClientImpl: typeof _266.MsgClientImpl;
1058
- createClientImpl: (rpc: import("..").TxRpc) => _266.MsgClientImpl;
1059
- QueryClientImpl: typeof _246.QueryClientImpl;
1057
+ MsgClientImpl: typeof _268.MsgClientImpl;
1058
+ createClientImpl: (rpc: import("..").TxRpc) => _268.MsgClientImpl;
1059
+ QueryClientImpl: typeof _248.QueryClientImpl;
1060
1060
  createRpcQueryExtension: (base: QueryClient) => {
1061
1061
  balance(request: _18.QueryBalanceRequest): Promise<_18.QueryBalanceResponse>;
1062
1062
  allBalances(request: _18.QueryAllBalancesRequest): Promise<_18.QueryAllBalancesResponse>;
@@ -1072,7 +1072,7 @@ export declare namespace cosmos {
1072
1072
  denomOwnersByQuery(request: _18.QueryDenomOwnersByQueryRequest): Promise<_18.QueryDenomOwnersByQueryResponse>;
1073
1073
  sendEnabled(request: _18.QuerySendEnabledRequest): Promise<_18.QuerySendEnabledResponse>;
1074
1074
  };
1075
- LCDQueryClient: typeof _228.LCDQueryClient;
1075
+ LCDQueryClient: typeof _230.LCDQueryClient;
1076
1076
  registry: ReadonlyArray<[string, import("..").TelescopeGeneratedType<any, any, any>]>;
1077
1077
  load: (protoRegistry: Registry) => void;
1078
1078
  MessageComposer: {
@@ -1946,12 +1946,12 @@ export declare namespace cosmos {
1946
1946
  }
1947
1947
  namespace node {
1948
1948
  const v1beta1: {
1949
- ServiceClientImpl: typeof _247.ServiceClientImpl;
1949
+ ServiceClientImpl: typeof _249.ServiceClientImpl;
1950
1950
  createRpcQueryExtension: (base: QueryClient) => {
1951
1951
  config(request?: _21.ConfigRequest): Promise<_21.ConfigResponse>;
1952
1952
  status(request?: _21.StatusRequest): Promise<_21.StatusResponse>;
1953
1953
  };
1954
- LCDQueryClient: typeof _229.LCDQueryClient;
1954
+ LCDQueryClient: typeof _231.LCDQueryClient;
1955
1955
  ConfigRequest: {
1956
1956
  typeUrl: string;
1957
1957
  aminoType: string;
@@ -2503,8 +2503,8 @@ export declare namespace cosmos {
2503
2503
  };
2504
2504
  }
2505
2505
  const v1: {
2506
- MsgClientImpl: typeof _267.MsgClientImpl;
2507
- createClientImpl: (rpc: import("..").TxRpc) => _267.MsgClientImpl;
2506
+ MsgClientImpl: typeof _269.MsgClientImpl;
2507
+ createClientImpl: (rpc: import("..").TxRpc) => _269.MsgClientImpl;
2508
2508
  registry: ReadonlyArray<[string, import("..").TelescopeGeneratedType<any, any, any>]>;
2509
2509
  load: (protoRegistry: Registry) => void;
2510
2510
  MessageComposer: {
@@ -2598,15 +2598,15 @@ export declare namespace cosmos {
2598
2598
  };
2599
2599
  }
2600
2600
  const v1: {
2601
- MsgClientImpl: typeof _268.MsgClientImpl;
2602
- createClientImpl: (rpc: import("..").TxRpc) => _268.MsgClientImpl;
2603
- QueryClientImpl: typeof _248.QueryClientImpl;
2601
+ MsgClientImpl: typeof _270.MsgClientImpl;
2602
+ createClientImpl: (rpc: import("..").TxRpc) => _270.MsgClientImpl;
2603
+ QueryClientImpl: typeof _250.QueryClientImpl;
2604
2604
  createRpcQueryExtension: (base: QueryClient) => {
2605
2605
  account(request: _29.QueryAccountRequest): Promise<_29.AccountResponse>;
2606
2606
  accounts(request?: _29.QueryAccountsRequest): Promise<_29.AccountsResponse>;
2607
2607
  disabledList(request?: _29.QueryDisabledListRequest): Promise<_29.DisabledListResponse>;
2608
2608
  };
2609
- LCDQueryClient: typeof _230.LCDQueryClient;
2609
+ LCDQueryClient: typeof _232.LCDQueryClient;
2610
2610
  registry: ReadonlyArray<[string, import("..").TelescopeGeneratedType<any, any, any>]>;
2611
2611
  load: (protoRegistry: Registry) => void;
2612
2612
  MessageComposer: {
@@ -2906,13 +2906,13 @@ export declare namespace cosmos {
2906
2906
  };
2907
2907
  }
2908
2908
  const v1: {
2909
- MsgClientImpl: typeof _269.MsgClientImpl;
2910
- createClientImpl: (rpc: import("..").TxRpc) => _269.MsgClientImpl;
2911
- QueryClientImpl: typeof _249.QueryClientImpl;
2909
+ MsgClientImpl: typeof _271.MsgClientImpl;
2910
+ createClientImpl: (rpc: import("..").TxRpc) => _271.MsgClientImpl;
2911
+ QueryClientImpl: typeof _251.QueryClientImpl;
2912
2912
  createRpcQueryExtension: (base: QueryClient) => {
2913
2913
  params(request?: _33.QueryParamsRequest): Promise<_33.QueryParamsResponse>;
2914
2914
  };
2915
- LCDQueryClient: typeof _231.LCDQueryClient;
2915
+ LCDQueryClient: typeof _233.LCDQueryClient;
2916
2916
  registry: ReadonlyArray<[string, import("..").TelescopeGeneratedType<any, any, any>]>;
2917
2917
  load: (protoRegistry: Registry) => void;
2918
2918
  MessageComposer: {
@@ -3020,9 +3020,9 @@ export declare namespace cosmos {
3020
3020
  };
3021
3021
  }
3022
3022
  const v1: {
3023
- MsgClientImpl: typeof _270.MsgClientImpl;
3024
- createClientImpl: (rpc: import("..").TxRpc) => _270.MsgClientImpl;
3025
- QueryClientImpl: typeof _250.QueryClientImpl;
3023
+ MsgClientImpl: typeof _272.MsgClientImpl;
3024
+ createClientImpl: (rpc: import("..").TxRpc) => _272.MsgClientImpl;
3025
+ QueryClientImpl: typeof _252.QueryClientImpl;
3026
3026
  createRpcQueryExtension: (base: QueryClient) => {
3027
3027
  getCount(request?: _36.QueryGetCountRequest): Promise<_36.QueryGetCountResponse>;
3028
3028
  };
@@ -3353,9 +3353,9 @@ export declare namespace cosmos {
3353
3353
  };
3354
3354
  }
3355
3355
  const v1beta1: {
3356
- MsgClientImpl: typeof _271.MsgClientImpl;
3357
- createClientImpl: (rpc: import("..").TxRpc) => _271.MsgClientImpl;
3358
- QueryClientImpl: typeof _251.QueryClientImpl;
3356
+ MsgClientImpl: typeof _273.MsgClientImpl;
3357
+ createClientImpl: (rpc: import("..").TxRpc) => _273.MsgClientImpl;
3358
+ QueryClientImpl: typeof _253.QueryClientImpl;
3359
3359
  createRpcQueryExtension: (base: QueryClient) => {
3360
3360
  params(request?: _48.QueryParamsRequest): Promise<_48.QueryParamsResponse>;
3361
3361
  validatorDistributionInfo(request: _48.QueryValidatorDistributionInfoRequest): Promise<_48.QueryValidatorDistributionInfoResponse>;
@@ -3368,7 +3368,7 @@ export declare namespace cosmos {
3368
3368
  delegatorWithdrawAddress(request: _48.QueryDelegatorWithdrawAddressRequest): Promise<_48.QueryDelegatorWithdrawAddressResponse>;
3369
3369
  communityPool(request?: _48.QueryCommunityPoolRequest): Promise<_48.QueryCommunityPoolResponse>;
3370
3370
  };
3371
- LCDQueryClient: typeof _232.LCDQueryClient;
3371
+ LCDQueryClient: typeof _234.LCDQueryClient;
3372
3372
  registry: ReadonlyArray<[string, import("..").TelescopeGeneratedType<any, any, any>]>;
3373
3373
  load: (protoRegistry: Registry) => void;
3374
3374
  MessageComposer: {
@@ -4278,12 +4278,12 @@ export declare namespace cosmos {
4278
4278
  };
4279
4279
  }
4280
4280
  const v1beta1: {
4281
- QueryClientImpl: typeof _252.QueryClientImpl;
4281
+ QueryClientImpl: typeof _254.QueryClientImpl;
4282
4282
  createRpcQueryExtension: (base: QueryClient) => {
4283
4283
  epochInfos(request?: _53.QueryEpochInfosRequest): Promise<_53.QueryEpochInfosResponse>;
4284
4284
  currentEpoch(request: _53.QueryCurrentEpochRequest): Promise<_53.QueryCurrentEpochResponse>;
4285
4285
  };
4286
- LCDQueryClient: typeof _233.LCDQueryClient;
4286
+ LCDQueryClient: typeof _235.LCDQueryClient;
4287
4287
  QueryEpochInfosRequest: {
4288
4288
  typeUrl: string;
4289
4289
  aminoType: string;
@@ -4438,15 +4438,15 @@ export declare namespace cosmos {
4438
4438
  };
4439
4439
  }
4440
4440
  const v1beta1: {
4441
- MsgClientImpl: typeof _272.MsgClientImpl;
4442
- createClientImpl: (rpc: import("..").TxRpc) => _272.MsgClientImpl;
4443
- QueryClientImpl: typeof _253.QueryClientImpl;
4441
+ MsgClientImpl: typeof _274.MsgClientImpl;
4442
+ createClientImpl: (rpc: import("..").TxRpc) => _274.MsgClientImpl;
4443
+ QueryClientImpl: typeof _255.QueryClientImpl;
4444
4444
  createRpcQueryExtension: (base: QueryClient) => {
4445
4445
  allowance(request: _58.QueryAllowanceRequest): Promise<_58.QueryAllowanceResponse>;
4446
4446
  allowances(request: _58.QueryAllowancesRequest): Promise<_58.QueryAllowancesResponse>;
4447
4447
  allowancesByGranter(request: _58.QueryAllowancesByGranterRequest): Promise<_58.QueryAllowancesByGranterResponse>;
4448
4448
  };
4449
- LCDQueryClient: typeof _234.LCDQueryClient;
4449
+ LCDQueryClient: typeof _236.LCDQueryClient;
4450
4450
  registry: ReadonlyArray<[string, import("..").TelescopeGeneratedType<any, any, any>]>;
4451
4451
  load: (protoRegistry: Registry) => void;
4452
4452
  MessageComposer: {
@@ -4793,9 +4793,9 @@ export declare namespace cosmos {
4793
4793
  };
4794
4794
  }
4795
4795
  const v1: {
4796
- MsgClientImpl: typeof _273.MsgClientImpl;
4797
- createClientImpl: (rpc: import("..").TxRpc) => _273.MsgClientImpl;
4798
- QueryClientImpl: typeof _254.QueryClientImpl;
4796
+ MsgClientImpl: typeof _275.MsgClientImpl;
4797
+ createClientImpl: (rpc: import("..").TxRpc) => _275.MsgClientImpl;
4798
+ QueryClientImpl: typeof _256.QueryClientImpl;
4799
4799
  createRpcQueryExtension: (base: QueryClient) => {
4800
4800
  constitution(request?: _64.QueryConstitutionRequest): Promise<_64.QueryConstitutionResponse>;
4801
4801
  proposal(request: _64.QueryProposalRequest): Promise<_64.QueryProposalResponse>;
@@ -4807,7 +4807,7 @@ export declare namespace cosmos {
4807
4807
  deposits(request: _64.QueryDepositsRequest): Promise<_64.QueryDepositsResponse>;
4808
4808
  tallyResult(request: _64.QueryTallyResultRequest): Promise<_64.QueryTallyResultResponse>;
4809
4809
  };
4810
- LCDQueryClient: typeof _235.LCDQueryClient;
4810
+ LCDQueryClient: typeof _237.LCDQueryClient;
4811
4811
  registry: ReadonlyArray<[string, import("..").TelescopeGeneratedType<any, any, any>]>;
4812
4812
  load: (protoRegistry: Registry) => void;
4813
4813
  MessageComposer: {
@@ -5540,9 +5540,9 @@ export declare namespace cosmos {
5540
5540
  };
5541
5541
  };
5542
5542
  const v1beta1: {
5543
- MsgClientImpl: typeof _274.MsgClientImpl;
5544
- createClientImpl: (rpc: import("..").TxRpc) => _274.MsgClientImpl;
5545
- QueryClientImpl: typeof _255.QueryClientImpl;
5543
+ MsgClientImpl: typeof _276.MsgClientImpl;
5544
+ createClientImpl: (rpc: import("..").TxRpc) => _276.MsgClientImpl;
5545
+ QueryClientImpl: typeof _257.QueryClientImpl;
5546
5546
  createRpcQueryExtension: (base: QueryClient) => {
5547
5547
  proposal(request: _68.QueryProposalRequest): Promise<_68.QueryProposalResponse>;
5548
5548
  proposals(request: _68.QueryProposalsRequest): Promise<_68.QueryProposalsResponse>;
@@ -5553,7 +5553,7 @@ export declare namespace cosmos {
5553
5553
  deposits(request: _68.QueryDepositsRequest): Promise<_68.QueryDepositsResponse>;
5554
5554
  tallyResult(request: _68.QueryTallyResultRequest): Promise<_68.QueryTallyResultResponse>;
5555
5555
  };
5556
- LCDQueryClient: typeof _236.LCDQueryClient;
5556
+ LCDQueryClient: typeof _238.LCDQueryClient;
5557
5557
  registry: ReadonlyArray<[string, import("..").TelescopeGeneratedType<any, any, any>]>;
5558
5558
  load: (protoRegistry: Registry) => void;
5559
5559
  MessageComposer: {
@@ -6143,9 +6143,9 @@ export declare namespace cosmos {
6143
6143
  };
6144
6144
  }
6145
6145
  const v1: {
6146
- MsgClientImpl: typeof _275.MsgClientImpl;
6147
- createClientImpl: (rpc: import("..").TxRpc) => _275.MsgClientImpl;
6148
- QueryClientImpl: typeof _256.QueryClientImpl;
6146
+ MsgClientImpl: typeof _277.MsgClientImpl;
6147
+ createClientImpl: (rpc: import("..").TxRpc) => _277.MsgClientImpl;
6148
+ QueryClientImpl: typeof _258.QueryClientImpl;
6149
6149
  createRpcQueryExtension: (base: QueryClient) => {
6150
6150
  groupInfo(request: _73.QueryGroupInfoRequest): Promise<_73.QueryGroupInfoResponse>;
6151
6151
  groupPolicyInfo(request: _73.QueryGroupPolicyInfoRequest): Promise<_73.QueryGroupPolicyInfoResponse>;
@@ -6162,7 +6162,7 @@ export declare namespace cosmos {
6162
6162
  tallyResult(request: _73.QueryTallyResultRequest): Promise<_73.QueryTallyResultResponse>;
6163
6163
  groups(request?: _73.QueryGroupsRequest): Promise<_73.QueryGroupsResponse>;
6164
6164
  };
6165
- LCDQueryClient: typeof _237.LCDQueryClient;
6165
+ LCDQueryClient: typeof _239.LCDQueryClient;
6166
6166
  registry: ReadonlyArray<[string, import("..").TelescopeGeneratedType<any, any, any>]>;
6167
6167
  load: (protoRegistry: Registry) => void;
6168
6168
  MessageComposer: {
@@ -7754,15 +7754,15 @@ export declare namespace cosmos {
7754
7754
  };
7755
7755
  }
7756
7756
  const v1beta1: {
7757
- MsgClientImpl: typeof _276.MsgClientImpl;
7758
- createClientImpl: (rpc: import("..").TxRpc) => _276.MsgClientImpl;
7759
- QueryClientImpl: typeof _257.QueryClientImpl;
7757
+ MsgClientImpl: typeof _278.MsgClientImpl;
7758
+ createClientImpl: (rpc: import("..").TxRpc) => _278.MsgClientImpl;
7759
+ QueryClientImpl: typeof _259.QueryClientImpl;
7760
7760
  createRpcQueryExtension: (base: QueryClient) => {
7761
7761
  params(request?: _80.QueryParamsRequest): Promise<_80.QueryParamsResponse>;
7762
7762
  inflation(request?: _80.QueryInflationRequest): Promise<_80.QueryInflationResponse>;
7763
7763
  annualProvisions(request?: _80.QueryAnnualProvisionsRequest): Promise<_80.QueryAnnualProvisionsResponse>;
7764
7764
  };
7765
- LCDQueryClient: typeof _238.LCDQueryClient;
7765
+ LCDQueryClient: typeof _240.LCDQueryClient;
7766
7766
  registry: ReadonlyArray<[string, import("..").TelescopeGeneratedType<any, any, any>]>;
7767
7767
  load: (protoRegistry: Registry) => void;
7768
7768
  MessageComposer: {
@@ -7994,7 +7994,7 @@ export declare namespace cosmos {
7994
7994
  }
7995
7995
  namespace query {
7996
7996
  const v1alpha1: {
7997
- QueryClientImpl: typeof _258.QueryClientImpl;
7997
+ QueryClientImpl: typeof _260.QueryClientImpl;
7998
7998
  createRpcQueryExtension: (base: QueryClient) => {
7999
7999
  get(request: _85.GetRequest): Promise<_85.GetResponse>;
8000
8000
  list(request: _85.ListRequest): Promise<_85.ListResponse>;
@@ -8120,12 +8120,12 @@ export declare namespace cosmos {
8120
8120
  };
8121
8121
  }
8122
8122
  const v1beta1: {
8123
- QueryClientImpl: typeof _259.QueryClientImpl;
8123
+ QueryClientImpl: typeof _261.QueryClientImpl;
8124
8124
  createRpcQueryExtension: (base: QueryClient) => {
8125
8125
  params(request: _88.QueryParamsRequest): Promise<_88.QueryParamsResponse>;
8126
8126
  subspaces(request?: _88.QuerySubspacesRequest): Promise<_88.QuerySubspacesResponse>;
8127
8127
  };
8128
- LCDQueryClient: typeof _239.LCDQueryClient;
8128
+ LCDQueryClient: typeof _241.LCDQueryClient;
8129
8129
  QueryParamsRequest: {
8130
8130
  typeUrl: string;
8131
8131
  aminoType: string;
@@ -8246,16 +8246,16 @@ export declare namespace cosmos {
8246
8246
  };
8247
8247
  }
8248
8248
  const v1: {
8249
- MsgClientImpl: typeof _277.MsgClientImpl;
8250
- createClientImpl: (rpc: import("..").TxRpc) => _277.MsgClientImpl;
8251
- QueryClientImpl: typeof _260.QueryClientImpl;
8249
+ MsgClientImpl: typeof _279.MsgClientImpl;
8250
+ createClientImpl: (rpc: import("..").TxRpc) => _279.MsgClientImpl;
8251
+ QueryClientImpl: typeof _262.QueryClientImpl;
8252
8252
  createRpcQueryExtension: (base: QueryClient) => {
8253
8253
  communityPool(request?: _91.QueryCommunityPoolRequest): Promise<_91.QueryCommunityPoolResponse>;
8254
8254
  continuousFund(request: _91.QueryContinuousFundRequest): Promise<_91.QueryContinuousFundResponse>;
8255
8255
  continuousFunds(request?: _91.QueryContinuousFundsRequest): Promise<_91.QueryContinuousFundsResponse>;
8256
8256
  params(request?: _91.QueryParamsRequest): Promise<_91.QueryParamsResponse>;
8257
8257
  };
8258
- LCDQueryClient: typeof _240.LCDQueryClient;
8258
+ LCDQueryClient: typeof _242.LCDQueryClient;
8259
8259
  registry: ReadonlyArray<[string, import("..").TelescopeGeneratedType<any, any, any>]>;
8260
8260
  load: (protoRegistry: Registry) => void;
8261
8261
  MessageComposer: {
@@ -8724,9 +8724,9 @@ export declare namespace cosmos {
8724
8724
  };
8725
8725
  }
8726
8726
  const v1beta1: {
8727
- MsgClientImpl: typeof _278.MsgClientImpl;
8728
- createClientImpl: (rpc: import("..").TxRpc) => _278.MsgClientImpl;
8729
- QueryClientImpl: typeof _261.QueryClientImpl;
8727
+ MsgClientImpl: typeof _280.MsgClientImpl;
8728
+ createClientImpl: (rpc: import("..").TxRpc) => _280.MsgClientImpl;
8729
+ QueryClientImpl: typeof _263.QueryClientImpl;
8730
8730
  createRpcQueryExtension: (base: QueryClient) => {
8731
8731
  validators(request: _100.QueryValidatorsRequest): Promise<_100.QueryValidatorsResponse>;
8732
8732
  validator(request: _100.QueryValidatorRequest): Promise<_100.QueryValidatorResponse>;
@@ -8743,7 +8743,7 @@ export declare namespace cosmos {
8743
8743
  pool(request?: _100.QueryPoolRequest): Promise<_100.QueryPoolResponse>;
8744
8744
  params(request?: _100.QueryParamsRequest): Promise<_100.QueryParamsResponse>;
8745
8745
  };
8746
- LCDQueryClient: typeof _241.LCDQueryClient;
8746
+ LCDQueryClient: typeof _243.LCDQueryClient;
8747
8747
  registry: ReadonlyArray<[string, import("..").TelescopeGeneratedType<any, any, any>]>;
8748
8748
  load: (protoRegistry: Registry) => void;
8749
8749
  MessageComposer: {
@@ -10198,7 +10198,7 @@ export declare namespace cosmos {
10198
10198
  };
10199
10199
  }
10200
10200
  const v1beta1: {
10201
- ServiceClientImpl: typeof _262.ServiceClientImpl;
10201
+ ServiceClientImpl: typeof _264.ServiceClientImpl;
10202
10202
  createRpcQueryExtension: (base: QueryClient) => {
10203
10203
  simulate(request: _110.SimulateRequest): Promise<_110.SimulateResponse>;
10204
10204
  getTx(request: _110.GetTxRequest): Promise<_110.GetTxResponse>;
@@ -10210,7 +10210,7 @@ export declare namespace cosmos {
10210
10210
  txEncodeAmino(request: _110.TxEncodeAminoRequest): Promise<_110.TxEncodeAminoResponse>;
10211
10211
  txDecodeAmino(request: _110.TxDecodeAminoRequest): Promise<_110.TxDecodeAminoResponse>;
10212
10212
  };
10213
- LCDQueryClient: typeof _242.LCDQueryClient;
10213
+ LCDQueryClient: typeof _244.LCDQueryClient;
10214
10214
  Tx: {
10215
10215
  typeUrl: string;
10216
10216
  aminoType: string;
@@ -10675,9 +10675,9 @@ export declare namespace cosmos {
10675
10675
  };
10676
10676
  }
10677
10677
  const v1beta1: {
10678
- MsgClientImpl: typeof _279.MsgClientImpl;
10679
- createClientImpl: (rpc: import("..").TxRpc) => _279.MsgClientImpl;
10680
- QueryClientImpl: typeof _263.QueryClientImpl;
10678
+ MsgClientImpl: typeof _281.MsgClientImpl;
10679
+ createClientImpl: (rpc: import("..").TxRpc) => _281.MsgClientImpl;
10680
+ QueryClientImpl: typeof _265.QueryClientImpl;
10681
10681
  createRpcQueryExtension: (base: QueryClient) => {
10682
10682
  currentPlan(request?: _113.QueryCurrentPlanRequest): Promise<_113.QueryCurrentPlanResponse>;
10683
10683
  appliedPlan(request: _113.QueryAppliedPlanRequest): Promise<_113.QueryAppliedPlanResponse>;
@@ -10685,7 +10685,7 @@ export declare namespace cosmos {
10685
10685
  moduleVersions(request: _113.QueryModuleVersionsRequest): Promise<_113.QueryModuleVersionsResponse>;
10686
10686
  authority(request?: _113.QueryAuthorityRequest): Promise<_113.QueryAuthorityResponse>;
10687
10687
  };
10688
- LCDQueryClient: typeof _243.LCDQueryClient;
10688
+ LCDQueryClient: typeof _245.LCDQueryClient;
10689
10689
  registry: ReadonlyArray<[string, import("..").TelescopeGeneratedType<any, any, any>]>;
10690
10690
  load: (protoRegistry: Registry) => void;
10691
10691
  MessageComposer: {
@@ -11006,8 +11006,8 @@ export declare namespace cosmos {
11006
11006
  };
11007
11007
  }
11008
11008
  const v1beta1: {
11009
- MsgClientImpl: typeof _280.MsgClientImpl;
11010
- createClientImpl: (rpc: import("..").TxRpc) => _280.MsgClientImpl;
11009
+ MsgClientImpl: typeof _282.MsgClientImpl;
11010
+ createClientImpl: (rpc: import("..").TxRpc) => _282.MsgClientImpl;
11011
11011
  registry: ReadonlyArray<[string, import("..").TelescopeGeneratedType<any, any, any>]>;
11012
11012
  load: (protoRegistry: Registry) => void;
11013
11013
  MessageComposer: {
@@ -11247,53 +11247,53 @@ export declare namespace cosmos {
11247
11247
  }) => Promise<{
11248
11248
  cosmos: {
11249
11249
  auth: {
11250
- v1beta1: _264.MsgClientImpl;
11250
+ v1beta1: _266.MsgClientImpl;
11251
11251
  };
11252
11252
  authz: {
11253
- v1beta1: _265.MsgClientImpl;
11253
+ v1beta1: _267.MsgClientImpl;
11254
11254
  };
11255
11255
  bank: {
11256
- v1beta1: _266.MsgClientImpl;
11256
+ v1beta1: _268.MsgClientImpl;
11257
11257
  };
11258
11258
  benchmark: {
11259
- v1: _267.MsgClientImpl;
11259
+ v1: _269.MsgClientImpl;
11260
11260
  };
11261
11261
  circuit: {
11262
- v1: _268.MsgClientImpl;
11262
+ v1: _270.MsgClientImpl;
11263
11263
  };
11264
11264
  consensus: {
11265
- v1: _269.MsgClientImpl;
11265
+ v1: _271.MsgClientImpl;
11266
11266
  };
11267
11267
  counter: {
11268
- v1: _270.MsgClientImpl;
11268
+ v1: _272.MsgClientImpl;
11269
11269
  };
11270
11270
  distribution: {
11271
- v1beta1: _271.MsgClientImpl;
11271
+ v1beta1: _273.MsgClientImpl;
11272
11272
  };
11273
11273
  feegrant: {
11274
- v1beta1: _272.MsgClientImpl;
11274
+ v1beta1: _274.MsgClientImpl;
11275
11275
  };
11276
11276
  gov: {
11277
- v1: _273.MsgClientImpl;
11278
- v1beta1: _274.MsgClientImpl;
11277
+ v1: _275.MsgClientImpl;
11278
+ v1beta1: _276.MsgClientImpl;
11279
11279
  };
11280
11280
  group: {
11281
- v1: _275.MsgClientImpl;
11281
+ v1: _277.MsgClientImpl;
11282
11282
  };
11283
11283
  mint: {
11284
- v1beta1: _276.MsgClientImpl;
11284
+ v1beta1: _278.MsgClientImpl;
11285
11285
  };
11286
11286
  protocolpool: {
11287
- v1: _277.MsgClientImpl;
11287
+ v1: _279.MsgClientImpl;
11288
11288
  };
11289
11289
  staking: {
11290
- v1beta1: _278.MsgClientImpl;
11290
+ v1beta1: _280.MsgClientImpl;
11291
11291
  };
11292
11292
  upgrade: {
11293
- v1beta1: _279.MsgClientImpl;
11293
+ v1beta1: _281.MsgClientImpl;
11294
11294
  };
11295
11295
  vesting: {
11296
- v1beta1: _280.MsgClientImpl;
11296
+ v1beta1: _282.MsgClientImpl;
11297
11297
  };
11298
11298
  };
11299
11299
  }>;
@@ -11508,58 +11508,58 @@ export declare namespace cosmos {
11508
11508
  }) => Promise<{
11509
11509
  cosmos: {
11510
11510
  auth: {
11511
- v1beta1: _226.LCDQueryClient;
11511
+ v1beta1: _228.LCDQueryClient;
11512
11512
  };
11513
11513
  authz: {
11514
- v1beta1: _227.LCDQueryClient;
11514
+ v1beta1: _229.LCDQueryClient;
11515
11515
  };
11516
11516
  bank: {
11517
- v1beta1: _228.LCDQueryClient;
11517
+ v1beta1: _230.LCDQueryClient;
11518
11518
  };
11519
11519
  base: {
11520
11520
  node: {
11521
- v1beta1: _229.LCDQueryClient;
11521
+ v1beta1: _231.LCDQueryClient;
11522
11522
  };
11523
11523
  };
11524
11524
  circuit: {
11525
- v1: _230.LCDQueryClient;
11525
+ v1: _232.LCDQueryClient;
11526
11526
  };
11527
11527
  consensus: {
11528
- v1: _231.LCDQueryClient;
11528
+ v1: _233.LCDQueryClient;
11529
11529
  };
11530
11530
  distribution: {
11531
- v1beta1: _232.LCDQueryClient;
11531
+ v1beta1: _234.LCDQueryClient;
11532
11532
  };
11533
11533
  epochs: {
11534
- v1beta1: _233.LCDQueryClient;
11534
+ v1beta1: _235.LCDQueryClient;
11535
11535
  };
11536
11536
  feegrant: {
11537
- v1beta1: _234.LCDQueryClient;
11537
+ v1beta1: _236.LCDQueryClient;
11538
11538
  };
11539
11539
  gov: {
11540
- v1: _235.LCDQueryClient;
11541
- v1beta1: _236.LCDQueryClient;
11540
+ v1: _237.LCDQueryClient;
11541
+ v1beta1: _238.LCDQueryClient;
11542
11542
  };
11543
11543
  group: {
11544
- v1: _237.LCDQueryClient;
11544
+ v1: _239.LCDQueryClient;
11545
11545
  };
11546
11546
  mint: {
11547
- v1beta1: _238.LCDQueryClient;
11547
+ v1beta1: _240.LCDQueryClient;
11548
11548
  };
11549
11549
  params: {
11550
- v1beta1: _239.LCDQueryClient;
11550
+ v1beta1: _241.LCDQueryClient;
11551
11551
  };
11552
11552
  protocolpool: {
11553
- v1: _240.LCDQueryClient;
11553
+ v1: _242.LCDQueryClient;
11554
11554
  };
11555
11555
  staking: {
11556
- v1beta1: _241.LCDQueryClient;
11556
+ v1beta1: _243.LCDQueryClient;
11557
11557
  };
11558
11558
  tx: {
11559
- v1beta1: _242.LCDQueryClient;
11559
+ v1beta1: _244.LCDQueryClient;
11560
11560
  };
11561
11561
  upgrade: {
11562
- v1beta1: _243.LCDQueryClient;
11562
+ v1beta1: _245.LCDQueryClient;
11563
11563
  };
11564
11564
  };
11565
11565
  }>;