@sparkdreamnft/sparkdreamjs 0.0.25 → 0.0.27

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 (67) hide show
  1. package/cosmos/bundle.d.ts +160 -160
  2. package/cosmos/bundle.js +181 -181
  3. package/esm/cosmos/bundle.js +181 -181
  4. package/esm/ibc/bundle.js +105 -105
  5. package/esm/sparkdream/bundle.js +275 -273
  6. package/esm/sparkdream/collect/v1/params.js +24 -0
  7. package/esm/sparkdream/collect/v1/tx.js +216 -1
  8. package/esm/sparkdream/collect/v1/tx.registry.js +20 -2
  9. package/esm/sparkdream/collect/v1/tx.rpc.msg.js +11 -1
  10. package/esm/sparkdream/collect/v1/types.js +92 -2
  11. package/esm/sparkdream/forum/v1/genesis.js +110 -1
  12. package/esm/sparkdream/forum/v1/params.js +26 -2
  13. package/esm/sparkdream/forum/v1/sentinel_activity.js +58 -1
  14. package/esm/sparkdream/forum/v1/thread_metadata.js +13 -1
  15. package/esm/sparkdream/forum/v1/tx.js +157 -1
  16. package/esm/sparkdream/forum/v1/tx.registry.js +20 -2
  17. package/esm/sparkdream/forum/v1/tx.rpc.msg.js +7 -1
  18. package/esm/sparkdream/rep/v1/bonded_role.js +17 -5
  19. package/esm/sparkdream/rep/v1/genesis.js +17 -1
  20. package/esm/sparkdream/rep/v1/role_activity.js +670 -0
  21. package/esm/sparkdream/rep/v1/tx.js +159 -0
  22. package/esm/sparkdream/rep/v1/tx.registry.js +20 -2
  23. package/esm/sparkdream/rep/v1/tx.rpc.msg.js +8 -1
  24. package/esm/tendermint/bundle.js +17 -17
  25. package/ibc/bundle.d.ts +90 -90
  26. package/ibc/bundle.js +105 -105
  27. package/package.json +1 -1
  28. package/sparkdream/bundle.d.ts +7232 -7037
  29. package/sparkdream/bundle.js +275 -273
  30. package/sparkdream/collect/v1/params.d.ts +28 -0
  31. package/sparkdream/collect/v1/params.js +24 -0
  32. package/sparkdream/collect/v1/tx.d.ts +130 -6
  33. package/sparkdream/collect/v1/tx.js +220 -3
  34. package/sparkdream/collect/v1/tx.registry.d.ts +13 -1
  35. package/sparkdream/collect/v1/tx.registry.js +19 -1
  36. package/sparkdream/collect/v1/tx.rpc.msg.d.ts +10 -1
  37. package/sparkdream/collect/v1/tx.rpc.msg.js +10 -0
  38. package/sparkdream/collect/v1/types.d.ts +72 -0
  39. package/sparkdream/collect/v1/types.js +92 -2
  40. package/sparkdream/forum/v1/genesis.d.ts +65 -0
  41. package/sparkdream/forum/v1/genesis.js +111 -2
  42. package/sparkdream/forum/v1/params.d.ts +30 -0
  43. package/sparkdream/forum/v1/params.js +26 -2
  44. package/sparkdream/forum/v1/sentinel_activity.d.ts +53 -0
  45. package/sparkdream/forum/v1/sentinel_activity.js +58 -1
  46. package/sparkdream/forum/v1/thread_metadata.d.ts +16 -0
  47. package/sparkdream/forum/v1/thread_metadata.js +13 -1
  48. package/sparkdream/forum/v1/tx.d.ts +93 -7
  49. package/sparkdream/forum/v1/tx.js +158 -2
  50. package/sparkdream/forum/v1/tx.registry.d.ts +13 -1
  51. package/sparkdream/forum/v1/tx.registry.js +19 -1
  52. package/sparkdream/forum/v1/tx.rpc.msg.d.ts +4 -1
  53. package/sparkdream/forum/v1/tx.rpc.msg.js +6 -0
  54. package/sparkdream/rep/v1/bonded_role.d.ts +13 -1
  55. package/sparkdream/rep/v1/bonded_role.js +17 -5
  56. package/sparkdream/rep/v1/genesis.d.ts +3 -0
  57. package/sparkdream/rep/v1/genesis.js +17 -1
  58. package/sparkdream/rep/v1/role_activity.d.ts +395 -0
  59. package/sparkdream/rep/v1/role_activity.js +673 -0
  60. package/sparkdream/rep/v1/tx.d.ts +101 -0
  61. package/sparkdream/rep/v1/tx.js +160 -1
  62. package/sparkdream/rep/v1/tx.registry.d.ts +13 -1
  63. package/sparkdream/rep/v1/tx.registry.js +19 -1
  64. package/sparkdream/rep/v1/tx.rpc.msg.d.ts +7 -1
  65. package/sparkdream/rep/v1/tx.rpc.msg.js +7 -0
  66. package/tendermint/bundle.d.ts +844 -844
  67. package/tendermint/bundle.js +17 -17
@@ -111,60 +111,60 @@ import * as _113 from "./upgrade/v1beta1/upgrade";
111
111
  import * as _114 from "./vesting/module/v1/module";
112
112
  import * as _115 from "./vesting/v1beta1/tx";
113
113
  import * as _116 from "./vesting/v1beta1/vesting";
