@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/ibc/bundle.d.ts
CHANGED
|
@@ -51,49 +51,49 @@ import * as _171 from "./lightclients/wasm/v1/genesis";
|
|
|
51
51
|
import * as _172 from "./lightclients/wasm/v1/query";
|
|
52
52
|
import * as _173 from "./lightclients/wasm/v1/tx";
|
|
53
53
|
import * as _174 from "./lightclients/wasm/v1/wasm";
|
|
54
|
-
import * as
|
|
55
|
-
import * as
|
|
56
|
-
import * as
|
|
57
|
-
import * as
|
|
58
|
-
import * as
|
|
59
|
-
import * as
|
|
60
|
-
import * as
|
|
61
|
-
import * as
|
|
62
|
-
import * as
|
|
63
|
-
import * as
|
|
64
|
-
import * as
|
|
65
|
-
import * as
|
|
66
|
-
import * as
|
|
67
|
-
import * as
|
|
68
|
-
import * as
|
|
69
|
-
import * as
|
|
70
|
-
import * as
|
|
71
|
-
import * as
|
|
72
|
-
import * as
|
|
73
|
-
import * as
|
|
74
|
-
import * as
|
|
75
|
-
import * as
|
|
76
|
-
import * as
|
|
77
|
-
import * as
|
|
78
|
-
import * as
|
|
79
|
-
import * as
|
|
80
|
-
import * as
|
|
81
|
-
import * as
|
|
82
|
-
import * as
|
|
83
|
-
import * as
|
|
54
|
+
import * as _448 from "./applications/interchain_accounts/controller/v1/query.lcd";
|
|
55
|
+
import * as _449 from "./applications/interchain_accounts/host/v1/query.lcd";
|
|
56
|
+
import * as _450 from "./applications/rate_limiting/v1/query.lcd";
|
|
57
|
+
import * as _451 from "./applications/transfer/v1/query.lcd";
|
|
58
|
+
import * as _452 from "./core/channel/v1/query.lcd";
|
|
59
|
+
import * as _453 from "./core/channel/v2/query.lcd";
|
|
60
|
+
import * as _454 from "./core/client/v1/query.lcd";
|
|
61
|
+
import * as _455 from "./core/client/v2/query.lcd";
|
|
62
|
+
import * as _456 from "./core/connection/v1/query.lcd";
|
|
63
|
+
import * as _457 from "./lightclients/wasm/v1/query.lcd";
|
|
64
|
+
import * as _458 from "./applications/interchain_accounts/controller/v1/query.rpc.Query";
|
|
65
|
+
import * as _459 from "./applications/interchain_accounts/host/v1/query.rpc.Query";
|
|
66
|
+
import * as _460 from "./applications/rate_limiting/v1/query.rpc.Query";
|
|
67
|
+
import * as _461 from "./applications/transfer/v1/query.rpc.Query";
|
|
68
|
+
import * as _462 from "./core/channel/v1/query.rpc.Query";
|
|
69
|
+
import * as _463 from "./core/channel/v2/query.rpc.Query";
|
|
70
|
+
import * as _464 from "./core/client/v1/query.rpc.Query";
|
|
71
|
+
import * as _465 from "./core/client/v2/query.rpc.Query";
|
|
72
|
+
import * as _466 from "./core/connection/v1/query.rpc.Query";
|
|
73
|
+
import * as _467 from "./lightclients/wasm/v1/query.rpc.Query";
|
|
74
|
+
import * as _468 from "./applications/interchain_accounts/controller/v1/tx.rpc.msg";
|
|
75
|
+
import * as _469 from "./applications/interchain_accounts/host/v1/tx.rpc.msg";
|
|
76
|
+
import * as _470 from "./applications/rate_limiting/v1/tx.rpc.msg";
|
|
77
|
+
import * as _471 from "./applications/transfer/v1/tx.rpc.msg";
|
|
78
|
+
import * as _472 from "./core/channel/v1/tx.rpc.msg";
|
|
79
|
+
import * as _473 from "./core/channel/v2/tx.rpc.msg";
|
|
80
|
+
import * as _474 from "./core/client/v1/tx.rpc.msg";
|
|
81
|
+
import * as _475 from "./core/client/v2/tx.rpc.msg";
|
|
82
|
+
import * as _476 from "./core/connection/v1/tx.rpc.msg";
|
|
83
|
+
import * as _477 from "./lightclients/wasm/v1/tx.rpc.msg";
|
|
84
84
|
export declare namespace ibc {
|
|
85
85
|
namespace applications {
|
|
86
86
|
namespace interchain_accounts {
|
|
87
87
|
namespace controller {
|
|
88
88
|
const v1: {
|
|
89
|
-
MsgClientImpl: typeof
|
|
90
|
-
createClientImpl: (rpc: import("..").TxRpc) =>
|
|
91
|
-
QueryClientImpl: typeof
|
|
89
|
+
MsgClientImpl: typeof _468.MsgClientImpl;
|
|
90
|
+
createClientImpl: (rpc: import("..").TxRpc) => _468.MsgClientImpl;
|
|
91
|
+
QueryClientImpl: typeof _458.QueryClientImpl;
|
|
92
92
|
createRpcQueryExtension: (base: QueryClient) => {
|
|
93
93
|
interchainAccount(request: _123.QueryInterchainAccountRequest): Promise<_123.QueryInterchainAccountResponse>;
|
|
94
94
|
params(request?: _123.QueryParamsRequest): Promise<_123.QueryParamsResponse>;
|
|
95
95
|
};
|
|
96
|
-
LCDQueryClient: typeof
|
|
96
|
+
LCDQueryClient: typeof _448.LCDQueryClient;
|
|
97
97
|
registry: ReadonlyArray<[string, import("..").TelescopeGeneratedType<any, any, any>]>;
|
|
98
98
|
load: (protoRegistry: Registry) => void;
|
|
99
99
|
MessageComposer: {
|
|
@@ -389,13 +389,13 @@ export declare namespace ibc {
|
|
|
389
389
|
}
|
|
390
390
|
namespace host {
|
|
391
391
|
const v1: {
|
|
392
|
-
MsgClientImpl: typeof
|
|
393
|
-
createClientImpl: (rpc: import("..").TxRpc) =>
|
|
394
|
-
QueryClientImpl: typeof
|
|
392
|
+
MsgClientImpl: typeof _469.MsgClientImpl;
|
|
393
|
+
createClientImpl: (rpc: import("..").TxRpc) => _469.MsgClientImpl;
|
|
394
|
+
QueryClientImpl: typeof _459.QueryClientImpl;
|
|
395
395
|
createRpcQueryExtension: (base: QueryClient) => {
|
|
396
396
|
params(request?: _127.QueryParamsRequest): Promise<_127.QueryParamsResponse>;
|
|
397
397
|
};
|
|
398
|
-
LCDQueryClient: typeof
|
|
398
|
+
LCDQueryClient: typeof _449.LCDQueryClient;
|
|
399
399
|
registry: ReadonlyArray<[string, import("..").TelescopeGeneratedType<any, any, any>]>;
|
|
400
400
|
load: (protoRegistry: Registry) => void;
|
|
401
401
|
MessageComposer: {
|
|
@@ -663,9 +663,9 @@ export declare namespace ibc {
|
|
|
663
663
|
}
|
|
664
664
|
namespace rate_limiting {
|
|
665
665
|
const v1: {
|
|
666
|
-
MsgClientImpl: typeof
|
|
667
|
-
createClientImpl: (rpc: import("..").TxRpc) =>
|
|
668
|
-
QueryClientImpl: typeof
|
|
666
|
+
MsgClientImpl: typeof _470.MsgClientImpl;
|
|
667
|
+
createClientImpl: (rpc: import("..").TxRpc) => _470.MsgClientImpl;
|
|
668
|
+
QueryClientImpl: typeof _460.QueryClientImpl;
|
|
669
669
|
createRpcQueryExtension: (base: QueryClient) => {
|
|
670
670
|
allRateLimits(request?: _134.QueryAllRateLimitsRequest): Promise<_134.QueryAllRateLimitsResponse>;
|
|
671
671
|
rateLimit(request: _134.QueryRateLimitRequest): Promise<_134.QueryRateLimitResponse>;
|
|
@@ -674,7 +674,7 @@ export declare namespace ibc {
|
|
|
674
674
|
allBlacklistedDenoms(request?: _134.QueryAllBlacklistedDenomsRequest): Promise<_134.QueryAllBlacklistedDenomsResponse>;
|
|
675
675
|
allWhitelistedAddresses(request?: _134.QueryAllWhitelistedAddressesRequest): Promise<_134.QueryAllWhitelistedAddressesResponse>;
|
|
676
676
|
};
|
|
677
|
-
LCDQueryClient: typeof
|
|
677
|
+
LCDQueryClient: typeof _450.LCDQueryClient;
|
|
678
678
|
registry: ReadonlyArray<[string, import("..").TelescopeGeneratedType<any, any, any>]>;
|
|
679
679
|
load: (protoRegistry: Registry) => void;
|
|
680
680
|
MessageComposer: {
|
|
@@ -1141,9 +1141,9 @@ export declare namespace ibc {
|
|
|
1141
1141
|
}
|
|
1142
1142
|
namespace transfer {
|
|
1143
1143
|
const v1: {
|
|
1144
|
-
MsgClientImpl: typeof
|
|
1145
|
-
createClientImpl: (rpc: import("..").TxRpc) =>
|
|
1146
|
-
QueryClientImpl: typeof
|
|
1144
|
+
MsgClientImpl: typeof _471.MsgClientImpl;
|
|
1145
|
+
createClientImpl: (rpc: import("..").TxRpc) => _471.MsgClientImpl;
|
|
1146
|
+
QueryClientImpl: typeof _461.QueryClientImpl;
|
|
1147
1147
|
createRpcQueryExtension: (base: QueryClient) => {
|
|
1148
1148
|
params(request?: _141.QueryParamsRequest): Promise<_141.QueryParamsResponse>;
|
|
1149
1149
|
denoms(request?: _141.QueryDenomsRequest): Promise<_141.QueryDenomsResponse>;
|
|
@@ -1152,7 +1152,7 @@ export declare namespace ibc {
|
|
|
1152
1152
|
escrowAddress(request: _141.QueryEscrowAddressRequest): Promise<_141.QueryEscrowAddressResponse>;
|
|
1153
1153
|
totalEscrowForDenom(request: _141.QueryTotalEscrowForDenomRequest): Promise<_141.QueryTotalEscrowForDenomResponse>;
|
|
1154
1154
|
};
|
|
1155
|
-
LCDQueryClient: typeof
|
|
1155
|
+
LCDQueryClient: typeof _451.LCDQueryClient;
|
|
1156
1156
|
registry: ReadonlyArray<[string, import("..").TelescopeGeneratedType<any, any, any>]>;
|
|
1157
1157
|
load: (protoRegistry: Registry) => void;
|
|
1158
1158
|
MessageComposer: {
|
|
@@ -1555,9 +1555,9 @@ export declare namespace ibc {
|
|
|
1555
1555
|
namespace core {
|
|
1556
1556
|
namespace channel {
|
|
1557
1557
|
const v1: {
|
|
1558
|
-
MsgClientImpl: typeof
|
|
1559
|
-
createClientImpl: (rpc: import("..").TxRpc) =>
|
|
1560
|
-
QueryClientImpl: typeof
|
|
1558
|
+
MsgClientImpl: typeof _472.MsgClientImpl;
|
|
1559
|
+
createClientImpl: (rpc: import("..").TxRpc) => _472.MsgClientImpl;
|
|
1560
|
+
QueryClientImpl: typeof _462.QueryClientImpl;
|
|
1561
1561
|
createRpcQueryExtension: (base: QueryClient) => {
|
|
1562
1562
|
channel(request: _147.QueryChannelRequest): Promise<_147.QueryChannelResponse>;
|
|
1563
1563
|
channels(request?: _147.QueryChannelsRequest): Promise<_147.QueryChannelsResponse>;
|
|
@@ -1574,7 +1574,7 @@ export declare namespace ibc {
|
|
|
1574
1574
|
nextSequenceReceive(request: _147.QueryNextSequenceReceiveRequest): Promise<_147.QueryNextSequenceReceiveResponse>;
|
|
1575
1575
|
nextSequenceSend(request: _147.QueryNextSequenceSendRequest): Promise<_147.QueryNextSequenceSendResponse>;
|
|
1576
1576
|
};
|
|
1577
|
-
LCDQueryClient: typeof
|
|
1577
|
+
LCDQueryClient: typeof _452.LCDQueryClient;
|
|
1578
1578
|
registry: ReadonlyArray<[string, import("..").TelescopeGeneratedType<any, any, any>]>;
|
|
1579
1579
|
load: (protoRegistry: Registry) => void;
|
|
1580
1580
|
MessageComposer: {
|
|
@@ -2583,9 +2583,9 @@ export declare namespace ibc {
|
|
|
2583
2583
|
};
|
|
2584
2584
|
};
|
|
2585
2585
|
const v2: {
|
|
2586
|
-
MsgClientImpl: typeof
|
|
2587
|
-
createClientImpl: (rpc: import("..").TxRpc) =>
|
|
2588
|
-
QueryClientImpl: typeof
|
|
2586
|
+
MsgClientImpl: typeof _473.MsgClientImpl;
|
|
2587
|
+
createClientImpl: (rpc: import("..").TxRpc) => _473.MsgClientImpl;
|
|
2588
|
+
QueryClientImpl: typeof _463.QueryClientImpl;
|
|
2589
2589
|
createRpcQueryExtension: (base: QueryClient) => {
|
|
2590
2590
|
nextSequenceSend(request: _151.QueryNextSequenceSendRequest): Promise<_151.QueryNextSequenceSendResponse>;
|
|
2591
2591
|
packetCommitment(request: _151.QueryPacketCommitmentRequest): Promise<_151.QueryPacketCommitmentResponse>;
|
|
@@ -2596,7 +2596,7 @@ export declare namespace ibc {
|
|
|
2596
2596
|
unreceivedPackets(request: _151.QueryUnreceivedPacketsRequest): Promise<_151.QueryUnreceivedPacketsResponse>;
|
|
2597
2597
|
unreceivedAcks(request: _151.QueryUnreceivedAcksRequest): Promise<_151.QueryUnreceivedAcksResponse>;
|
|
2598
2598
|
};
|
|
2599
|
-
LCDQueryClient: typeof
|
|
2599
|
+
LCDQueryClient: typeof _453.LCDQueryClient;
|
|
2600
2600
|
registry: ReadonlyArray<[string, import("..").TelescopeGeneratedType<any, any, any>]>;
|
|
2601
2601
|
load: (protoRegistry: Registry) => void;
|
|
2602
2602
|
MessageComposer: {
|
|
@@ -3123,9 +3123,9 @@ export declare namespace ibc {
|
|
|
3123
3123
|
}
|
|
3124
3124
|
namespace client {
|
|
3125
3125
|
const v1: {
|
|
3126
|
-
MsgClientImpl: typeof
|
|
3127
|
-
createClientImpl: (rpc: import("..").TxRpc) =>
|
|
3128
|
-
QueryClientImpl: typeof
|
|
3126
|
+
MsgClientImpl: typeof _474.MsgClientImpl;
|
|
3127
|
+
createClientImpl: (rpc: import("..").TxRpc) => _474.MsgClientImpl;
|
|
3128
|
+
QueryClientImpl: typeof _464.QueryClientImpl;
|
|
3129
3129
|
createRpcQueryExtension: (base: QueryClient) => {
|
|
3130
3130
|
clientState(request: _155.QueryClientStateRequest): Promise<_155.QueryClientStateResponse>;
|
|
3131
3131
|
clientStates(request?: _155.QueryClientStatesRequest): Promise<_155.QueryClientStatesResponse>;
|
|
@@ -3139,7 +3139,7 @@ export declare namespace ibc {
|
|
|
3139
3139
|
upgradedConsensusState(request?: _155.QueryUpgradedConsensusStateRequest): Promise<_155.QueryUpgradedConsensusStateResponse>;
|
|
3140
3140
|
verifyMembership(request: _155.QueryVerifyMembershipRequest): Promise<_155.QueryVerifyMembershipResponse>;
|
|
3141
3141
|
};
|
|
3142
|
-
LCDQueryClient: typeof
|
|
3142
|
+
LCDQueryClient: typeof _454.LCDQueryClient;
|
|
3143
3143
|
registry: ReadonlyArray<[string, import("..").TelescopeGeneratedType<any, any, any>]>;
|
|
3144
3144
|
load: (protoRegistry: Registry) => void;
|
|
3145
3145
|
MessageComposer: {
|
|
@@ -3889,14 +3889,14 @@ export declare namespace ibc {
|
|
|
3889
3889
|
};
|
|
3890
3890
|
};
|
|
3891
3891
|
const v2: {
|
|
3892
|
-
MsgClientImpl: typeof
|
|
3893
|
-
createClientImpl: (rpc: import("..").TxRpc) =>
|
|
3894
|
-
QueryClientImpl: typeof
|
|
3892
|
+
MsgClientImpl: typeof _475.MsgClientImpl;
|
|
3893
|
+
createClientImpl: (rpc: import("..").TxRpc) => _475.MsgClientImpl;
|
|
3894
|
+
QueryClientImpl: typeof _465.QueryClientImpl;
|
|
3895
3895
|
createRpcQueryExtension: (base: QueryClient) => {
|
|
3896
3896
|
counterpartyInfo(request: _160.QueryCounterpartyInfoRequest): Promise<_160.QueryCounterpartyInfoResponse>;
|
|
3897
3897
|
config(request: _160.QueryConfigRequest): Promise<_160.QueryConfigResponse>;
|
|
3898
3898
|
};
|
|
3899
|
-
LCDQueryClient: typeof
|
|
3899
|
+
LCDQueryClient: typeof _455.LCDQueryClient;
|
|
3900
3900
|
registry: ReadonlyArray<[string, import("..").TelescopeGeneratedType<any, any, any>]>;
|
|
3901
3901
|
load: (protoRegistry: Registry) => void;
|
|
3902
3902
|
MessageComposer: {
|
|
@@ -4177,9 +4177,9 @@ export declare namespace ibc {
|
|
|
4177
4177
|
}
|
|
4178
4178
|
namespace connection {
|
|
4179
4179
|
const v1: {
|
|
4180
|
-
MsgClientImpl: typeof
|
|
4181
|
-
createClientImpl: (rpc: import("..").TxRpc) =>
|
|
4182
|
-
QueryClientImpl: typeof
|
|
4180
|
+
MsgClientImpl: typeof _476.MsgClientImpl;
|
|
4181
|
+
createClientImpl: (rpc: import("..").TxRpc) => _476.MsgClientImpl;
|
|
4182
|
+
QueryClientImpl: typeof _466.QueryClientImpl;
|
|
4183
4183
|
createRpcQueryExtension: (base: QueryClient) => {
|
|
4184
4184
|
connection(request: _166.QueryConnectionRequest): Promise<_166.QueryConnectionResponse>;
|
|
4185
4185
|
connections(request?: _166.QueryConnectionsRequest): Promise<_166.QueryConnectionsResponse>;
|
|
@@ -4188,7 +4188,7 @@ export declare namespace ibc {
|
|
|
4188
4188
|
connectionConsensusState(request: _166.QueryConnectionConsensusStateRequest): Promise<_166.QueryConnectionConsensusStateResponse>;
|
|
4189
4189
|
connectionParams(request?: _166.QueryConnectionParamsRequest): Promise<_166.QueryConnectionParamsResponse>;
|
|
4190
4190
|
};
|
|
4191
|
-
LCDQueryClient: typeof
|
|
4191
|
+
LCDQueryClient: typeof _456.LCDQueryClient;
|
|
4192
4192
|
registry: ReadonlyArray<[string, import("..").TelescopeGeneratedType<any, any, any>]>;
|
|
4193
4193
|
load: (protoRegistry: Registry) => void;
|
|
4194
4194
|
MessageComposer: {
|
|
@@ -5136,14 +5136,14 @@ export declare namespace ibc {
|
|
|
5136
5136
|
}
|
|
5137
5137
|
namespace wasm {
|
|
5138
5138
|
const v1: {
|
|
5139
|
-
MsgClientImpl: typeof
|
|
5140
|
-
createClientImpl: (rpc: import("..").TxRpc) =>
|
|
5141
|
-
QueryClientImpl: typeof
|
|
5139
|
+
MsgClientImpl: typeof _477.MsgClientImpl;
|
|
5140
|
+
createClientImpl: (rpc: import("..").TxRpc) => _477.MsgClientImpl;
|
|
5141
|
+
QueryClientImpl: typeof _467.QueryClientImpl;
|
|
5142
5142
|
createRpcQueryExtension: (base: QueryClient) => {
|
|
5143
5143
|
checksums(request?: _172.QueryChecksumsRequest): Promise<_172.QueryChecksumsResponse>;
|
|
5144
5144
|
code(request: _172.QueryCodeRequest): Promise<_172.QueryCodeResponse>;
|
|
5145
5145
|
};
|
|
5146
|
-
LCDQueryClient: typeof
|
|
5146
|
+
LCDQueryClient: typeof _457.LCDQueryClient;
|
|
5147
5147
|
registry: ReadonlyArray<[string, import("..").TelescopeGeneratedType<any, any, any>]>;
|
|
5148
5148
|
load: (protoRegistry: Registry) => void;
|
|
5149
5149
|
MessageComposer: {
|
|
@@ -5479,35 +5479,35 @@ export declare namespace ibc {
|
|
|
5479
5479
|
applications: {
|
|
5480
5480
|
interchain_accounts: {
|
|
5481
5481
|
controller: {
|
|
5482
|
-
v1:
|
|
5482
|
+
v1: _468.MsgClientImpl;
|
|
5483
5483
|
};
|
|
5484
5484
|
host: {
|
|
5485
|
-
v1:
|
|
5485
|
+
v1: _469.MsgClientImpl;
|
|
5486
5486
|
};
|
|
5487
5487
|
};
|
|
5488
5488
|
rate_limiting: {
|
|
5489
|
-
v1:
|
|
5489
|
+
v1: _470.MsgClientImpl;
|
|
5490
5490
|
};
|
|
5491
5491
|
transfer: {
|
|
5492
|
-
v1:
|
|
5492
|
+
v1: _471.MsgClientImpl;
|
|
5493
5493
|
};
|
|
5494
5494
|
};
|
|
5495
5495
|
core: {
|
|
5496
5496
|
channel: {
|
|
5497
|
-
v1:
|
|
5498
|
-
v2:
|
|
5497
|
+
v1: _472.MsgClientImpl;
|
|
5498
|
+
v2: _473.MsgClientImpl;
|
|
5499
5499
|
};
|
|
5500
5500
|
client: {
|
|
5501
|
-
v1:
|
|
5502
|
-
v2:
|
|
5501
|
+
v1: _474.MsgClientImpl;
|
|
5502
|
+
v2: _475.MsgClientImpl;
|
|
5503
5503
|
};
|
|
5504
5504
|
connection: {
|
|
5505
|
-
v1:
|
|
5505
|
+
v1: _476.MsgClientImpl;
|
|
5506
5506
|
};
|
|
5507
5507
|
};
|
|
5508
5508
|
lightclients: {
|
|
5509
5509
|
wasm: {
|
|
5510
|
-
v1:
|
|
5510
|
+
v1: _477.MsgClientImpl;
|
|
5511
5511
|
};
|
|
5512
5512
|
};
|
|
5513
5513
|
};
|
|
@@ -5877,35 +5877,35 @@ export declare namespace ibc {
|
|
|
5877
5877
|
applications: {
|
|
5878
5878
|
interchain_accounts: {
|
|
5879
5879
|
controller: {
|
|
5880
|
-
v1:
|
|
5880
|
+
v1: _448.LCDQueryClient;
|
|
5881
5881
|
};
|
|
5882
5882
|
host: {
|
|
5883
|
-
v1:
|
|
5883
|
+
v1: _449.LCDQueryClient;
|
|
5884
5884
|
};
|
|
5885
5885
|
};
|
|
5886
5886
|
rate_limiting: {
|
|
5887
|
-
v1:
|
|
5887
|
+
v1: _450.LCDQueryClient;
|
|
5888
5888
|
};
|
|
5889
5889
|
transfer: {
|
|
5890
|
-
v1:
|
|
5890
|
+
v1: _451.LCDQueryClient;
|
|
5891
5891
|
};
|
|
5892
5892
|
};
|
|
5893
5893
|
core: {
|
|
5894
5894
|
channel: {
|
|
5895
|
-
v1:
|
|
5896
|
-
v2:
|
|
5895
|
+
v1: _452.LCDQueryClient;
|
|
5896
|
+
v2: _453.LCDQueryClient;
|
|
5897
5897
|
};
|
|
5898
5898
|
client: {
|
|
5899
|
-
v1:
|
|
5900
|
-
v2:
|
|
5899
|
+
v1: _454.LCDQueryClient;
|
|
5900
|
+
v2: _455.LCDQueryClient;
|
|
5901
5901
|
};
|
|
5902
5902
|
connection: {
|
|
5903
|
-
v1:
|
|
5903
|
+
v1: _456.LCDQueryClient;
|
|
5904
5904
|
};
|
|
5905
5905
|
};
|
|
5906
5906
|
lightclients: {
|
|
5907
5907
|
wasm: {
|
|
5908
|
-
v1:
|
|
5908
|
+
v1: _457.LCDQueryClient;
|
|
5909
5909
|
};
|
|
5910
5910
|
};
|
|
5911
5911
|
};
|
package/ibc/bundle.js
CHANGED
|
@@ -88,59 +88,59 @@ const _171 = __importStar(require("./lightclients/wasm/v1/genesis"));
|
|
|
88
88
|
const _172 = __importStar(require("./lightclients/wasm/v1/query"));
|
|
89
89
|
const _173 = __importStar(require("./lightclients/wasm/v1/tx"));
|
|
90
90
|
const _174 = __importStar(require("./lightclients/wasm/v1/wasm"));
|
|
91
|
-
const
|
|
92
|
-
const
|
|
93
|
-
const
|
|
94
|
-
const
|
|
95
|
-
const
|
|
96
|
-
const
|
|
97
|
-
const
|
|
98
|
-
const
|
|
99
|
-
const
|
|
100
|
-
const
|
|
101
|
-
const
|
|
102
|
-
const
|
|
103
|
-
const
|
|
104
|
-
const
|
|
105
|
-
const
|
|
106
|
-
const
|
|
107
|
-
const
|
|
108
|
-
const
|
|
109
|
-
const
|
|
110
|
-
const
|
|
111
|
-
const
|
|
112
|
-
const
|
|
113
|
-
const
|
|
114
|
-
const
|
|
115
|
-
const
|
|
116
|
-
const
|
|
117
|
-
const
|
|
118
|
-
const
|
|
119
|
-
const
|
|
120
|
-
const
|
|
121
|
-
const
|
|
122
|
-
const
|
|
123
|
-
const
|
|
124
|
-
const
|
|
125
|
-
const
|
|
126
|
-
const
|
|
127
|
-
const
|
|
128
|
-
const
|
|
129
|
-
const
|
|
130
|
-
const
|
|
131
|
-
const
|
|
132
|
-
const
|
|
133
|
-
const
|
|
134
|
-
const
|
|
135
|
-
const
|
|
136
|
-
const
|
|
137
|
-
const
|
|
138
|
-
const
|
|
139
|
-
const
|
|
140
|
-
const
|
|
141
|
-
const
|
|
142
|
-
const
|
|
143
|
-
const
|
|
91
|
+
const _428 = __importStar(require("./applications/interchain_accounts/controller/v1/tx.amino"));
|
|
92
|
+
const _429 = __importStar(require("./applications/interchain_accounts/host/v1/tx.amino"));
|
|
93
|
+
const _430 = __importStar(require("./applications/rate_limiting/v1/tx.amino"));
|
|
94
|
+
const _431 = __importStar(require("./applications/transfer/v1/tx.amino"));
|
|
95
|
+
const _432 = __importStar(require("./core/channel/v1/tx.amino"));
|
|
96
|
+
const _433 = __importStar(require("./core/channel/v2/tx.amino"));
|
|
97
|
+
const _434 = __importStar(require("./core/client/v1/tx.amino"));
|
|
98
|
+
const _435 = __importStar(require("./core/client/v2/tx.amino"));
|
|
99
|
+
const _436 = __importStar(require("./core/connection/v1/tx.amino"));
|
|
100
|
+
const _437 = __importStar(require("./lightclients/wasm/v1/tx.amino"));
|
|
101
|
+
const _438 = __importStar(require("./applications/interchain_accounts/controller/v1/tx.registry"));
|
|
102
|
+
const _439 = __importStar(require("./applications/interchain_accounts/host/v1/tx.registry"));
|
|
103
|
+
const _440 = __importStar(require("./applications/rate_limiting/v1/tx.registry"));
|
|
104
|
+
const _441 = __importStar(require("./applications/transfer/v1/tx.registry"));
|
|
105
|
+
const _442 = __importStar(require("./core/channel/v1/tx.registry"));
|
|
106
|
+
const _443 = __importStar(require("./core/channel/v2/tx.registry"));
|
|
107
|
+
const _444 = __importStar(require("./core/client/v1/tx.registry"));
|
|
108
|
+
const _445 = __importStar(require("./core/client/v2/tx.registry"));
|
|
109
|
+
const _446 = __importStar(require("./core/connection/v1/tx.registry"));
|
|
110
|
+
const _447 = __importStar(require("./lightclients/wasm/v1/tx.registry"));
|
|
111
|
+
const _448 = __importStar(require("./applications/interchain_accounts/controller/v1/query.lcd"));
|
|
112
|
+
const _449 = __importStar(require("./applications/interchain_accounts/host/v1/query.lcd"));
|
|
113
|
+
const _450 = __importStar(require("./applications/rate_limiting/v1/query.lcd"));
|
|
114
|
+
const _451 = __importStar(require("./applications/transfer/v1/query.lcd"));
|
|
115
|
+
const _452 = __importStar(require("./core/channel/v1/query.lcd"));
|
|
116
|
+
const _453 = __importStar(require("./core/channel/v2/query.lcd"));
|
|
117
|
+
const _454 = __importStar(require("./core/client/v1/query.lcd"));
|
|
118
|
+
const _455 = __importStar(require("./core/client/v2/query.lcd"));
|
|
119
|
+
const _456 = __importStar(require("./core/connection/v1/query.lcd"));
|
|
120
|
+
const _457 = __importStar(require("./lightclients/wasm/v1/query.lcd"));
|
|
121
|
+
const _458 = __importStar(require("./applications/interchain_accounts/controller/v1/query.rpc.Query"));
|
|
122
|
+
const _459 = __importStar(require("./applications/interchain_accounts/host/v1/query.rpc.Query"));
|
|
123
|
+
const _460 = __importStar(require("./applications/rate_limiting/v1/query.rpc.Query"));
|
|
124
|
+
const _461 = __importStar(require("./applications/transfer/v1/query.rpc.Query"));
|
|
125
|
+
const _462 = __importStar(require("./core/channel/v1/query.rpc.Query"));
|
|
126
|
+
const _463 = __importStar(require("./core/channel/v2/query.rpc.Query"));
|
|
127
|
+
const _464 = __importStar(require("./core/client/v1/query.rpc.Query"));
|
|
128
|
+
const _465 = __importStar(require("./core/client/v2/query.rpc.Query"));
|
|
129
|
+
const _466 = __importStar(require("./core/connection/v1/query.rpc.Query"));
|
|
130
|
+
const _467 = __importStar(require("./lightclients/wasm/v1/query.rpc.Query"));
|
|
131
|
+
const _468 = __importStar(require("./applications/interchain_accounts/controller/v1/tx.rpc.msg"));
|
|
132
|
+
const _469 = __importStar(require("./applications/interchain_accounts/host/v1/tx.rpc.msg"));
|
|
133
|
+
const _470 = __importStar(require("./applications/rate_limiting/v1/tx.rpc.msg"));
|
|
134
|
+
const _471 = __importStar(require("./applications/transfer/v1/tx.rpc.msg"));
|
|
135
|
+
const _472 = __importStar(require("./core/channel/v1/tx.rpc.msg"));
|
|
136
|
+
const _473 = __importStar(require("./core/channel/v2/tx.rpc.msg"));
|
|
137
|
+
const _474 = __importStar(require("./core/client/v1/tx.rpc.msg"));
|
|
138
|
+
const _475 = __importStar(require("./core/client/v2/tx.rpc.msg"));
|
|
139
|
+
const _476 = __importStar(require("./core/connection/v1/tx.rpc.msg"));
|
|
140
|
+
const _477 = __importStar(require("./lightclients/wasm/v1/tx.rpc.msg"));
|
|
141
|
+
const _556 = __importStar(require("./lcd"));
|
|
142
|
+
const _557 = __importStar(require("./rpc.query"));
|
|
143
|
+
const _558 = __importStar(require("./rpc.tx"));
|
|
144
144
|
var ibc;
|
|
145
145
|
(function (ibc) {
|
|
146
146
|
let applications;
|
|
@@ -153,11 +153,11 @@ var ibc;
|
|
|
153
153
|
..._122,
|
|
154
154
|
..._123,
|
|
155
155
|
..._124,
|
|
156
|
-
..._418,
|
|
157
156
|
..._428,
|
|
158
157
|
..._438,
|
|
159
158
|
..._448,
|
|
160
|
-
..._458
|
|
159
|
+
..._458,
|
|
160
|
+
..._468
|
|
161
161
|
};
|
|
162
162
|
})(controller = interchain_accounts.controller || (interchain_accounts.controller = {}));
|
|
163
163
|
let genesis;
|
|
@@ -172,11 +172,11 @@ var ibc;
|
|
|
172
172
|
..._126,
|
|
173
173
|
..._127,
|
|
174
174
|
..._128,
|
|
175
|
-
..._419,
|
|
176
175
|
..._429,
|
|
177
176
|
..._439,
|
|
178
177
|
..._449,
|
|
179
|
-
..._459
|
|
178
|
+
..._459,
|
|
179
|
+
..._469
|
|
180
180
|
};
|
|
181
181
|
})(host = interchain_accounts.host || (interchain_accounts.host = {}));
|
|
182
182
|
interchain_accounts.v1 = {
|
|
@@ -198,11 +198,11 @@ var ibc;
|
|
|
198
198
|
..._134,
|
|
199
199
|
..._135,
|
|
200
200
|
..._136,
|
|
201
|
-
..._420,
|
|
202
201
|
..._430,
|
|
203
202
|
..._440,
|
|
204
203
|
..._450,
|
|
205
|
-
..._460
|
|
204
|
+
..._460,
|
|
205
|
+
..._470
|
|
206
206
|
};
|
|
207
207
|
})(rate_limiting = applications.rate_limiting || (applications.rate_limiting = {}));
|
|
208
208
|
let transfer;
|
|
@@ -216,11 +216,11 @@ var ibc;
|
|
|
216
216
|
..._142,
|
|
217
217
|
..._143,
|
|
218
218
|
..._144,
|
|
219
|
-
..._421,
|
|
220
219
|
..._431,
|
|
221
220
|
..._441,
|
|
222
221
|
..._451,
|
|
223
|
-
..._461
|
|
222
|
+
..._461,
|
|
223
|
+
..._471
|
|
224
224
|
};
|
|
225
225
|
})(transfer = applications.transfer || (applications.transfer = {}));
|
|
226
226
|
})(applications = ibc.applications || (ibc.applications = {}));
|
|
@@ -233,22 +233,22 @@ var ibc;
|
|
|
233
233
|
..._146,
|
|
234
234
|
..._147,
|
|
235
235
|
..._148,
|
|
236
|
-
..._422,
|
|
237
236
|
..._432,
|
|
238
237
|
..._442,
|
|
239
238
|
..._452,
|
|
240
|
-
..._462
|
|
239
|
+
..._462,
|
|
240
|
+
..._472
|
|
241
241
|
};
|
|
242
242
|
channel.v2 = {
|
|
243
243
|
..._149,
|
|
244
244
|
..._150,
|
|
245
245
|
..._151,
|
|
246
246
|
..._152,
|
|
247
|
-
..._423,
|
|
248
247
|
..._433,
|
|
249
248
|
..._443,
|
|
250
249
|
..._453,
|
|
251
|
-
..._463
|
|
250
|
+
..._463,
|
|
251
|
+
..._473
|
|
252
252
|
};
|
|
253
253
|
})(channel = core.channel || (core.channel = {}));
|
|
254
254
|
let client;
|
|
@@ -258,11 +258,11 @@ var ibc;
|
|
|
258
258
|
..._154,
|
|
259
259
|
..._155,
|
|
260
260
|
..._156,
|
|
261
|
-
..._424,
|
|
262
261
|
..._434,
|
|
263
262
|
..._444,
|
|
264
263
|
..._454,
|
|
265
|
-
..._464
|
|
264
|
+
..._464,
|
|
265
|
+
..._474
|
|
266
266
|
};
|
|
267
267
|
client.v2 = {
|
|
268
268
|
..._157,
|
|
@@ -270,11 +270,11 @@ var ibc;
|
|
|
270
270
|
..._159,
|
|
271
271
|
..._160,
|
|
272
272
|
..._161,
|
|
273
|
-
..._425,
|
|
274
273
|
..._435,
|
|
275
274
|
..._445,
|
|
276
275
|
..._455,
|
|
277
|
-
..._465
|
|
276
|
+
..._465,
|
|
277
|
+
..._475
|
|
278
278
|
};
|
|
279
279
|
})(client = core.client || (core.client = {}));
|
|
280
280
|
let commitment;
|
|
@@ -293,11 +293,11 @@ var ibc;
|
|
|
293
293
|
..._165,
|
|
294
294
|
..._166,
|
|
295
295
|
..._167,
|
|
296
|
-
..._426,
|
|
297
296
|
..._436,
|
|
298
297
|
..._446,
|
|
299
298
|
..._456,
|
|
300
|
-
..._466
|
|
299
|
+
..._466,
|
|
300
|
+
..._476
|
|
301
301
|
};
|
|
302
302
|
})(connection = core.connection || (core.connection = {}));
|
|
303
303
|
})(core = ibc.core || (ibc.core = {}));
|
|
@@ -325,17 +325,17 @@ var ibc;
|
|
|
325
325
|
..._172,
|
|
326
326
|
..._173,
|
|
327
327
|
..._174,
|
|
328
|
-
..._427,
|
|
329
328
|
..._437,
|
|
330
329
|
..._447,
|
|
331
330
|
..._457,
|
|
332
|
-
..._467
|
|
331
|
+
..._467,
|
|
332
|
+
..._477
|
|
333
333
|
};
|
|
334
334
|
})(wasm = lightclients.wasm || (lightclients.wasm = {}));
|
|
335
335
|
})(lightclients = ibc.lightclients || (ibc.lightclients = {}));
|
|
336
336
|
ibc.ClientFactory = {
|
|
337
|
-
...
|
|
338
|
-
...
|
|
339
|
-
...
|
|
337
|
+
..._556,
|
|
338
|
+
..._557,
|
|
339
|
+
..._558
|
|
340
340
|
};
|
|
341
341
|
})(ibc || (exports.ibc = ibc = {}));
|