coreum-js 2.11.0 → 2.12.0
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/dist/main/client/index.d.ts +2 -1
- package/dist/main/coreum/asset/ft/v1/genesis.d.ts +1 -1
- package/dist/main/coreum/asset/ft/v1/genesis.js +25 -12
- package/dist/main/coreum/asset/ft/v1/params.d.ts +1 -1
- package/dist/main/coreum/asset/ft/v1/params.js +14 -6
- package/dist/main/coreum/asset/ft/v1/query.d.ts +2 -2
- package/dist/main/coreum/asset/ft/v1/query.js +116 -54
- package/dist/main/coreum/asset/ft/v1/tx.d.ts +1 -1
- package/dist/main/coreum/asset/ft/v1/tx.js +1 -1
- package/dist/main/coreum/asset/nft/v1/genesis.d.ts +2 -2
- package/dist/main/coreum/asset/nft/v1/params.d.ts +1 -1
- package/dist/main/coreum/asset/nft/v1/params.js +14 -6
- package/dist/main/coreum/asset/nft/v1/query.d.ts +3 -3
- package/dist/main/coreum/asset/nft/v1/query.js +49 -22
- package/dist/main/coreum/feemodel/v1/genesis.d.ts +1 -1
- package/dist/main/coreum/feemodel/v1/genesis.js +17 -10
- package/dist/main/coreum/feemodel/v1/query.d.ts +1 -1
- package/dist/main/coreum/feemodel/v1/query.js +22 -11
- package/dist/main/coreum/nft/v1beta1/query.d.ts +1 -1
- package/dist/main/coreum/nft/v1beta1/query.js +83 -39
- package/dist/main/cosmos/extensions/bank.d.ts +8 -8
- package/dist/main/cosmos/extensions/bank.js +2 -2
- package/dist/main/cosmos/extensions/distribution.d.ts +11 -11
- package/dist/main/cosmos/extensions/distribution.js +1 -1
- package/dist/main/cosmos/extensions/gov.d.ts +21 -21
- package/dist/main/cosmos/extensions/gov.js +1 -1
- package/dist/main/cosmos/index.d.ts +12 -21
- package/dist/main/cosmos/index.js +50 -42
- package/dist/main/types/msgs.d.ts +4 -4
- package/dist/main/wasm/v1/authz.d.ts +1 -1
- package/dist/main/wasm/v1/authz.js +1 -1
- package/dist/main/wasm/v1/proposal.d.ts +1 -1
- package/dist/main/wasm/v1/proposal.js +1 -1
- package/dist/main/wasm/v1/tx.d.ts +1 -1
- package/dist/main/wasm/v1/tx.js +1 -1
- package/dist/module/client/index.d.ts +2 -1
- package/dist/module/coreum/asset/ft/v1/genesis.d.ts +1 -1
- package/dist/module/coreum/asset/ft/v1/genesis.js +25 -12
- package/dist/module/coreum/asset/ft/v1/params.d.ts +1 -1
- package/dist/module/coreum/asset/ft/v1/params.js +14 -6
- package/dist/module/coreum/asset/ft/v1/query.d.ts +2 -2
- package/dist/module/coreum/asset/ft/v1/query.js +116 -54
- package/dist/module/coreum/asset/ft/v1/tx.d.ts +1 -1
- package/dist/module/coreum/asset/ft/v1/tx.js +1 -1
- package/dist/module/coreum/asset/nft/v1/genesis.d.ts +2 -2
- package/dist/module/coreum/asset/nft/v1/params.d.ts +1 -1
- package/dist/module/coreum/asset/nft/v1/params.js +14 -6
- package/dist/module/coreum/asset/nft/v1/query.d.ts +3 -3
- package/dist/module/coreum/asset/nft/v1/query.js +49 -22
- package/dist/module/coreum/feemodel/v1/genesis.d.ts +1 -1
- package/dist/module/coreum/feemodel/v1/genesis.js +17 -10
- package/dist/module/coreum/feemodel/v1/query.d.ts +1 -1
- package/dist/module/coreum/feemodel/v1/query.js +22 -11
- package/dist/module/coreum/nft/v1beta1/query.d.ts +1 -1
- package/dist/module/coreum/nft/v1beta1/query.js +83 -39
- package/dist/module/cosmos/extensions/bank.d.ts +8 -8
- package/dist/module/cosmos/extensions/bank.js +2 -2
- package/dist/module/cosmos/extensions/distribution.d.ts +11 -11
- package/dist/module/cosmos/extensions/distribution.js +1 -1
- package/dist/module/cosmos/extensions/gov.d.ts +21 -21
- package/dist/module/cosmos/extensions/gov.js +1 -1
- package/dist/module/cosmos/index.d.ts +12 -21
- package/dist/module/cosmos/index.js +29 -19
- package/dist/module/types/msgs.d.ts +4 -4
- package/dist/module/wasm/v1/authz.d.ts +1 -1
- package/dist/module/wasm/v1/authz.js +1 -1
- package/dist/module/wasm/v1/proposal.d.ts +1 -1
- package/dist/module/wasm/v1/proposal.js +1 -1
- package/dist/module/wasm/v1/tx.d.ts +1 -1
- package/dist/module/wasm/v1/tx.js +1 -1
- package/package.json +1 -1
- package/dist/main/cosmos/auth/v1beta1/auth.d.ts +0 -229
- package/dist/main/cosmos/auth/v1beta1/auth.js +0 -437
- package/dist/main/cosmos/authz/v1beta1/authz.d.ts +0 -167
- package/dist/main/cosmos/authz/v1beta1/authz.js +0 -319
- package/dist/main/cosmos/authz/v1beta1/event.d.ts +0 -80
- package/dist/main/cosmos/authz/v1beta1/event.js +0 -162
- package/dist/main/cosmos/authz/v1beta1/genesis.d.ts +0 -121
- package/dist/main/cosmos/authz/v1beta1/genesis.js +0 -68
- package/dist/main/cosmos/authz/v1beta1/pagination.d.ts +0 -128
- package/dist/main/cosmos/authz/v1beta1/pagination.js +0 -227
- package/dist/main/cosmos/authz/v1beta1/query.d.ts +0 -616
- package/dist/main/cosmos/authz/v1beta1/query.js +0 -512
- package/dist/main/cosmos/authz/v1beta1/tx.d.ts +0 -264
- package/dist/main/cosmos/authz/v1beta1/tx.js +0 -435
- package/dist/main/cosmos/bank/v1beta1/authz.d.ts +0 -80
- package/dist/main/cosmos/bank/v1beta1/authz.js +0 -83
- package/dist/main/cosmos/bank/v1beta1/bank.d.ts +0 -440
- package/dist/main/cosmos/bank/v1beta1/bank.js +0 -556
- package/dist/main/cosmos/bank/v1beta1/genesis.d.ts +0 -473
- package/dist/main/cosmos/bank/v1beta1/genesis.js +0 -207
- package/dist/main/cosmos/bank/v1beta1/pagination.d.ts +0 -128
- package/dist/main/cosmos/bank/v1beta1/pagination.js +0 -227
- package/dist/main/cosmos/bank/v1beta1/query.d.ts +0 -1633
- package/dist/main/cosmos/bank/v1beta1/query.js +0 -1595
- package/dist/main/cosmos/bank/v1beta1/tx.d.ts +0 -514
- package/dist/main/cosmos/bank/v1beta1/tx.js +0 -498
- package/dist/main/cosmos/base/query/v1beta1/pagination.d.ts +0 -470
- package/dist/main/cosmos/base/query/v1beta1/pagination.js +0 -241
- package/dist/main/cosmos/base/v1beta1/coin.d.ts +0 -114
- package/dist/main/cosmos/base/v1beta1/coin.js +0 -241
- package/dist/main/cosmos/crypto/multisig/v1beta1/multisig.d.ts +0 -67
- package/dist/main/cosmos/crypto/multisig/v1beta1/multisig.js +0 -172
- package/dist/main/cosmos/distribution/v1beta1/distribution.d.ts +0 -638
- package/dist/main/cosmos/distribution/v1beta1/distribution.js +0 -887
- package/dist/main/cosmos/distribution/v1beta1/genesis.d.ts +0 -1259
- package/dist/main/cosmos/distribution/v1beta1/genesis.js +0 -784
- package/dist/main/cosmos/distribution/v1beta1/pagination.d.ts +0 -128
- package/dist/main/cosmos/distribution/v1beta1/pagination.js +0 -227
- package/dist/main/cosmos/distribution/v1beta1/query.d.ts +0 -995
- package/dist/main/cosmos/distribution/v1beta1/query.js +0 -1335
- package/dist/main/cosmos/distribution/v1beta1/tx.d.ts +0 -593
- package/dist/main/cosmos/distribution/v1beta1/tx.js +0 -824
- package/dist/main/cosmos/feegrant/v1beta1/feegrant.d.ts +0 -367
- package/dist/main/cosmos/feegrant/v1beta1/feegrant.js +0 -412
- package/dist/main/cosmos/feegrant/v1beta1/genesis.d.ts +0 -111
- package/dist/main/cosmos/feegrant/v1beta1/genesis.js +0 -66
- package/dist/main/cosmos/feegrant/v1beta1/pagination.d.ts +0 -128
- package/dist/main/cosmos/feegrant/v1beta1/pagination.js +0 -227
- package/dist/main/cosmos/feegrant/v1beta1/query.d.ts +0 -512
- package/dist/main/cosmos/feegrant/v1beta1/query.js +0 -460
- package/dist/main/cosmos/feegrant/v1beta1/tx.d.ts +0 -143
- package/dist/main/cosmos/feegrant/v1beta1/tx.js +0 -252
- package/dist/main/cosmos/gov/v1beta1/genesis.d.ts +0 -639
- package/dist/main/cosmos/gov/v1beta1/genesis.js +0 -194
- package/dist/main/cosmos/gov/v1beta1/gov.d.ts +0 -620
- package/dist/main/cosmos/gov/v1beta1/gov.js +0 -1037
- package/dist/main/cosmos/gov/v1beta1/pagination.d.ts +0 -128
- package/dist/main/cosmos/gov/v1beta1/pagination.js +0 -227
- package/dist/main/cosmos/gov/v1beta1/query.d.ts +0 -1511
- package/dist/main/cosmos/gov/v1beta1/query.js +0 -1186
- package/dist/main/cosmos/gov/v1beta1/tx.d.ts +0 -350
- package/dist/main/cosmos/gov/v1beta1/tx.js +0 -566
- package/dist/main/cosmos/msg/v1/msg.d.ts +0 -1
- package/dist/main/cosmos/msg/v1/msg.js +0 -5
- package/dist/main/cosmos/staking/v1beta1/authz.d.ts +0 -145
- package/dist/main/cosmos/staking/v1beta1/authz.js +0 -224
- package/dist/main/cosmos/staking/v1beta1/genesis.d.ts +0 -899
- package/dist/main/cosmos/staking/v1beta1/genesis.js +0 -305
- package/dist/main/cosmos/staking/v1beta1/pagination.d.ts +0 -128
- package/dist/main/cosmos/staking/v1beta1/pagination.js +0 -227
- package/dist/main/cosmos/staking/v1beta1/query.d.ts +0 -4165
- package/dist/main/cosmos/staking/v1beta1/query.js +0 -2019
- package/dist/main/cosmos/staking/v1beta1/staking.d.ts +0 -2059
- package/dist/main/cosmos/staking/v1beta1/staking.js +0 -2127
- package/dist/main/cosmos/staking/v1beta1/tx.d.ts +0 -748
- package/dist/main/cosmos/staking/v1beta1/tx.js +0 -1141
- package/dist/main/cosmos/tx/signing/v1beta1/signing.d.ts +0 -1938
- package/dist/main/cosmos/tx/signing/v1beta1/signing.js +0 -546
- package/dist/main/cosmos/tx/v1beta1/tx.d.ts +0 -3468
- package/dist/main/cosmos/tx/v1beta1/tx.js +0 -1276
- package/dist/main/cosmos/vesting/v1beta1/tx.d.ts +0 -350
- package/dist/main/cosmos/vesting/v1beta1/tx.js +0 -454
- package/dist/main/cosmos/vesting/v1beta1/vesting.d.ts +0 -1305
- package/dist/main/cosmos/vesting/v1beta1/vesting.js +0 -498
- package/dist/module/cosmos/auth/v1beta1/auth.d.ts +0 -229
- package/dist/module/cosmos/auth/v1beta1/auth.js +0 -427
- package/dist/module/cosmos/authz/v1beta1/authz.d.ts +0 -167
- package/dist/module/cosmos/authz/v1beta1/authz.js +0 -309
- package/dist/module/cosmos/authz/v1beta1/event.d.ts +0 -80
- package/dist/module/cosmos/authz/v1beta1/event.js +0 -154
- package/dist/module/cosmos/authz/v1beta1/genesis.d.ts +0 -121
- package/dist/module/cosmos/authz/v1beta1/genesis.js +0 -61
- package/dist/module/cosmos/authz/v1beta1/pagination.d.ts +0 -128
- package/dist/module/cosmos/authz/v1beta1/pagination.js +0 -219
- package/dist/module/cosmos/authz/v1beta1/query.d.ts +0 -616
- package/dist/module/cosmos/authz/v1beta1/query.js +0 -501
- package/dist/module/cosmos/authz/v1beta1/tx.d.ts +0 -264
- package/dist/module/cosmos/authz/v1beta1/tx.js +0 -426
- package/dist/module/cosmos/bank/v1beta1/authz.d.ts +0 -80
- package/dist/module/cosmos/bank/v1beta1/authz.js +0 -76
- package/dist/module/cosmos/bank/v1beta1/bank.d.ts +0 -440
- package/dist/module/cosmos/bank/v1beta1/bank.js +0 -543
- package/dist/module/cosmos/bank/v1beta1/genesis.d.ts +0 -473
- package/dist/module/cosmos/bank/v1beta1/genesis.js +0 -199
- package/dist/module/cosmos/bank/v1beta1/pagination.d.ts +0 -128
- package/dist/module/cosmos/bank/v1beta1/pagination.js +0 -219
- package/dist/module/cosmos/bank/v1beta1/query.d.ts +0 -1633
- package/dist/module/cosmos/bank/v1beta1/query.js +0 -1575
- package/dist/module/cosmos/bank/v1beta1/tx.d.ts +0 -514
- package/dist/module/cosmos/bank/v1beta1/tx.js +0 -489
- package/dist/module/cosmos/base/query/v1beta1/pagination.d.ts +0 -470
- package/dist/module/cosmos/base/query/v1beta1/pagination.js +0 -233
- package/dist/module/cosmos/base/v1beta1/coin.d.ts +0 -114
- package/dist/module/cosmos/base/v1beta1/coin.js +0 -231
- package/dist/module/cosmos/crypto/multisig/v1beta1/multisig.d.ts +0 -67
- package/dist/module/cosmos/crypto/multisig/v1beta1/multisig.js +0 -164
- package/dist/module/cosmos/distribution/v1beta1/distribution.d.ts +0 -638
- package/dist/module/cosmos/distribution/v1beta1/distribution.js +0 -869
- package/dist/module/cosmos/distribution/v1beta1/genesis.d.ts +0 -1259
- package/dist/module/cosmos/distribution/v1beta1/genesis.js +0 -770
- package/dist/module/cosmos/distribution/v1beta1/pagination.d.ts +0 -128
- package/dist/module/cosmos/distribution/v1beta1/pagination.js +0 -219
- package/dist/module/cosmos/distribution/v1beta1/query.d.ts +0 -995
- package/dist/module/cosmos/distribution/v1beta1/query.js +0 -1315
- package/dist/module/cosmos/distribution/v1beta1/tx.d.ts +0 -593
- package/dist/module/cosmos/distribution/v1beta1/tx.js +0 -810
- package/dist/module/cosmos/feegrant/v1beta1/feegrant.d.ts +0 -367
- package/dist/module/cosmos/feegrant/v1beta1/feegrant.js +0 -402
- package/dist/module/cosmos/feegrant/v1beta1/genesis.d.ts +0 -111
- package/dist/module/cosmos/feegrant/v1beta1/genesis.js +0 -59
- package/dist/module/cosmos/feegrant/v1beta1/pagination.d.ts +0 -128
- package/dist/module/cosmos/feegrant/v1beta1/pagination.js +0 -219
- package/dist/module/cosmos/feegrant/v1beta1/query.d.ts +0 -512
- package/dist/module/cosmos/feegrant/v1beta1/query.js +0 -450
- package/dist/module/cosmos/feegrant/v1beta1/tx.d.ts +0 -143
- package/dist/module/cosmos/feegrant/v1beta1/tx.js +0 -245
- package/dist/module/cosmos/gov/v1beta1/genesis.d.ts +0 -639
- package/dist/module/cosmos/gov/v1beta1/genesis.js +0 -187
- package/dist/module/cosmos/gov/v1beta1/gov.d.ts +0 -620
- package/dist/module/cosmos/gov/v1beta1/gov.js +0 -1019
- package/dist/module/cosmos/gov/v1beta1/pagination.d.ts +0 -128
- package/dist/module/cosmos/gov/v1beta1/pagination.js +0 -219
- package/dist/module/cosmos/gov/v1beta1/query.d.ts +0 -1511
- package/dist/module/cosmos/gov/v1beta1/query.js +0 -1170
- package/dist/module/cosmos/gov/v1beta1/tx.d.ts +0 -350
- package/dist/module/cosmos/gov/v1beta1/tx.js +0 -556
- package/dist/module/cosmos/msg/v1/msg.d.ts +0 -1
- package/dist/module/cosmos/msg/v1/msg.js +0 -2
- package/dist/module/cosmos/staking/v1beta1/authz.d.ts +0 -145
- package/dist/module/cosmos/staking/v1beta1/authz.js +0 -214
- package/dist/module/cosmos/staking/v1beta1/genesis.d.ts +0 -899
- package/dist/module/cosmos/staking/v1beta1/genesis.js +0 -297
- package/dist/module/cosmos/staking/v1beta1/pagination.d.ts +0 -128
- package/dist/module/cosmos/staking/v1beta1/pagination.js +0 -219
- package/dist/module/cosmos/staking/v1beta1/query.d.ts +0 -4165
- package/dist/module/cosmos/staking/v1beta1/query.js +0 -1995
- package/dist/module/cosmos/staking/v1beta1/staking.d.ts +0 -2059
- package/dist/module/cosmos/staking/v1beta1/staking.js +0 -2097
- package/dist/module/cosmos/staking/v1beta1/tx.d.ts +0 -748
- package/dist/module/cosmos/staking/v1beta1/tx.js +0 -1127
- package/dist/module/cosmos/tx/signing/v1beta1/signing.d.ts +0 -1938
- package/dist/module/cosmos/tx/signing/v1beta1/signing.js +0 -534
- package/dist/module/cosmos/tx/v1beta1/tx.d.ts +0 -3468
- package/dist/module/cosmos/tx/v1beta1/tx.js +0 -1258
- package/dist/module/cosmos/vesting/v1beta1/tx.d.ts +0 -350
- package/dist/module/cosmos/vesting/v1beta1/tx.js +0 -446
- package/dist/module/cosmos/vesting/v1beta1/vesting.d.ts +0 -1305
- package/dist/module/cosmos/vesting/v1beta1/vesting.js +0 -488
|
@@ -1,639 +0,0 @@
|
|
|
1
|
-
import _m0 from "protobufjs/minimal";
|
|
2
|
-
import { Deposit, DepositParams, Proposal, TallyParams, Vote, VotingParams } from "./gov";
|
|
3
|
-
export declare const protobufPackage = "cosmos.gov.v1beta1";
|
|
4
|
-
/** GenesisState defines the gov module's genesis state. */
|
|
5
|
-
export interface GenesisState {
|
|
6
|
-
/** starting_proposal_id is the ID of the starting proposal. */
|
|
7
|
-
startingProposalId: number;
|
|
8
|
-
/** deposits defines all the deposits present at genesis. */
|
|
9
|
-
deposits: Deposit[];
|
|
10
|
-
/** votes defines all the votes present at genesis. */
|
|
11
|
-
votes: Vote[];
|
|
12
|
-
/** proposals defines all the proposals present at genesis. */
|
|
13
|
-
proposals: Proposal[];
|
|
14
|
-
/** params defines all the parameters of related to deposit. */
|
|
15
|
-
depositParams: DepositParams | undefined;
|
|
16
|
-
/** params defines all the parameters of related to voting. */
|
|
17
|
-
votingParams: VotingParams | undefined;
|
|
18
|
-
/** params defines all the parameters of related to tally. */
|
|
19
|
-
tallyParams: TallyParams | undefined;
|
|
20
|
-
}
|
|
21
|
-
export declare const GenesisState: {
|
|
22
|
-
encode(message: GenesisState, writer?: _m0.Writer): _m0.Writer;
|
|
23
|
-
decode(input: _m0.Reader | Uint8Array, length?: number): GenesisState;
|
|
24
|
-
fromJSON(object: any): GenesisState;
|
|
25
|
-
toJSON(message: GenesisState): unknown;
|
|
26
|
-
create<I extends {
|
|
27
|
-
startingProposalId?: number;
|
|
28
|
-
deposits?: {
|
|
29
|
-
proposalId?: number;
|
|
30
|
-
depositor?: string;
|
|
31
|
-
amount?: {
|
|
32
|
-
denom?: string;
|
|
33
|
-
amount?: string;
|
|
34
|
-
}[];
|
|
35
|
-
}[];
|
|
36
|
-
votes?: {
|
|
37
|
-
proposalId?: number;
|
|
38
|
-
voter?: string;
|
|
39
|
-
option?: import("./gov").VoteOption;
|
|
40
|
-
options?: {
|
|
41
|
-
option?: import("./gov").VoteOption;
|
|
42
|
-
weight?: string;
|
|
43
|
-
}[];
|
|
44
|
-
}[];
|
|
45
|
-
proposals?: {
|
|
46
|
-
proposalId?: number;
|
|
47
|
-
content?: {
|
|
48
|
-
typeUrl?: string;
|
|
49
|
-
value?: Uint8Array;
|
|
50
|
-
};
|
|
51
|
-
status?: import("./gov").ProposalStatus;
|
|
52
|
-
finalTallyResult?: {
|
|
53
|
-
yes?: string;
|
|
54
|
-
abstain?: string;
|
|
55
|
-
no?: string;
|
|
56
|
-
noWithVeto?: string;
|
|
57
|
-
};
|
|
58
|
-
submitTime?: Date;
|
|
59
|
-
depositEndTime?: Date;
|
|
60
|
-
totalDeposit?: {
|
|
61
|
-
denom?: string;
|
|
62
|
-
amount?: string;
|
|
63
|
-
}[];
|
|
64
|
-
votingStartTime?: Date;
|
|
65
|
-
votingEndTime?: Date;
|
|
66
|
-
}[];
|
|
67
|
-
depositParams?: {
|
|
68
|
-
minDeposit?: {
|
|
69
|
-
denom?: string;
|
|
70
|
-
amount?: string;
|
|
71
|
-
}[];
|
|
72
|
-
maxDepositPeriod?: {
|
|
73
|
-
seconds?: number;
|
|
74
|
-
nanos?: number;
|
|
75
|
-
};
|
|
76
|
-
};
|
|
77
|
-
votingParams?: {
|
|
78
|
-
votingPeriod?: {
|
|
79
|
-
seconds?: number;
|
|
80
|
-
nanos?: number;
|
|
81
|
-
};
|
|
82
|
-
};
|
|
83
|
-
tallyParams?: {
|
|
84
|
-
quorum?: Uint8Array;
|
|
85
|
-
threshold?: Uint8Array;
|
|
86
|
-
vetoThreshold?: Uint8Array;
|
|
87
|
-
};
|
|
88
|
-
} & {
|
|
89
|
-
startingProposalId?: number;
|
|
90
|
-
deposits?: {
|
|
91
|
-
proposalId?: number;
|
|
92
|
-
depositor?: string;
|
|
93
|
-
amount?: {
|
|
94
|
-
denom?: string;
|
|
95
|
-
amount?: string;
|
|
96
|
-
}[];
|
|
97
|
-
}[] & ({
|
|
98
|
-
proposalId?: number;
|
|
99
|
-
depositor?: string;
|
|
100
|
-
amount?: {
|
|
101
|
-
denom?: string;
|
|
102
|
-
amount?: string;
|
|
103
|
-
}[];
|
|
104
|
-
} & {
|
|
105
|
-
proposalId?: number;
|
|
106
|
-
depositor?: string;
|
|
107
|
-
amount?: {
|
|
108
|
-
denom?: string;
|
|
109
|
-
amount?: string;
|
|
110
|
-
}[] & ({
|
|
111
|
-
denom?: string;
|
|
112
|
-
amount?: string;
|
|
113
|
-
} & {
|
|
114
|
-
denom?: string;
|
|
115
|
-
amount?: string;
|
|
116
|
-
} & { [K in Exclude<keyof I["deposits"][number]["amount"][number], keyof import("../../base/v1beta1/coin").Coin>]: never; })[] & { [K_1 in Exclude<keyof I["deposits"][number]["amount"], keyof {
|
|
117
|
-
denom?: string;
|
|
118
|
-
amount?: string;
|
|
119
|
-
}[]>]: never; };
|
|
120
|
-
} & { [K_2 in Exclude<keyof I["deposits"][number], keyof Deposit>]: never; })[] & { [K_3 in Exclude<keyof I["deposits"], keyof {
|
|
121
|
-
proposalId?: number;
|
|
122
|
-
depositor?: string;
|
|
123
|
-
amount?: {
|
|
124
|
-
denom?: string;
|
|
125
|
-
amount?: string;
|
|
126
|
-
}[];
|
|
127
|
-
}[]>]: never; };
|
|
128
|
-
votes?: {
|
|
129
|
-
proposalId?: number;
|
|
130
|
-
voter?: string;
|
|
131
|
-
option?: import("./gov").VoteOption;
|
|
132
|
-
options?: {
|
|
133
|
-
option?: import("./gov").VoteOption;
|
|
134
|
-
weight?: string;
|
|
135
|
-
}[];
|
|
136
|
-
}[] & ({
|
|
137
|
-
proposalId?: number;
|
|
138
|
-
voter?: string;
|
|
139
|
-
option?: import("./gov").VoteOption;
|
|
140
|
-
options?: {
|
|
141
|
-
option?: import("./gov").VoteOption;
|
|
142
|
-
weight?: string;
|
|
143
|
-
}[];
|
|
144
|
-
} & {
|
|
145
|
-
proposalId?: number;
|
|
146
|
-
voter?: string;
|
|
147
|
-
option?: import("./gov").VoteOption;
|
|
148
|
-
options?: {
|
|
149
|
-
option?: import("./gov").VoteOption;
|
|
150
|
-
weight?: string;
|
|
151
|
-
}[] & ({
|
|
152
|
-
option?: import("./gov").VoteOption;
|
|
153
|
-
weight?: string;
|
|
154
|
-
} & {
|
|
155
|
-
option?: import("./gov").VoteOption;
|
|
156
|
-
weight?: string;
|
|
157
|
-
} & { [K_4 in Exclude<keyof I["votes"][number]["options"][number], keyof import("./gov").WeightedVoteOption>]: never; })[] & { [K_5 in Exclude<keyof I["votes"][number]["options"], keyof {
|
|
158
|
-
option?: import("./gov").VoteOption;
|
|
159
|
-
weight?: string;
|
|
160
|
-
}[]>]: never; };
|
|
161
|
-
} & { [K_6 in Exclude<keyof I["votes"][number], keyof Vote>]: never; })[] & { [K_7 in Exclude<keyof I["votes"], keyof {
|
|
162
|
-
proposalId?: number;
|
|
163
|
-
voter?: string;
|
|
164
|
-
option?: import("./gov").VoteOption;
|
|
165
|
-
options?: {
|
|
166
|
-
option?: import("./gov").VoteOption;
|
|
167
|
-
weight?: string;
|
|
168
|
-
}[];
|
|
169
|
-
}[]>]: never; };
|
|
170
|
-
proposals?: {
|
|
171
|
-
proposalId?: number;
|
|
172
|
-
content?: {
|
|
173
|
-
typeUrl?: string;
|
|
174
|
-
value?: Uint8Array;
|
|
175
|
-
};
|
|
176
|
-
status?: import("./gov").ProposalStatus;
|
|
177
|
-
finalTallyResult?: {
|
|
178
|
-
yes?: string;
|
|
179
|
-
abstain?: string;
|
|
180
|
-
no?: string;
|
|
181
|
-
noWithVeto?: string;
|
|
182
|
-
};
|
|
183
|
-
submitTime?: Date;
|
|
184
|
-
depositEndTime?: Date;
|
|
185
|
-
totalDeposit?: {
|
|
186
|
-
denom?: string;
|
|
187
|
-
amount?: string;
|
|
188
|
-
}[];
|
|
189
|
-
votingStartTime?: Date;
|
|
190
|
-
votingEndTime?: Date;
|
|
191
|
-
}[] & ({
|
|
192
|
-
proposalId?: number;
|
|
193
|
-
content?: {
|
|
194
|
-
typeUrl?: string;
|
|
195
|
-
value?: Uint8Array;
|
|
196
|
-
};
|
|
197
|
-
status?: import("./gov").ProposalStatus;
|
|
198
|
-
finalTallyResult?: {
|
|
199
|
-
yes?: string;
|
|
200
|
-
abstain?: string;
|
|
201
|
-
no?: string;
|
|
202
|
-
noWithVeto?: string;
|
|
203
|
-
};
|
|
204
|
-
submitTime?: Date;
|
|
205
|
-
depositEndTime?: Date;
|
|
206
|
-
totalDeposit?: {
|
|
207
|
-
denom?: string;
|
|
208
|
-
amount?: string;
|
|
209
|
-
}[];
|
|
210
|
-
votingStartTime?: Date;
|
|
211
|
-
votingEndTime?: Date;
|
|
212
|
-
} & {
|
|
213
|
-
proposalId?: number;
|
|
214
|
-
content?: {
|
|
215
|
-
typeUrl?: string;
|
|
216
|
-
value?: Uint8Array;
|
|
217
|
-
} & {
|
|
218
|
-
typeUrl?: string;
|
|
219
|
-
value?: Uint8Array;
|
|
220
|
-
} & { [K_8 in Exclude<keyof I["proposals"][number]["content"], keyof import("../../../google").Any>]: never; };
|
|
221
|
-
status?: import("./gov").ProposalStatus;
|
|
222
|
-
finalTallyResult?: {
|
|
223
|
-
yes?: string;
|
|
224
|
-
abstain?: string;
|
|
225
|
-
no?: string;
|
|
226
|
-
noWithVeto?: string;
|
|
227
|
-
} & {
|
|
228
|
-
yes?: string;
|
|
229
|
-
abstain?: string;
|
|
230
|
-
no?: string;
|
|
231
|
-
noWithVeto?: string;
|
|
232
|
-
} & { [K_9 in Exclude<keyof I["proposals"][number]["finalTallyResult"], keyof import("./gov").TallyResult>]: never; };
|
|
233
|
-
submitTime?: Date;
|
|
234
|
-
depositEndTime?: Date;
|
|
235
|
-
totalDeposit?: {
|
|
236
|
-
denom?: string;
|
|
237
|
-
amount?: string;
|
|
238
|
-
}[] & ({
|
|
239
|
-
denom?: string;
|
|
240
|
-
amount?: string;
|
|
241
|
-
} & {
|
|
242
|
-
denom?: string;
|
|
243
|
-
amount?: string;
|
|
244
|
-
} & { [K_10 in Exclude<keyof I["proposals"][number]["totalDeposit"][number], keyof import("../../base/v1beta1/coin").Coin>]: never; })[] & { [K_11 in Exclude<keyof I["proposals"][number]["totalDeposit"], keyof {
|
|
245
|
-
denom?: string;
|
|
246
|
-
amount?: string;
|
|
247
|
-
}[]>]: never; };
|
|
248
|
-
votingStartTime?: Date;
|
|
249
|
-
votingEndTime?: Date;
|
|
250
|
-
} & { [K_12 in Exclude<keyof I["proposals"][number], keyof Proposal>]: never; })[] & { [K_13 in Exclude<keyof I["proposals"], keyof {
|
|
251
|
-
proposalId?: number;
|
|
252
|
-
content?: {
|
|
253
|
-
typeUrl?: string;
|
|
254
|
-
value?: Uint8Array;
|
|
255
|
-
};
|
|
256
|
-
status?: import("./gov").ProposalStatus;
|
|
257
|
-
finalTallyResult?: {
|
|
258
|
-
yes?: string;
|
|
259
|
-
abstain?: string;
|
|
260
|
-
no?: string;
|
|
261
|
-
noWithVeto?: string;
|
|
262
|
-
};
|
|
263
|
-
submitTime?: Date;
|
|
264
|
-
depositEndTime?: Date;
|
|
265
|
-
totalDeposit?: {
|
|
266
|
-
denom?: string;
|
|
267
|
-
amount?: string;
|
|
268
|
-
}[];
|
|
269
|
-
votingStartTime?: Date;
|
|
270
|
-
votingEndTime?: Date;
|
|
271
|
-
}[]>]: never; };
|
|
272
|
-
depositParams?: {
|
|
273
|
-
minDeposit?: {
|
|
274
|
-
denom?: string;
|
|
275
|
-
amount?: string;
|
|
276
|
-
}[];
|
|
277
|
-
maxDepositPeriod?: {
|
|
278
|
-
seconds?: number;
|
|
279
|
-
nanos?: number;
|
|
280
|
-
};
|
|
281
|
-
} & {
|
|
282
|
-
minDeposit?: {
|
|
283
|
-
denom?: string;
|
|
284
|
-
amount?: string;
|
|
285
|
-
}[] & ({
|
|
286
|
-
denom?: string;
|
|
287
|
-
amount?: string;
|
|
288
|
-
} & {
|
|
289
|
-
denom?: string;
|
|
290
|
-
amount?: string;
|
|
291
|
-
} & { [K_14 in Exclude<keyof I["depositParams"]["minDeposit"][number], keyof import("../../base/v1beta1/coin").Coin>]: never; })[] & { [K_15 in Exclude<keyof I["depositParams"]["minDeposit"], keyof {
|
|
292
|
-
denom?: string;
|
|
293
|
-
amount?: string;
|
|
294
|
-
}[]>]: never; };
|
|
295
|
-
maxDepositPeriod?: {
|
|
296
|
-
seconds?: number;
|
|
297
|
-
nanos?: number;
|
|
298
|
-
} & {
|
|
299
|
-
seconds?: number;
|
|
300
|
-
nanos?: number;
|
|
301
|
-
} & { [K_16 in Exclude<keyof I["depositParams"]["maxDepositPeriod"], keyof import("../../../google/protobuf/duration").Duration>]: never; };
|
|
302
|
-
} & { [K_17 in Exclude<keyof I["depositParams"], keyof DepositParams>]: never; };
|
|
303
|
-
votingParams?: {
|
|
304
|
-
votingPeriod?: {
|
|
305
|
-
seconds?: number;
|
|
306
|
-
nanos?: number;
|
|
307
|
-
};
|
|
308
|
-
} & {
|
|
309
|
-
votingPeriod?: {
|
|
310
|
-
seconds?: number;
|
|
311
|
-
nanos?: number;
|
|
312
|
-
} & {
|
|
313
|
-
seconds?: number;
|
|
314
|
-
nanos?: number;
|
|
315
|
-
} & { [K_18 in Exclude<keyof I["votingParams"]["votingPeriod"], keyof import("../../../google/protobuf/duration").Duration>]: never; };
|
|
316
|
-
} & { [K_19 in Exclude<keyof I["votingParams"], "votingPeriod">]: never; };
|
|
317
|
-
tallyParams?: {
|
|
318
|
-
quorum?: Uint8Array;
|
|
319
|
-
threshold?: Uint8Array;
|
|
320
|
-
vetoThreshold?: Uint8Array;
|
|
321
|
-
} & {
|
|
322
|
-
quorum?: Uint8Array;
|
|
323
|
-
threshold?: Uint8Array;
|
|
324
|
-
vetoThreshold?: Uint8Array;
|
|
325
|
-
} & { [K_20 in Exclude<keyof I["tallyParams"], keyof TallyParams>]: never; };
|
|
326
|
-
} & { [K_21 in Exclude<keyof I, keyof GenesisState>]: never; }>(base?: I): GenesisState;
|
|
327
|
-
fromPartial<I_1 extends {
|
|
328
|
-
startingProposalId?: number;
|
|
329
|
-
deposits?: {
|
|
330
|
-
proposalId?: number;
|
|
331
|
-
depositor?: string;
|
|
332
|
-
amount?: {
|
|
333
|
-
denom?: string;
|
|
334
|
-
amount?: string;
|
|
335
|
-
}[];
|
|
336
|
-
}[];
|
|
337
|
-
votes?: {
|
|
338
|
-
proposalId?: number;
|
|
339
|
-
voter?: string;
|
|
340
|
-
option?: import("./gov").VoteOption;
|
|
341
|
-
options?: {
|
|
342
|
-
option?: import("./gov").VoteOption;
|
|
343
|
-
weight?: string;
|
|
344
|
-
}[];
|
|
345
|
-
}[];
|
|
346
|
-
proposals?: {
|
|
347
|
-
proposalId?: number;
|
|
348
|
-
content?: {
|
|
349
|
-
typeUrl?: string;
|
|
350
|
-
value?: Uint8Array;
|
|
351
|
-
};
|
|
352
|
-
status?: import("./gov").ProposalStatus;
|
|
353
|
-
finalTallyResult?: {
|
|
354
|
-
yes?: string;
|
|
355
|
-
abstain?: string;
|
|
356
|
-
no?: string;
|
|
357
|
-
noWithVeto?: string;
|
|
358
|
-
};
|
|
359
|
-
submitTime?: Date;
|
|
360
|
-
depositEndTime?: Date;
|
|
361
|
-
totalDeposit?: {
|
|
362
|
-
denom?: string;
|
|
363
|
-
amount?: string;
|
|
364
|
-
}[];
|
|
365
|
-
votingStartTime?: Date;
|
|
366
|
-
votingEndTime?: Date;
|
|
367
|
-
}[];
|
|
368
|
-
depositParams?: {
|
|
369
|
-
minDeposit?: {
|
|
370
|
-
denom?: string;
|
|
371
|
-
amount?: string;
|
|
372
|
-
}[];
|
|
373
|
-
maxDepositPeriod?: {
|
|
374
|
-
seconds?: number;
|
|
375
|
-
nanos?: number;
|
|
376
|
-
};
|
|
377
|
-
};
|
|
378
|
-
votingParams?: {
|
|
379
|
-
votingPeriod?: {
|
|
380
|
-
seconds?: number;
|
|
381
|
-
nanos?: number;
|
|
382
|
-
};
|
|
383
|
-
};
|
|
384
|
-
tallyParams?: {
|
|
385
|
-
quorum?: Uint8Array;
|
|
386
|
-
threshold?: Uint8Array;
|
|
387
|
-
vetoThreshold?: Uint8Array;
|
|
388
|
-
};
|
|
389
|
-
} & {
|
|
390
|
-
startingProposalId?: number;
|
|
391
|
-
deposits?: {
|
|
392
|
-
proposalId?: number;
|
|
393
|
-
depositor?: string;
|
|
394
|
-
amount?: {
|
|
395
|
-
denom?: string;
|
|
396
|
-
amount?: string;
|
|
397
|
-
}[];
|
|
398
|
-
}[] & ({
|
|
399
|
-
proposalId?: number;
|
|
400
|
-
depositor?: string;
|
|
401
|
-
amount?: {
|
|
402
|
-
denom?: string;
|
|
403
|
-
amount?: string;
|
|
404
|
-
}[];
|
|
405
|
-
} & {
|
|
406
|
-
proposalId?: number;
|
|
407
|
-
depositor?: string;
|
|
408
|
-
amount?: {
|
|
409
|
-
denom?: string;
|
|
410
|
-
amount?: string;
|
|
411
|
-
}[] & ({
|
|
412
|
-
denom?: string;
|
|
413
|
-
amount?: string;
|
|
414
|
-
} & {
|
|
415
|
-
denom?: string;
|
|
416
|
-
amount?: string;
|
|
417
|
-
} & { [K_22 in Exclude<keyof I_1["deposits"][number]["amount"][number], keyof import("../../base/v1beta1/coin").Coin>]: never; })[] & { [K_23 in Exclude<keyof I_1["deposits"][number]["amount"], keyof {
|
|
418
|
-
denom?: string;
|
|
419
|
-
amount?: string;
|
|
420
|
-
}[]>]: never; };
|
|
421
|
-
} & { [K_24 in Exclude<keyof I_1["deposits"][number], keyof Deposit>]: never; })[] & { [K_25 in Exclude<keyof I_1["deposits"], keyof {
|
|
422
|
-
proposalId?: number;
|
|
423
|
-
depositor?: string;
|
|
424
|
-
amount?: {
|
|
425
|
-
denom?: string;
|
|
426
|
-
amount?: string;
|
|
427
|
-
}[];
|
|
428
|
-
}[]>]: never; };
|
|
429
|
-
votes?: {
|
|
430
|
-
proposalId?: number;
|
|
431
|
-
voter?: string;
|
|
432
|
-
option?: import("./gov").VoteOption;
|
|
433
|
-
options?: {
|
|
434
|
-
option?: import("./gov").VoteOption;
|
|
435
|
-
weight?: string;
|
|
436
|
-
}[];
|
|
437
|
-
}[] & ({
|
|
438
|
-
proposalId?: number;
|
|
439
|
-
voter?: string;
|
|
440
|
-
option?: import("./gov").VoteOption;
|
|
441
|
-
options?: {
|
|
442
|
-
option?: import("./gov").VoteOption;
|
|
443
|
-
weight?: string;
|
|
444
|
-
}[];
|
|
445
|
-
} & {
|
|
446
|
-
proposalId?: number;
|
|
447
|
-
voter?: string;
|
|
448
|
-
option?: import("./gov").VoteOption;
|
|
449
|
-
options?: {
|
|
450
|
-
option?: import("./gov").VoteOption;
|
|
451
|
-
weight?: string;
|
|
452
|
-
}[] & ({
|
|
453
|
-
option?: import("./gov").VoteOption;
|
|
454
|
-
weight?: string;
|
|
455
|
-
} & {
|
|
456
|
-
option?: import("./gov").VoteOption;
|
|
457
|
-
weight?: string;
|
|
458
|
-
} & { [K_26 in Exclude<keyof I_1["votes"][number]["options"][number], keyof import("./gov").WeightedVoteOption>]: never; })[] & { [K_27 in Exclude<keyof I_1["votes"][number]["options"], keyof {
|
|
459
|
-
option?: import("./gov").VoteOption;
|
|
460
|
-
weight?: string;
|
|
461
|
-
}[]>]: never; };
|
|
462
|
-
} & { [K_28 in Exclude<keyof I_1["votes"][number], keyof Vote>]: never; })[] & { [K_29 in Exclude<keyof I_1["votes"], keyof {
|
|
463
|
-
proposalId?: number;
|
|
464
|
-
voter?: string;
|
|
465
|
-
option?: import("./gov").VoteOption;
|
|
466
|
-
options?: {
|
|
467
|
-
option?: import("./gov").VoteOption;
|
|
468
|
-
weight?: string;
|
|
469
|
-
}[];
|
|
470
|
-
}[]>]: never; };
|
|
471
|
-
proposals?: {
|
|
472
|
-
proposalId?: number;
|
|
473
|
-
content?: {
|
|
474
|
-
typeUrl?: string;
|
|
475
|
-
value?: Uint8Array;
|
|
476
|
-
};
|
|
477
|
-
status?: import("./gov").ProposalStatus;
|
|
478
|
-
finalTallyResult?: {
|
|
479
|
-
yes?: string;
|
|
480
|
-
abstain?: string;
|
|
481
|
-
no?: string;
|
|
482
|
-
noWithVeto?: string;
|
|
483
|
-
};
|
|
484
|
-
submitTime?: Date;
|
|
485
|
-
depositEndTime?: Date;
|
|
486
|
-
totalDeposit?: {
|
|
487
|
-
denom?: string;
|
|
488
|
-
amount?: string;
|
|
489
|
-
}[];
|
|
490
|
-
votingStartTime?: Date;
|
|
491
|
-
votingEndTime?: Date;
|
|
492
|
-
}[] & ({
|
|
493
|
-
proposalId?: number;
|
|
494
|
-
content?: {
|
|
495
|
-
typeUrl?: string;
|
|
496
|
-
value?: Uint8Array;
|
|
497
|
-
};
|
|
498
|
-
status?: import("./gov").ProposalStatus;
|
|
499
|
-
finalTallyResult?: {
|
|
500
|
-
yes?: string;
|
|
501
|
-
abstain?: string;
|
|
502
|
-
no?: string;
|
|
503
|
-
noWithVeto?: string;
|
|
504
|
-
};
|
|
505
|
-
submitTime?: Date;
|
|
506
|
-
depositEndTime?: Date;
|
|
507
|
-
totalDeposit?: {
|
|
508
|
-
denom?: string;
|
|
509
|
-
amount?: string;
|
|
510
|
-
}[];
|
|
511
|
-
votingStartTime?: Date;
|
|
512
|
-
votingEndTime?: Date;
|
|
513
|
-
} & {
|
|
514
|
-
proposalId?: number;
|
|
515
|
-
content?: {
|
|
516
|
-
typeUrl?: string;
|
|
517
|
-
value?: Uint8Array;
|
|
518
|
-
} & {
|
|
519
|
-
typeUrl?: string;
|
|
520
|
-
value?: Uint8Array;
|
|
521
|
-
} & { [K_30 in Exclude<keyof I_1["proposals"][number]["content"], keyof import("../../../google").Any>]: never; };
|
|
522
|
-
status?: import("./gov").ProposalStatus;
|
|
523
|
-
finalTallyResult?: {
|
|
524
|
-
yes?: string;
|
|
525
|
-
abstain?: string;
|
|
526
|
-
no?: string;
|
|
527
|
-
noWithVeto?: string;
|
|
528
|
-
} & {
|
|
529
|
-
yes?: string;
|
|
530
|
-
abstain?: string;
|
|
531
|
-
no?: string;
|
|
532
|
-
noWithVeto?: string;
|
|
533
|
-
} & { [K_31 in Exclude<keyof I_1["proposals"][number]["finalTallyResult"], keyof import("./gov").TallyResult>]: never; };
|
|
534
|
-
submitTime?: Date;
|
|
535
|
-
depositEndTime?: Date;
|
|
536
|
-
totalDeposit?: {
|
|
537
|
-
denom?: string;
|
|
538
|
-
amount?: string;
|
|
539
|
-
}[] & ({
|
|
540
|
-
denom?: string;
|
|
541
|
-
amount?: string;
|
|
542
|
-
} & {
|
|
543
|
-
denom?: string;
|
|
544
|
-
amount?: string;
|
|
545
|
-
} & { [K_32 in Exclude<keyof I_1["proposals"][number]["totalDeposit"][number], keyof import("../../base/v1beta1/coin").Coin>]: never; })[] & { [K_33 in Exclude<keyof I_1["proposals"][number]["totalDeposit"], keyof {
|
|
546
|
-
denom?: string;
|
|
547
|
-
amount?: string;
|
|
548
|
-
}[]>]: never; };
|
|
549
|
-
votingStartTime?: Date;
|
|
550
|
-
votingEndTime?: Date;
|
|
551
|
-
} & { [K_34 in Exclude<keyof I_1["proposals"][number], keyof Proposal>]: never; })[] & { [K_35 in Exclude<keyof I_1["proposals"], keyof {
|
|
552
|
-
proposalId?: number;
|
|
553
|
-
content?: {
|
|
554
|
-
typeUrl?: string;
|
|
555
|
-
value?: Uint8Array;
|
|
556
|
-
};
|
|
557
|
-
status?: import("./gov").ProposalStatus;
|
|
558
|
-
finalTallyResult?: {
|
|
559
|
-
yes?: string;
|
|
560
|
-
abstain?: string;
|
|
561
|
-
no?: string;
|
|
562
|
-
noWithVeto?: string;
|
|
563
|
-
};
|
|
564
|
-
submitTime?: Date;
|
|
565
|
-
depositEndTime?: Date;
|
|
566
|
-
totalDeposit?: {
|
|
567
|
-
denom?: string;
|
|
568
|
-
amount?: string;
|
|
569
|
-
}[];
|
|
570
|
-
votingStartTime?: Date;
|
|
571
|
-
votingEndTime?: Date;
|
|
572
|
-
}[]>]: never; };
|
|
573
|
-
depositParams?: {
|
|
574
|
-
minDeposit?: {
|
|
575
|
-
denom?: string;
|
|
576
|
-
amount?: string;
|
|
577
|
-
}[];
|
|
578
|
-
maxDepositPeriod?: {
|
|
579
|
-
seconds?: number;
|
|
580
|
-
nanos?: number;
|
|
581
|
-
};
|
|
582
|
-
} & {
|
|
583
|
-
minDeposit?: {
|
|
584
|
-
denom?: string;
|
|
585
|
-
amount?: string;
|
|
586
|
-
}[] & ({
|
|
587
|
-
denom?: string;
|
|
588
|
-
amount?: string;
|
|
589
|
-
} & {
|
|
590
|
-
denom?: string;
|
|
591
|
-
amount?: string;
|
|
592
|
-
} & { [K_36 in Exclude<keyof I_1["depositParams"]["minDeposit"][number], keyof import("../../base/v1beta1/coin").Coin>]: never; })[] & { [K_37 in Exclude<keyof I_1["depositParams"]["minDeposit"], keyof {
|
|
593
|
-
denom?: string;
|
|
594
|
-
amount?: string;
|
|
595
|
-
}[]>]: never; };
|
|
596
|
-
maxDepositPeriod?: {
|
|
597
|
-
seconds?: number;
|
|
598
|
-
nanos?: number;
|
|
599
|
-
} & {
|
|
600
|
-
seconds?: number;
|
|
601
|
-
nanos?: number;
|
|
602
|
-
} & { [K_38 in Exclude<keyof I_1["depositParams"]["maxDepositPeriod"], keyof import("../../../google/protobuf/duration").Duration>]: never; };
|
|
603
|
-
} & { [K_39 in Exclude<keyof I_1["depositParams"], keyof DepositParams>]: never; };
|
|
604
|
-
votingParams?: {
|
|
605
|
-
votingPeriod?: {
|
|
606
|
-
seconds?: number;
|
|
607
|
-
nanos?: number;
|
|
608
|
-
};
|
|
609
|
-
} & {
|
|
610
|
-
votingPeriod?: {
|
|
611
|
-
seconds?: number;
|
|
612
|
-
nanos?: number;
|
|
613
|
-
} & {
|
|
614
|
-
seconds?: number;
|
|
615
|
-
nanos?: number;
|
|
616
|
-
} & { [K_40 in Exclude<keyof I_1["votingParams"]["votingPeriod"], keyof import("../../../google/protobuf/duration").Duration>]: never; };
|
|
617
|
-
} & { [K_41 in Exclude<keyof I_1["votingParams"], "votingPeriod">]: never; };
|
|
618
|
-
tallyParams?: {
|
|
619
|
-
quorum?: Uint8Array;
|
|
620
|
-
threshold?: Uint8Array;
|
|
621
|
-
vetoThreshold?: Uint8Array;
|
|
622
|
-
} & {
|
|
623
|
-
quorum?: Uint8Array;
|
|
624
|
-
threshold?: Uint8Array;
|
|
625
|
-
vetoThreshold?: Uint8Array;
|
|
626
|
-
} & { [K_42 in Exclude<keyof I_1["tallyParams"], keyof TallyParams>]: never; };
|
|
627
|
-
} & { [K_43 in Exclude<keyof I_1, keyof GenesisState>]: never; }>(object: I_1): GenesisState;
|
|
628
|
-
};
|
|
629
|
-
type Builtin = Date | Function | Uint8Array | string | number | boolean | undefined;
|
|
630
|
-
export type DeepPartial<T> = T extends Builtin ? T : T extends Array<infer U> ? Array<DeepPartial<U>> : T extends ReadonlyArray<infer U> ? ReadonlyArray<DeepPartial<U>> : T extends {} ? {
|
|
631
|
-
[K in keyof T]?: DeepPartial<T[K]>;
|
|
632
|
-
} : Partial<T>;
|
|
633
|
-
type KeysOfUnion<T> = T extends T ? keyof T : never;
|
|
634
|
-
export type Exact<P, I extends P> = P extends Builtin ? P : P & {
|
|
635
|
-
[K in keyof P]: Exact<P[K], I[K]>;
|
|
636
|
-
} & {
|
|
637
|
-
[K in Exclude<keyof I, KeysOfUnion<P>>]: never;
|
|
638
|
-
};
|
|
639
|
-
export {};
|