@sparkdreamnft/sparkdreamjs 0.0.8 → 0.0.10
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.
- package/cosmos/bundle.d.ts +160 -160
- package/cosmos/bundle.js +182 -182
- package/esm/cosmos/bundle.js +182 -182
- package/esm/ibc/bundle.js +76 -76
- package/esm/sparkdream/blog/v1/params.js +25 -1
- package/esm/sparkdream/blog/v1/post.js +16 -1
- package/esm/sparkdream/blog/v1/query.js +165 -0
- package/esm/sparkdream/blog/v1/query.lcd.js +11 -0
- package/esm/sparkdream/blog/v1/query.rpc.Query.js +10 -1
- package/esm/sparkdream/blog/v1/tx.js +32 -2
- package/esm/sparkdream/bundle.js +367 -327
- package/esm/sparkdream/client.js +4 -1
- package/esm/sparkdream/collect/v1/curator_activity.js +158 -0
- package/esm/sparkdream/collect/v1/genesis.js +12 -11
- package/esm/sparkdream/collect/v1/params.js +37 -1
- package/esm/sparkdream/collect/v1/query.js +201 -186
- package/esm/sparkdream/collect/v1/query.lcd.js +16 -16
- package/esm/sparkdream/collect/v1/query.rpc.Query.js +19 -19
- package/esm/sparkdream/collect/v1/tx.amino.js +1 -11
- package/esm/sparkdream/collect/v1/tx.js +0 -258
- package/esm/sparkdream/collect/v1/tx.registry.js +2 -38
- package/esm/sparkdream/collect/v1/tx.rpc.msg.js +3 -14
- package/esm/sparkdream/collect/v1/types.js +50 -143
- package/esm/sparkdream/{forum → commons}/v1/category.js +7 -5
- package/esm/sparkdream/commons/v1/genesis.js +29 -1
- package/esm/sparkdream/commons/v1/query.js +292 -0
- package/esm/sparkdream/commons/v1/query.lcd.js +18 -0
- package/esm/sparkdream/commons/v1/query.rpc.Query.js +21 -1
- package/esm/sparkdream/commons/v1/tx.amino.js +6 -1
- package/esm/sparkdream/commons/v1/tx.js +193 -0
- package/esm/sparkdream/commons/v1/tx.registry.js +20 -2
- package/esm/sparkdream/commons/v1/tx.rpc.msg.js +8 -1
- package/esm/sparkdream/federation/module/v1/module.js +71 -0
- package/esm/sparkdream/federation/v1/genesis.js +245 -0
- package/esm/sparkdream/federation/v1/packet.js +810 -0
- package/esm/sparkdream/federation/v1/params.js +789 -0
- package/esm/sparkdream/federation/v1/query.js +2479 -0
- package/esm/sparkdream/federation/v1/query.lcd.js +142 -0
- package/esm/sparkdream/federation/v1/query.rpc.Query.js +181 -0
- package/esm/sparkdream/federation/v1/tx.amino.js +129 -0
- package/esm/sparkdream/federation/v1/tx.js +3929 -0
- package/esm/sparkdream/federation/v1/tx.registry.js +465 -0
- package/esm/sparkdream/federation/v1/tx.rpc.msg.js +163 -0
- package/esm/sparkdream/federation/v1/types.js +2266 -0
- package/esm/sparkdream/federation/v1/verifier_activity.js +194 -0
- package/esm/sparkdream/forum/v1/genesis.js +26 -250
- package/esm/sparkdream/forum/v1/params.js +146 -2
- package/esm/sparkdream/forum/v1/query.js +2084 -7387
- package/esm/sparkdream/forum/v1/query.lcd.js +0 -310
- package/esm/sparkdream/forum/v1/query.rpc.Query.js +1 -339
- package/esm/sparkdream/forum/v1/sentinel_activity.js +46 -139
- package/esm/sparkdream/forum/v1/tx.amino.js +1 -76
- package/esm/sparkdream/forum/v1/tx.js +333 -2628
- package/esm/sparkdream/forum/v1/tx.registry.js +2 -272
- package/esm/sparkdream/forum/v1/tx.rpc.msg.js +1 -91
- package/esm/sparkdream/forum/v1/types.js +0 -216
- package/esm/sparkdream/futarchy/v1/market.js +13 -1
- package/esm/sparkdream/lcd.js +5 -0
- package/esm/sparkdream/rep/v1/accountability.js +172 -0
- package/esm/sparkdream/rep/v1/bonded_role.js +446 -0
- package/esm/sparkdream/rep/v1/genesis.js +224 -1
- package/esm/sparkdream/{forum → rep}/v1/gov_action_appeal.js +4 -4
- package/esm/sparkdream/{forum → rep}/v1/jury_participation.js +4 -4
- package/esm/sparkdream/rep/v1/member.js +25 -1
- package/esm/sparkdream/{forum → rep}/v1/member_report.js +102 -5
- package/esm/sparkdream/{forum → rep}/v1/member_warning.js +4 -4
- package/esm/sparkdream/rep/v1/params.js +782 -254
- package/esm/sparkdream/rep/v1/project.js +13 -1
- package/esm/sparkdream/rep/v1/query.js +5251 -0
- package/esm/sparkdream/rep/v1/query.lcd.js +293 -0
- package/esm/sparkdream/rep/v1/query.rpc.Query.js +334 -1
- package/esm/sparkdream/{common → rep}/v1/reserved_tag.js +5 -5
- package/esm/sparkdream/{common → rep}/v1/tag.js +6 -6
- package/esm/sparkdream/{forum → rep}/v1/tag_budget.js +4 -4
- package/esm/sparkdream/{forum → rep}/v1/tag_budget_award.js +4 -4
- package/esm/sparkdream/{forum → rep}/v1/tag_report.js +4 -4
- package/esm/sparkdream/rep/v1/tx.amino.js +81 -1
- package/esm/sparkdream/rep/v1/tx.js +2467 -0
- package/esm/sparkdream/rep/v1/tx.registry.js +290 -2
- package/esm/sparkdream/rep/v1/tx.rpc.msg.js +104 -1
- package/esm/sparkdream/rpc.query.js +3 -0
- package/esm/sparkdream/rpc.tx.js +3 -0
- package/esm/sparkdream/season/v1/enums.js +10 -0
- package/esm/sparkdream/season/v1/params.js +94 -46
- package/esm/sparkdream/shield/v1/types.js +47 -5
- package/esm/tendermint/bundle.js +20 -20
- package/ibc/bundle.d.ts +90 -90
- package/ibc/bundle.js +76 -76
- package/package.json +1 -1
- package/sparkdream/blog/v1/params.d.ts +16 -0
- package/sparkdream/blog/v1/params.js +25 -1
- package/sparkdream/blog/v1/post.d.ts +8 -0
- package/sparkdream/blog/v1/post.js +16 -1
- package/sparkdream/blog/v1/query.d.ts +92 -0
- package/sparkdream/blog/v1/query.js +166 -1
- package/sparkdream/blog/v1/query.lcd.d.ts +2 -1
- package/sparkdream/blog/v1/query.lcd.js +11 -0
- package/sparkdream/blog/v1/query.rpc.Query.d.ts +5 -1
- package/sparkdream/blog/v1/query.rpc.Query.js +9 -0
- package/sparkdream/blog/v1/tx.d.ts +16 -0
- package/sparkdream/blog/v1/tx.js +32 -2
- package/sparkdream/bundle.d.ts +14529 -12577
- package/sparkdream/bundle.js +367 -327
- package/sparkdream/client.d.ts +192 -67
- package/sparkdream/client.js +4 -1
- package/sparkdream/collect/v1/curator_activity.d.ts +123 -0
- package/sparkdream/collect/v1/curator_activity.js +161 -0
- package/sparkdream/collect/v1/genesis.d.ts +4 -3
- package/sparkdream/collect/v1/genesis.js +11 -10
- package/sparkdream/collect/v1/params.d.ts +32 -0
- package/sparkdream/collect/v1/params.js +37 -1
- package/sparkdream/collect/v1/query.d.ts +142 -133
- package/sparkdream/collect/v1/query.js +201 -186
- package/sparkdream/collect/v1/query.lcd.d.ts +3 -3
- package/sparkdream/collect/v1/query.lcd.js +16 -16
- package/sparkdream/collect/v1/query.rpc.Query.d.ts +13 -7
- package/sparkdream/collect/v1/query.rpc.Query.js +18 -18
- package/sparkdream/collect/v1/tx.amino.d.ts +1 -11
- package/sparkdream/collect/v1/tx.amino.js +0 -10
- package/sparkdream/collect/v1/tx.d.ts +0 -162
- package/sparkdream/collect/v1/tx.js +2 -260
- package/sparkdream/collect/v1/tx.registry.d.ts +1 -25
- package/sparkdream/collect/v1/tx.registry.js +1 -37
- package/sparkdream/collect/v1/tx.rpc.msg.d.ts +5 -5
- package/sparkdream/collect/v1/tx.rpc.msg.js +2 -13
- package/sparkdream/collect/v1/types.d.ts +26 -56
- package/sparkdream/collect/v1/types.js +51 -144
- package/sparkdream/{forum → commons}/v1/category.d.ts +17 -11
- package/sparkdream/{forum → commons}/v1/category.js +7 -5
- package/sparkdream/commons/v1/genesis.d.ts +17 -0
- package/sparkdream/commons/v1/genesis.js +29 -1
- package/sparkdream/commons/v1/query.d.ts +179 -0
- package/sparkdream/commons/v1/query.js +293 -1
- package/sparkdream/commons/v1/query.lcd.d.ts +3 -1
- package/sparkdream/commons/v1/query.lcd.js +18 -0
- package/sparkdream/commons/v1/query.rpc.Query.d.ts +9 -1
- package/sparkdream/commons/v1/query.rpc.Query.js +20 -0
- package/sparkdream/commons/v1/tx.amino.d.ts +6 -1
- package/sparkdream/commons/v1/tx.amino.js +5 -0
- package/sparkdream/commons/v1/tx.d.ts +98 -0
- package/sparkdream/commons/v1/tx.js +194 -1
- package/sparkdream/commons/v1/tx.registry.d.ts +13 -1
- package/sparkdream/commons/v1/tx.registry.js +19 -1
- package/sparkdream/commons/v1/tx.rpc.msg.d.ts +7 -1
- package/sparkdream/commons/v1/tx.rpc.msg.js +7 -0
- package/sparkdream/federation/module/v1/module.d.ts +54 -0
- package/sparkdream/federation/module/v1/module.js +74 -0
- package/sparkdream/federation/v1/genesis.d.ts +79 -0
- package/sparkdream/federation/v1/genesis.js +248 -0
- package/sparkdream/federation/v1/packet.d.ts +397 -0
- package/sparkdream/federation/v1/packet.js +813 -0
- package/sparkdream/federation/v1/params.d.ts +272 -0
- package/sparkdream/federation/v1/params.js +792 -0
- package/sparkdream/federation/v1/query.d.ts +1458 -0
- package/sparkdream/federation/v1/query.js +2482 -0
- package/sparkdream/federation/v1/query.lcd.d.ts +25 -0
- package/sparkdream/federation/v1/query.lcd.js +146 -0
- package/sparkdream/federation/v1/query.rpc.Query.d.ts +69 -0
- package/sparkdream/federation/v1/query.rpc.Query.js +186 -0
- package/sparkdream/federation/v1/tx.amino.d.ts +128 -0
- package/sparkdream/federation/v1/tx.amino.js +132 -0
- package/sparkdream/federation/v1/tx.d.ts +2147 -0
- package/sparkdream/federation/v1/tx.js +3932 -0
- package/sparkdream/federation/v1/tx.registry.d.ts +313 -0
- package/sparkdream/federation/v1/tx.registry.js +469 -0
- package/sparkdream/federation/v1/tx.rpc.msg.d.ts +65 -0
- package/sparkdream/federation/v1/tx.rpc.msg.js +168 -0
- package/sparkdream/federation/v1/types.d.ts +810 -0
- package/sparkdream/federation/v1/types.js +2281 -0
- package/sparkdream/federation/v1/verifier_activity.d.ts +113 -0
- package/sparkdream/federation/v1/verifier_activity.js +197 -0
- package/sparkdream/forum/v1/genesis.d.ts +0 -41
- package/sparkdream/forum/v1/genesis.js +26 -250
- package/sparkdream/forum/v1/params.d.ts +112 -0
- package/sparkdream/forum/v1/params.js +146 -2
- package/sparkdream/forum/v1/query.d.ts +65 -3164
- package/sparkdream/forum/v1/query.js +2086 -7391
- package/sparkdream/forum/v1/query.lcd.d.ts +1 -35
- package/sparkdream/forum/v1/query.lcd.js +0 -310
- package/sparkdream/forum/v1/query.rpc.Query.d.ts +1 -137
- package/sparkdream/forum/v1/query.rpc.Query.js +0 -338
- package/sparkdream/forum/v1/sentinel_activity.d.ts +9 -20
- package/sparkdream/forum/v1/sentinel_activity.js +46 -139
- package/sparkdream/forum/v1/tx.amino.d.ts +1 -76
- package/sparkdream/forum/v1/tx.amino.js +0 -75
- package/sparkdream/forum/v1/tx.d.ts +85 -1445
- package/sparkdream/forum/v1/tx.js +335 -2630
- package/sparkdream/forum/v1/tx.registry.d.ts +1 -181
- package/sparkdream/forum/v1/tx.registry.js +1 -271
- package/sparkdream/forum/v1/tx.rpc.msg.d.ts +1 -46
- package/sparkdream/forum/v1/tx.rpc.msg.js +0 -90
- package/sparkdream/forum/v1/types.d.ts +0 -50
- package/sparkdream/forum/v1/types.js +1 -225
- package/sparkdream/futarchy/v1/market.d.ts +14 -0
- package/sparkdream/futarchy/v1/market.js +13 -1
- package/sparkdream/lcd.d.ts +3 -0
- package/sparkdream/lcd.js +5 -0
- package/sparkdream/rep/v1/accountability.d.ts +39 -0
- package/sparkdream/rep/v1/accountability.js +181 -0
- package/sparkdream/rep/v1/bonded_role.d.ts +330 -0
- package/sparkdream/rep/v1/bonded_role.js +453 -0
- package/sparkdream/rep/v1/genesis.d.ts +70 -0
- package/sparkdream/rep/v1/genesis.js +224 -1
- package/sparkdream/{forum → rep}/v1/gov_action_appeal.d.ts +9 -9
- package/sparkdream/{forum → rep}/v1/gov_action_appeal.js +4 -4
- package/sparkdream/{forum → rep}/v1/jury_participation.d.ts +8 -8
- package/sparkdream/{forum → rep}/v1/jury_participation.js +4 -4
- package/sparkdream/rep/v1/member.d.ts +16 -0
- package/sparkdream/rep/v1/member.js +25 -1
- package/sparkdream/rep/v1/member_report.d.ts +128 -0
- package/sparkdream/{forum → rep}/v1/member_report.js +103 -6
- package/sparkdream/{forum → rep}/v1/member_warning.d.ts +8 -8
- package/sparkdream/{forum → rep}/v1/member_warning.js +4 -4
- package/sparkdream/rep/v1/params.d.ts +352 -8
- package/sparkdream/rep/v1/params.js +782 -254
- package/sparkdream/rep/v1/project.d.ts +10 -0
- package/sparkdream/rep/v1/project.js +13 -1
- package/sparkdream/rep/v1/query.d.ts +4222 -1156
- package/sparkdream/rep/v1/query.js +5254 -1
- package/sparkdream/rep/v1/query.lcd.d.ts +35 -1
- package/sparkdream/rep/v1/query.lcd.js +293 -0
- package/sparkdream/rep/v1/query.rpc.Query.d.ts +140 -1
- package/sparkdream/rep/v1/query.rpc.Query.js +333 -0
- package/sparkdream/{common → rep}/v1/reserved_tag.d.ts +11 -11
- package/sparkdream/{common → rep}/v1/reserved_tag.js +5 -5
- package/sparkdream/{common → rep}/v1/tag.d.ts +14 -14
- package/sparkdream/{common → rep}/v1/tag.js +6 -6
- package/sparkdream/{forum → rep}/v1/tag_budget.d.ts +8 -8
- package/sparkdream/{forum → rep}/v1/tag_budget.js +4 -4
- package/sparkdream/{forum → rep}/v1/tag_budget_award.d.ts +8 -8
- package/sparkdream/{forum → rep}/v1/tag_budget_award.js +4 -4
- package/sparkdream/{forum → rep}/v1/tag_report.d.ts +8 -8
- package/sparkdream/{forum → rep}/v1/tag_report.js +4 -4
- package/sparkdream/rep/v1/tx.amino.d.ts +81 -1
- package/sparkdream/rep/v1/tx.amino.js +80 -0
- package/sparkdream/rep/v1/tx.d.ts +1484 -0
- package/sparkdream/rep/v1/tx.js +2468 -1
- package/sparkdream/rep/v1/tx.registry.d.ts +193 -1
- package/sparkdream/rep/v1/tx.registry.js +289 -1
- package/sparkdream/rep/v1/tx.rpc.msg.d.ts +64 -1
- package/sparkdream/rep/v1/tx.rpc.msg.js +103 -0
- package/sparkdream/rpc.query.d.ts +60 -36
- package/sparkdream/rpc.query.js +3 -0
- package/sparkdream/rpc.tx.d.ts +3 -0
- package/sparkdream/rpc.tx.js +3 -0
- package/sparkdream/season/v1/enums.d.ts +5 -0
- package/sparkdream/season/v1/enums.js +10 -0
- package/sparkdream/season/v1/params.d.ts +36 -4
- package/sparkdream/season/v1/params.js +94 -46
- package/sparkdream/shield/v1/types.d.ts +28 -0
- package/sparkdream/shield/v1/types.js +47 -5
- package/tendermint/bundle.d.ts +844 -844
- package/tendermint/bundle.js +20 -20
- package/esm/sparkdream/forum/v1/member_salvation_status.js +0 -119
- package/sparkdream/forum/v1/member_report.d.ts +0 -67
- package/sparkdream/forum/v1/member_salvation_status.d.ts +0 -54
- package/sparkdream/forum/v1/member_salvation_status.js +0 -122
package/cosmos/bundle.d.ts
CHANGED
|
@@ -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
|
|
115
|
-
import * as
|
|
116
|
-
import * as
|
|
117
|
-
import * as
|
|
118
|
-
import * as
|
|
119
|
-
import * as
|
|
120
|
-
import * as
|
|
121
|
-
import * as
|
|
122
|
-
import * as
|
|
123
|
-
import * as
|
|
124
|
-
import * as
|
|
125
|
-
import * as
|
|
126
|
-
import * as
|
|
127
|
-
import * as
|
|
128
|
-
import * as
|
|
129
|
-
import * as
|
|
130
|
-
import * as
|
|
131
|
-
import * as
|
|
132
|
-
import * as
|
|
133
|
-
import * as
|
|
134
|
-
import * as
|
|
135
|
-
import * as
|
|
136
|
-
import * as
|
|
137
|
-
import * as
|
|
138
|
-
import * as
|
|
139
|
-
import * as
|
|
140
|
-
import * as
|
|
141
|
-
import * as
|
|
142
|
-
import * as
|
|
143
|
-
import * as
|
|
144
|
-
import * as
|
|
145
|
-
import * as
|
|
146
|
-
import * as
|
|
147
|
-
import * as
|
|
148
|
-
import * as
|
|
149
|
-
import * as
|
|
150
|
-
import * as
|
|
151
|
-
import * as
|
|
152
|
-
import * as
|
|
153
|
-
import * as
|
|
154
|
-
import * as
|
|
155
|
-
import * as
|
|
156
|
-
import * as
|
|
157
|
-
import * as
|
|
158
|
-
import * as
|
|
159
|
-
import * as
|
|
160
|
-
import * as
|
|
161
|
-
import * as
|
|
162
|
-
import * as
|
|
163
|
-
import * as
|
|
164
|
-
import * as
|
|
165
|
-
import * as
|
|
166
|
-
import * as
|
|
167
|
-
import * as
|
|
114
|
+
import * as _374 from "./auth/v1beta1/query.lcd";
|
|
115
|
+
import * as _375 from "./authz/v1beta1/query.lcd";
|
|
116
|
+
import * as _376 from "./bank/v1beta1/query.lcd";
|
|
117
|
+
import * as _377 from "./base/node/v1beta1/query.lcd";
|
|
118
|
+
import * as _378 from "./circuit/v1/query.lcd";
|
|
119
|
+
import * as _379 from "./consensus/v1/query.lcd";
|
|
120
|
+
import * as _380 from "./distribution/v1beta1/query.lcd";
|
|
121
|
+
import * as _381 from "./epochs/v1beta1/query.lcd";
|
|
122
|
+
import * as _382 from "./feegrant/v1beta1/query.lcd";
|
|
123
|
+
import * as _383 from "./gov/v1/query.lcd";
|
|
124
|
+
import * as _384 from "./gov/v1beta1/query.lcd";
|
|
125
|
+
import * as _385 from "./group/v1/query.lcd";
|
|
126
|
+
import * as _386 from "./mint/v1beta1/query.lcd";
|
|
127
|
+
import * as _387 from "./params/v1beta1/query.lcd";
|
|
128
|
+
import * as _388 from "./protocolpool/v1/query.lcd";
|
|
129
|
+
import * as _389 from "./staking/v1beta1/query.lcd";
|
|
130
|
+
import * as _390 from "./tx/v1beta1/service.lcd";
|
|
131
|
+
import * as _391 from "./upgrade/v1beta1/query.lcd";
|
|
132
|
+
import * as _392 from "./auth/v1beta1/query.rpc.Query";
|
|
133
|
+
import * as _393 from "./authz/v1beta1/query.rpc.Query";
|
|
134
|
+
import * as _394 from "./bank/v1beta1/query.rpc.Query";
|
|
135
|
+
import * as _395 from "./base/node/v1beta1/query.rpc.Service";
|
|
136
|
+
import * as _396 from "./circuit/v1/query.rpc.Query";
|
|
137
|
+
import * as _397 from "./consensus/v1/query.rpc.Query";
|
|
138
|
+
import * as _398 from "./counter/v1/query.rpc.Query";
|
|
139
|
+
import * as _399 from "./distribution/v1beta1/query.rpc.Query";
|
|
140
|
+
import * as _400 from "./epochs/v1beta1/query.rpc.Query";
|
|
141
|
+
import * as _401 from "./feegrant/v1beta1/query.rpc.Query";
|
|
142
|
+
import * as _402 from "./gov/v1/query.rpc.Query";
|
|
143
|
+
import * as _403 from "./gov/v1beta1/query.rpc.Query";
|
|
144
|
+
import * as _404 from "./group/v1/query.rpc.Query";
|
|
145
|
+
import * as _405 from "./mint/v1beta1/query.rpc.Query";
|
|
146
|
+
import * as _406 from "./params/v1beta1/query.rpc.Query";
|
|
147
|
+
import * as _407 from "./protocolpool/v1/query.rpc.Query";
|
|
148
|
+
import * as _408 from "./staking/v1beta1/query.rpc.Query";
|
|
149
|
+
import * as _409 from "./tx/v1beta1/service.rpc.Service";
|
|
150
|
+
import * as _410 from "./upgrade/v1beta1/query.rpc.Query";
|
|
151
|
+
import * as _411 from "./auth/v1beta1/tx.rpc.msg";
|
|
152
|
+
import * as _412 from "./authz/v1beta1/tx.rpc.msg";
|
|
153
|
+
import * as _413 from "./bank/v1beta1/tx.rpc.msg";
|
|
154
|
+
import * as _414 from "./benchmark/v1/tx.rpc.msg";
|
|
155
|
+
import * as _415 from "./circuit/v1/tx.rpc.msg";
|
|
156
|
+
import * as _416 from "./consensus/v1/tx.rpc.msg";
|
|
157
|
+
import * as _417 from "./counter/v1/tx.rpc.msg";
|
|
158
|
+
import * as _418 from "./distribution/v1beta1/tx.rpc.msg";
|
|
159
|
+
import * as _419 from "./feegrant/v1beta1/tx.rpc.msg";
|
|
160
|
+
import * as _420 from "./gov/v1/tx.rpc.msg";
|
|
161
|
+
import * as _421 from "./gov/v1beta1/tx.rpc.msg";
|
|
162
|
+
import * as _422 from "./group/v1/tx.rpc.msg";
|
|
163
|
+
import * as _423 from "./mint/v1beta1/tx.rpc.msg";
|
|
164
|
+
import * as _424 from "./protocolpool/v1/tx.rpc.msg";
|
|
165
|
+
import * as _425 from "./staking/v1beta1/tx.rpc.msg";
|
|
166
|
+
import * as _426 from "./upgrade/v1beta1/tx.rpc.msg";
|
|
167
|
+
import * as _427 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
|
|
238
|
-
createClientImpl: (rpc: import("..").TxRpc) =>
|
|
239
|
-
QueryClientImpl: typeof
|
|
237
|
+
MsgClientImpl: typeof _411.MsgClientImpl;
|
|
238
|
+
createClientImpl: (rpc: import("..").TxRpc) => _411.MsgClientImpl;
|
|
239
|
+
QueryClientImpl: typeof _392.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
|
|
252
|
+
LCDQueryClient: typeof _374.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
|
|
689
|
-
createClientImpl: (rpc: import("..").TxRpc) =>
|
|
690
|
-
QueryClientImpl: typeof
|
|
688
|
+
MsgClientImpl: typeof _412.MsgClientImpl;
|
|
689
|
+
createClientImpl: (rpc: import("..").TxRpc) => _412.MsgClientImpl;
|
|
690
|
+
QueryClientImpl: typeof _393.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
|
|
696
|
+
LCDQueryClient: typeof _375.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
|
|
1055
|
-
createClientImpl: (rpc: import("..").TxRpc) =>
|
|
1056
|
-
QueryClientImpl: typeof
|
|
1054
|
+
MsgClientImpl: typeof _413.MsgClientImpl;
|
|
1055
|
+
createClientImpl: (rpc: import("..").TxRpc) => _413.MsgClientImpl;
|
|
1056
|
+
QueryClientImpl: typeof _394.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
|
|
1072
|
+
LCDQueryClient: typeof _376.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
|
|
1946
|
+
ServiceClientImpl: typeof _395.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
|
|
1951
|
+
LCDQueryClient: typeof _377.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
|
|
2504
|
-
createClientImpl: (rpc: import("..").TxRpc) =>
|
|
2503
|
+
MsgClientImpl: typeof _414.MsgClientImpl;
|
|
2504
|
+
createClientImpl: (rpc: import("..").TxRpc) => _414.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
|
|
2599
|
-
createClientImpl: (rpc: import("..").TxRpc) =>
|
|
2600
|
-
QueryClientImpl: typeof
|
|
2598
|
+
MsgClientImpl: typeof _415.MsgClientImpl;
|
|
2599
|
+
createClientImpl: (rpc: import("..").TxRpc) => _415.MsgClientImpl;
|
|
2600
|
+
QueryClientImpl: typeof _396.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
|
|
2606
|
+
LCDQueryClient: typeof _378.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
|
|
2907
|
-
createClientImpl: (rpc: import("..").TxRpc) =>
|
|
2908
|
-
QueryClientImpl: typeof
|
|
2906
|
+
MsgClientImpl: typeof _416.MsgClientImpl;
|
|
2907
|
+
createClientImpl: (rpc: import("..").TxRpc) => _416.MsgClientImpl;
|
|
2908
|
+
QueryClientImpl: typeof _397.QueryClientImpl;
|
|
2909
2909
|
createRpcQueryExtension: (base: QueryClient) => {
|
|
2910
2910
|
params(request?: _33.QueryParamsRequest): Promise<_33.QueryParamsResponse>;
|
|
2911
2911
|
};
|
|
2912
|
-
LCDQueryClient: typeof
|
|
2912
|
+
LCDQueryClient: typeof _379.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
|
|
3021
|
-
createClientImpl: (rpc: import("..").TxRpc) =>
|
|
3022
|
-
QueryClientImpl: typeof
|
|
3020
|
+
MsgClientImpl: typeof _417.MsgClientImpl;
|
|
3021
|
+
createClientImpl: (rpc: import("..").TxRpc) => _417.MsgClientImpl;
|
|
3022
|
+
QueryClientImpl: typeof _398.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
|
|
3354
|
-
createClientImpl: (rpc: import("..").TxRpc) =>
|
|
3355
|
-
QueryClientImpl: typeof
|
|
3353
|
+
MsgClientImpl: typeof _418.MsgClientImpl;
|
|
3354
|
+
createClientImpl: (rpc: import("..").TxRpc) => _418.MsgClientImpl;
|
|
3355
|
+
QueryClientImpl: typeof _399.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
|
|
3368
|
+
LCDQueryClient: typeof _380.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
|
|
4278
|
+
QueryClientImpl: typeof _400.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
|
|
4283
|
+
LCDQueryClient: typeof _381.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
|
|
4439
|
-
createClientImpl: (rpc: import("..").TxRpc) =>
|
|
4440
|
-
QueryClientImpl: typeof
|
|
4438
|
+
MsgClientImpl: typeof _419.MsgClientImpl;
|
|
4439
|
+
createClientImpl: (rpc: import("..").TxRpc) => _419.MsgClientImpl;
|
|
4440
|
+
QueryClientImpl: typeof _401.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
|
|
4446
|
+
LCDQueryClient: typeof _382.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
|
|
4794
|
-
createClientImpl: (rpc: import("..").TxRpc) =>
|
|
4795
|
-
QueryClientImpl: typeof
|
|
4793
|
+
MsgClientImpl: typeof _420.MsgClientImpl;
|
|
4794
|
+
createClientImpl: (rpc: import("..").TxRpc) => _420.MsgClientImpl;
|
|
4795
|
+
QueryClientImpl: typeof _402.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
|
|
4807
|
+
LCDQueryClient: typeof _383.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
|
|
5541
|
-
createClientImpl: (rpc: import("..").TxRpc) =>
|
|
5542
|
-
QueryClientImpl: typeof
|
|
5540
|
+
MsgClientImpl: typeof _421.MsgClientImpl;
|
|
5541
|
+
createClientImpl: (rpc: import("..").TxRpc) => _421.MsgClientImpl;
|
|
5542
|
+
QueryClientImpl: typeof _403.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
|
|
5553
|
+
LCDQueryClient: typeof _384.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
|
|
6144
|
-
createClientImpl: (rpc: import("..").TxRpc) =>
|
|
6145
|
-
QueryClientImpl: typeof
|
|
6143
|
+
MsgClientImpl: typeof _422.MsgClientImpl;
|
|
6144
|
+
createClientImpl: (rpc: import("..").TxRpc) => _422.MsgClientImpl;
|
|
6145
|
+
QueryClientImpl: typeof _404.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
|
|
6162
|
+
LCDQueryClient: typeof _385.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
|
|
7755
|
-
createClientImpl: (rpc: import("..").TxRpc) =>
|
|
7756
|
-
QueryClientImpl: typeof
|
|
7754
|
+
MsgClientImpl: typeof _423.MsgClientImpl;
|
|
7755
|
+
createClientImpl: (rpc: import("..").TxRpc) => _423.MsgClientImpl;
|
|
7756
|
+
QueryClientImpl: typeof _405.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
|
|
7762
|
+
LCDQueryClient: typeof _386.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
|
|
7993
|
+
QueryClientImpl: typeof _406.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
|
|
7998
|
+
LCDQueryClient: typeof _387.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
|
|
8120
|
-
createClientImpl: (rpc: import("..").TxRpc) =>
|
|
8121
|
-
QueryClientImpl: typeof
|
|
8119
|
+
MsgClientImpl: typeof _424.MsgClientImpl;
|
|
8120
|
+
createClientImpl: (rpc: import("..").TxRpc) => _424.MsgClientImpl;
|
|
8121
|
+
QueryClientImpl: typeof _407.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
|
|
8128
|
+
LCDQueryClient: typeof _388.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
|
|
8598
|
-
createClientImpl: (rpc: import("..").TxRpc) =>
|
|
8599
|
-
QueryClientImpl: typeof
|
|
8597
|
+
MsgClientImpl: typeof _425.MsgClientImpl;
|
|
8598
|
+
createClientImpl: (rpc: import("..").TxRpc) => _425.MsgClientImpl;
|
|
8599
|
+
QueryClientImpl: typeof _408.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
|
|
8616
|
+
LCDQueryClient: typeof _389.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
|
|
10071
|
+
ServiceClientImpl: typeof _409.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
|
|
10083
|
+
LCDQueryClient: typeof _390.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
|
|
10549
|
-
createClientImpl: (rpc: import("..").TxRpc) =>
|
|
10550
|
-
QueryClientImpl: typeof
|
|
10548
|
+
MsgClientImpl: typeof _426.MsgClientImpl;
|
|
10549
|
+
createClientImpl: (rpc: import("..").TxRpc) => _426.MsgClientImpl;
|
|
10550
|
+
QueryClientImpl: typeof _410.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
|
|
10558
|
+
LCDQueryClient: typeof _391.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
|
|
10880
|
-
createClientImpl: (rpc: import("..").TxRpc) =>
|
|
10879
|
+
MsgClientImpl: typeof _427.MsgClientImpl;
|
|
10880
|
+
createClientImpl: (rpc: import("..").TxRpc) => _427.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:
|
|
11120
|
+
v1beta1: _411.MsgClientImpl;
|
|
11121
11121
|
};
|
|
11122
11122
|
authz: {
|
|
11123
|
-
v1beta1:
|
|
11123
|
+
v1beta1: _412.MsgClientImpl;
|
|
11124
11124
|
};
|
|
11125
11125
|
bank: {
|
|
11126
|
-
v1beta1:
|
|
11126
|
+
v1beta1: _413.MsgClientImpl;
|
|
11127
11127
|
};
|
|
11128
11128
|
benchmark: {
|
|
11129
|
-
v1:
|
|
11129
|
+
v1: _414.MsgClientImpl;
|
|
11130
11130
|
};
|
|
11131
11131
|
circuit: {
|
|
11132
|
-
v1:
|
|
11132
|
+
v1: _415.MsgClientImpl;
|
|
11133
11133
|
};
|
|
11134
11134
|
consensus: {
|
|
11135
|
-
v1:
|
|
11135
|
+
v1: _416.MsgClientImpl;
|
|
11136
11136
|
};
|
|
11137
11137
|
counter: {
|
|
11138
|
-
v1:
|
|
11138
|
+
v1: _417.MsgClientImpl;
|
|
11139
11139
|
};
|
|
11140
11140
|
distribution: {
|
|
11141
|
-
v1beta1:
|
|
11141
|
+
v1beta1: _418.MsgClientImpl;
|
|
11142
11142
|
};
|
|
11143
11143
|
feegrant: {
|
|
11144
|
-
v1beta1:
|
|
11144
|
+
v1beta1: _419.MsgClientImpl;
|
|
11145
11145
|
};
|
|
11146
11146
|
gov: {
|
|
11147
|
-
v1:
|
|
11148
|
-
v1beta1:
|
|
11147
|
+
v1: _420.MsgClientImpl;
|
|
11148
|
+
v1beta1: _421.MsgClientImpl;
|
|
11149
11149
|
};
|
|
11150
11150
|
group: {
|
|
11151
|
-
v1:
|
|
11151
|
+
v1: _422.MsgClientImpl;
|
|
11152
11152
|
};
|
|
11153
11153
|
mint: {
|
|
11154
|
-
v1beta1:
|
|
11154
|
+
v1beta1: _423.MsgClientImpl;
|
|
11155
11155
|
};
|
|
11156
11156
|
protocolpool: {
|
|
11157
|
-
v1:
|
|
11157
|
+
v1: _424.MsgClientImpl;
|
|
11158
11158
|
};
|
|
11159
11159
|
staking: {
|
|
11160
|
-
v1beta1:
|
|
11160
|
+
v1beta1: _425.MsgClientImpl;
|
|
11161
11161
|
};
|
|
11162
11162
|
upgrade: {
|
|
11163
|
-
v1beta1:
|
|
11163
|
+
v1beta1: _426.MsgClientImpl;
|
|
11164
11164
|
};
|
|
11165
11165
|
vesting: {
|
|
11166
|
-
v1beta1:
|
|
11166
|
+
v1beta1: _427.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:
|
|
11373
|
+
v1beta1: _374.LCDQueryClient;
|
|
11374
11374
|
};
|
|
11375
11375
|
authz: {
|
|
11376
|
-
v1beta1:
|
|
11376
|
+
v1beta1: _375.LCDQueryClient;
|
|
11377
11377
|
};
|
|
11378
11378
|
bank: {
|
|
11379
|
-
v1beta1:
|
|
11379
|
+
v1beta1: _376.LCDQueryClient;
|
|
11380
11380
|
};
|
|
11381
11381
|
base: {
|
|
11382
11382
|
node: {
|
|
11383
|
-
v1beta1:
|
|
11383
|
+
v1beta1: _377.LCDQueryClient;
|
|
11384
11384
|
};
|
|
11385
11385
|
};
|
|
11386
11386
|
circuit: {
|
|
11387
|
-
v1:
|
|
11387
|
+
v1: _378.LCDQueryClient;
|
|
11388
11388
|
};
|
|
11389
11389
|
consensus: {
|
|
11390
|
-
v1:
|
|
11390
|
+
v1: _379.LCDQueryClient;
|
|
11391
11391
|
};
|
|
11392
11392
|
distribution: {
|
|
11393
|
-
v1beta1:
|
|
11393
|
+
v1beta1: _380.LCDQueryClient;
|
|
11394
11394
|
};
|
|
11395
11395
|
epochs: {
|
|
11396
|
-
v1beta1:
|
|
11396
|
+
v1beta1: _381.LCDQueryClient;
|
|
11397
11397
|
};
|
|
11398
11398
|
feegrant: {
|
|
11399
|
-
v1beta1:
|
|
11399
|
+
v1beta1: _382.LCDQueryClient;
|
|
11400
11400
|
};
|
|
11401
11401
|
gov: {
|
|
11402
|
-
v1:
|
|
11403
|
-
v1beta1:
|
|
11402
|
+
v1: _383.LCDQueryClient;
|
|
11403
|
+
v1beta1: _384.LCDQueryClient;
|
|
11404
11404
|
};
|
|
11405
11405
|
group: {
|
|
11406
|
-
v1:
|
|
11406
|
+
v1: _385.LCDQueryClient;
|
|
11407
11407
|
};
|
|
11408
11408
|
mint: {
|
|
11409
|
-
v1beta1:
|
|
11409
|
+
v1beta1: _386.LCDQueryClient;
|
|
11410
11410
|
};
|
|
11411
11411
|
params: {
|
|
11412
|
-
v1beta1:
|
|
11412
|
+
v1beta1: _387.LCDQueryClient;
|
|
11413
11413
|
};
|
|
11414
11414
|
protocolpool: {
|
|
11415
|
-
v1:
|
|
11415
|
+
v1: _388.LCDQueryClient;
|
|
11416
11416
|
};
|
|
11417
11417
|
staking: {
|
|
11418
|
-
v1beta1:
|
|
11418
|
+
v1beta1: _389.LCDQueryClient;
|
|
11419
11419
|
};
|
|
11420
11420
|
tx: {
|
|
11421
|
-
v1beta1:
|
|
11421
|
+
v1beta1: _390.LCDQueryClient;
|
|
11422
11422
|
};
|
|
11423
11423
|
upgrade: {
|
|
11424
|
-
v1beta1:
|
|
11424
|
+
v1beta1: _391.LCDQueryClient;
|
|
11425
11425
|
};
|
|
11426
11426
|
};
|
|
11427
11427
|
}>;
|