@ark-us/wasmxjs 0.0.9 → 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/package.json +6 -6
- package/types/codegen/cosmos/auth/module/v1/module.d.ts +96 -0
- package/types/codegen/cosmos/authz/module/v1/module.d.ts +33 -0
- package/types/codegen/cosmos/bank/module/v1/module.d.ts +51 -0
- package/types/codegen/cosmos/base/abci/v1beta1/abci.d.ts +1 -0
- package/types/codegen/cosmos/base/query/v1beta1/pagination.d.ts +1 -0
- package/types/codegen/cosmos/base/snapshots/v1beta1/snapshot.d.ts +1 -0
- package/types/codegen/cosmos/base/store/v1beta1/commit_info.d.ts +1 -0
- package/types/codegen/cosmos/base/tendermint/v1beta1/query.d.ts +1 -0
- package/types/codegen/cosmos/circuit/module/v1/module.d.ts +38 -0
- package/types/codegen/cosmos/consensus/module/v1/module.d.ts +38 -0
- package/types/codegen/cosmos/crisis/module/v1/module.d.ts +43 -0
- package/types/codegen/cosmos/distribution/module/v1/module.d.ts +41 -0
- package/types/codegen/cosmos/evidence/module/v1/module.d.ts +33 -0
- package/types/codegen/cosmos/feegrant/module/v1/module.d.ts +33 -0
- package/types/codegen/cosmos/genutil/module/v1/module.d.ts +33 -0
- package/types/codegen/cosmos/gov/module/v1/module.d.ts +49 -0
- package/types/codegen/cosmos/group/module/v1/module.d.ts +56 -0
- package/types/codegen/cosmos/mint/module/v1/module.d.ts +41 -0
- package/types/codegen/cosmos/nft/module/v1/module.d.ts +33 -0
- package/types/codegen/cosmos/orm/module/v1alpha1/module.d.ts +45 -0
- package/types/codegen/cosmos/params/module/v1/module.d.ts +33 -0
- package/types/codegen/cosmos/slashing/module/v1/module.d.ts +38 -0
- package/types/codegen/cosmos/staking/module/v1/module.d.ts +61 -0
- package/types/codegen/cosmos/upgrade/module/v1/module.d.ts +38 -0
- package/types/codegen/cosmos/vesting/module/v1/module.d.ts +33 -0
- package/types/codegen/google/protobuf/descriptor.d.ts +1 -0
- package/types/codegen/google/protobuf/duration.d.ts +1 -0
- package/types/codegen/google/protobuf/timestamp.d.ts +1 -0
- package/types/codegen/mythos/wasmx/v1/contract.d.ts +1 -0
- package/types/codegen/mythos/wasmx/v1/genesis.d.ts +1 -0
- package/types/codegen/mythos/wasmx/v1/query.d.ts +1 -0
- package/types/codegen/mythos/wasmx/v1/tx.d.ts +1 -0
- package/types/codegen/mythos/websrv/v1/query.d.ts +1 -0
- package/types/codegen/mythos/websrv/v1/tx.d.ts +1 -0
- package/types/codegen/tendermint/abci/types.d.ts +1 -0
- package/types/codegen/tendermint/crypto/proof.d.ts +1 -0
- package/types/codegen/tendermint/libs/bits/types.d.ts +1 -0
- package/types/codegen/tendermint/p2p/types.d.ts +1 -0
- package/types/codegen/tendermint/types/evidence.d.ts +1 -0
- package/types/codegen/tendermint/types/params.d.ts +1 -0
- package/types/codegen/tendermint/types/types.d.ts +1 -0
- package/types/codegen/tendermint/types/validator.d.ts +1 -0
- package/types/codegen/tendermint/version/types.d.ts +1 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ark-us/wasmxjs",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.10",
|
|
4
4
|
"description": "Typescript Protobuf Messages for Mythos",
|
|
5
5
|
"author": "Loredana Cirstea <loredana.cirstea@gmail.com>",
|
|
6
6
|
"homepage": "https://github.com/ark-us/wasmxjs#readme",
|
|
@@ -69,7 +69,7 @@
|
|
|
69
69
|
"eslint-plugin-prettier": "^4.2.1",
|
|
70
70
|
"jest": "^29.1.2",
|
|
71
71
|
"jest-in-case": "^1.0.2",
|
|
72
|
-
"long": "^
|
|
72
|
+
"long": "^4.0.0",
|
|
73
73
|
"prettier": "^2.7.1",
|
|
74
74
|
"regenerator-runtime": "^0.13.7",
|
|
75
75
|
"rimraf": "^3.0.2",
|
|
@@ -78,10 +78,10 @@
|
|
|
78
78
|
},
|
|
79
79
|
"dependencies": {
|
|
80
80
|
"@babel/runtime": "^7.19.4",
|
|
81
|
-
"@cosmjs/amino": "^0.
|
|
82
|
-
"@cosmjs/proto-signing": "^0.
|
|
83
|
-
"@cosmjs/stargate": "^0.
|
|
84
|
-
"@cosmjs/tendermint-rpc": "^0.
|
|
81
|
+
"@cosmjs/amino": "^0.30.0",
|
|
82
|
+
"@cosmjs/proto-signing": "^0.30.0",
|
|
83
|
+
"@cosmjs/stargate": "^0.30.0",
|
|
84
|
+
"@cosmjs/tendermint-rpc": "^0.30.0",
|
|
85
85
|
"@osmonauts/lcd": "^0.10.0",
|
|
86
86
|
"protobufjs": "^6.11.2"
|
|
87
87
|
}
|
|
@@ -0,0 +1,96 @@
|
|
|
1
|
+
import { BinaryReader, BinaryWriter } from "../../../../binary";
|
|
2
|
+
/** Module is the config object for the auth module. */
|
|
3
|
+
export interface Module {
|
|
4
|
+
/** bech32_prefix is the bech32 account prefix for the app. */
|
|
5
|
+
bech32Prefix: string;
|
|
6
|
+
/** module_account_permissions are module account permissions. */
|
|
7
|
+
moduleAccountPermissions: ModuleAccountPermission[];
|
|
8
|
+
/** authority defines the custom module authority. If not set, defaults to the governance module. */
|
|
9
|
+
authority: string;
|
|
10
|
+
}
|
|
11
|
+
export interface ModuleProtoMsg {
|
|
12
|
+
typeUrl: "/cosmos.auth.module.v1.Module";
|
|
13
|
+
value: Uint8Array;
|
|
14
|
+
}
|
|
15
|
+
/** Module is the config object for the auth module. */
|
|
16
|
+
export interface ModuleAmino {
|
|
17
|
+
/** bech32_prefix is the bech32 account prefix for the app. */
|
|
18
|
+
bech32_prefix: string;
|
|
19
|
+
/** module_account_permissions are module account permissions. */
|
|
20
|
+
module_account_permissions: ModuleAccountPermissionAmino[];
|
|
21
|
+
/** authority defines the custom module authority. If not set, defaults to the governance module. */
|
|
22
|
+
authority: string;
|
|
23
|
+
}
|
|
24
|
+
export interface ModuleAminoMsg {
|
|
25
|
+
type: "cosmos-sdk/Module";
|
|
26
|
+
value: ModuleAmino;
|
|
27
|
+
}
|
|
28
|
+
/** Module is the config object for the auth module. */
|
|
29
|
+
export interface ModuleSDKType {
|
|
30
|
+
bech32_prefix: string;
|
|
31
|
+
module_account_permissions: ModuleAccountPermissionSDKType[];
|
|
32
|
+
authority: string;
|
|
33
|
+
}
|
|
34
|
+
/** ModuleAccountPermission represents permissions for a module account. */
|
|
35
|
+
export interface ModuleAccountPermission {
|
|
36
|
+
/** account is the name of the module. */
|
|
37
|
+
account: string;
|
|
38
|
+
/**
|
|
39
|
+
* permissions are the permissions this module has. Currently recognized
|
|
40
|
+
* values are minter, burner and staking.
|
|
41
|
+
*/
|
|
42
|
+
permissions: string[];
|
|
43
|
+
}
|
|
44
|
+
export interface ModuleAccountPermissionProtoMsg {
|
|
45
|
+
typeUrl: "/cosmos.auth.module.v1.ModuleAccountPermission";
|
|
46
|
+
value: Uint8Array;
|
|
47
|
+
}
|
|
48
|
+
/** ModuleAccountPermission represents permissions for a module account. */
|
|
49
|
+
export interface ModuleAccountPermissionAmino {
|
|
50
|
+
/** account is the name of the module. */
|
|
51
|
+
account: string;
|
|
52
|
+
/**
|
|
53
|
+
* permissions are the permissions this module has. Currently recognized
|
|
54
|
+
* values are minter, burner and staking.
|
|
55
|
+
*/
|
|
56
|
+
permissions: string[];
|
|
57
|
+
}
|
|
58
|
+
export interface ModuleAccountPermissionAminoMsg {
|
|
59
|
+
type: "cosmos-sdk/ModuleAccountPermission";
|
|
60
|
+
value: ModuleAccountPermissionAmino;
|
|
61
|
+
}
|
|
62
|
+
/** ModuleAccountPermission represents permissions for a module account. */
|
|
63
|
+
export interface ModuleAccountPermissionSDKType {
|
|
64
|
+
account: string;
|
|
65
|
+
permissions: string[];
|
|
66
|
+
}
|
|
67
|
+
export declare const Module: {
|
|
68
|
+
typeUrl: string;
|
|
69
|
+
encode(message: Module, writer?: BinaryWriter): BinaryWriter;
|
|
70
|
+
decode(input: BinaryReader | Uint8Array, length?: number): Module;
|
|
71
|
+
fromJSON(object: any): Module;
|
|
72
|
+
toJSON(message: Module): unknown;
|
|
73
|
+
fromPartial(object: Partial<Module>): Module;
|
|
74
|
+
fromAmino(object: ModuleAmino): Module;
|
|
75
|
+
toAmino(message: Module): ModuleAmino;
|
|
76
|
+
fromAminoMsg(object: ModuleAminoMsg): Module;
|
|
77
|
+
toAminoMsg(message: Module): ModuleAminoMsg;
|
|
78
|
+
fromProtoMsg(message: ModuleProtoMsg): Module;
|
|
79
|
+
toProto(message: Module): Uint8Array;
|
|
80
|
+
toProtoMsg(message: Module): ModuleProtoMsg;
|
|
81
|
+
};
|
|
82
|
+
export declare const ModuleAccountPermission: {
|
|
83
|
+
typeUrl: string;
|
|
84
|
+
encode(message: ModuleAccountPermission, writer?: BinaryWriter): BinaryWriter;
|
|
85
|
+
decode(input: BinaryReader | Uint8Array, length?: number): ModuleAccountPermission;
|
|
86
|
+
fromJSON(object: any): ModuleAccountPermission;
|
|
87
|
+
toJSON(message: ModuleAccountPermission): unknown;
|
|
88
|
+
fromPartial(object: Partial<ModuleAccountPermission>): ModuleAccountPermission;
|
|
89
|
+
fromAmino(object: ModuleAccountPermissionAmino): ModuleAccountPermission;
|
|
90
|
+
toAmino(message: ModuleAccountPermission): ModuleAccountPermissionAmino;
|
|
91
|
+
fromAminoMsg(object: ModuleAccountPermissionAminoMsg): ModuleAccountPermission;
|
|
92
|
+
toAminoMsg(message: ModuleAccountPermission): ModuleAccountPermissionAminoMsg;
|
|
93
|
+
fromProtoMsg(message: ModuleAccountPermissionProtoMsg): ModuleAccountPermission;
|
|
94
|
+
toProto(message: ModuleAccountPermission): Uint8Array;
|
|
95
|
+
toProtoMsg(message: ModuleAccountPermission): ModuleAccountPermissionProtoMsg;
|
|
96
|
+
};
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import { BinaryReader, BinaryWriter } from "../../../../binary";
|
|
2
|
+
/** Module is the config object of the authz module. */
|
|
3
|
+
export interface Module {
|
|
4
|
+
}
|
|
5
|
+
export interface ModuleProtoMsg {
|
|
6
|
+
typeUrl: "/cosmos.authz.module.v1.Module";
|
|
7
|
+
value: Uint8Array;
|
|
8
|
+
}
|
|
9
|
+
/** Module is the config object of the authz module. */
|
|
10
|
+
export interface ModuleAmino {
|
|
11
|
+
}
|
|
12
|
+
export interface ModuleAminoMsg {
|
|
13
|
+
type: "cosmos-sdk/Module";
|
|
14
|
+
value: ModuleAmino;
|
|
15
|
+
}
|
|
16
|
+
/** Module is the config object of the authz module. */
|
|
17
|
+
export interface ModuleSDKType {
|
|
18
|
+
}
|
|
19
|
+
export declare const Module: {
|
|
20
|
+
typeUrl: string;
|
|
21
|
+
encode(_: Module, writer?: BinaryWriter): BinaryWriter;
|
|
22
|
+
decode(input: BinaryReader | Uint8Array, length?: number): Module;
|
|
23
|
+
fromJSON(_: any): Module;
|
|
24
|
+
toJSON(_: Module): unknown;
|
|
25
|
+
fromPartial(_: Partial<Module>): Module;
|
|
26
|
+
fromAmino(_: ModuleAmino): Module;
|
|
27
|
+
toAmino(_: Module): ModuleAmino;
|
|
28
|
+
fromAminoMsg(object: ModuleAminoMsg): Module;
|
|
29
|
+
toAminoMsg(message: Module): ModuleAminoMsg;
|
|
30
|
+
fromProtoMsg(message: ModuleProtoMsg): Module;
|
|
31
|
+
toProto(message: Module): Uint8Array;
|
|
32
|
+
toProtoMsg(message: Module): ModuleProtoMsg;
|
|
33
|
+
};
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { BinaryReader, BinaryWriter } from "../../../../binary";
|
|
2
|
+
/** Module is the config object of the bank module. */
|
|
3
|
+
export interface Module {
|
|
4
|
+
/**
|
|
5
|
+
* blocked_module_accounts_override configures exceptional module accounts which should be blocked from receiving
|
|
6
|
+
* funds. If left empty it defaults to the list of account names supplied in the auth module configuration as
|
|
7
|
+
* module_account_permissions
|
|
8
|
+
*/
|
|
9
|
+
blockedModuleAccountsOverride: string[];
|
|
10
|
+
/** authority defines the custom module authority. If not set, defaults to the governance module. */
|
|
11
|
+
authority: string;
|
|
12
|
+
}
|
|
13
|
+
export interface ModuleProtoMsg {
|
|
14
|
+
typeUrl: "/cosmos.bank.module.v1.Module";
|
|
15
|
+
value: Uint8Array;
|
|
16
|
+
}
|
|
17
|
+
/** Module is the config object of the bank module. */
|
|
18
|
+
export interface ModuleAmino {
|
|
19
|
+
/**
|
|
20
|
+
* blocked_module_accounts_override configures exceptional module accounts which should be blocked from receiving
|
|
21
|
+
* funds. If left empty it defaults to the list of account names supplied in the auth module configuration as
|
|
22
|
+
* module_account_permissions
|
|
23
|
+
*/
|
|
24
|
+
blocked_module_accounts_override: string[];
|
|
25
|
+
/** authority defines the custom module authority. If not set, defaults to the governance module. */
|
|
26
|
+
authority: string;
|
|
27
|
+
}
|
|
28
|
+
export interface ModuleAminoMsg {
|
|
29
|
+
type: "cosmos-sdk/Module";
|
|
30
|
+
value: ModuleAmino;
|
|
31
|
+
}
|
|
32
|
+
/** Module is the config object of the bank module. */
|
|
33
|
+
export interface ModuleSDKType {
|
|
34
|
+
blocked_module_accounts_override: string[];
|
|
35
|
+
authority: string;
|
|
36
|
+
}
|
|
37
|
+
export declare const Module: {
|
|
38
|
+
typeUrl: string;
|
|
39
|
+
encode(message: Module, writer?: BinaryWriter): BinaryWriter;
|
|
40
|
+
decode(input: BinaryReader | Uint8Array, length?: number): Module;
|
|
41
|
+
fromJSON(object: any): Module;
|
|
42
|
+
toJSON(message: Module): unknown;
|
|
43
|
+
fromPartial(object: Partial<Module>): Module;
|
|
44
|
+
fromAmino(object: ModuleAmino): Module;
|
|
45
|
+
toAmino(message: Module): ModuleAmino;
|
|
46
|
+
fromAminoMsg(object: ModuleAminoMsg): Module;
|
|
47
|
+
toAminoMsg(message: Module): ModuleAminoMsg;
|
|
48
|
+
fromProtoMsg(message: ModuleProtoMsg): Module;
|
|
49
|
+
toProto(message: Module): Uint8Array;
|
|
50
|
+
toProtoMsg(message: Module): ModuleProtoMsg;
|
|
51
|
+
};
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
/// <reference types="long" />
|
|
1
2
|
import { PageRequest, PageRequestSDKType, PageResponse, PageResponseSDKType } from "../../query/v1beta1/pagination";
|
|
2
3
|
import { Any, AnySDKType } from "../../../../google/protobuf/any";
|
|
3
4
|
import { BlockID, BlockIDSDKType } from "../../../../tendermint/types/types";
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import { BinaryReader, BinaryWriter } from "../../../../binary";
|
|
2
|
+
/** Module is the config object of the circuit module. */
|
|
3
|
+
export interface Module {
|
|
4
|
+
/** authority defines the custom module authority. If not set, defaults to the governance module. */
|
|
5
|
+
authority: string;
|
|
6
|
+
}
|
|
7
|
+
export interface ModuleProtoMsg {
|
|
8
|
+
typeUrl: "/cosmos.circuit.module.v1.Module";
|
|
9
|
+
value: Uint8Array;
|
|
10
|
+
}
|
|
11
|
+
/** Module is the config object of the circuit module. */
|
|
12
|
+
export interface ModuleAmino {
|
|
13
|
+
/** authority defines the custom module authority. If not set, defaults to the governance module. */
|
|
14
|
+
authority: string;
|
|
15
|
+
}
|
|
16
|
+
export interface ModuleAminoMsg {
|
|
17
|
+
type: "cosmos-sdk/Module";
|
|
18
|
+
value: ModuleAmino;
|
|
19
|
+
}
|
|
20
|
+
/** Module is the config object of the circuit module. */
|
|
21
|
+
export interface ModuleSDKType {
|
|
22
|
+
authority: string;
|
|
23
|
+
}
|
|
24
|
+
export declare const Module: {
|
|
25
|
+
typeUrl: string;
|
|
26
|
+
encode(message: Module, writer?: BinaryWriter): BinaryWriter;
|
|
27
|
+
decode(input: BinaryReader | Uint8Array, length?: number): Module;
|
|
28
|
+
fromJSON(object: any): Module;
|
|
29
|
+
toJSON(message: Module): unknown;
|
|
30
|
+
fromPartial(object: Partial<Module>): Module;
|
|
31
|
+
fromAmino(object: ModuleAmino): Module;
|
|
32
|
+
toAmino(message: Module): ModuleAmino;
|
|
33
|
+
fromAminoMsg(object: ModuleAminoMsg): Module;
|
|
34
|
+
toAminoMsg(message: Module): ModuleAminoMsg;
|
|
35
|
+
fromProtoMsg(message: ModuleProtoMsg): Module;
|
|
36
|
+
toProto(message: Module): Uint8Array;
|
|
37
|
+
toProtoMsg(message: Module): ModuleProtoMsg;
|
|
38
|
+
};
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import { BinaryReader, BinaryWriter } from "../../../../binary";
|
|
2
|
+
/** Module is the config object of the consensus module. */
|
|
3
|
+
export interface Module {
|
|
4
|
+
/** authority defines the custom module authority. If not set, defaults to the governance module. */
|
|
5
|
+
authority: string;
|
|
6
|
+
}
|
|
7
|
+
export interface ModuleProtoMsg {
|
|
8
|
+
typeUrl: "/cosmos.consensus.module.v1.Module";
|
|
9
|
+
value: Uint8Array;
|
|
10
|
+
}
|
|
11
|
+
/** Module is the config object of the consensus module. */
|
|
12
|
+
export interface ModuleAmino {
|
|
13
|
+
/** authority defines the custom module authority. If not set, defaults to the governance module. */
|
|
14
|
+
authority: string;
|
|
15
|
+
}
|
|
16
|
+
export interface ModuleAminoMsg {
|
|
17
|
+
type: "cosmos-sdk/Module";
|
|
18
|
+
value: ModuleAmino;
|
|
19
|
+
}
|
|
20
|
+
/** Module is the config object of the consensus module. */
|
|
21
|
+
export interface ModuleSDKType {
|
|
22
|
+
authority: string;
|
|
23
|
+
}
|
|
24
|
+
export declare const Module: {
|
|
25
|
+
typeUrl: string;
|
|
26
|
+
encode(message: Module, writer?: BinaryWriter): BinaryWriter;
|
|
27
|
+
decode(input: BinaryReader | Uint8Array, length?: number): Module;
|
|
28
|
+
fromJSON(object: any): Module;
|
|
29
|
+
toJSON(message: Module): unknown;
|
|
30
|
+
fromPartial(object: Partial<Module>): Module;
|
|
31
|
+
fromAmino(object: ModuleAmino): Module;
|
|
32
|
+
toAmino(message: Module): ModuleAmino;
|
|
33
|
+
fromAminoMsg(object: ModuleAminoMsg): Module;
|
|
34
|
+
toAminoMsg(message: Module): ModuleAminoMsg;
|
|
35
|
+
fromProtoMsg(message: ModuleProtoMsg): Module;
|
|
36
|
+
toProto(message: Module): Uint8Array;
|
|
37
|
+
toProtoMsg(message: Module): ModuleProtoMsg;
|
|
38
|
+
};
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
import { BinaryReader, BinaryWriter } from "../../../../binary";
|
|
2
|
+
/** Module is the config object of the crisis module. */
|
|
3
|
+
export interface Module {
|
|
4
|
+
/** fee_collector_name is the name of the FeeCollector ModuleAccount. */
|
|
5
|
+
feeCollectorName: string;
|
|
6
|
+
/** authority defines the custom module authority. If not set, defaults to the governance module. */
|
|
7
|
+
authority: string;
|
|
8
|
+
}
|
|
9
|
+
export interface ModuleProtoMsg {
|
|
10
|
+
typeUrl: "/cosmos.crisis.module.v1.Module";
|
|
11
|
+
value: Uint8Array;
|
|
12
|
+
}
|
|
13
|
+
/** Module is the config object of the crisis module. */
|
|
14
|
+
export interface ModuleAmino {
|
|
15
|
+
/** fee_collector_name is the name of the FeeCollector ModuleAccount. */
|
|
16
|
+
fee_collector_name: string;
|
|
17
|
+
/** authority defines the custom module authority. If not set, defaults to the governance module. */
|
|
18
|
+
authority: string;
|
|
19
|
+
}
|
|
20
|
+
export interface ModuleAminoMsg {
|
|
21
|
+
type: "cosmos-sdk/Module";
|
|
22
|
+
value: ModuleAmino;
|
|
23
|
+
}
|
|
24
|
+
/** Module is the config object of the crisis module. */
|
|
25
|
+
export interface ModuleSDKType {
|
|
26
|
+
fee_collector_name: string;
|
|
27
|
+
authority: string;
|
|
28
|
+
}
|
|
29
|
+
export declare const Module: {
|
|
30
|
+
typeUrl: string;
|
|
31
|
+
encode(message: Module, writer?: BinaryWriter): BinaryWriter;
|
|
32
|
+
decode(input: BinaryReader | Uint8Array, length?: number): Module;
|
|
33
|
+
fromJSON(object: any): Module;
|
|
34
|
+
toJSON(message: Module): unknown;
|
|
35
|
+
fromPartial(object: Partial<Module>): Module;
|
|
36
|
+
fromAmino(object: ModuleAmino): Module;
|
|
37
|
+
toAmino(message: Module): ModuleAmino;
|
|
38
|
+
fromAminoMsg(object: ModuleAminoMsg): Module;
|
|
39
|
+
toAminoMsg(message: Module): ModuleAminoMsg;
|
|
40
|
+
fromProtoMsg(message: ModuleProtoMsg): Module;
|
|
41
|
+
toProto(message: Module): Uint8Array;
|
|
42
|
+
toProtoMsg(message: Module): ModuleProtoMsg;
|
|
43
|
+
};
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import { BinaryReader, BinaryWriter } from "../../../../binary";
|
|
2
|
+
/** Module is the config object of the distribution module. */
|
|
3
|
+
export interface Module {
|
|
4
|
+
feeCollectorName: string;
|
|
5
|
+
/** authority defines the custom module authority. If not set, defaults to the governance module. */
|
|
6
|
+
authority: string;
|
|
7
|
+
}
|
|
8
|
+
export interface ModuleProtoMsg {
|
|
9
|
+
typeUrl: "/cosmos.distribution.module.v1.Module";
|
|
10
|
+
value: Uint8Array;
|
|
11
|
+
}
|
|
12
|
+
/** Module is the config object of the distribution module. */
|
|
13
|
+
export interface ModuleAmino {
|
|
14
|
+
fee_collector_name: string;
|
|
15
|
+
/** authority defines the custom module authority. If not set, defaults to the governance module. */
|
|
16
|
+
authority: string;
|
|
17
|
+
}
|
|
18
|
+
export interface ModuleAminoMsg {
|
|
19
|
+
type: "cosmos-sdk/Module";
|
|
20
|
+
value: ModuleAmino;
|
|
21
|
+
}
|
|
22
|
+
/** Module is the config object of the distribution module. */
|
|
23
|
+
export interface ModuleSDKType {
|
|
24
|
+
fee_collector_name: string;
|
|
25
|
+
authority: string;
|
|
26
|
+
}
|
|
27
|
+
export declare const Module: {
|
|
28
|
+
typeUrl: string;
|
|
29
|
+
encode(message: Module, writer?: BinaryWriter): BinaryWriter;
|
|
30
|
+
decode(input: BinaryReader | Uint8Array, length?: number): Module;
|
|
31
|
+
fromJSON(object: any): Module;
|
|
32
|
+
toJSON(message: Module): unknown;
|
|
33
|
+
fromPartial(object: Partial<Module>): Module;
|
|
34
|
+
fromAmino(object: ModuleAmino): Module;
|
|
35
|
+
toAmino(message: Module): ModuleAmino;
|
|
36
|
+
fromAminoMsg(object: ModuleAminoMsg): Module;
|
|
37
|
+
toAminoMsg(message: Module): ModuleAminoMsg;
|
|
38
|
+
fromProtoMsg(message: ModuleProtoMsg): Module;
|
|
39
|
+
toProto(message: Module): Uint8Array;
|
|
40
|
+
toProtoMsg(message: Module): ModuleProtoMsg;
|
|
41
|
+
};
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import { BinaryReader, BinaryWriter } from "../../../../binary";
|
|
2
|
+
/** Module is the config object of the evidence module. */
|
|
3
|
+
export interface Module {
|
|
4
|
+
}
|
|
5
|
+
export interface ModuleProtoMsg {
|
|
6
|
+
typeUrl: "/cosmos.evidence.module.v1.Module";
|
|
7
|
+
value: Uint8Array;
|
|
8
|
+
}
|
|
9
|
+
/** Module is the config object of the evidence module. */
|
|
10
|
+
export interface ModuleAmino {
|
|
11
|
+
}
|
|
12
|
+
export interface ModuleAminoMsg {
|
|
13
|
+
type: "cosmos-sdk/Module";
|
|
14
|
+
value: ModuleAmino;
|
|
15
|
+
}
|
|
16
|
+
/** Module is the config object of the evidence module. */
|
|
17
|
+
export interface ModuleSDKType {
|
|
18
|
+
}
|
|
19
|
+
export declare const Module: {
|
|
20
|
+
typeUrl: string;
|
|
21
|
+
encode(_: Module, writer?: BinaryWriter): BinaryWriter;
|
|
22
|
+
decode(input: BinaryReader | Uint8Array, length?: number): Module;
|
|
23
|
+
fromJSON(_: any): Module;
|
|
24
|
+
toJSON(_: Module): unknown;
|
|
25
|
+
fromPartial(_: Partial<Module>): Module;
|
|
26
|
+
fromAmino(_: ModuleAmino): Module;
|
|
27
|
+
toAmino(_: Module): ModuleAmino;
|
|
28
|
+
fromAminoMsg(object: ModuleAminoMsg): Module;
|
|
29
|
+
toAminoMsg(message: Module): ModuleAminoMsg;
|
|
30
|
+
fromProtoMsg(message: ModuleProtoMsg): Module;
|
|
31
|
+
toProto(message: Module): Uint8Array;
|
|
32
|
+
toProtoMsg(message: Module): ModuleProtoMsg;
|
|
33
|
+
};
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import { BinaryReader, BinaryWriter } from "../../../../binary";
|
|
2
|
+
/** Module is the config object of the feegrant module. */
|
|
3
|
+
export interface Module {
|
|
4
|
+
}
|
|
5
|
+
export interface ModuleProtoMsg {
|
|
6
|
+
typeUrl: "/cosmos.feegrant.module.v1.Module";
|
|
7
|
+
value: Uint8Array;
|
|
8
|
+
}
|
|
9
|
+
/** Module is the config object of the feegrant module. */
|
|
10
|
+
export interface ModuleAmino {
|
|
11
|
+
}
|
|
12
|
+
export interface ModuleAminoMsg {
|
|
13
|
+
type: "cosmos-sdk/Module";
|
|
14
|
+
value: ModuleAmino;
|
|
15
|
+
}
|
|
16
|
+
/** Module is the config object of the feegrant module. */
|
|
17
|
+
export interface ModuleSDKType {
|
|
18
|
+
}
|
|
19
|
+
export declare const Module: {
|
|
20
|
+
typeUrl: string;
|
|
21
|
+
encode(_: Module, writer?: BinaryWriter): BinaryWriter;
|
|
22
|
+
decode(input: BinaryReader | Uint8Array, length?: number): Module;
|
|
23
|
+
fromJSON(_: any): Module;
|
|
24
|
+
toJSON(_: Module): unknown;
|
|
25
|
+
fromPartial(_: Partial<Module>): Module;
|
|
26
|
+
fromAmino(_: ModuleAmino): Module;
|
|
27
|
+
toAmino(_: Module): ModuleAmino;
|
|
28
|
+
fromAminoMsg(object: ModuleAminoMsg): Module;
|
|
29
|
+
toAminoMsg(message: Module): ModuleAminoMsg;
|
|
30
|
+
fromProtoMsg(message: ModuleProtoMsg): Module;
|
|
31
|
+
toProto(message: Module): Uint8Array;
|
|
32
|
+
toProtoMsg(message: Module): ModuleProtoMsg;
|
|
33
|
+
};
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import { BinaryReader, BinaryWriter } from "../../../../binary";
|
|
2
|
+
/** Module is the config object for the genutil module. */
|
|
3
|
+
export interface Module {
|
|
4
|
+
}
|
|
5
|
+
export interface ModuleProtoMsg {
|
|
6
|
+
typeUrl: "/cosmos.genutil.module.v1.Module";
|
|
7
|
+
value: Uint8Array;
|
|
8
|
+
}
|
|
9
|
+
/** Module is the config object for the genutil module. */
|
|
10
|
+
export interface ModuleAmino {
|
|
11
|
+
}
|
|
12
|
+
export interface ModuleAminoMsg {
|
|
13
|
+
type: "cosmos-sdk/Module";
|
|
14
|
+
value: ModuleAmino;
|
|
15
|
+
}
|
|
16
|
+
/** Module is the config object for the genutil module. */
|
|
17
|
+
export interface ModuleSDKType {
|
|
18
|
+
}
|
|
19
|
+
export declare const Module: {
|
|
20
|
+
typeUrl: string;
|
|
21
|
+
encode(_: Module, writer?: BinaryWriter): BinaryWriter;
|
|
22
|
+
decode(input: BinaryReader | Uint8Array, length?: number): Module;
|
|
23
|
+
fromJSON(_: any): Module;
|
|
24
|
+
toJSON(_: Module): unknown;
|
|
25
|
+
fromPartial(_: Partial<Module>): Module;
|
|
26
|
+
fromAmino(_: ModuleAmino): Module;
|
|
27
|
+
toAmino(_: Module): ModuleAmino;
|
|
28
|
+
fromAminoMsg(object: ModuleAminoMsg): Module;
|
|
29
|
+
toAminoMsg(message: Module): ModuleAminoMsg;
|
|
30
|
+
fromProtoMsg(message: ModuleProtoMsg): Module;
|
|
31
|
+
toProto(message: Module): Uint8Array;
|
|
32
|
+
toProtoMsg(message: Module): ModuleProtoMsg;
|
|
33
|
+
};
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
import { BinaryReader, BinaryWriter } from "../../../../binary";
|
|
2
|
+
/** Module is the config object of the gov module. */
|
|
3
|
+
export interface Module {
|
|
4
|
+
/**
|
|
5
|
+
* max_metadata_len defines the maximum proposal metadata length.
|
|
6
|
+
* Defaults to 255 if not explicitly set.
|
|
7
|
+
*/
|
|
8
|
+
maxMetadataLen: bigint;
|
|
9
|
+
/** authority defines the custom module authority. If not set, defaults to the governance module. */
|
|
10
|
+
authority: string;
|
|
11
|
+
}
|
|
12
|
+
export interface ModuleProtoMsg {
|
|
13
|
+
typeUrl: "/cosmos.gov.module.v1.Module";
|
|
14
|
+
value: Uint8Array;
|
|
15
|
+
}
|
|
16
|
+
/** Module is the config object of the gov module. */
|
|
17
|
+
export interface ModuleAmino {
|
|
18
|
+
/**
|
|
19
|
+
* max_metadata_len defines the maximum proposal metadata length.
|
|
20
|
+
* Defaults to 255 if not explicitly set.
|
|
21
|
+
*/
|
|
22
|
+
max_metadata_len: string;
|
|
23
|
+
/** authority defines the custom module authority. If not set, defaults to the governance module. */
|
|
24
|
+
authority: string;
|
|
25
|
+
}
|
|
26
|
+
export interface ModuleAminoMsg {
|
|
27
|
+
type: "cosmos-sdk/Module";
|
|
28
|
+
value: ModuleAmino;
|
|
29
|
+
}
|
|
30
|
+
/** Module is the config object of the gov module. */
|
|
31
|
+
export interface ModuleSDKType {
|
|
32
|
+
max_metadata_len: bigint;
|
|
33
|
+
authority: string;
|
|
34
|
+
}
|
|
35
|
+
export declare const Module: {
|
|
36
|
+
typeUrl: string;
|
|
37
|
+
encode(message: Module, writer?: BinaryWriter): BinaryWriter;
|
|
38
|
+
decode(input: BinaryReader | Uint8Array, length?: number): Module;
|
|
39
|
+
fromJSON(object: any): Module;
|
|
40
|
+
toJSON(message: Module): unknown;
|
|
41
|
+
fromPartial(object: Partial<Module>): Module;
|
|
42
|
+
fromAmino(object: ModuleAmino): Module;
|
|
43
|
+
toAmino(message: Module): ModuleAmino;
|
|
44
|
+
fromAminoMsg(object: ModuleAminoMsg): Module;
|
|
45
|
+
toAminoMsg(message: Module): ModuleAminoMsg;
|
|
46
|
+
fromProtoMsg(message: ModuleProtoMsg): Module;
|
|
47
|
+
toProto(message: Module): Uint8Array;
|
|
48
|
+
toProtoMsg(message: Module): ModuleProtoMsg;
|
|
49
|
+
};
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
import { Duration, DurationAmino, DurationSDKType } from "../../../../google/protobuf/duration";
|
|
2
|
+
import { BinaryReader, BinaryWriter } from "../../../../binary";
|
|
3
|
+
/** Module is the config object of the group module. */
|
|
4
|
+
export interface Module {
|
|
5
|
+
/**
|
|
6
|
+
* max_execution_period defines the max duration after a proposal's voting period ends that members can send a MsgExec
|
|
7
|
+
* to execute the proposal.
|
|
8
|
+
*/
|
|
9
|
+
maxExecutionPeriod: Duration;
|
|
10
|
+
/**
|
|
11
|
+
* max_metadata_len defines the max length of the metadata bytes field for various entities within the group module.
|
|
12
|
+
* Defaults to 255 if not explicitly set.
|
|
13
|
+
*/
|
|
14
|
+
maxMetadataLen: bigint;
|
|
15
|
+
}
|
|
16
|
+
export interface ModuleProtoMsg {
|
|
17
|
+
typeUrl: "/cosmos.group.module.v1.Module";
|
|
18
|
+
value: Uint8Array;
|
|
19
|
+
}
|
|
20
|
+
/** Module is the config object of the group module. */
|
|
21
|
+
export interface ModuleAmino {
|
|
22
|
+
/**
|
|
23
|
+
* max_execution_period defines the max duration after a proposal's voting period ends that members can send a MsgExec
|
|
24
|
+
* to execute the proposal.
|
|
25
|
+
*/
|
|
26
|
+
max_execution_period?: DurationAmino;
|
|
27
|
+
/**
|
|
28
|
+
* max_metadata_len defines the max length of the metadata bytes field for various entities within the group module.
|
|
29
|
+
* Defaults to 255 if not explicitly set.
|
|
30
|
+
*/
|
|
31
|
+
max_metadata_len: string;
|
|
32
|
+
}
|
|
33
|
+
export interface ModuleAminoMsg {
|
|
34
|
+
type: "cosmos-sdk/Module";
|
|
35
|
+
value: ModuleAmino;
|
|
36
|
+
}
|
|
37
|
+
/** Module is the config object of the group module. */
|
|
38
|
+
export interface ModuleSDKType {
|
|
39
|
+
max_execution_period: DurationSDKType;
|
|
40
|
+
max_metadata_len: bigint;
|
|
41
|
+
}
|
|
42
|
+
export declare const Module: {
|
|
43
|
+
typeUrl: string;
|
|
44
|
+
encode(message: Module, writer?: BinaryWriter): BinaryWriter;
|
|
45
|
+
decode(input: BinaryReader | Uint8Array, length?: number): Module;
|
|
46
|
+
fromJSON(object: any): Module;
|
|
47
|
+
toJSON(message: Module): unknown;
|
|
48
|
+
fromPartial(object: Partial<Module>): Module;
|
|
49
|
+
fromAmino(object: ModuleAmino): Module;
|
|
50
|
+
toAmino(message: Module): ModuleAmino;
|
|
51
|
+
fromAminoMsg(object: ModuleAminoMsg): Module;
|
|
52
|
+
toAminoMsg(message: Module): ModuleAminoMsg;
|
|
53
|
+
fromProtoMsg(message: ModuleProtoMsg): Module;
|
|
54
|
+
toProto(message: Module): Uint8Array;
|
|
55
|
+
toProtoMsg(message: Module): ModuleProtoMsg;
|
|
56
|
+
};
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import { BinaryReader, BinaryWriter } from "../../../../binary";
|
|
2
|
+
/** Module is the config object of the mint module. */
|
|
3
|
+
export interface Module {
|
|
4
|
+
feeCollectorName: string;
|
|
5
|
+
/** authority defines the custom module authority. If not set, defaults to the governance module. */
|
|
6
|
+
authority: string;
|
|
7
|
+
}
|
|
8
|
+
export interface ModuleProtoMsg {
|
|
9
|
+
typeUrl: "/cosmos.mint.module.v1.Module";
|
|
10
|
+
value: Uint8Array;
|
|
11
|
+
}
|
|
12
|
+
/** Module is the config object of the mint module. */
|
|
13
|
+
export interface ModuleAmino {
|
|
14
|
+
fee_collector_name: string;
|
|
15
|
+
/** authority defines the custom module authority. If not set, defaults to the governance module. */
|
|
16
|
+
authority: string;
|
|
17
|
+
}
|
|
18
|
+
export interface ModuleAminoMsg {
|
|
19
|
+
type: "cosmos-sdk/Module";
|
|
20
|
+
value: ModuleAmino;
|
|
21
|
+
}
|
|
22
|
+
/** Module is the config object of the mint module. */
|
|
23
|
+
export interface ModuleSDKType {
|
|
24
|
+
fee_collector_name: string;
|
|
25
|
+
authority: string;
|
|
26
|
+
}
|
|
27
|
+
export declare const Module: {
|
|
28
|
+
typeUrl: string;
|
|
29
|
+
encode(message: Module, writer?: BinaryWriter): BinaryWriter;
|
|
30
|
+
decode(input: BinaryReader | Uint8Array, length?: number): Module;
|
|
31
|
+
fromJSON(object: any): Module;
|
|
32
|
+
toJSON(message: Module): unknown;
|
|
33
|
+
fromPartial(object: Partial<Module>): Module;
|
|
34
|
+
fromAmino(object: ModuleAmino): Module;
|
|
35
|
+
toAmino(message: Module): ModuleAmino;
|
|
36
|
+
fromAminoMsg(object: ModuleAminoMsg): Module;
|
|
37
|
+
toAminoMsg(message: Module): ModuleAminoMsg;
|
|
38
|
+
fromProtoMsg(message: ModuleProtoMsg): Module;
|
|
39
|
+
toProto(message: Module): Uint8Array;
|
|
40
|
+
toProtoMsg(message: Module): ModuleProtoMsg;
|
|
41
|
+
};
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import { BinaryReader, BinaryWriter } from "../../../../binary";
|
|
2
|
+
/** Module is the config object of the nft module. */
|
|
3
|
+
export interface Module {
|
|
4
|
+
}
|
|
5
|
+
export interface ModuleProtoMsg {
|
|
6
|
+
typeUrl: "/cosmos.nft.module.v1.Module";
|
|
7
|
+
value: Uint8Array;
|
|
8
|
+
}
|
|
9
|
+
/** Module is the config object of the nft module. */
|
|
10
|
+
export interface ModuleAmino {
|
|
11
|
+
}
|
|
12
|
+
export interface ModuleAminoMsg {
|
|
13
|
+
type: "cosmos-sdk/Module";
|
|
14
|
+
value: ModuleAmino;
|
|
15
|
+
}
|
|
16
|
+
/** Module is the config object of the nft module. */
|
|
17
|
+
export interface ModuleSDKType {
|
|
18
|
+
}
|
|
19
|
+
export declare const Module: {
|
|
20
|
+
typeUrl: string;
|
|
21
|
+
encode(_: Module, writer?: BinaryWriter): BinaryWriter;
|
|
22
|
+
decode(input: BinaryReader | Uint8Array, length?: number): Module;
|
|
23
|
+
fromJSON(_: any): Module;
|
|
24
|
+
toJSON(_: Module): unknown;
|
|
25
|
+
fromPartial(_: Partial<Module>): Module;
|
|
26
|
+
fromAmino(_: ModuleAmino): Module;
|
|
27
|
+
toAmino(_: Module): ModuleAmino;
|
|
28
|
+
fromAminoMsg(object: ModuleAminoMsg): Module;
|
|
29
|
+
toAminoMsg(message: Module): ModuleAminoMsg;
|
|
30
|
+
fromProtoMsg(message: ModuleProtoMsg): Module;
|
|
31
|
+
toProto(message: Module): Uint8Array;
|
|
32
|
+
toProtoMsg(message: Module): ModuleProtoMsg;
|
|
33
|
+
};
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
import { BinaryReader, BinaryWriter } from "../../../../binary";
|
|
2
|
+
/**
|
|
3
|
+
* Module defines the ORM module which adds providers to the app container for
|
|
4
|
+
* ORM ModuleDB's and in the future will automatically register query
|
|
5
|
+
* services for modules that use the ORM.
|
|
6
|
+
*/
|
|
7
|
+
export interface Module {
|
|
8
|
+
}
|
|
9
|
+
export interface ModuleProtoMsg {
|
|
10
|
+
typeUrl: "/cosmos.orm.module.v1alpha1.Module";
|
|
11
|
+
value: Uint8Array;
|
|
12
|
+
}
|
|
13
|
+
/**
|
|
14
|
+
* Module defines the ORM module which adds providers to the app container for
|
|
15
|
+
* ORM ModuleDB's and in the future will automatically register query
|
|
16
|
+
* services for modules that use the ORM.
|
|
17
|
+
*/
|
|
18
|
+
export interface ModuleAmino {
|
|
19
|
+
}
|
|
20
|
+
export interface ModuleAminoMsg {
|
|
21
|
+
type: "cosmos-sdk/Module";
|
|
22
|
+
value: ModuleAmino;
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
* Module defines the ORM module which adds providers to the app container for
|
|
26
|
+
* ORM ModuleDB's and in the future will automatically register query
|
|
27
|
+
* services for modules that use the ORM.
|
|
28
|
+
*/
|
|
29
|
+
export interface ModuleSDKType {
|
|
30
|
+
}
|
|
31
|
+
export declare const Module: {
|
|
32
|
+
typeUrl: string;
|
|
33
|
+
encode(_: Module, writer?: BinaryWriter): BinaryWriter;
|
|
34
|
+
decode(input: BinaryReader | Uint8Array, length?: number): Module;
|
|
35
|
+
fromJSON(_: any): Module;
|
|
36
|
+
toJSON(_: Module): unknown;
|
|
37
|
+
fromPartial(_: Partial<Module>): Module;
|
|
38
|
+
fromAmino(_: ModuleAmino): Module;
|
|
39
|
+
toAmino(_: Module): ModuleAmino;
|
|
40
|
+
fromAminoMsg(object: ModuleAminoMsg): Module;
|
|
41
|
+
toAminoMsg(message: Module): ModuleAminoMsg;
|
|
42
|
+
fromProtoMsg(message: ModuleProtoMsg): Module;
|
|
43
|
+
toProto(message: Module): Uint8Array;
|
|
44
|
+
toProtoMsg(message: Module): ModuleProtoMsg;
|
|
45
|
+
};
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import { BinaryReader, BinaryWriter } from "../../../../binary";
|
|
2
|
+
/** Module is the config object of the params module. */
|
|
3
|
+
export interface Module {
|
|
4
|
+
}
|
|
5
|
+
export interface ModuleProtoMsg {
|
|
6
|
+
typeUrl: "/cosmos.params.module.v1.Module";
|
|
7
|
+
value: Uint8Array;
|
|
8
|
+
}
|
|
9
|
+
/** Module is the config object of the params module. */
|
|
10
|
+
export interface ModuleAmino {
|
|
11
|
+
}
|
|
12
|
+
export interface ModuleAminoMsg {
|
|
13
|
+
type: "cosmos-sdk/Module";
|
|
14
|
+
value: ModuleAmino;
|
|
15
|
+
}
|
|
16
|
+
/** Module is the config object of the params module. */
|
|
17
|
+
export interface ModuleSDKType {
|
|
18
|
+
}
|
|
19
|
+
export declare const Module: {
|
|
20
|
+
typeUrl: string;
|
|
21
|
+
encode(_: Module, writer?: BinaryWriter): BinaryWriter;
|
|
22
|
+
decode(input: BinaryReader | Uint8Array, length?: number): Module;
|
|
23
|
+
fromJSON(_: any): Module;
|
|
24
|
+
toJSON(_: Module): unknown;
|
|
25
|
+
fromPartial(_: Partial<Module>): Module;
|
|
26
|
+
fromAmino(_: ModuleAmino): Module;
|
|
27
|
+
toAmino(_: Module): ModuleAmino;
|
|
28
|
+
fromAminoMsg(object: ModuleAminoMsg): Module;
|
|
29
|
+
toAminoMsg(message: Module): ModuleAminoMsg;
|
|
30
|
+
fromProtoMsg(message: ModuleProtoMsg): Module;
|
|
31
|
+
toProto(message: Module): Uint8Array;
|
|
32
|
+
toProtoMsg(message: Module): ModuleProtoMsg;
|
|
33
|
+
};
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import { BinaryReader, BinaryWriter } from "../../../../binary";
|
|
2
|
+
/** Module is the config object of the slashing module. */
|
|
3
|
+
export interface Module {
|
|
4
|
+
/** authority defines the custom module authority. If not set, defaults to the governance module. */
|
|
5
|
+
authority: string;
|
|
6
|
+
}
|
|
7
|
+
export interface ModuleProtoMsg {
|
|
8
|
+
typeUrl: "/cosmos.slashing.module.v1.Module";
|
|
9
|
+
value: Uint8Array;
|
|
10
|
+
}
|
|
11
|
+
/** Module is the config object of the slashing module. */
|
|
12
|
+
export interface ModuleAmino {
|
|
13
|
+
/** authority defines the custom module authority. If not set, defaults to the governance module. */
|
|
14
|
+
authority: string;
|
|
15
|
+
}
|
|
16
|
+
export interface ModuleAminoMsg {
|
|
17
|
+
type: "cosmos-sdk/Module";
|
|
18
|
+
value: ModuleAmino;
|
|
19
|
+
}
|
|
20
|
+
/** Module is the config object of the slashing module. */
|
|
21
|
+
export interface ModuleSDKType {
|
|
22
|
+
authority: string;
|
|
23
|
+
}
|
|
24
|
+
export declare const Module: {
|
|
25
|
+
typeUrl: string;
|
|
26
|
+
encode(message: Module, writer?: BinaryWriter): BinaryWriter;
|
|
27
|
+
decode(input: BinaryReader | Uint8Array, length?: number): Module;
|
|
28
|
+
fromJSON(object: any): Module;
|
|
29
|
+
toJSON(message: Module): unknown;
|
|
30
|
+
fromPartial(object: Partial<Module>): Module;
|
|
31
|
+
fromAmino(object: ModuleAmino): Module;
|
|
32
|
+
toAmino(message: Module): ModuleAmino;
|
|
33
|
+
fromAminoMsg(object: ModuleAminoMsg): Module;
|
|
34
|
+
toAminoMsg(message: Module): ModuleAminoMsg;
|
|
35
|
+
fromProtoMsg(message: ModuleProtoMsg): Module;
|
|
36
|
+
toProto(message: Module): Uint8Array;
|
|
37
|
+
toProtoMsg(message: Module): ModuleProtoMsg;
|
|
38
|
+
};
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
import { BinaryReader, BinaryWriter } from "../../../../binary";
|
|
2
|
+
/** Module is the config object of the staking module. */
|
|
3
|
+
export interface Module {
|
|
4
|
+
/**
|
|
5
|
+
* hooks_order specifies the order of staking hooks and should be a list
|
|
6
|
+
* of module names which provide a staking hooks instance. If no order is
|
|
7
|
+
* provided, then hooks will be applied in alphabetical order of module names.
|
|
8
|
+
*/
|
|
9
|
+
hooksOrder: string[];
|
|
10
|
+
/** authority defines the custom module authority. If not set, defaults to the governance module. */
|
|
11
|
+
authority: string;
|
|
12
|
+
/** bech32_prefix_validator is the bech32 validator prefix for the app. */
|
|
13
|
+
bech32PrefixValidator: string;
|
|
14
|
+
/** bech32_prefix_consensus is the bech32 consensus node prefix for the app. */
|
|
15
|
+
bech32PrefixConsensus: string;
|
|
16
|
+
}
|
|
17
|
+
export interface ModuleProtoMsg {
|
|
18
|
+
typeUrl: "/cosmos.staking.module.v1.Module";
|
|
19
|
+
value: Uint8Array;
|
|
20
|
+
}
|
|
21
|
+
/** Module is the config object of the staking module. */
|
|
22
|
+
export interface ModuleAmino {
|
|
23
|
+
/**
|
|
24
|
+
* hooks_order specifies the order of staking hooks and should be a list
|
|
25
|
+
* of module names which provide a staking hooks instance. If no order is
|
|
26
|
+
* provided, then hooks will be applied in alphabetical order of module names.
|
|
27
|
+
*/
|
|
28
|
+
hooks_order: string[];
|
|
29
|
+
/** authority defines the custom module authority. If not set, defaults to the governance module. */
|
|
30
|
+
authority: string;
|
|
31
|
+
/** bech32_prefix_validator is the bech32 validator prefix for the app. */
|
|
32
|
+
bech32_prefix_validator: string;
|
|
33
|
+
/** bech32_prefix_consensus is the bech32 consensus node prefix for the app. */
|
|
34
|
+
bech32_prefix_consensus: string;
|
|
35
|
+
}
|
|
36
|
+
export interface ModuleAminoMsg {
|
|
37
|
+
type: "cosmos-sdk/Module";
|
|
38
|
+
value: ModuleAmino;
|
|
39
|
+
}
|
|
40
|
+
/** Module is the config object of the staking module. */
|
|
41
|
+
export interface ModuleSDKType {
|
|
42
|
+
hooks_order: string[];
|
|
43
|
+
authority: string;
|
|
44
|
+
bech32_prefix_validator: string;
|
|
45
|
+
bech32_prefix_consensus: string;
|
|
46
|
+
}
|
|
47
|
+
export declare const Module: {
|
|
48
|
+
typeUrl: string;
|
|
49
|
+
encode(message: Module, writer?: BinaryWriter): BinaryWriter;
|
|
50
|
+
decode(input: BinaryReader | Uint8Array, length?: number): Module;
|
|
51
|
+
fromJSON(object: any): Module;
|
|
52
|
+
toJSON(message: Module): unknown;
|
|
53
|
+
fromPartial(object: Partial<Module>): Module;
|
|
54
|
+
fromAmino(object: ModuleAmino): Module;
|
|
55
|
+
toAmino(message: Module): ModuleAmino;
|
|
56
|
+
fromAminoMsg(object: ModuleAminoMsg): Module;
|
|
57
|
+
toAminoMsg(message: Module): ModuleAminoMsg;
|
|
58
|
+
fromProtoMsg(message: ModuleProtoMsg): Module;
|
|
59
|
+
toProto(message: Module): Uint8Array;
|
|
60
|
+
toProtoMsg(message: Module): ModuleProtoMsg;
|
|
61
|
+
};
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import { BinaryReader, BinaryWriter } from "../../../../binary";
|
|
2
|
+
/** Module is the config object of the upgrade module. */
|
|
3
|
+
export interface Module {
|
|
4
|
+
/** authority defines the custom module authority. If not set, defaults to the governance module. */
|
|
5
|
+
authority: string;
|
|
6
|
+
}
|
|
7
|
+
export interface ModuleProtoMsg {
|
|
8
|
+
typeUrl: "/cosmos.upgrade.module.v1.Module";
|
|
9
|
+
value: Uint8Array;
|
|
10
|
+
}
|
|
11
|
+
/** Module is the config object of the upgrade module. */
|
|
12
|
+
export interface ModuleAmino {
|
|
13
|
+
/** authority defines the custom module authority. If not set, defaults to the governance module. */
|
|
14
|
+
authority: string;
|
|
15
|
+
}
|
|
16
|
+
export interface ModuleAminoMsg {
|
|
17
|
+
type: "cosmos-sdk/Module";
|
|
18
|
+
value: ModuleAmino;
|
|
19
|
+
}
|
|
20
|
+
/** Module is the config object of the upgrade module. */
|
|
21
|
+
export interface ModuleSDKType {
|
|
22
|
+
authority: string;
|
|
23
|
+
}
|
|
24
|
+
export declare const Module: {
|
|
25
|
+
typeUrl: string;
|
|
26
|
+
encode(message: Module, writer?: BinaryWriter): BinaryWriter;
|
|
27
|
+
decode(input: BinaryReader | Uint8Array, length?: number): Module;
|
|
28
|
+
fromJSON(object: any): Module;
|
|
29
|
+
toJSON(message: Module): unknown;
|
|
30
|
+
fromPartial(object: Partial<Module>): Module;
|
|
31
|
+
fromAmino(object: ModuleAmino): Module;
|
|
32
|
+
toAmino(message: Module): ModuleAmino;
|
|
33
|
+
fromAminoMsg(object: ModuleAminoMsg): Module;
|
|
34
|
+
toAminoMsg(message: Module): ModuleAminoMsg;
|
|
35
|
+
fromProtoMsg(message: ModuleProtoMsg): Module;
|
|
36
|
+
toProto(message: Module): Uint8Array;
|
|
37
|
+
toProtoMsg(message: Module): ModuleProtoMsg;
|
|
38
|
+
};
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import { BinaryReader, BinaryWriter } from "../../../../binary";
|
|
2
|
+
/** Module is the config object of the vesting module. */
|
|
3
|
+
export interface Module {
|
|
4
|
+
}
|
|
5
|
+
export interface ModuleProtoMsg {
|
|
6
|
+
typeUrl: "/cosmos.vesting.module.v1.Module";
|
|
7
|
+
value: Uint8Array;
|
|
8
|
+
}
|
|
9
|
+
/** Module is the config object of the vesting module. */
|
|
10
|
+
export interface ModuleAmino {
|
|
11
|
+
}
|
|
12
|
+
export interface ModuleAminoMsg {
|
|
13
|
+
type: "cosmos-sdk/Module";
|
|
14
|
+
value: ModuleAmino;
|
|
15
|
+
}
|
|
16
|
+
/** Module is the config object of the vesting module. */
|
|
17
|
+
export interface ModuleSDKType {
|
|
18
|
+
}
|
|
19
|
+
export declare const Module: {
|
|
20
|
+
typeUrl: string;
|
|
21
|
+
encode(_: Module, writer?: BinaryWriter): BinaryWriter;
|
|
22
|
+
decode(input: BinaryReader | Uint8Array, length?: number): Module;
|
|
23
|
+
fromJSON(_: any): Module;
|
|
24
|
+
toJSON(_: Module): unknown;
|
|
25
|
+
fromPartial(_: Partial<Module>): Module;
|
|
26
|
+
fromAmino(_: ModuleAmino): Module;
|
|
27
|
+
toAmino(_: Module): ModuleAmino;
|
|
28
|
+
fromAminoMsg(object: ModuleAminoMsg): Module;
|
|
29
|
+
toAminoMsg(message: Module): ModuleAminoMsg;
|
|
30
|
+
fromProtoMsg(message: ModuleProtoMsg): Module;
|
|
31
|
+
toProto(message: Module): Uint8Array;
|
|
32
|
+
toProtoMsg(message: Module): ModuleProtoMsg;
|
|
33
|
+
};
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
/// <reference types="long" />
|
|
1
2
|
import { Params, ParamsSDKType } from "./params";
|
|
2
3
|
import { CodeMetadata, CodeMetadataSDKType, CodeInfo, CodeInfoSDKType, ContractInfo, ContractInfoSDKType, ContractStorage, ContractStorageSDKType } from "./contract";
|
|
3
4
|
import * as _m0 from "protobufjs/minimal";
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
/// <reference types="long" />
|
|
1
2
|
import { PageRequest, PageRequestSDKType, PageResponse, PageResponseSDKType } from "../../../cosmos/base/query/v1beta1/pagination";
|
|
2
3
|
import { Coin, CoinSDKType } from "../../../cosmos/base/v1beta1/coin";
|
|
3
4
|
import { ContractInfo, ContractInfoSDKType, ContractStorage, ContractStorageSDKType, CodeInfo, CodeInfoSDKType } from "./contract";
|