114
- import * as _398 from "./auth/v1beta1/query.lcd";
115
- import * as _399 from "./authz/v1beta1/query.lcd";
116
- import * as _400 from "./bank/v1beta1/query.lcd";
117
- import * as _401 from "./base/node/v1beta1/query.lcd";
118
- import * as _402 from "./circuit/v1/query.lcd";
119
- import * as _403 from "./consensus/v1/query.lcd";
120
- import * as _404 from "./distribution/v1beta1/query.lcd";
121
- import * as _405 from "./epochs/v1beta1/query.lcd";
122
- import * as _406 from "./feegrant/v1beta1/query.lcd";
123
- import * as _407 from "./gov/v1/query.lcd";
124
- import * as _408 from "./gov/v1beta1/query.lcd";
125
- import * as _409 from "./group/v1/query.lcd";
126
- import * as _410 from "./mint/v1beta1/query.lcd";
127
- import * as _411 from "./params/v1beta1/query.lcd";
128
- import * as _412 from "./protocolpool/v1/query.lcd";
129
- import * as _413 from "./staking/v1beta1/query.lcd";
130
- import * as _414 from "./tx/v1beta1/service.lcd";
131
- import * as _415 from "./upgrade/v1beta1/query.lcd";
132
- import * as _416 from "./auth/v1beta1/query.rpc.Query";
133
- import * as _417 from "./authz/v1beta1/query.rpc.Query";
134
- import * as _418 from "./bank/v1beta1/query.rpc.Query";
135
- import * as _419 from "./base/node/v1beta1/query.rpc.Service";
136
- import * as _420 from "./circuit/v1/query.rpc.Query";
137
- import * as _421 from "./consensus/v1/query.rpc.Query";
138
- import * as _422 from "./counter/v1/query.rpc.Query";
139
- import * as _423 from "./distribution/v1beta1/query.rpc.Query";
140
- import * as _424 from "./epochs/v1beta1/query.rpc.Query";
141
- import * as _425 from "./feegrant/v1beta1/query.rpc.Query";
142
- import * as _426 from "./gov/v1/query.rpc.Query";
143
- import * as _427 from "./gov/v1beta1/query.rpc.Query";
144
- import * as _428 from "./group/v1/query.rpc.Query";
145
- import * as _429 from "./mint/v1beta1/query.rpc.Query";
146
- import * as _430 from "./params/v1beta1/query.rpc.Query";
147
- import * as _431 from "./protocolpool/v1/query.rpc.Query";
148
- import * as _432 from "./staking/v1beta1/query.rpc.Query";
149
- import * as _433 from "./tx/v1beta1/service.rpc.Service";
150
- import * as _434 from "./upgrade/v1beta1/query.rpc.Query";
151
- import * as _435 from "./auth/v1beta1/tx.rpc.msg";
152
- import * as _436 from "./authz/v1beta1/tx.rpc.msg";
153
- import * as _437 from "./bank/v1beta1/tx.rpc.msg";
154
- import * as _438 from "./benchmark/v1/tx.rpc.msg";
155
- import * as _439 from "./circuit/v1/tx.rpc.msg";
156
- import * as _440 from "./consensus/v1/tx.rpc.msg";
157
- import * as _441 from "./counter/v1/tx.rpc.msg";
158
- import * as _442 from "./distribution/v1beta1/tx.rpc.msg";
159
- import * as _443 from "./feegrant/v1beta1/tx.rpc.msg";
160
- import * as _444 from "./gov/v1/tx.rpc.msg";
161
- import * as _445 from "./gov/v1beta1/tx.rpc.msg";
162
- import * as _446 from "./group/v1/tx.rpc.msg";
163
- import * as _447 from "./mint/v1beta1/tx.rpc.msg";
164
- import * as _448 from "./protocolpool/v1/tx.rpc.msg";
165
- import * as _449 from "./staking/v1beta1/tx.rpc.msg";
166
- import * as _450 from "./upgrade/v1beta1/tx.rpc.msg";
167
- import * as _451 from "./vesting/v1beta1/tx.rpc.msg";
114
+ import * as _399 from "./auth/v1beta1/query.lcd";
115
+ import * as _400 from "./authz/v1beta1/query.lcd";
116
+ import * as _401 from "./bank/v1beta1/query.lcd";
117
+ import * as _402 from "./base/node/v1beta1/query.lcd";
118
+ import * as _403 from "./circuit/v1/query.lcd";
119
+ import * as _404 from "./consensus/v1/query.lcd";
120
+ import * as _405 from "./distribution/v1beta1/query.lcd";
121
+ import * as _406 from "./epochs/v1beta1/query.lcd";
122
+ import * as _407 from "./feegrant/v1beta1/query.lcd";
123
+ import * as _408 from "./gov/v1/query.lcd";
124
+ import * as _409 from "./gov/v1beta1/query.lcd";
125
+ import * as _410 from "./group/v1/query.lcd";
126
+ import * as _411 from "./mint/v1beta1/query.lcd";
127
+ import * as _412 from "./params/v1beta1/query.lcd";
128
+ import * as _413 from "./protocolpool/v1/query.lcd";
129
+ import * as _414 from "./staking/v1beta1/query.lcd";
130
+ import * as _415 from "./tx/v1beta1/service.lcd";
131
+ import * as _416 from "./upgrade/v1beta1/query.lcd";
132
+ import * as _417 from "./auth/v1beta1/query.rpc.Query";
133
+ import * as _418 from "./authz/v1beta1/query.rpc.Query";
134
+ import * as _419 from "./bank/v1beta1/query.rpc.Query";
135
+ import * as _420 from "./base/node/v1beta1/query.rpc.Service";
136
+ import * as _421 from "./circuit/v1/query.rpc.Query";
137
+ import * as _422 from "./consensus/v1/query.rpc.Query";
138
+ import * as _423 from "./counter/v1/query.rpc.Query";
139
+ import * as _424 from "./distribution/v1beta1/query.rpc.Query";
140
+ import * as _425 from "./epochs/v1beta1/query.rpc.Query";
141
+ import * as _426 from "./feegrant/v1beta1/query.rpc.Query";
142
+ import * as _427 from "./gov/v1/query.rpc.Query";
143
+ import * as _428 from "./gov/v1beta1/query.rpc.Query";
144
+ import * as _429 from "./group/v1/query.rpc.Query";
145
+ import * as _430 from "./mint/v1beta1/query.rpc.Query";
146
+ import * as _431 from "./params/v1beta1/query.rpc.Query";
147
+ import * as _432 from "./protocolpool/v1/query.rpc.Query";
148
+ import * as _433 from "./staking/v1beta1/query.rpc.Query";
149
+ import * as _434 from "./tx/v1beta1/service.rpc.Service";
150
+ import * as _435 from "./upgrade/v1beta1/query.rpc.Query";
151
+ import * as _436 from "./auth/v1beta1/tx.rpc.msg";
152
+ import * as _437 from "./authz/v1beta1/tx.rpc.msg";
153
+ import * as _438 from "./bank/v1beta1/tx.rpc.msg";
154
+ import * as _439 from "./benchmark/v1/tx.rpc.msg";
155
+ import * as _440 from "./circuit/v1/tx.rpc.msg";
156
+ import * as _441 from "./consensus/v1/tx.rpc.msg";
157
+ import * as _442 from "./counter/v1/tx.rpc.msg";
158
+ import * as _443 from "./distribution/v1beta1/tx.rpc.msg";
159
+ import * as _444 from "./feegrant/v1beta1/tx.rpc.msg";
160
+ import * as _445 from "./gov/v1/tx.rpc.msg";
161
+ import * as _446 from "./gov/v1beta1/tx.rpc.msg";
162
+ import * as _447 from "./group/v1/tx.rpc.msg";
163
+ import * as _448 from "./mint/v1beta1/tx.rpc.msg";
164
+ import * as _449 from "./protocolpool/v1/tx.rpc.msg";
165
+ import * as _450 from "./staking/v1beta1/tx.rpc.msg";
166
+ import * as _451 from "./upgrade/v1beta1/tx.rpc.msg";
167
+ import * as _452 from "./vesting/v1beta1/tx.rpc.msg";
168
168
  export declare namespace cosmos {
169
169
  namespace app {
170
170
  namespace runtime {
@@ -234,9 +234,9 @@ export declare namespace cosmos {
234
234
  };
235
235
  }
236
236
  const v1beta1: {
237
- MsgClientImpl: typeof _435.MsgClientImpl;
238
- createClientImpl: (rpc: import("..").TxRpc) => _435.MsgClientImpl;
239
- QueryClientImpl: typeof _416.QueryClientImpl;
237
+ MsgClientImpl: typeof _436.MsgClientImpl;
238
+ createClientImpl: (rpc: import("..").TxRpc) => _436.MsgClientImpl;
239
+ QueryClientImpl: typeof _417.QueryClientImpl;
240
240
  createRpcQueryExtension: (base: QueryClient) => {
241
241
  accounts(request?: _6.QueryAccountsRequest): Promise<_6.QueryAccountsResponse>;
242
242
  account(request: _6.QueryAccountRequest): Promise<_6.QueryAccountResponse>;
@@ -249,7 +249,7 @@ export declare namespace cosmos {
249
249
  addressStringToBytes(request: _6.AddressStringToBytesRequest): Promise<_6.AddressStringToBytesResponse>;
250
250
  accountInfo(request: _6.QueryAccountInfoRequest): Promise<_6.QueryAccountInfoResponse>;
251
251
  };
252
- LCDQueryClient: typeof _398.LCDQueryClient;
252
+ LCDQueryClient: typeof _399.LCDQueryClient;
253
253
  registry: ReadonlyArray<[string, import("..").TelescopeGeneratedType<any, any, any>]>;
254
254
  load: (protoRegistry: Registry) => void;
255
255
  MessageComposer: {
@@ -685,15 +685,15 @@ export declare namespace cosmos {
685
685
  };
686
686
  }
687
687
  const v1beta1: {
688
- MsgClientImpl: typeof _436.MsgClientImpl;
689
- createClientImpl: (rpc: import("..").TxRpc) => _436.MsgClientImpl;
690
- QueryClientImpl: typeof _417.QueryClientImpl;
688
+ MsgClientImpl: typeof _437.MsgClientImpl;
689
+ createClientImpl: (rpc: import("..").TxRpc) => _437.MsgClientImpl;
690
+ QueryClientImpl: typeof _418.QueryClientImpl;
691
691
  createRpcQueryExtension: (base: QueryClient) => {
692
692
  grants(request: _12.QueryGrantsRequest): Promise<_12.QueryGrantsResponse>;
693
693
  granterGrants(request: _12.QueryGranterGrantsRequest): Promise<_12.QueryGranterGrantsResponse>;
694
694
  granteeGrants(request: _12.QueryGranteeGrantsRequest): Promise<_12.QueryGranteeGrantsResponse>;
695
695
  };
696
- LCDQueryClient: typeof _399.LCDQueryClient;
696
+ LCDQueryClient: typeof _400.LCDQueryClient;
697
697
  registry: ReadonlyArray<[string, import("..").TelescopeGeneratedType<any, any, any>]>;
698
698
  load: (protoRegistry: Registry) => void;
699
699
  MessageComposer: {
@@ -1051,9 +1051,9 @@ export declare namespace cosmos {
1051
1051
  };
1052
1052
  }
1053
1053
  const v1beta1: {
1054
- MsgClientImpl: typeof _437.MsgClientImpl;
1055
- createClientImpl: (rpc: import("..").TxRpc) => _437.MsgClientImpl;
1056
- QueryClientImpl: typeof _418.QueryClientImpl;
1054
+ MsgClientImpl: typeof _438.MsgClientImpl;
1055
+ createClientImpl: (rpc: import("..").TxRpc) => _438.MsgClientImpl;
1056
+ QueryClientImpl: typeof _419.QueryClientImpl;
1057
1057
  createRpcQueryExtension: (base: QueryClient) => {
1058
1058
  balance(request: _18.QueryBalanceRequest): Promise<_18.QueryBalanceResponse>;
1059
1059
  allBalances(request: _18.QueryAllBalancesRequest): Promise<_18.QueryAllBalancesResponse>;
@@ -1069,7 +1069,7 @@ export declare namespace cosmos {
1069
1069
  denomOwnersByQuery(request: _18.QueryDenomOwnersByQueryRequest): Promise<_18.QueryDenomOwnersByQueryResponse>;
1070
1070
  sendEnabled(request: _18.QuerySendEnabledRequest): Promise<_18.QuerySendEnabledResponse>;
1071
1071
  };
1072
- LCDQueryClient: typeof _400.LCDQueryClient;
1072
+ LCDQueryClient: typeof _401.LCDQueryClient;
1073
1073
  registry: ReadonlyArray<[string, import("..").TelescopeGeneratedType<any, any, any>]>;
1074
1074
  load: (protoRegistry: Registry) => void;
1075
1075
  MessageComposer: {
@@ -1943,12 +1943,12 @@ export declare namespace cosmos {
1943
1943
  }
1944
1944
  namespace node {
1945
1945
  const v1beta1: {
1946
- ServiceClientImpl: typeof _419.ServiceClientImpl;
1946
+ ServiceClientImpl: typeof _420.ServiceClientImpl;
1947
1947
  createRpcQueryExtension: (base: QueryClient) => {
1948
1948
  config(request?: _21.ConfigRequest): Promise<_21.ConfigResponse>;
1949
1949
  status(request?: _21.StatusRequest): Promise<_21.StatusResponse>;
1950
1950
  };
1951
- LCDQueryClient: typeof _401.LCDQueryClient;
1951
+ LCDQueryClient: typeof _402.LCDQueryClient;
1952
1952
  ConfigRequest: {
1953
1953
  typeUrl: string;
1954
1954
  aminoType: string;
@@ -2500,8 +2500,8 @@ export declare namespace cosmos {
2500
2500
  };
2501
2501
  }
2502
2502
  const v1: {
2503
- MsgClientImpl: typeof _438.MsgClientImpl;
2504
- createClientImpl: (rpc: import("..").TxRpc) => _438.MsgClientImpl;
2503
+ MsgClientImpl: typeof _439.MsgClientImpl;
2504
+ createClientImpl: (rpc: import("..").TxRpc) => _439.MsgClientImpl;
2505
2505
  registry: ReadonlyArray<[string, import("..").TelescopeGeneratedType<any, any, any>]>;
2506
2506
  load: (protoRegistry: Registry) => void;
2507
2507
  MessageComposer: {
@@ -2595,15 +2595,15 @@ export declare namespace cosmos {
2595
2595
  };
2596
2596
  }
2597
2597
  const v1: {
2598
- MsgClientImpl: typeof _439.MsgClientImpl;
2599
- createClientImpl: (rpc: import("..").TxRpc) => _439.MsgClientImpl;
2600
- QueryClientImpl: typeof _420.QueryClientImpl;
2598
+ MsgClientImpl: typeof _440.MsgClientImpl;
2599
+ createClientImpl: (rpc: import("..").TxRpc) => _440.MsgClientImpl;
2600
+ QueryClientImpl: typeof _421.QueryClientImpl;
2601
2601
  createRpcQueryExtension: (base: QueryClient) => {
2602
2602
  account(request: _29.QueryAccountRequest): Promise<_29.AccountResponse>;
2603
2603
  accounts(request?: _29.QueryAccountsRequest): Promise<_29.AccountsResponse>;
2604
2604
  disabledList(request?: _29.QueryDisabledListRequest): Promise<_29.DisabledListResponse>;
2605
2605
  };
2606
- LCDQueryClient: typeof _402.LCDQueryClient;
2606
+ LCDQueryClient: typeof _403.LCDQueryClient;
2607
2607
  registry: ReadonlyArray<[string, import("..").TelescopeGeneratedType<any, any, any>]>;
2608
2608
  load: (protoRegistry: Registry) => void;
2609
2609
  MessageComposer: {
@@ -2903,13 +2903,13 @@ export declare namespace cosmos {
2903
2903
  };
2904
2904
  }
2905
2905
  const v1: {
2906
- MsgClientImpl: typeof _440.MsgClientImpl;
2907
- createClientImpl: (rpc: import("..").TxRpc) => _440.MsgClientImpl;
2908
- QueryClientImpl: typeof _421.QueryClientImpl;
2906
+ MsgClientImpl: typeof _441.MsgClientImpl;
2907
+ createClientImpl: (rpc: import("..").TxRpc) => _441.MsgClientImpl;
2908
+ QueryClientImpl: typeof _422.QueryClientImpl;
2909
2909
  createRpcQueryExtension: (base: QueryClient) => {
2910
2910
  params(request?: _33.QueryParamsRequest): Promise<_33.QueryParamsResponse>;
2911
2911
  };
2912
- LCDQueryClient: typeof _403.LCDQueryClient;
2912
+ LCDQueryClient: typeof _404.LCDQueryClient;
2913
2913
  registry: ReadonlyArray<[string, import("..").TelescopeGeneratedType<any, any, any>]>;
2914
2914
  load: (protoRegistry: Registry) => void;
2915
2915
  MessageComposer: {
@@ -3017,9 +3017,9 @@ export declare namespace cosmos {
3017
3017
  };
3018
3018
  }
3019
3019
  const v1: {
3020
- MsgClientImpl: typeof _441.MsgClientImpl;
3021
- createClientImpl: (rpc: import("..").TxRpc) => _441.MsgClientImpl;
3022
- QueryClientImpl: typeof _422.QueryClientImpl;
3020
+ MsgClientImpl: typeof _442.MsgClientImpl;
3021
+ createClientImpl: (rpc: import("..").TxRpc) => _442.MsgClientImpl;
3022
+ QueryClientImpl: typeof _423.QueryClientImpl;
3023
3023
  createRpcQueryExtension: (base: QueryClient) => {
3024
3024
  getCount(request?: _36.QueryGetCountRequest): Promise<_36.QueryGetCountResponse>;
3025
3025
  };
@@ -3350,9 +3350,9 @@ export declare namespace cosmos {
3350
3350
  };
3351
3351
  }
3352
3352
  const v1beta1: {
3353
- MsgClientImpl: typeof _442.MsgClientImpl;
3354
- createClientImpl: (rpc: import("..").TxRpc) => _442.MsgClientImpl;
3355
- QueryClientImpl: typeof _423.QueryClientImpl;
3353
+ MsgClientImpl: typeof _443.MsgClientImpl;
3354
+ createClientImpl: (rpc: import("..").TxRpc) => _443.MsgClientImpl;
3355
+ QueryClientImpl: typeof _424.QueryClientImpl;
3356
3356
  createRpcQueryExtension: (base: QueryClient) => {
3357
3357
  params(request?: _48.QueryParamsRequest): Promise<_48.QueryParamsResponse>;
3358
3358
  validatorDistributionInfo(request: _48.QueryValidatorDistributionInfoRequest): Promise<_48.QueryValidatorDistributionInfoResponse>;
@@ -3365,7 +3365,7 @@ export declare namespace cosmos {
3365
3365
  delegatorWithdrawAddress(request: _48.QueryDelegatorWithdrawAddressRequest): Promise<_48.QueryDelegatorWithdrawAddressResponse>;
3366
3366
  communityPool(request?: _48.QueryCommunityPoolRequest): Promise<_48.QueryCommunityPoolResponse>;
3367
3367
  };
3368
- LCDQueryClient: typeof _404.LCDQueryClient;
3368
+ LCDQueryClient: typeof _405.LCDQueryClient;
3369
3369
  registry: ReadonlyArray<[string, import("..").TelescopeGeneratedType<any, any, any>]>;
3370
3370
  load: (protoRegistry: Registry) => void;
3371
3371
  MessageComposer: {
@@ -4275,12 +4275,12 @@ export declare namespace cosmos {
4275
4275
  };
4276
4276
  }
4277
4277
  const v1beta1: {
4278
- QueryClientImpl: typeof _424.QueryClientImpl;
4278
+ QueryClientImpl: typeof _425.QueryClientImpl;
4279
4279
  createRpcQueryExtension: (base: QueryClient) => {
4280
4280
  epochInfos(request?: _53.QueryEpochInfosRequest): Promise<_53.QueryEpochInfosResponse>;
4281
4281
  currentEpoch(request: _53.QueryCurrentEpochRequest): Promise<_53.QueryCurrentEpochResponse>;
4282
4282
  };
4283
- LCDQueryClient: typeof _405.LCDQueryClient;
4283
+ LCDQueryClient: typeof _406.LCDQueryClient;
4284
4284
  QueryEpochInfosRequest: {
4285
4285
  typeUrl: string;
4286
4286
  aminoType: string;
@@ -4435,15 +4435,15 @@ export declare namespace cosmos {
4435
4435
  };
4436
4436
  }
4437
4437
  const v1beta1: {
4438
- MsgClientImpl: typeof _443.MsgClientImpl;
4439
- createClientImpl: (rpc: import("..").TxRpc) => _443.MsgClientImpl;
4440
- QueryClientImpl: typeof _425.QueryClientImpl;
4438
+ MsgClientImpl: typeof _444.MsgClientImpl;
4439
+ createClientImpl: (rpc: import("..").TxRpc) => _444.MsgClientImpl;
4440
+ QueryClientImpl: typeof _426.QueryClientImpl;
4441
4441
  createRpcQueryExtension: (base: QueryClient) => {
4442
4442
  allowance(request: _58.QueryAllowanceRequest): Promise<_58.QueryAllowanceResponse>;
4443
4443
  allowances(request: _58.QueryAllowancesRequest): Promise<_58.QueryAllowancesResponse>;
4444
4444
  allowancesByGranter(request: _58.QueryAllowancesByGranterRequest): Promise<_58.QueryAllowancesByGranterResponse>;
4445
4445
  };
4446
- LCDQueryClient: typeof _406.LCDQueryClient;
4446
+ LCDQueryClient: typeof _407.LCDQueryClient;
4447
4447
  registry: ReadonlyArray<[string, import("..").TelescopeGeneratedType<any, any, any>]>;
4448
4448
  load: (protoRegistry: Registry) => void;
4449
4449
  MessageComposer: {
@@ -4790,9 +4790,9 @@ export declare namespace cosmos {
4790
4790
  };
4791
4791
  }
4792
4792
  const v1: {
4793
- MsgClientImpl: typeof _444.MsgClientImpl;
4794
- createClientImpl: (rpc: import("..").TxRpc) => _444.MsgClientImpl;
4795
- QueryClientImpl: typeof _426.QueryClientImpl;
4793
+ MsgClientImpl: typeof _445.MsgClientImpl;
4794
+ createClientImpl: (rpc: import("..").TxRpc) => _445.MsgClientImpl;
4795
+ QueryClientImpl: typeof _427.QueryClientImpl;
4796
4796
  createRpcQueryExtension: (base: QueryClient) => {
4797
4797
  constitution(request?: _64.QueryConstitutionRequest): Promise<_64.QueryConstitutionResponse>;
4798
4798
  proposal(request: _64.QueryProposalRequest): Promise<_64.QueryProposalResponse>;
@@ -4804,7 +4804,7 @@ export declare namespace cosmos {
4804
4804
  deposits(request: _64.QueryDepositsRequest): Promise<_64.QueryDepositsResponse>;
4805
4805
  tallyResult(request: _64.QueryTallyResultRequest): Promise<_64.QueryTallyResultResponse>;
4806
4806
  };
4807
- LCDQueryClient: typeof _407.LCDQueryClient;
4807
+ LCDQueryClient: typeof _408.LCDQueryClient;
4808
4808
  registry: ReadonlyArray<[string, import("..").TelescopeGeneratedType<any, any, any>]>;
4809
4809
  load: (protoRegistry: Registry) => void;
4810
4810
  MessageComposer: {
@@ -5537,9 +5537,9 @@ export declare namespace cosmos {
5537
5537
  };
5538
5538
  };
5539
5539
  const v1beta1: {
5540
- MsgClientImpl: typeof _445.MsgClientImpl;
5541
- createClientImpl: (rpc: import("..").TxRpc) => _445.MsgClientImpl;
5542
- QueryClientImpl: typeof _427.QueryClientImpl;
5540
+ MsgClientImpl: typeof _446.MsgClientImpl;
5541
+ createClientImpl: (rpc: import("..").TxRpc) => _446.MsgClientImpl;
5542
+ QueryClientImpl: typeof _428.QueryClientImpl;
5543
5543
  createRpcQueryExtension: (base: QueryClient) => {
5544
5544
  proposal(request: _68.QueryProposalRequest): Promise<_68.QueryProposalResponse>;
5545
5545
  proposals(request: _68.QueryProposalsRequest): Promise<_68.QueryProposalsResponse>;
@@ -5550,7 +5550,7 @@ export declare namespace cosmos {
5550
5550
  deposits(request: _68.QueryDepositsRequest): Promise<_68.QueryDepositsResponse>;
5551
5551
  tallyResult(request: _68.QueryTallyResultRequest): Promise<_68.QueryTallyResultResponse>;
5552
5552
  };
5553
- LCDQueryClient: typeof _408.LCDQueryClient;
5553
+ LCDQueryClient: typeof _409.LCDQueryClient;
5554
5554
  registry: ReadonlyArray<[string, import("..").TelescopeGeneratedType<any, any, any>]>;
5555
5555
  load: (protoRegistry: Registry) => void;
5556
5556
  MessageComposer: {
@@ -6140,9 +6140,9 @@ export declare namespace cosmos {
6140
6140
  };
6141
6141
  }
6142
6142
  const v1: {
6143
- MsgClientImpl: typeof _446.MsgClientImpl;
6144
- createClientImpl: (rpc: import("..").TxRpc) => _446.MsgClientImpl;
6145
- QueryClientImpl: typeof _428.QueryClientImpl;
6143
+ MsgClientImpl: typeof _447.MsgClientImpl;
6144
+ createClientImpl: (rpc: import("..").TxRpc) => _447.MsgClientImpl;
6145
+ QueryClientImpl: typeof _429.QueryClientImpl;
6146
6146
  createRpcQueryExtension: (base: QueryClient) => {
6147
6147
  groupInfo(request: _73.QueryGroupInfoRequest): Promise<_73.QueryGroupInfoResponse>;
6148
6148
  groupPolicyInfo(request: _73.QueryGroupPolicyInfoRequest): Promise<_73.QueryGroupPolicyInfoResponse>;
@@ -6159,7 +6159,7 @@ export declare namespace cosmos {
6159
6159
  tallyResult(request: _73.QueryTallyResultRequest): Promise<_73.QueryTallyResultResponse>;
6160
6160
  groups(request?: _73.QueryGroupsRequest): Promise<_73.QueryGroupsResponse>;
6161
6161
  };
6162
- LCDQueryClient: typeof _409.LCDQueryClient;
6162
+ LCDQueryClient: typeof _410.LCDQueryClient;
6163
6163
  registry: ReadonlyArray<[string, import("..").TelescopeGeneratedType<any, any, any>]>;
6164
6164
  load: (protoRegistry: Registry) => void;
6165
6165
  MessageComposer: {
@@ -7751,15 +7751,15 @@ export declare namespace cosmos {
7751
7751
  };
7752
7752
  }
7753
7753
  const v1beta1: {
7754
- MsgClientImpl: typeof _447.MsgClientImpl;
7755
- createClientImpl: (rpc: import("..").TxRpc) => _447.MsgClientImpl;
7756
- QueryClientImpl: typeof _429.QueryClientImpl;
7754
+ MsgClientImpl: typeof _448.MsgClientImpl;
7755
+ createClientImpl: (rpc: import("..").TxRpc) => _448.MsgClientImpl;
7756
+ QueryClientImpl: typeof _430.QueryClientImpl;
7757
7757
  createRpcQueryExtension: (base: QueryClient) => {
7758
7758
  params(request?: _80.QueryParamsRequest): Promise<_80.QueryParamsResponse>;
7759
7759
  inflation(request?: _80.QueryInflationRequest): Promise<_80.QueryInflationResponse>;
7760
7760
  annualProvisions(request?: _80.QueryAnnualProvisionsRequest): Promise<_80.QueryAnnualProvisionsResponse>;
7761
7761
  };
7762
- LCDQueryClient: typeof _410.LCDQueryClient;
7762
+ LCDQueryClient: typeof _411.LCDQueryClient;
7763
7763
  registry: ReadonlyArray<[string, import("..").TelescopeGeneratedType<any, any, any>]>;
7764
7764
  load: (protoRegistry: Registry) => void;
7765
7765
  MessageComposer: {
@@ -7990,12 +7990,12 @@ export declare namespace cosmos {
7990
7990
  };
7991
7991
  }
7992
7992
  const v1beta1: {
7993
- QueryClientImpl: typeof _430.QueryClientImpl;
7993
+ QueryClientImpl: typeof _431.QueryClientImpl;
7994
7994
  createRpcQueryExtension: (base: QueryClient) => {
7995
7995
  params(request: _86.QueryParamsRequest): Promise<_86.QueryParamsResponse>;
7996
7996
  subspaces(request?: _86.QuerySubspacesRequest): Promise<_86.QuerySubspacesResponse>;
7997
7997
  };
7998
- LCDQueryClient: typeof _411.LCDQueryClient;
7998
+ LCDQueryClient: typeof _412.LCDQueryClient;
7999
7999
  QueryParamsRequest: {
8000
8000
  typeUrl: string;
8001
8001
  aminoType: string;
@@ -8116,16 +8116,16 @@ export declare namespace cosmos {
8116
8116
  };
8117
8117
  }
8118
8118
  const v1: {
8119
- MsgClientImpl: typeof _448.MsgClientImpl;
8120
- createClientImpl: (rpc: import("..").TxRpc) => _448.MsgClientImpl;
8121
- QueryClientImpl: typeof _431.QueryClientImpl;
8119
+ MsgClientImpl: typeof _449.MsgClientImpl;
8120
+ createClientImpl: (rpc: import("..").TxRpc) => _449.MsgClientImpl;
8121
+ QueryClientImpl: typeof _432.QueryClientImpl;
8122
8122
  createRpcQueryExtension: (base: QueryClient) => {
8123
8123
  communityPool(request?: _89.QueryCommunityPoolRequest): Promise<_89.QueryCommunityPoolResponse>;
8124
8124
  continuousFund(request: _89.QueryContinuousFundRequest): Promise<_89.QueryContinuousFundResponse>;
8125
8125
  continuousFunds(request?: _89.QueryContinuousFundsRequest): Promise<_89.QueryContinuousFundsResponse>;
8126
8126
  params(request?: _89.QueryParamsRequest): Promise<_89.QueryParamsResponse>;
8127
8127
  };
8128
- LCDQueryClient: typeof _412.LCDQueryClient;
8128
+ LCDQueryClient: typeof _413.LCDQueryClient;
8129
8129
  registry: ReadonlyArray<[string, import("..").TelescopeGeneratedType<any, any, any>]>;
8130
8130
  load: (protoRegistry: Registry) => void;
8131
8131
  MessageComposer: {
@@ -8594,9 +8594,9 @@ export declare namespace cosmos {
8594
8594
  };
8595
8595
  }
8596
8596
  const v1beta1: {
8597
- MsgClientImpl: typeof _449.MsgClientImpl;
8598
- createClientImpl: (rpc: import("..").TxRpc) => _449.MsgClientImpl;
8599
- QueryClientImpl: typeof _432.QueryClientImpl;
8597
+ MsgClientImpl: typeof _450.MsgClientImpl;
8598
+ createClientImpl: (rpc: import("..").TxRpc) => _450.MsgClientImpl;
8599
+ QueryClientImpl: typeof _433.QueryClientImpl;
8600
8600
  createRpcQueryExtension: (base: QueryClient) => {
8601
8601
  validators(request: _98.QueryValidatorsRequest): Promise<_98.QueryValidatorsResponse>;
8602
8602
  validator(request: _98.QueryValidatorRequest): Promise<_98.QueryValidatorResponse>;
@@ -8613,7 +8613,7 @@ export declare namespace cosmos {
8613
8613
  pool(request?: _98.QueryPoolRequest): Promise<_98.QueryPoolResponse>;
8614
8614
  params(request?: _98.QueryParamsRequest): Promise<_98.QueryParamsResponse>;
8615
8615
  };
8616
- LCDQueryClient: typeof _413.LCDQueryClient;
8616
+ LCDQueryClient: typeof _414.LCDQueryClient;
8617
8617
  registry: ReadonlyArray<[string, import("..").TelescopeGeneratedType<any, any, any>]>;
8618
8618
  load: (protoRegistry: Registry) => void;
8619
8619
  MessageComposer: {
@@ -10068,7 +10068,7 @@ export declare namespace cosmos {
10068
10068
  };
10069
10069
  }
10070
10070
  const v1beta1: {
10071
- ServiceClientImpl: typeof _433.ServiceClientImpl;
10071
+ ServiceClientImpl: typeof _434.ServiceClientImpl;
10072
10072
  createRpcQueryExtension: (base: QueryClient) => {
10073
10073
  simulate(request: _108.SimulateRequest): Promise<_108.SimulateResponse>;
10074
10074
  getTx(request: _108.GetTxRequest): Promise<_108.GetTxResponse>;
@@ -10080,7 +10080,7 @@ export declare namespace cosmos {
10080
10080
  txEncodeAmino(request: _108.TxEncodeAminoRequest): Promise<_108.TxEncodeAminoResponse>;
10081
10081
  txDecodeAmino(request: _108.TxDecodeAminoRequest): Promise<_108.TxDecodeAminoResponse>;
10082
10082
  };
10083
- LCDQueryClient: typeof _414.LCDQueryClient;
10083
+ LCDQueryClient: typeof _415.LCDQueryClient;
10084
10084
  Tx: {
10085
10085
  typeUrl: string;
10086
10086
  aminoType: string;
@@ -10545,9 +10545,9 @@ export declare namespace cosmos {
10545
10545
  };
10546
10546
  }
10547
10547
  const v1beta1: {
10548
- MsgClientImpl: typeof _450.MsgClientImpl;
10549
- createClientImpl: (rpc: import("..").TxRpc) => _450.MsgClientImpl;
10550
- QueryClientImpl: typeof _434.QueryClientImpl;
10548
+ MsgClientImpl: typeof _451.MsgClientImpl;
10549
+ createClientImpl: (rpc: import("..").TxRpc) => _451.MsgClientImpl;
10550
+ QueryClientImpl: typeof _435.QueryClientImpl;
10551
10551
  createRpcQueryExtension: (base: QueryClient) => {
10552
10552
  currentPlan(request?: _111.QueryCurrentPlanRequest): Promise<_111.QueryCurrentPlanResponse>;
10553
10553
  appliedPlan(request: _111.QueryAppliedPlanRequest): Promise<_111.QueryAppliedPlanResponse>;
@@ -10555,7 +10555,7 @@ export declare namespace cosmos {
10555
10555
  moduleVersions(request: _111.QueryModuleVersionsRequest): Promise<_111.QueryModuleVersionsResponse>;
10556
10556
  authority(request?: _111.QueryAuthorityRequest): Promise<_111.QueryAuthorityResponse>;
10557
10557
  };
10558
- LCDQueryClient: typeof _415.LCDQueryClient;
10558
+ LCDQueryClient: typeof _416.LCDQueryClient;
10559
10559
  registry: ReadonlyArray<[string, import("..").TelescopeGeneratedType<any, any, any>]>;
10560
10560
  load: (protoRegistry: Registry) => void;
10561
10561
  MessageComposer: {
@@ -10876,8 +10876,8 @@ export declare namespace cosmos {
10876
10876
  };
10877
10877
  }
10878
10878
  const v1beta1: {
10879
- MsgClientImpl: typeof _451.MsgClientImpl;
10880
- createClientImpl: (rpc: import("..").TxRpc) => _451.MsgClientImpl;
10879
+ MsgClientImpl: typeof _452.MsgClientImpl;
10880
+ createClientImpl: (rpc: import("..").TxRpc) => _452.MsgClientImpl;
10881
10881
  registry: ReadonlyArray<[string, import("..").TelescopeGeneratedType<any, any, any>]>;
10882
10882
  load: (protoRegistry: Registry) => void;
10883
10883
  MessageComposer: {
@@ -11117,53 +11117,53 @@ export declare namespace cosmos {
11117
11117
  }) => Promise<{
11118
11118
  cosmos: {
11119
11119
  auth: {
11120
- v1beta1: _435.MsgClientImpl;
11120
+ v1beta1: _436.MsgClientImpl;
11121
11121
  };
11122
11122
  authz: {
11123
- v1beta1: _436.MsgClientImpl;
11123
+ v1beta1: _437.MsgClientImpl;
11124
11124
  };
11125
11125
  bank: {
11126
- v1beta1: _437.MsgClientImpl;
11126
+ v1beta1: _438.MsgClientImpl;
11127
11127
  };
11128
11128
  benchmark: {
11129
- v1: _438.MsgClientImpl;
11129
+ v1: _439.MsgClientImpl;
11130
11130
  };
11131
11131
  circuit: {
11132
- v1: _439.MsgClientImpl;
11132
+ v1: _440.MsgClientImpl;
11133
11133
  };
11134
11134
  consensus: {
11135
- v1: _440.MsgClientImpl;
11135
+ v1: _441.MsgClientImpl;
11136
11136
  };
11137
11137
  counter: {
11138
- v1: _441.MsgClientImpl;
11138
+ v1: _442.MsgClientImpl;
11139
11139
  };
11140
11140
  distribution: {
11141
- v1beta1: _442.MsgClientImpl;
11141
+ v1beta1: _443.MsgClientImpl;
11142
11142
  };
11143
11143
  feegrant: {
11144
- v1beta1: _443.MsgClientImpl;
11144
+ v1beta1: _444.MsgClientImpl;
11145
11145
  };
11146
11146
  gov: {
11147
- v1: _444.MsgClientImpl;
11148
- v1beta1: _445.MsgClientImpl;
11147
+ v1: _445.MsgClientImpl;
11148
+ v1beta1: _446.MsgClientImpl;
11149
11149
  };
11150
11150
  group: {
11151
- v1: _446.MsgClientImpl;
11151
+ v1: _447.MsgClientImpl;
11152
11152
  };
11153
11153
  mint: {
11154
- v1beta1: _447.MsgClientImpl;
11154
+ v1beta1: _448.MsgClientImpl;
11155
11155
  };
11156
11156
  protocolpool: {
11157
- v1: _448.MsgClientImpl;
11157
+ v1: _449.MsgClientImpl;
11158
11158
  };
11159
11159
  staking: {
11160
- v1beta1: _449.MsgClientImpl;
11160
+ v1beta1: _450.MsgClientImpl;
11161
11161
  };
11162
11162
  upgrade: {
11163
- v1beta1: _450.MsgClientImpl;
11163
+ v1beta1: _451.MsgClientImpl;
11164
11164
  };
11165
11165
  vesting: {
11166
- v1beta1: _451.MsgClientImpl;
11166
+ v1beta1: _452.MsgClientImpl;
11167
11167
  };
11168
11168
  };
11169
11169
  }>;
@@ -11370,58 +11370,58 @@ export declare namespace cosmos {
11370
11370
  }) => Promise<{
11371
11371
  cosmos: {
11372
11372
  auth: {
11373
- v1beta1: _398.LCDQueryClient;
11373
+ v1beta1: _399.LCDQueryClient;
11374
11374
  };
11375
11375
  authz: {
11376
- v1beta1: _399.LCDQueryClient;
11376
+ v1beta1: _400.LCDQueryClient;
11377
11377
  };
11378
11378
  bank: {
11379
- v1beta1: _400.LCDQueryClient;
11379
+ v1beta1: _401.LCDQueryClient;
11380
11380
  };
11381
11381
  base: {
11382
11382
  node: {
11383
- v1beta1: _401.LCDQueryClient;
11383
+ v1beta1: _402.LCDQueryClient;
11384
11384
  };
11385
11385
  };
11386
11386
  circuit: {
11387
- v1: _402.LCDQueryClient;
11387
+ v1: _403.LCDQueryClient;
11388
11388
  };
11389
11389
  consensus: {
11390
- v1: _403.LCDQueryClient;
11390
+ v1: _404.LCDQueryClient;
11391
11391
  };
11392
11392
  distribution: {
11393
- v1beta1: _404.LCDQueryClient;
11393
+ v1beta1: _405.LCDQueryClient;
11394
11394
  };
11395
11395
  epochs: {
11396
- v1beta1: _405.LCDQueryClient;
11396
+ v1beta1: _406.LCDQueryClient;
11397
11397
  };
11398
11398
  feegrant: {
11399
- v1beta1: _406.LCDQueryClient;
11399
+ v1beta1: _407.LCDQueryClient;
11400
11400
  };
11401
11401
  gov: {
11402
- v1: _407.LCDQueryClient;
11403
- v1beta1: _408.LCDQueryClient;
11402
+ v1: _408.LCDQueryClient;
11403
+ v1beta1: _409.LCDQueryClient;
11404
11404
  };
11405
11405
  group: {
11406
- v1: _409.LCDQueryClient;
11406
+ v1: _410.LCDQueryClient;
11407
11407
  };
11408
11408
  mint: {
11409
- v1beta1: _410.LCDQueryClient;
11409
+ v1beta1: _411.LCDQueryClient;
11410
11410
  };
11411
11411
  params: {
11412
- v1beta1: _411.LCDQueryClient;
11412
+ v1beta1: _412.LCDQueryClient;
11413
11413
  };
11414
11414
  protocolpool: {
11415
- v1: _412.LCDQueryClient;
11415
+ v1: _413.LCDQueryClient;
11416
11416
  };
11417
11417
  staking: {
11418
- v1beta1: _413.LCDQueryClient;
11418
+ v1beta1: _414.LCDQueryClient;
11419
11419
  };
11420
11420
  tx: {
11421
- v1beta1: _414.LCDQueryClient;
11421
+ v1beta1: _415.LCDQueryClient;
11422
11422
  };
11423
11423
  upgrade: {
11424
- v1beta1: _415.LCDQueryClient;
11424
+ v1beta1: _416.LCDQueryClient;
11425
11425
  };
11426
11426
  };
11427
11427
  }>;