@sparkdreamnft/sparkdreamjs 0.0.5 → 0.0.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/cosmos/bundle.d.ts +162 -162
- package/cosmos/bundle.js +184 -184
- package/esm/cosmos/bundle.js +184 -184
- package/esm/ibc/bundle.js +96 -96
- package/esm/sparkdream/blog/module/{module.js → v1/module.js} +3 -3
- package/esm/sparkdream/blog/{genesis.js → v1/genesis.js} +3 -3
- package/esm/sparkdream/blog/{params.js → v1/params.js} +3 -3
- package/esm/sparkdream/blog/{post.js → v1/post.js} +3 -3
- package/esm/sparkdream/blog/{query.js → v1/query.js} +14 -14
- package/esm/sparkdream/blog/{query.lcd.js → v1/query.lcd.js} +6 -6
- package/esm/sparkdream/blog/{query.rpc.Query.js → v1/query.rpc.Query.js} +6 -6
- package/esm/sparkdream/blog/{tx.amino.js → v1/tx.amino.js} +7 -7
- package/esm/sparkdream/blog/{tx.js → v1/tx.js} +17 -17
- package/esm/sparkdream/blog/{tx.registry.js → v1/tx.registry.js} +13 -13
- package/esm/sparkdream/blog/{tx.rpc.msg.js → v1/tx.rpc.msg.js} +8 -8
- package/esm/sparkdream/bundle.js +68 -48
- package/esm/sparkdream/client.js +7 -7
- package/esm/sparkdream/lcd.js +10 -6
- package/esm/sparkdream/rpc.query.js +6 -2
- package/esm/sparkdream/rpc.tx.js +6 -2
- package/esm/sparkdream/sparkdream/module/{module.js → v1/module.js} +3 -3
- package/esm/sparkdream/sparkdream/{genesis.js → v1/genesis.js} +3 -3
- package/esm/sparkdream/sparkdream/{params.js → v1/params.js} +3 -3
- package/esm/sparkdream/sparkdream/{query.js → v1/query.js} +5 -5
- package/esm/sparkdream/sparkdream/{query.lcd.js → v1/query.lcd.js} +1 -1
- package/esm/sparkdream/sparkdream/{query.rpc.Query.js → v1/query.rpc.Query.js} +2 -2
- package/esm/sparkdream/sparkdream/{tx.amino.js → v1/tx.amino.js} +1 -1
- package/esm/sparkdream/sparkdream/{tx.js → v1/tx.js} +5 -5
- package/esm/sparkdream/sparkdream/{tx.registry.js → v1/tx.registry.js} +4 -4
- package/esm/sparkdream/sparkdream/{tx.rpc.msg.js → v1/tx.rpc.msg.js} +2 -2
- package/esm/tendermint/bundle.js +18 -18
- package/ibc/bundle.d.ts +81 -81
- package/ibc/bundle.js +96 -96
- package/package.json +1 -1
- package/sparkdream/{sparkdream/module → blog/module/v1}/module.d.ts +12 -6
- package/sparkdream/blog/module/{module.js → v1/module.js} +3 -3
- package/sparkdream/blog/{genesis.d.ts → v1/genesis.d.ts} +4 -4
- package/sparkdream/blog/{genesis.js → v1/genesis.js} +3 -3
- package/sparkdream/blog/{params.d.ts → v1/params.d.ts} +3 -3
- package/sparkdream/blog/{params.js → v1/params.js} +3 -3
- package/sparkdream/blog/{post.d.ts → v1/post.d.ts} +6 -4
- package/sparkdream/blog/{post.js → v1/post.js} +3 -3
- package/sparkdream/blog/{query.d.ts → v1/query.d.ts} +23 -15
- package/sparkdream/blog/{query.js → v1/query.js} +14 -14
- package/sparkdream/blog/{query.lcd.js → v1/query.lcd.js} +6 -6
- package/sparkdream/blog/{query.rpc.Query.d.ts → v1/query.rpc.Query.d.ts} +3 -3
- package/sparkdream/blog/{query.rpc.Query.js → v1/query.rpc.Query.js} +6 -6
- package/sparkdream/blog/{tx.amino.d.ts → v1/tx.amino.d.ts} +4 -4
- package/sparkdream/blog/{tx.amino.js → v1/tx.amino.js} +7 -7
- package/sparkdream/blog/{tx.d.ts → v1/tx.d.ts} +29 -17
- package/sparkdream/blog/{tx.js → v1/tx.js} +17 -17
- package/sparkdream/blog/{tx.registry.d.ts → v1/tx.registry.d.ts} +1 -1
- package/sparkdream/blog/{tx.registry.js → v1/tx.registry.js} +13 -13
- package/sparkdream/blog/{tx.rpc.msg.d.ts → v1/tx.rpc.msg.d.ts} +4 -1
- package/sparkdream/blog/{tx.rpc.msg.js → v1/tx.rpc.msg.js} +8 -8
- package/sparkdream/bundle.d.ts +460 -410
- package/sparkdream/bundle.js +68 -48
- package/sparkdream/client.d.ts +15 -15
- package/sparkdream/client.js +7 -7
- package/sparkdream/lcd.d.ts +6 -2
- package/sparkdream/lcd.js +10 -6
- package/sparkdream/rpc.query.d.ts +8 -4
- package/sparkdream/rpc.query.js +6 -2
- package/sparkdream/rpc.tx.d.ts +6 -2
- package/sparkdream/rpc.tx.js +6 -2
- package/sparkdream/{blog/module → sparkdream/module/v1}/module.d.ts +12 -6
- package/sparkdream/sparkdream/module/{module.js → v1/module.js} +3 -3
- package/sparkdream/sparkdream/{genesis.d.ts → v1/genesis.d.ts} +4 -4
- package/sparkdream/sparkdream/{genesis.js → v1/genesis.js} +3 -3
- package/sparkdream/sparkdream/{params.d.ts → v1/params.d.ts} +3 -3
- package/sparkdream/sparkdream/{params.js → v1/params.js} +3 -3
- package/sparkdream/sparkdream/{query.d.ts → v1/query.d.ts} +6 -6
- package/sparkdream/sparkdream/{query.js → v1/query.js} +5 -5
- package/sparkdream/sparkdream/{query.lcd.js → v1/query.lcd.js} +1 -1
- package/sparkdream/sparkdream/{query.rpc.Query.d.ts → v1/query.rpc.Query.d.ts} +1 -1
- package/sparkdream/sparkdream/{query.rpc.Query.js → v1/query.rpc.Query.js} +2 -2
- package/sparkdream/sparkdream/{tx.amino.d.ts → v1/tx.amino.d.ts} +1 -1
- package/sparkdream/sparkdream/{tx.amino.js → v1/tx.amino.js} +1 -1
- package/sparkdream/sparkdream/{tx.d.ts → v1/tx.d.ts} +5 -5
- package/sparkdream/sparkdream/{tx.js → v1/tx.js} +5 -5
- package/sparkdream/sparkdream/{tx.registry.d.ts → v1/tx.registry.d.ts} +1 -1
- package/sparkdream/sparkdream/{tx.registry.js → v1/tx.registry.js} +4 -4
- package/sparkdream/sparkdream/{tx.rpc.msg.d.ts → v1/tx.rpc.msg.d.ts} +1 -1
- package/sparkdream/sparkdream/{tx.rpc.msg.js → v1/tx.rpc.msg.js} +2 -2
- package/tendermint/bundle.d.ts +844 -844
- package/tendermint/bundle.js +18 -18
- /package/sparkdream/blog/{query.lcd.d.ts → v1/query.lcd.d.ts} +0 -0
- /package/sparkdream/sparkdream/{query.lcd.d.ts → v1/query.lcd.d.ts} +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
//@ts-nocheck
|
|
2
2
|
import { Params } from "./params";
|
|
3
|
-
import { BinaryReader, BinaryWriter } from "
|
|
3
|
+
import { BinaryReader, BinaryWriter } from "../../../binary";
|
|
4
4
|
function createBaseMsgUpdateParams() {
|
|
5
5
|
return {
|
|
6
6
|
authority: "",
|
|
@@ -8,7 +8,7 @@ function createBaseMsgUpdateParams() {
|
|
|
8
8
|
};
|
|
9
9
|
}
|
|
10
10
|
export const MsgUpdateParams = {
|
|
11
|
-
typeUrl: "/sparkdream.sparkdream.MsgUpdateParams",
|
|
11
|
+
typeUrl: "/sparkdream.sparkdream.v1.MsgUpdateParams",
|
|
12
12
|
aminoType: "sparkdream/x/sparkdream/MsgUpdateParams",
|
|
13
13
|
encode(message, writer = BinaryWriter.create()) {
|
|
14
14
|
if (message.authority !== "") {
|
|
@@ -78,7 +78,7 @@ export const MsgUpdateParams = {
|
|
|
78
78
|
},
|
|
79
79
|
toProtoMsg(message) {
|
|
80
80
|
return {
|
|
81
|
-
typeUrl: "/sparkdream.sparkdream.MsgUpdateParams",
|
|
81
|
+
typeUrl: "/sparkdream.sparkdream.v1.MsgUpdateParams",
|
|
82
82
|
value: MsgUpdateParams.encode(message).finish()
|
|
83
83
|
};
|
|
84
84
|
}
|
|
@@ -87,7 +87,7 @@ function createBaseMsgUpdateParamsResponse() {
|
|
|
87
87
|
return {};
|
|
88
88
|
}
|
|
89
89
|
export const MsgUpdateParamsResponse = {
|
|
90
|
-
typeUrl: "/sparkdream.sparkdream.MsgUpdateParamsResponse",
|
|
90
|
+
typeUrl: "/sparkdream.sparkdream.v1.MsgUpdateParamsResponse",
|
|
91
91
|
encode(_, writer = BinaryWriter.create()) {
|
|
92
92
|
return writer;
|
|
93
93
|
},
|
|
@@ -128,7 +128,7 @@ export const MsgUpdateParamsResponse = {
|
|
|
128
128
|
},
|
|
129
129
|
toProtoMsg(message) {
|
|
130
130
|
return {
|
|
131
|
-
typeUrl: "/sparkdream.sparkdream.MsgUpdateParamsResponse",
|
|
131
|
+
typeUrl: "/sparkdream.sparkdream.v1.MsgUpdateParamsResponse",
|
|
132
132
|
value: MsgUpdateParamsResponse.encode(message).finish()
|
|
133
133
|
};
|
|
134
134
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { MsgUpdateParams } from "./tx";
|
|
2
|
-
export const registry = [["/sparkdream.sparkdream.MsgUpdateParams", MsgUpdateParams]];
|
|
2
|
+
export const registry = [["/sparkdream.sparkdream.v1.MsgUpdateParams", MsgUpdateParams]];
|
|
3
3
|
export const load = (protoRegistry) => {
|
|
4
4
|
registry.forEach(([typeUrl, mod]) => {
|
|
5
5
|
protoRegistry.register(typeUrl, mod);
|
|
@@ -9,7 +9,7 @@ export const MessageComposer = {
|
|
|
9
9
|
encoded: {
|
|
10
10
|
updateParams(value) {
|
|
11
11
|
return {
|
|
12
|
-
typeUrl: "/sparkdream.sparkdream.MsgUpdateParams",
|
|
12
|
+
typeUrl: "/sparkdream.sparkdream.v1.MsgUpdateParams",
|
|
13
13
|
value: MsgUpdateParams.encode(value).finish()
|
|
14
14
|
};
|
|
15
15
|
}
|
|
@@ -17,7 +17,7 @@ export const MessageComposer = {
|
|
|
17
17
|
withTypeUrl: {
|
|
18
18
|
updateParams(value) {
|
|
19
19
|
return {
|
|
20
|
-
typeUrl: "/sparkdream.sparkdream.MsgUpdateParams",
|
|
20
|
+
typeUrl: "/sparkdream.sparkdream.v1.MsgUpdateParams",
|
|
21
21
|
value
|
|
22
22
|
};
|
|
23
23
|
}
|
|
@@ -25,7 +25,7 @@ export const MessageComposer = {
|
|
|
25
25
|
fromPartial: {
|
|
26
26
|
updateParams(value) {
|
|
27
27
|
return {
|
|
28
|
-
typeUrl: "/sparkdream.sparkdream.MsgUpdateParams",
|
|
28
|
+
typeUrl: "/sparkdream.sparkdream.v1.MsgUpdateParams",
|
|
29
29
|
value: MsgUpdateParams.fromPartial(value)
|
|
30
30
|
};
|
|
31
31
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { BinaryReader } from "
|
|
1
|
+
import { BinaryReader } from "../../../binary";
|
|
2
2
|
import { MsgUpdateParams, MsgUpdateParamsResponse } from "./tx";
|
|
3
3
|
export class MsgClientImpl {
|
|
4
4
|
rpc;
|
|
@@ -9,7 +9,7 @@ export class MsgClientImpl {
|
|
|
9
9
|
parameters. The authority defaults to the x/gov module account. */
|
|
10
10
|
updateParams = async (request) => {
|
|
11
11
|
const data = MsgUpdateParams.encode(request).finish();
|
|
12
|
-
const promise = this.rpc.request("sparkdream.sparkdream.Msg", "UpdateParams", data);
|
|
12
|
+
const promise = this.rpc.request("sparkdream.sparkdream.v1.Msg", "UpdateParams", data);
|
|
13
13
|
return promise.then(data => MsgUpdateParamsResponse.decode(new BinaryReader(data)));
|
|
14
14
|
};
|
|
15
15
|
}
|
package/esm/tendermint/bundle.js
CHANGED
|
@@ -1,34 +1,34 @@
|
|
|
1
1
|
//@ts-nocheck
|
|
2
|
-
import * as
|
|
3
|
-
import * as
|
|
4
|
-
import * as
|
|
5
|
-
import * as
|
|
6
|
-
import * as
|
|
7
|
-
import * as
|
|
8
|
-
import * as
|
|
9
|
-
import * as
|
|
10
|
-
import * as
|
|
11
|
-
import * as
|
|
2
|
+
import * as _184 from "./abci/types";
|
|
3
|
+
import * as _185 from "./crypto/keys";
|
|
4
|
+
import * as _186 from "./crypto/proof";
|
|
5
|
+
import * as _187 from "./p2p/types";
|
|
6
|
+
import * as _188 from "./types/block";
|
|
7
|
+
import * as _189 from "./types/evidence";
|
|
8
|
+
import * as _190 from "./types/params";
|
|
9
|
+
import * as _191 from "./types/types";
|
|
10
|
+
import * as _192 from "./types/validator";
|
|
11
|
+
import * as _193 from "./version/types";
|
|
12
12
|
export var tendermint;
|
|
13
13
|
(function (tendermint) {
|
|
14
14
|
tendermint.abci = {
|
|
15
|
-
...
|
|
15
|
+
..._184
|
|
16
16
|
};
|
|
17
17
|
tendermint.crypto = {
|
|
18
|
-
...
|
|
19
|
-
...
|
|
18
|
+
..._185,
|
|
19
|
+
..._186
|
|
20
20
|
};
|
|
21
21
|
tendermint.p2p = {
|
|
22
|
-
...
|
|
22
|
+
..._187
|
|
23
23
|
};
|
|
24
24
|
tendermint.types = {
|
|
25
|
-
..._186,
|
|
26
|
-
..._187,
|
|
27
25
|
..._188,
|
|
28
26
|
..._189,
|
|
29
|
-
..._190
|
|
27
|
+
..._190,
|
|
28
|
+
..._191,
|
|
29
|
+
..._192
|
|
30
30
|
};
|
|
31
31
|
tendermint.version = {
|
|
32
|
-
...
|
|
32
|
+
..._193
|
|
33
33
|
};
|
|
34
34
|
})(tendermint || (tendermint = {}));
|
package/ibc/bundle.d.ts
CHANGED
|
@@ -47,46 +47,46 @@ import * as _169 from "./lightclients/wasm/v1/genesis";
|
|
|
47
47
|
import * as _170 from "./lightclients/wasm/v1/query";
|
|
48
48
|
import * as _171 from "./lightclients/wasm/v1/tx";
|
|
49
49
|
import * as _172 from "./lightclients/wasm/v1/wasm";
|
|
50
|
-
import * as
|
|
51
|
-
import * as
|
|
52
|
-
import * as
|
|
53
|
-
import * as
|
|
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
|
|
50
|
+
import * as _301 from "./applications/interchain_accounts/controller/v1/query.lcd";
|
|
51
|
+
import * as _302 from "./applications/interchain_accounts/host/v1/query.lcd";
|
|
52
|
+
import * as _303 from "./applications/transfer/v1/query.lcd";
|
|
53
|
+
import * as _304 from "./core/channel/v1/query.lcd";
|
|
54
|
+
import * as _305 from "./core/channel/v2/query.lcd";
|
|
55
|
+
import * as _306 from "./core/client/v1/query.lcd";
|
|
56
|
+
import * as _307 from "./core/client/v2/query.lcd";
|
|
57
|
+
import * as _308 from "./core/connection/v1/query.lcd";
|
|
58
|
+
import * as _309 from "./lightclients/wasm/v1/query.lcd";
|
|
59
|
+
import * as _310 from "./applications/interchain_accounts/controller/v1/query.rpc.Query";
|
|
60
|
+
import * as _311 from "./applications/interchain_accounts/host/v1/query.rpc.Query";
|
|
61
|
+
import * as _312 from "./applications/transfer/v1/query.rpc.Query";
|
|
62
|
+
import * as _313 from "./core/channel/v1/query.rpc.Query";
|
|
63
|
+
import * as _314 from "./core/channel/v2/query.rpc.Query";
|
|
64
|
+
import * as _315 from "./core/client/v1/query.rpc.Query";
|
|
65
|
+
import * as _316 from "./core/client/v2/query.rpc.Query";
|
|
66
|
+
import * as _317 from "./core/connection/v1/query.rpc.Query";
|
|
67
|
+
import * as _318 from "./lightclients/wasm/v1/query.rpc.Query";
|
|
68
|
+
import * as _319 from "./applications/interchain_accounts/controller/v1/tx.rpc.msg";
|
|
69
|
+
import * as _320 from "./applications/interchain_accounts/host/v1/tx.rpc.msg";
|
|
70
|
+
import * as _321 from "./applications/transfer/v1/tx.rpc.msg";
|
|
71
|
+
import * as _322 from "./core/channel/v1/tx.rpc.msg";
|
|
72
|
+
import * as _323 from "./core/channel/v2/tx.rpc.msg";
|
|
73
|
+
import * as _324 from "./core/client/v1/tx.rpc.msg";
|
|
74
|
+
import * as _325 from "./core/client/v2/tx.rpc.msg";
|
|
75
|
+
import * as _326 from "./core/connection/v1/tx.rpc.msg";
|
|
76
|
+
import * as _327 from "./lightclients/wasm/v1/tx.rpc.msg";
|
|
77
77
|
export declare namespace ibc {
|
|
78
78
|
namespace applications {
|
|
79
79
|
namespace interchain_accounts {
|
|
80
80
|
namespace controller {
|
|
81
81
|
const v1: {
|
|
82
|
-
MsgClientImpl: typeof
|
|
83
|
-
createClientImpl: (rpc: import("..").TxRpc) =>
|
|
84
|
-
QueryClientImpl: typeof
|
|
82
|
+
MsgClientImpl: typeof _319.MsgClientImpl;
|
|
83
|
+
createClientImpl: (rpc: import("..").TxRpc) => _319.MsgClientImpl;
|
|
84
|
+
QueryClientImpl: typeof _310.QueryClientImpl;
|
|
85
85
|
createRpcQueryExtension: (base: QueryClient) => {
|
|
86
86
|
interchainAccount(request: _125.QueryInterchainAccountRequest): Promise<_125.QueryInterchainAccountResponse>;
|
|
87
87
|
params(request?: _125.QueryParamsRequest): Promise<_125.QueryParamsResponse>;
|
|
88
88
|
};
|
|
89
|
-
LCDQueryClient: typeof
|
|
89
|
+
LCDQueryClient: typeof _301.LCDQueryClient;
|
|
90
90
|
registry: ReadonlyArray<[string, import("..").TelescopeGeneratedType<any, any, any>]>;
|
|
91
91
|
load: (protoRegistry: Registry) => void;
|
|
92
92
|
MessageComposer: {
|
|
@@ -382,13 +382,13 @@ export declare namespace ibc {
|
|
|
382
382
|
}
|
|
383
383
|
namespace host {
|
|
384
384
|
const v1: {
|
|
385
|
-
MsgClientImpl: typeof
|
|
386
|
-
createClientImpl: (rpc: import("..").TxRpc) =>
|
|
387
|
-
QueryClientImpl: typeof
|
|
385
|
+
MsgClientImpl: typeof _320.MsgClientImpl;
|
|
386
|
+
createClientImpl: (rpc: import("..").TxRpc) => _320.MsgClientImpl;
|
|
387
|
+
QueryClientImpl: typeof _311.QueryClientImpl;
|
|
388
388
|
createRpcQueryExtension: (base: QueryClient) => {
|
|
389
389
|
params(request?: _129.QueryParamsRequest): Promise<_129.QueryParamsResponse>;
|
|
390
390
|
};
|
|
391
|
-
LCDQueryClient: typeof
|
|
391
|
+
LCDQueryClient: typeof _302.LCDQueryClient;
|
|
392
392
|
registry: ReadonlyArray<[string, import("..").TelescopeGeneratedType<any, any, any>]>;
|
|
393
393
|
load: (protoRegistry: Registry) => void;
|
|
394
394
|
MessageComposer: {
|
|
@@ -656,9 +656,9 @@ export declare namespace ibc {
|
|
|
656
656
|
}
|
|
657
657
|
namespace transfer {
|
|
658
658
|
const v1: {
|
|
659
|
-
MsgClientImpl: typeof
|
|
660
|
-
createClientImpl: (rpc: import("..").TxRpc) =>
|
|
661
|
-
QueryClientImpl: typeof
|
|
659
|
+
MsgClientImpl: typeof _321.MsgClientImpl;
|
|
660
|
+
createClientImpl: (rpc: import("..").TxRpc) => _321.MsgClientImpl;
|
|
661
|
+
QueryClientImpl: typeof _312.QueryClientImpl;
|
|
662
662
|
createRpcQueryExtension: (base: QueryClient) => {
|
|
663
663
|
params(request?: _139.QueryParamsRequest): Promise<_139.QueryParamsResponse>;
|
|
664
664
|
denoms(request?: _139.QueryDenomsRequest): Promise<_139.QueryDenomsResponse>;
|
|
@@ -667,7 +667,7 @@ export declare namespace ibc {
|
|
|
667
667
|
escrowAddress(request: _139.QueryEscrowAddressRequest): Promise<_139.QueryEscrowAddressResponse>;
|
|
668
668
|
totalEscrowForDenom(request: _139.QueryTotalEscrowForDenomRequest): Promise<_139.QueryTotalEscrowForDenomResponse>;
|
|
669
669
|
};
|
|
670
|
-
LCDQueryClient: typeof
|
|
670
|
+
LCDQueryClient: typeof _303.LCDQueryClient;
|
|
671
671
|
registry: ReadonlyArray<[string, import("..").TelescopeGeneratedType<any, any, any>]>;
|
|
672
672
|
load: (protoRegistry: Registry) => void;
|
|
673
673
|
MessageComposer: {
|
|
@@ -1070,9 +1070,9 @@ export declare namespace ibc {
|
|
|
1070
1070
|
namespace core {
|
|
1071
1071
|
namespace channel {
|
|
1072
1072
|
const v1: {
|
|
1073
|
-
MsgClientImpl: typeof
|
|
1074
|
-
createClientImpl: (rpc: import("..").TxRpc) =>
|
|
1075
|
-
QueryClientImpl: typeof
|
|
1073
|
+
MsgClientImpl: typeof _322.MsgClientImpl;
|
|
1074
|
+
createClientImpl: (rpc: import("..").TxRpc) => _322.MsgClientImpl;
|
|
1075
|
+
QueryClientImpl: typeof _313.QueryClientImpl;
|
|
1076
1076
|
createRpcQueryExtension: (base: QueryClient) => {
|
|
1077
1077
|
channel(request: _145.QueryChannelRequest): Promise<_145.QueryChannelResponse>;
|
|
1078
1078
|
channels(request?: _145.QueryChannelsRequest): Promise<_145.QueryChannelsResponse>;
|
|
@@ -1089,7 +1089,7 @@ export declare namespace ibc {
|
|
|
1089
1089
|
nextSequenceReceive(request: _145.QueryNextSequenceReceiveRequest): Promise<_145.QueryNextSequenceReceiveResponse>;
|
|
1090
1090
|
nextSequenceSend(request: _145.QueryNextSequenceSendRequest): Promise<_145.QueryNextSequenceSendResponse>;
|
|
1091
1091
|
};
|
|
1092
|
-
LCDQueryClient: typeof
|
|
1092
|
+
LCDQueryClient: typeof _304.LCDQueryClient;
|
|
1093
1093
|
registry: ReadonlyArray<[string, import("..").TelescopeGeneratedType<any, any, any>]>;
|
|
1094
1094
|
load: (protoRegistry: Registry) => void;
|
|
1095
1095
|
MessageComposer: {
|
|
@@ -2098,9 +2098,9 @@ export declare namespace ibc {
|
|
|
2098
2098
|
};
|
|
2099
2099
|
};
|
|
2100
2100
|
const v2: {
|
|
2101
|
-
MsgClientImpl: typeof
|
|
2102
|
-
createClientImpl: (rpc: import("..").TxRpc) =>
|
|
2103
|
-
QueryClientImpl: typeof
|
|
2101
|
+
MsgClientImpl: typeof _323.MsgClientImpl;
|
|
2102
|
+
createClientImpl: (rpc: import("..").TxRpc) => _323.MsgClientImpl;
|
|
2103
|
+
QueryClientImpl: typeof _314.QueryClientImpl;
|
|
2104
2104
|
createRpcQueryExtension: (base: QueryClient) => {
|
|
2105
2105
|
nextSequenceSend(request: _149.QueryNextSequenceSendRequest): Promise<_149.QueryNextSequenceSendResponse>;
|
|
2106
2106
|
packetCommitment(request: _149.QueryPacketCommitmentRequest): Promise<_149.QueryPacketCommitmentResponse>;
|
|
@@ -2111,7 +2111,7 @@ export declare namespace ibc {
|
|
|
2111
2111
|
unreceivedPackets(request: _149.QueryUnreceivedPacketsRequest): Promise<_149.QueryUnreceivedPacketsResponse>;
|
|
2112
2112
|
unreceivedAcks(request: _149.QueryUnreceivedAcksRequest): Promise<_149.QueryUnreceivedAcksResponse>;
|
|
2113
2113
|
};
|
|
2114
|
-
LCDQueryClient: typeof
|
|
2114
|
+
LCDQueryClient: typeof _305.LCDQueryClient;
|
|
2115
2115
|
registry: ReadonlyArray<[string, import("..").TelescopeGeneratedType<any, any, any>]>;
|
|
2116
2116
|
load: (protoRegistry: Registry) => void;
|
|
2117
2117
|
MessageComposer: {
|
|
@@ -2638,9 +2638,9 @@ export declare namespace ibc {
|
|
|
2638
2638
|
}
|
|
2639
2639
|
namespace client {
|
|
2640
2640
|
const v1: {
|
|
2641
|
-
MsgClientImpl: typeof
|
|
2642
|
-
createClientImpl: (rpc: import("..").TxRpc) =>
|
|
2643
|
-
QueryClientImpl: typeof
|
|
2641
|
+
MsgClientImpl: typeof _324.MsgClientImpl;
|
|
2642
|
+
createClientImpl: (rpc: import("..").TxRpc) => _324.MsgClientImpl;
|
|
2643
|
+
QueryClientImpl: typeof _315.QueryClientImpl;
|
|
2644
2644
|
createRpcQueryExtension: (base: QueryClient) => {
|
|
2645
2645
|
clientState(request: _153.QueryClientStateRequest): Promise<_153.QueryClientStateResponse>;
|
|
2646
2646
|
clientStates(request?: _153.QueryClientStatesRequest): Promise<_153.QueryClientStatesResponse>;
|
|
@@ -2654,7 +2654,7 @@ export declare namespace ibc {
|
|
|
2654
2654
|
upgradedConsensusState(request?: _153.QueryUpgradedConsensusStateRequest): Promise<_153.QueryUpgradedConsensusStateResponse>;
|
|
2655
2655
|
verifyMembership(request: _153.QueryVerifyMembershipRequest): Promise<_153.QueryVerifyMembershipResponse>;
|
|
2656
2656
|
};
|
|
2657
|
-
LCDQueryClient: typeof
|
|
2657
|
+
LCDQueryClient: typeof _306.LCDQueryClient;
|
|
2658
2658
|
registry: ReadonlyArray<[string, import("..").TelescopeGeneratedType<any, any, any>]>;
|
|
2659
2659
|
load: (protoRegistry: Registry) => void;
|
|
2660
2660
|
MessageComposer: {
|
|
@@ -3449,14 +3449,14 @@ export declare namespace ibc {
|
|
|
3449
3449
|
};
|
|
3450
3450
|
};
|
|
3451
3451
|
const v2: {
|
|
3452
|
-
MsgClientImpl: typeof
|
|
3453
|
-
createClientImpl: (rpc: import("..").TxRpc) =>
|
|
3454
|
-
QueryClientImpl: typeof
|
|
3452
|
+
MsgClientImpl: typeof _325.MsgClientImpl;
|
|
3453
|
+
createClientImpl: (rpc: import("..").TxRpc) => _325.MsgClientImpl;
|
|
3454
|
+
QueryClientImpl: typeof _316.QueryClientImpl;
|
|
3455
3455
|
createRpcQueryExtension: (base: QueryClient) => {
|
|
3456
3456
|
counterpartyInfo(request: _158.QueryCounterpartyInfoRequest): Promise<_158.QueryCounterpartyInfoResponse>;
|
|
3457
3457
|
config(request: _158.QueryConfigRequest): Promise<_158.QueryConfigResponse>;
|
|
3458
3458
|
};
|
|
3459
|
-
LCDQueryClient: typeof
|
|
3459
|
+
LCDQueryClient: typeof _307.LCDQueryClient;
|
|
3460
3460
|
registry: ReadonlyArray<[string, import("..").TelescopeGeneratedType<any, any, any>]>;
|
|
3461
3461
|
load: (protoRegistry: Registry) => void;
|
|
3462
3462
|
MessageComposer: {
|
|
@@ -3737,9 +3737,9 @@ export declare namespace ibc {
|
|
|
3737
3737
|
}
|
|
3738
3738
|
namespace connection {
|
|
3739
3739
|
const v1: {
|
|
3740
|
-
MsgClientImpl: typeof
|
|
3741
|
-
createClientImpl: (rpc: import("..").TxRpc) =>
|
|
3742
|
-
QueryClientImpl: typeof
|
|
3740
|
+
MsgClientImpl: typeof _326.MsgClientImpl;
|
|
3741
|
+
createClientImpl: (rpc: import("..").TxRpc) => _326.MsgClientImpl;
|
|
3742
|
+
QueryClientImpl: typeof _317.QueryClientImpl;
|
|
3743
3743
|
createRpcQueryExtension: (base: QueryClient) => {
|
|
3744
3744
|
connection(request: _164.QueryConnectionRequest): Promise<_164.QueryConnectionResponse>;
|
|
3745
3745
|
connections(request?: _164.QueryConnectionsRequest): Promise<_164.QueryConnectionsResponse>;
|
|
@@ -3748,7 +3748,7 @@ export declare namespace ibc {
|
|
|
3748
3748
|
connectionConsensusState(request: _164.QueryConnectionConsensusStateRequest): Promise<_164.QueryConnectionConsensusStateResponse>;
|
|
3749
3749
|
connectionParams(request?: _164.QueryConnectionParamsRequest): Promise<_164.QueryConnectionParamsResponse>;
|
|
3750
3750
|
};
|
|
3751
|
-
LCDQueryClient: typeof
|
|
3751
|
+
LCDQueryClient: typeof _308.LCDQueryClient;
|
|
3752
3752
|
registry: ReadonlyArray<[string, import("..").TelescopeGeneratedType<any, any, any>]>;
|
|
3753
3753
|
load: (protoRegistry: Registry) => void;
|
|
3754
3754
|
MessageComposer: {
|
|
@@ -4696,14 +4696,14 @@ export declare namespace ibc {
|
|
|
4696
4696
|
}
|
|
4697
4697
|
namespace wasm {
|
|
4698
4698
|
const v1: {
|
|
4699
|
-
MsgClientImpl: typeof
|
|
4700
|
-
createClientImpl: (rpc: import("..").TxRpc) =>
|
|
4701
|
-
QueryClientImpl: typeof
|
|
4699
|
+
MsgClientImpl: typeof _327.MsgClientImpl;
|
|
4700
|
+
createClientImpl: (rpc: import("..").TxRpc) => _327.MsgClientImpl;
|
|
4701
|
+
QueryClientImpl: typeof _318.QueryClientImpl;
|
|
4702
4702
|
createRpcQueryExtension: (base: QueryClient) => {
|
|
4703
4703
|
checksums(request?: _170.QueryChecksumsRequest): Promise<_170.QueryChecksumsResponse>;
|
|
4704
4704
|
code(request: _170.QueryCodeRequest): Promise<_170.QueryCodeResponse>;
|
|
4705
4705
|
};
|
|
4706
|
-
LCDQueryClient: typeof
|
|
4706
|
+
LCDQueryClient: typeof _309.LCDQueryClient;
|
|
4707
4707
|
registry: ReadonlyArray<[string, import("..").TelescopeGeneratedType<any, any, any>]>;
|
|
4708
4708
|
load: (protoRegistry: Registry) => void;
|
|
4709
4709
|
MessageComposer: {
|
|
@@ -5053,32 +5053,32 @@ export declare namespace ibc {
|
|
|
5053
5053
|
applications: {
|
|
5054
5054
|
interchain_accounts: {
|
|
5055
5055
|
controller: {
|
|
5056
|
-
v1:
|
|
5056
|
+
v1: _319.MsgClientImpl;
|
|
5057
5057
|
};
|
|
5058
5058
|
host: {
|
|
5059
|
-
v1:
|
|
5059
|
+
v1: _320.MsgClientImpl;
|
|
5060
5060
|
};
|
|
5061
5061
|
};
|
|
5062
5062
|
transfer: {
|
|
5063
|
-
v1:
|
|
5063
|
+
v1: _321.MsgClientImpl;
|
|
5064
5064
|
};
|
|
5065
5065
|
};
|
|
5066
5066
|
core: {
|
|
5067
5067
|
channel: {
|
|
5068
|
-
v1: _320.MsgClientImpl;
|
|
5069
|
-
v2: _321.MsgClientImpl;
|
|
5070
|
-
};
|
|
5071
|
-
client: {
|
|
5072
5068
|
v1: _322.MsgClientImpl;
|
|
5073
5069
|
v2: _323.MsgClientImpl;
|
|
5074
5070
|
};
|
|
5075
|
-
|
|
5071
|
+
client: {
|
|
5076
5072
|
v1: _324.MsgClientImpl;
|
|
5073
|
+
v2: _325.MsgClientImpl;
|
|
5074
|
+
};
|
|
5075
|
+
connection: {
|
|
5076
|
+
v1: _326.MsgClientImpl;
|
|
5077
5077
|
};
|
|
5078
5078
|
};
|
|
5079
5079
|
lightclients: {
|
|
5080
5080
|
wasm: {
|
|
5081
|
-
v1:
|
|
5081
|
+
v1: _327.MsgClientImpl;
|
|
5082
5082
|
};
|
|
5083
5083
|
};
|
|
5084
5084
|
};
|
|
@@ -5446,32 +5446,32 @@ export declare namespace ibc {
|
|
|
5446
5446
|
applications: {
|
|
5447
5447
|
interchain_accounts: {
|
|
5448
5448
|
controller: {
|
|
5449
|
-
v1:
|
|
5449
|
+
v1: _301.LCDQueryClient;
|
|
5450
5450
|
};
|
|
5451
5451
|
host: {
|
|
5452
|
-
v1:
|
|
5452
|
+
v1: _302.LCDQueryClient;
|
|
5453
5453
|
};
|
|
5454
5454
|
};
|
|
5455
5455
|
transfer: {
|
|
5456
|
-
v1:
|
|
5456
|
+
v1: _303.LCDQueryClient;
|
|
5457
5457
|
};
|
|
5458
5458
|
};
|
|
5459
5459
|
core: {
|
|
5460
5460
|
channel: {
|
|
5461
|
-
v1: _302.LCDQueryClient;
|
|
5462
|
-
v2: _303.LCDQueryClient;
|
|
5463
|
-
};
|
|
5464
|
-
client: {
|
|
5465
5461
|
v1: _304.LCDQueryClient;
|
|
5466
5462
|
v2: _305.LCDQueryClient;
|
|
5467
5463
|
};
|
|
5468
|
-
|
|
5464
|
+
client: {
|
|
5469
5465
|
v1: _306.LCDQueryClient;
|
|
5466
|
+
v2: _307.LCDQueryClient;
|
|
5467
|
+
};
|
|
5468
|
+
connection: {
|
|
5469
|
+
v1: _308.LCDQueryClient;
|
|
5470
5470
|
};
|
|
5471
5471
|
};
|
|
5472
5472
|
lightclients: {
|
|
5473
5473
|
wasm: {
|
|
5474
|
-
v1:
|
|
5474
|
+
v1: _309.LCDQueryClient;
|
|
5475
5475
|
};
|
|
5476
5476
|
};
|
|
5477
5477
|
};
|