@sparkdreamnft/sparkdreamjs 0.0.4 → 0.0.5
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/auth/v1beta1/tx.registry.d.ts +23 -0
- package/cosmos/auth/v1beta1/tx.registry.js +33 -1
- package/cosmos/authz/v1beta1/tx.registry.d.ts +47 -0
- package/cosmos/authz/v1beta1/tx.registry.js +69 -1
- package/cosmos/bank/v1beta1/tx.registry.d.ts +59 -0
- package/cosmos/bank/v1beta1/tx.registry.js +87 -1
- package/cosmos/benchmark/v1/tx.registry.d.ts +23 -0
- package/cosmos/benchmark/v1/tx.registry.js +33 -1
- package/cosmos/bundle.d.ts +957 -0
- package/cosmos/circuit/v1/tx.registry.d.ts +47 -0
- package/cosmos/circuit/v1/tx.registry.js +69 -1
- package/cosmos/consensus/v1/tx.registry.d.ts +23 -0
- package/cosmos/consensus/v1/tx.registry.js +33 -1
- package/cosmos/counter/v1/tx.registry.d.ts +23 -0
- package/cosmos/counter/v1/tx.registry.js +33 -1
- package/cosmos/distribution/v1beta1/tx.registry.d.ts +95 -0
- package/cosmos/distribution/v1beta1/tx.registry.js +141 -1
- package/cosmos/feegrant/v1beta1/tx.registry.d.ts +47 -0
- package/cosmos/feegrant/v1beta1/tx.registry.js +69 -1
- package/cosmos/gov/v1/tx.registry.d.ts +95 -0
- package/cosmos/gov/v1/tx.registry.js +141 -1
- package/cosmos/gov/v1beta1/tx.registry.d.ts +59 -0
- package/cosmos/gov/v1beta1/tx.registry.js +87 -1
- package/cosmos/group/v1/tx.registry.d.ts +179 -0
- package/cosmos/group/v1/tx.registry.js +267 -1
- package/cosmos/mint/v1beta1/tx.registry.d.ts +23 -0
- package/cosmos/mint/v1beta1/tx.registry.js +33 -1
- package/cosmos/protocolpool/v1/tx.registry.d.ts +71 -0
- package/cosmos/protocolpool/v1/tx.registry.js +105 -1
- package/cosmos/staking/v1beta1/tx.registry.d.ts +95 -0
- package/cosmos/staking/v1beta1/tx.registry.js +141 -1
- package/cosmos/upgrade/v1beta1/tx.registry.d.ts +35 -0
- package/cosmos/upgrade/v1beta1/tx.registry.js +51 -1
- package/cosmos/vesting/v1beta1/tx.registry.d.ts +47 -0
- package/cosmos/vesting/v1beta1/tx.registry.js +69 -1
- package/esm/cosmos/auth/v1beta1/tx.registry.js +31 -0
- package/esm/cosmos/authz/v1beta1/tx.registry.js +67 -0
- package/esm/cosmos/bank/v1beta1/tx.registry.js +85 -0
- package/esm/cosmos/benchmark/v1/tx.registry.js +31 -0
- package/esm/cosmos/circuit/v1/tx.registry.js +67 -0
- package/esm/cosmos/consensus/v1/tx.registry.js +31 -0
- package/esm/cosmos/counter/v1/tx.registry.js +31 -0
- package/esm/cosmos/distribution/v1beta1/tx.registry.js +139 -0
- package/esm/cosmos/feegrant/v1beta1/tx.registry.js +67 -0
- package/esm/cosmos/gov/v1/tx.registry.js +139 -0
- package/esm/cosmos/gov/v1beta1/tx.registry.js +85 -0
- package/esm/cosmos/group/v1/tx.registry.js +265 -0
- package/esm/cosmos/mint/v1beta1/tx.registry.js +31 -0
- package/esm/cosmos/protocolpool/v1/tx.registry.js +103 -0
- package/esm/cosmos/staking/v1beta1/tx.registry.js +139 -0
- package/esm/cosmos/upgrade/v1beta1/tx.registry.js +49 -0
- package/esm/cosmos/vesting/v1beta1/tx.registry.js +67 -0
- package/esm/ibc/applications/interchain_accounts/controller/v1/tx.registry.js +67 -0
- package/esm/ibc/applications/interchain_accounts/host/v1/tx.registry.js +49 -0
- package/esm/ibc/applications/transfer/v1/tx.registry.js +49 -0
- package/esm/ibc/core/channel/v1/tx.registry.js +193 -0
- package/esm/ibc/core/channel/v2/tx.registry.js +85 -0
- package/esm/ibc/core/client/v1/tx.registry.js +157 -0
- package/esm/ibc/core/client/v2/tx.registry.js +49 -0
- package/esm/ibc/core/connection/v1/tx.registry.js +103 -0
- package/esm/ibc/lightclients/wasm/v1/tx.registry.js +67 -0
- package/esm/sparkdream/blog/tx.registry.js +85 -0
- package/esm/sparkdream/sparkdream/tx.registry.js +31 -0
- package/ibc/applications/interchain_accounts/controller/v1/tx.registry.d.ts +47 -0
- package/ibc/applications/interchain_accounts/controller/v1/tx.registry.js +69 -1
- package/ibc/applications/interchain_accounts/host/v1/tx.registry.d.ts +35 -0
- package/ibc/applications/interchain_accounts/host/v1/tx.registry.js +51 -1
- package/ibc/applications/transfer/v1/tx.registry.d.ts +35 -0
- package/ibc/applications/transfer/v1/tx.registry.js +51 -1
- package/ibc/bundle.d.ts +549 -0
- package/ibc/core/channel/v1/tx.registry.d.ts +131 -0
- package/ibc/core/channel/v1/tx.registry.js +195 -1
- package/ibc/core/channel/v2/tx.registry.d.ts +59 -0
- package/ibc/core/channel/v2/tx.registry.js +87 -1
- package/ibc/core/client/v1/tx.registry.d.ts +107 -0
- package/ibc/core/client/v1/tx.registry.js +159 -1
- package/ibc/core/client/v2/tx.registry.d.ts +35 -0
- package/ibc/core/client/v2/tx.registry.js +51 -1
- package/ibc/core/connection/v1/tx.registry.d.ts +71 -0
- package/ibc/core/connection/v1/tx.registry.js +105 -1
- package/ibc/lightclients/wasm/v1/tx.registry.d.ts +47 -0
- package/ibc/lightclients/wasm/v1/tx.registry.js +69 -1
- package/package.json +1 -1
- package/sparkdream/blog/tx.registry.d.ts +59 -0
- package/sparkdream/blog/tx.registry.js +87 -1
- package/sparkdream/bundle.d.ts +78 -0
- package/sparkdream/sparkdream/tx.registry.d.ts +23 -0
- package/sparkdream/sparkdream/tx.registry.js +33 -1
|
@@ -1,5 +1,91 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.registry = void 0;
|
|
3
|
+
exports.MessageComposer = exports.load = exports.registry = void 0;
|
|
4
4
|
const tx_1 = require("./tx");
|
|
5
5
|
exports.registry = [["/sparkdream.blog.MsgUpdateParams", tx_1.MsgUpdateParams], ["/sparkdream.blog.MsgCreatePost", tx_1.MsgCreatePost], ["/sparkdream.blog.MsgUpdatePost", tx_1.MsgUpdatePost], ["/sparkdream.blog.MsgDeletePost", tx_1.MsgDeletePost]];
|
|
6
|
+
const load = (protoRegistry) => {
|
|
7
|
+
exports.registry.forEach(([typeUrl, mod]) => {
|
|
8
|
+
protoRegistry.register(typeUrl, mod);
|
|
9
|
+
});
|
|
10
|
+
};
|
|
11
|
+
exports.load = load;
|
|
12
|
+
exports.MessageComposer = {
|
|
13
|
+
encoded: {
|
|
14
|
+
updateParams(value) {
|
|
15
|
+
return {
|
|
16
|
+
typeUrl: "/sparkdream.blog.MsgUpdateParams",
|
|
17
|
+
value: tx_1.MsgUpdateParams.encode(value).finish()
|
|
18
|
+
};
|
|
19
|
+
},
|
|
20
|
+
createPost(value) {
|
|
21
|
+
return {
|
|
22
|
+
typeUrl: "/sparkdream.blog.MsgCreatePost",
|
|
23
|
+
value: tx_1.MsgCreatePost.encode(value).finish()
|
|
24
|
+
};
|
|
25
|
+
},
|
|
26
|
+
updatePost(value) {
|
|
27
|
+
return {
|
|
28
|
+
typeUrl: "/sparkdream.blog.MsgUpdatePost",
|
|
29
|
+
value: tx_1.MsgUpdatePost.encode(value).finish()
|
|
30
|
+
};
|
|
31
|
+
},
|
|
32
|
+
deletePost(value) {
|
|
33
|
+
return {
|
|
34
|
+
typeUrl: "/sparkdream.blog.MsgDeletePost",
|
|
35
|
+
value: tx_1.MsgDeletePost.encode(value).finish()
|
|
36
|
+
};
|
|
37
|
+
}
|
|
38
|
+
},
|
|
39
|
+
withTypeUrl: {
|
|
40
|
+
updateParams(value) {
|
|
41
|
+
return {
|
|
42
|
+
typeUrl: "/sparkdream.blog.MsgUpdateParams",
|
|
43
|
+
value
|
|
44
|
+
};
|
|
45
|
+
},
|
|
46
|
+
createPost(value) {
|
|
47
|
+
return {
|
|
48
|
+
typeUrl: "/sparkdream.blog.MsgCreatePost",
|
|
49
|
+
value
|
|
50
|
+
};
|
|
51
|
+
},
|
|
52
|
+
updatePost(value) {
|
|
53
|
+
return {
|
|
54
|
+
typeUrl: "/sparkdream.blog.MsgUpdatePost",
|
|
55
|
+
value
|
|
56
|
+
};
|
|
57
|
+
},
|
|
58
|
+
deletePost(value) {
|
|
59
|
+
return {
|
|
60
|
+
typeUrl: "/sparkdream.blog.MsgDeletePost",
|
|
61
|
+
value
|
|
62
|
+
};
|
|
63
|
+
}
|
|
64
|
+
},
|
|
65
|
+
fromPartial: {
|
|
66
|
+
updateParams(value) {
|
|
67
|
+
return {
|
|
68
|
+
typeUrl: "/sparkdream.blog.MsgUpdateParams",
|
|
69
|
+
value: tx_1.MsgUpdateParams.fromPartial(value)
|
|
70
|
+
};
|
|
71
|
+
},
|
|
72
|
+
createPost(value) {
|
|
73
|
+
return {
|
|
74
|
+
typeUrl: "/sparkdream.blog.MsgCreatePost",
|
|
75
|
+
value: tx_1.MsgCreatePost.fromPartial(value)
|
|
76
|
+
};
|
|
77
|
+
},
|
|
78
|
+
updatePost(value) {
|
|
79
|
+
return {
|
|
80
|
+
typeUrl: "/sparkdream.blog.MsgUpdatePost",
|
|
81
|
+
value: tx_1.MsgUpdatePost.fromPartial(value)
|
|
82
|
+
};
|
|
83
|
+
},
|
|
84
|
+
deletePost(value) {
|
|
85
|
+
return {
|
|
86
|
+
typeUrl: "/sparkdream.blog.MsgDeletePost",
|
|
87
|
+
value: tx_1.MsgDeletePost.fromPartial(value)
|
|
88
|
+
};
|
|
89
|
+
}
|
|
90
|
+
}
|
|
91
|
+
};
|
package/sparkdream/bundle.d.ts
CHANGED
|
@@ -25,6 +25,63 @@ export declare namespace sparkdream {
|
|
|
25
25
|
};
|
|
26
26
|
LCDQueryClient: typeof _330.LCDQueryClient;
|
|
27
27
|
registry: ReadonlyArray<[string, import("..").TelescopeGeneratedType<any, any, any>]>;
|
|
28
|
+
load: (protoRegistry: Registry) => void;
|
|
29
|
+
MessageComposer: {
|
|
30
|
+
encoded: {
|
|
31
|
+
updateParams(value: _177.MsgUpdateParams): {
|
|
32
|
+
typeUrl: string;
|
|
33
|
+
value: Uint8Array<ArrayBufferLike>;
|
|
34
|
+
};
|
|
35
|
+
createPost(value: _177.MsgCreatePost): {
|
|
36
|
+
typeUrl: string;
|
|
37
|
+
value: Uint8Array<ArrayBufferLike>;
|
|
38
|
+
};
|
|
39
|
+
updatePost(value: _177.MsgUpdatePost): {
|
|
40
|
+
typeUrl: string;
|
|
41
|
+
value: Uint8Array<ArrayBufferLike>;
|
|
42
|
+
};
|
|
43
|
+
deletePost(value: _177.MsgDeletePost): {
|
|
44
|
+
typeUrl: string;
|
|
45
|
+
value: Uint8Array<ArrayBufferLike>;
|
|
46
|
+
};
|
|
47
|
+
};
|
|
48
|
+
withTypeUrl: {
|
|
49
|
+
updateParams(value: _177.MsgUpdateParams): {
|
|
50
|
+
typeUrl: string;
|
|
51
|
+
value: _177.MsgUpdateParams;
|
|
52
|
+
};
|
|
53
|
+
createPost(value: _177.MsgCreatePost): {
|
|
54
|
+
typeUrl: string;
|
|
55
|
+
value: _177.MsgCreatePost;
|
|
56
|
+
};
|
|
57
|
+
updatePost(value: _177.MsgUpdatePost): {
|
|
58
|
+
typeUrl: string;
|
|
59
|
+
value: _177.MsgUpdatePost;
|
|
60
|
+
};
|
|
61
|
+
deletePost(value: _177.MsgDeletePost): {
|
|
62
|
+
typeUrl: string;
|
|
63
|
+
value: _177.MsgDeletePost;
|
|
64
|
+
};
|
|
65
|
+
};
|
|
66
|
+
fromPartial: {
|
|
67
|
+
updateParams(value: _177.MsgUpdateParams): {
|
|
68
|
+
typeUrl: string;
|
|
69
|
+
value: _177.MsgUpdateParams;
|
|
70
|
+
};
|
|
71
|
+
createPost(value: _177.MsgCreatePost): {
|
|
72
|
+
typeUrl: string;
|
|
73
|
+
value: _177.MsgCreatePost;
|
|
74
|
+
};
|
|
75
|
+
updatePost(value: _177.MsgUpdatePost): {
|
|
76
|
+
typeUrl: string;
|
|
77
|
+
value: _177.MsgUpdatePost;
|
|
78
|
+
};
|
|
79
|
+
deletePost(value: _177.MsgDeletePost): {
|
|
80
|
+
typeUrl: string;
|
|
81
|
+
value: _177.MsgDeletePost;
|
|
82
|
+
};
|
|
83
|
+
};
|
|
84
|
+
};
|
|
28
85
|
AminoConverter: {
|
|
29
86
|
"/sparkdream.blog.MsgUpdateParams": {
|
|
30
87
|
aminoType: string;
|
|
@@ -265,6 +322,27 @@ export declare namespace sparkdream {
|
|
|
265
322
|
};
|
|
266
323
|
LCDQueryClient: typeof _331.LCDQueryClient;
|
|
267
324
|
registry: ReadonlyArray<[string, import("..").TelescopeGeneratedType<any, any, any>]>;
|
|
325
|
+
load: (protoRegistry: Registry) => void;
|
|
326
|
+
MessageComposer: {
|
|
327
|
+
encoded: {
|
|
328
|
+
updateParams(value: _181.MsgUpdateParams): {
|
|
329
|
+
typeUrl: string;
|
|
330
|
+
value: Uint8Array<ArrayBufferLike>;
|
|
331
|
+
};
|
|
332
|
+
};
|
|
333
|
+
withTypeUrl: {
|
|
334
|
+
updateParams(value: _181.MsgUpdateParams): {
|
|
335
|
+
typeUrl: string;
|
|
336
|
+
value: _181.MsgUpdateParams;
|
|
337
|
+
};
|
|
338
|
+
};
|
|
339
|
+
fromPartial: {
|
|
340
|
+
updateParams(value: _181.MsgUpdateParams): {
|
|
341
|
+
typeUrl: string;
|
|
342
|
+
value: _181.MsgUpdateParams;
|
|
343
|
+
};
|
|
344
|
+
};
|
|
345
|
+
};
|
|
268
346
|
AminoConverter: {
|
|
269
347
|
"/sparkdream.sparkdream.MsgUpdateParams": {
|
|
270
348
|
aminoType: string;
|
|
@@ -1,2 +1,25 @@
|
|
|
1
1
|
import { TelescopeGeneratedType } from "../../types";
|
|
2
|
+
import { Registry } from "@cosmjs/proto-signing";
|
|
3
|
+
import { MsgUpdateParams } from "./tx";
|
|
2
4
|
export declare const registry: ReadonlyArray<[string, TelescopeGeneratedType<any, any, any>]>;
|
|
5
|
+
export declare const load: (protoRegistry: Registry) => void;
|
|
6
|
+
export declare const MessageComposer: {
|
|
7
|
+
encoded: {
|
|
8
|
+
updateParams(value: MsgUpdateParams): {
|
|
9
|
+
typeUrl: string;
|
|
10
|
+
value: Uint8Array<ArrayBufferLike>;
|
|
11
|
+
};
|
|
12
|
+
};
|
|
13
|
+
withTypeUrl: {
|
|
14
|
+
updateParams(value: MsgUpdateParams): {
|
|
15
|
+
typeUrl: string;
|
|
16
|
+
value: MsgUpdateParams;
|
|
17
|
+
};
|
|
18
|
+
};
|
|
19
|
+
fromPartial: {
|
|
20
|
+
updateParams(value: MsgUpdateParams): {
|
|
21
|
+
typeUrl: string;
|
|
22
|
+
value: MsgUpdateParams;
|
|
23
|
+
};
|
|
24
|
+
};
|
|
25
|
+
};
|
|
@@ -1,5 +1,37 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.registry = void 0;
|
|
3
|
+
exports.MessageComposer = exports.load = exports.registry = void 0;
|
|
4
4
|
const tx_1 = require("./tx");
|
|
5
5
|
exports.registry = [["/sparkdream.sparkdream.MsgUpdateParams", tx_1.MsgUpdateParams]];
|
|
6
|
+
const load = (protoRegistry) => {
|
|
7
|
+
exports.registry.forEach(([typeUrl, mod]) => {
|
|
8
|
+
protoRegistry.register(typeUrl, mod);
|
|
9
|
+
});
|
|
10
|
+
};
|
|
11
|
+
exports.load = load;
|
|
12
|
+
exports.MessageComposer = {
|
|
13
|
+
encoded: {
|
|
14
|
+
updateParams(value) {
|
|
15
|
+
return {
|
|
16
|
+
typeUrl: "/sparkdream.sparkdream.MsgUpdateParams",
|
|
17
|
+
value: tx_1.MsgUpdateParams.encode(value).finish()
|
|
18
|
+
};
|
|
19
|
+
}
|
|
20
|
+
},
|
|
21
|
+
withTypeUrl: {
|
|
22
|
+
updateParams(value) {
|
|
23
|
+
return {
|
|
24
|
+
typeUrl: "/sparkdream.sparkdream.MsgUpdateParams",
|
|
25
|
+
value
|
|
26
|
+
};
|
|
27
|
+
}
|
|
28
|
+
},
|
|
29
|
+
fromPartial: {
|
|
30
|
+
updateParams(value) {
|
|
31
|
+
return {
|
|
32
|
+
typeUrl: "/sparkdream.sparkdream.MsgUpdateParams",
|
|
33
|
+
value: tx_1.MsgUpdateParams.fromPartial(value)
|
|
34
|
+
};
|
|
35
|
+
}
|
|
36
|
+
}
|
|
37
|
+
};
|