decentralcardgame-cardchain-client-ts 0.0.32 → 0.0.33
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/lib/index.d.ts +24 -24
- package/lib/index.js +7 -7
- package/package.json +11 -3
package/lib/index.d.ts
CHANGED
|
@@ -41,22 +41,6 @@ declare const Client: typeof IgniteClient & import("./helpers").Constructor<{
|
|
|
41
41
|
registry: Array<[string, import("@cosmjs/proto-signing").GeneratedType]>;
|
|
42
42
|
updateTX(client: IgniteClient): void;
|
|
43
43
|
};
|
|
44
|
-
} & {
|
|
45
|
-
CosmosCircuitV_1: {
|
|
46
|
-
query: ReturnType<typeof import("./cosmos.circuit.v1").queryClient>;
|
|
47
|
-
tx: ReturnType<typeof import("./cosmos.circuit.v1").txClient>;
|
|
48
|
-
structure: Record<string, unknown>;
|
|
49
|
-
registry: Array<[string, import("@cosmjs/proto-signing").GeneratedType]>;
|
|
50
|
-
updateTX(client: IgniteClient): void;
|
|
51
|
-
};
|
|
52
|
-
} & {
|
|
53
|
-
CosmosNftV_1Beta_1: {
|
|
54
|
-
query: ReturnType<typeof import("./cosmos.nft.v1beta1").queryClient>;
|
|
55
|
-
tx: ReturnType<typeof import("./cosmos.nft.v1beta1").txClient>;
|
|
56
|
-
structure: Record<string, unknown>;
|
|
57
|
-
registry: Array<[string, import("@cosmjs/proto-signing").GeneratedType]>;
|
|
58
|
-
updateTX(client: IgniteClient): void;
|
|
59
|
-
};
|
|
60
44
|
} & {
|
|
61
45
|
CosmosAuthV_1Beta_1: {
|
|
62
46
|
query: ReturnType<typeof import("./cosmos.auth.v1beta1").queryClient>;
|
|
@@ -169,14 +153,6 @@ declare const Client: typeof IgniteClient & import("./helpers").Constructor<{
|
|
|
169
153
|
registry: Array<[string, import("@cosmjs/proto-signing").GeneratedType]>;
|
|
170
154
|
updateTX(client: IgniteClient): void;
|
|
171
155
|
};
|
|
172
|
-
} & {
|
|
173
|
-
CosmosEvidenceV_1Beta_1: {
|
|
174
|
-
query: ReturnType<typeof import("./cosmos.evidence.v1beta1").queryClient>;
|
|
175
|
-
tx: ReturnType<typeof import("./cosmos.evidence.v1beta1").txClient>;
|
|
176
|
-
structure: Record<string, unknown>;
|
|
177
|
-
registry: Array<[string, import("@cosmjs/proto-signing").GeneratedType]>;
|
|
178
|
-
updateTX(client: IgniteClient): void;
|
|
179
|
-
};
|
|
180
156
|
} & {
|
|
181
157
|
IbcApplicationsFeeV_1: {
|
|
182
158
|
query: ReturnType<typeof import("./ibc.applications.fee.v1").queryClient>;
|
|
@@ -233,6 +209,14 @@ declare const Client: typeof IgniteClient & import("./helpers").Constructor<{
|
|
|
233
209
|
registry: Array<[string, import("@cosmjs/proto-signing").GeneratedType]>;
|
|
234
210
|
updateTX(client: IgniteClient): void;
|
|
235
211
|
};
|
|
212
|
+
} & {
|
|
213
|
+
CosmosCircuitV_1: {
|
|
214
|
+
query: ReturnType<typeof import("./cosmos.circuit.v1").queryClient>;
|
|
215
|
+
tx: ReturnType<typeof import("./cosmos.circuit.v1").txClient>;
|
|
216
|
+
structure: Record<string, unknown>;
|
|
217
|
+
registry: Array<[string, import("@cosmjs/proto-signing").GeneratedType]>;
|
|
218
|
+
updateTX(client: IgniteClient): void;
|
|
219
|
+
};
|
|
236
220
|
} & {
|
|
237
221
|
CosmosFeegrantV_1Beta_1: {
|
|
238
222
|
query: ReturnType<typeof import("./cosmos.feegrant.v1beta1").queryClient>;
|
|
@@ -241,6 +225,22 @@ declare const Client: typeof IgniteClient & import("./helpers").Constructor<{
|
|
|
241
225
|
registry: Array<[string, import("@cosmjs/proto-signing").GeneratedType]>;
|
|
242
226
|
updateTX(client: IgniteClient): void;
|
|
243
227
|
};
|
|
228
|
+
} & {
|
|
229
|
+
CosmosNftV_1Beta_1: {
|
|
230
|
+
query: ReturnType<typeof import("./cosmos.nft.v1beta1").queryClient>;
|
|
231
|
+
tx: ReturnType<typeof import("./cosmos.nft.v1beta1").txClient>;
|
|
232
|
+
structure: Record<string, unknown>;
|
|
233
|
+
registry: Array<[string, import("@cosmjs/proto-signing").GeneratedType]>;
|
|
234
|
+
updateTX(client: IgniteClient): void;
|
|
235
|
+
};
|
|
236
|
+
} & {
|
|
237
|
+
CosmosEvidenceV_1Beta_1: {
|
|
238
|
+
query: ReturnType<typeof import("./cosmos.evidence.v1beta1").queryClient>;
|
|
239
|
+
tx: ReturnType<typeof import("./cosmos.evidence.v1beta1").txClient>;
|
|
240
|
+
structure: Record<string, unknown>;
|
|
241
|
+
registry: Array<[string, import("@cosmjs/proto-signing").GeneratedType]>;
|
|
242
|
+
updateTX(client: IgniteClient): void;
|
|
243
|
+
};
|
|
244
244
|
} & {
|
|
245
245
|
CosmosUpgradeV_1Beta_1: {
|
|
246
246
|
query: ReturnType<typeof import("./cosmos.upgrade.v1beta1").queryClient>;
|
package/lib/index.js
CHANGED
|
@@ -4,8 +4,6 @@ import { IgniteClient } from "./client";
|
|
|
4
4
|
import { MissingWalletError } from "./helpers";
|
|
5
5
|
import { IgntModule as CardchainCardchain, msgTypes as CardchainCardchainMsgTypes } from './cardchain.cardchain';
|
|
6
6
|
import { IgntModule as CardchainFeatureflag, msgTypes as CardchainFeatureflagMsgTypes } from './cardchain.featureflag';
|
|
7
|
-
import { IgntModule as CosmosCircuitV_1, msgTypes as CosmosCircuitV_1MsgTypes } from './cosmos.circuit.v1';
|
|
8
|
-
import { IgntModule as CosmosNftV_1Beta_1, msgTypes as CosmosNftV_1Beta_1MsgTypes } from './cosmos.nft.v1beta1';
|
|
9
7
|
import { IgntModule as CosmosAuthV_1Beta_1, msgTypes as CosmosAuthV_1Beta_1MsgTypes } from './cosmos.auth.v1beta1';
|
|
10
8
|
import { IgntModule as CosmosAuthzV_1Beta_1, msgTypes as CosmosAuthzV_1Beta_1MsgTypes } from './cosmos.authz.v1beta1';
|
|
11
9
|
import { IgntModule as CosmosBankV_1Beta_1, msgTypes as CosmosBankV_1Beta_1MsgTypes } from './cosmos.bank.v1beta1';
|
|
@@ -23,7 +21,6 @@ import { IgntModule as CosmosSlashingV_1Beta_1, msgTypes as CosmosSlashingV_1Bet
|
|
|
23
21
|
import { IgntModule as CosmosStakingV_1Beta_1, msgTypes as CosmosStakingV_1Beta_1MsgTypes } from './cosmos.staking.v1beta1';
|
|
24
22
|
import { IgntModule as CosmosTxV_1Beta_1, msgTypes as CosmosTxV_1Beta_1MsgTypes } from './cosmos.tx.v1beta1';
|
|
25
23
|
import { IgntModule as CosmosVestingV_1Beta_1, msgTypes as CosmosVestingV_1Beta_1MsgTypes } from './cosmos.vesting.v1beta1';
|
|
26
|
-
import { IgntModule as CosmosEvidenceV_1Beta_1, msgTypes as CosmosEvidenceV_1Beta_1MsgTypes } from './cosmos.evidence.v1beta1';
|
|
27
24
|
import { IgntModule as IbcApplicationsFeeV_1, msgTypes as IbcApplicationsFeeV_1MsgTypes } from './ibc.applications.fee.v1';
|
|
28
25
|
import { IgntModule as IbcApplicationsInterchainAccountsControllerV_1, msgTypes as IbcApplicationsInterchainAccountsControllerV_1MsgTypes } from './ibc.applications.interchain_accounts.controller.v1';
|
|
29
26
|
import { IgntModule as IbcApplicationsInterchainAccountsHostV_1, msgTypes as IbcApplicationsInterchainAccountsHostV_1MsgTypes } from './ibc.applications.interchain_accounts.host.v1';
|
|
@@ -31,16 +28,17 @@ import { IgntModule as IbcApplicationsTransferV_1, msgTypes as IbcApplicationsTr
|
|
|
31
28
|
import { IgntModule as IbcCoreChannelV_1, msgTypes as IbcCoreChannelV_1MsgTypes } from './ibc.core.channel.v1';
|
|
32
29
|
import { IgntModule as IbcCoreClientV_1, msgTypes as IbcCoreClientV_1MsgTypes } from './ibc.core.client.v1';
|
|
33
30
|
import { IgntModule as IbcCoreConnectionV_1, msgTypes as IbcCoreConnectionV_1MsgTypes } from './ibc.core.connection.v1';
|
|
31
|
+
import { IgntModule as CosmosCircuitV_1, msgTypes as CosmosCircuitV_1MsgTypes } from './cosmos.circuit.v1';
|
|
34
32
|
import { IgntModule as CosmosFeegrantV_1Beta_1, msgTypes as CosmosFeegrantV_1Beta_1MsgTypes } from './cosmos.feegrant.v1beta1';
|
|
33
|
+
import { IgntModule as CosmosNftV_1Beta_1, msgTypes as CosmosNftV_1Beta_1MsgTypes } from './cosmos.nft.v1beta1';
|
|
34
|
+
import { IgntModule as CosmosEvidenceV_1Beta_1, msgTypes as CosmosEvidenceV_1Beta_1MsgTypes } from './cosmos.evidence.v1beta1';
|
|
35
35
|
import { IgntModule as CosmosUpgradeV_1Beta_1, msgTypes as CosmosUpgradeV_1Beta_1MsgTypes } from './cosmos.upgrade.v1beta1';
|
|
36
36
|
const Client = IgniteClient.plugin([
|
|
37
|
-
CardchainCardchain, CardchainFeatureflag,
|
|
37
|
+
CardchainCardchain, CardchainFeatureflag, CosmosAuthV_1Beta_1, CosmosAuthzV_1Beta_1, CosmosBankV_1Beta_1, CosmosBaseNodeV_1Beta_1, CosmosBaseTendermintV_1Beta_1, CosmosConsensusV_1, CosmosCrisisV_1Beta_1, CosmosDistributionV_1Beta_1, CosmosGovV_1, CosmosGovV_1Beta_1, CosmosGroupV_1, CosmosMintV_1Beta_1, CosmosParamsV_1Beta_1, CosmosSlashingV_1Beta_1, CosmosStakingV_1Beta_1, CosmosTxV_1Beta_1, CosmosVestingV_1Beta_1, IbcApplicationsFeeV_1, IbcApplicationsInterchainAccountsControllerV_1, IbcApplicationsInterchainAccountsHostV_1, IbcApplicationsTransferV_1, IbcCoreChannelV_1, IbcCoreClientV_1, IbcCoreConnectionV_1, CosmosCircuitV_1, CosmosFeegrantV_1Beta_1, CosmosNftV_1Beta_1, CosmosEvidenceV_1Beta_1, CosmosUpgradeV_1Beta_1
|
|
38
38
|
]);
|
|
39
39
|
const registry = new Registry([
|
|
40
40
|
...CardchainCardchainMsgTypes,
|
|
41
41
|
...CardchainFeatureflagMsgTypes,
|
|
42
|
-
...CosmosCircuitV_1MsgTypes,
|
|
43
|
-
...CosmosNftV_1Beta_1MsgTypes,
|
|
44
42
|
...CosmosAuthV_1Beta_1MsgTypes,
|
|
45
43
|
...CosmosAuthzV_1Beta_1MsgTypes,
|
|
46
44
|
...CosmosBankV_1Beta_1MsgTypes,
|
|
@@ -58,7 +56,6 @@ const registry = new Registry([
|
|
|
58
56
|
...CosmosStakingV_1Beta_1MsgTypes,
|
|
59
57
|
...CosmosTxV_1Beta_1MsgTypes,
|
|
60
58
|
...CosmosVestingV_1Beta_1MsgTypes,
|
|
61
|
-
...CosmosEvidenceV_1Beta_1MsgTypes,
|
|
62
59
|
...IbcApplicationsFeeV_1MsgTypes,
|
|
63
60
|
...IbcApplicationsInterchainAccountsControllerV_1MsgTypes,
|
|
64
61
|
...IbcApplicationsInterchainAccountsHostV_1MsgTypes,
|
|
@@ -66,7 +63,10 @@ const registry = new Registry([
|
|
|
66
63
|
...IbcCoreChannelV_1MsgTypes,
|
|
67
64
|
...IbcCoreClientV_1MsgTypes,
|
|
68
65
|
...IbcCoreConnectionV_1MsgTypes,
|
|
66
|
+
...CosmosCircuitV_1MsgTypes,
|
|
69
67
|
...CosmosFeegrantV_1Beta_1MsgTypes,
|
|
68
|
+
...CosmosNftV_1Beta_1MsgTypes,
|
|
69
|
+
...CosmosEvidenceV_1Beta_1MsgTypes,
|
|
70
70
|
...CosmosUpgradeV_1Beta_1MsgTypes,
|
|
71
71
|
]);
|
|
72
72
|
export { Client, registry, MissingWalletError };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "decentralcardgame-cardchain-client-ts",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.33",
|
|
4
4
|
"description": "Autogenerated Typescript Client for crowdcontrol cardchain",
|
|
5
5
|
"author": "Lxgr <lxgr@protonmail.com>",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -36,6 +36,14 @@
|
|
|
36
36
|
"typescript": "^5.8.3"
|
|
37
37
|
},
|
|
38
38
|
"files": [
|
|
39
|
-
"
|
|
40
|
-
]
|
|
39
|
+
"lib"
|
|
40
|
+
],
|
|
41
|
+
"types": "lib/index.d.ts",
|
|
42
|
+
"exports": {
|
|
43
|
+
".": {
|
|
44
|
+
"import": "./lib/index.js",
|
|
45
|
+
"require": "./lib/index.js",
|
|
46
|
+
"types": "./lib/index.d.ts"
|
|
47
|
+
}
|
|
48
|
+
}
|
|
41
49
|
}
|