coreum-js 2.10.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 +9 -9
- 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,1259 +0,0 @@
|
|
|
1
|
-
import _m0 from "protobufjs/minimal";
|
|
2
|
-
import { DecCoin } from "../../base/v1beta1/coin";
|
|
3
|
-
import { DelegatorStartingInfo, FeePool, Params, ValidatorAccumulatedCommission, ValidatorCurrentRewards, ValidatorHistoricalRewards, ValidatorSlashEvent } from "./distribution";
|
|
4
|
-
export declare const protobufPackage = "cosmos.distribution.v1beta1";
|
|
5
|
-
/**
|
|
6
|
-
* DelegatorWithdrawInfo is the address for where distributions rewards are
|
|
7
|
-
* withdrawn to by default this struct is only used at genesis to feed in
|
|
8
|
-
* default withdraw addresses.
|
|
9
|
-
*/
|
|
10
|
-
export interface DelegatorWithdrawInfo {
|
|
11
|
-
/** delegator_address is the address of the delegator. */
|
|
12
|
-
delegatorAddress: string;
|
|
13
|
-
/** withdraw_address is the address to withdraw the delegation rewards to. */
|
|
14
|
-
withdrawAddress: string;
|
|
15
|
-
}
|
|
16
|
-
/** ValidatorOutstandingRewardsRecord is used for import/export via genesis json. */
|
|
17
|
-
export interface ValidatorOutstandingRewardsRecord {
|
|
18
|
-
/** validator_address is the address of the validator. */
|
|
19
|
-
validatorAddress: string;
|
|
20
|
-
/** outstanding_rewards represents the outstanding rewards of a validator. */
|
|
21
|
-
outstandingRewards: DecCoin[];
|
|
22
|
-
}
|
|
23
|
-
/**
|
|
24
|
-
* ValidatorAccumulatedCommissionRecord is used for import / export via genesis
|
|
25
|
-
* json.
|
|
26
|
-
*/
|
|
27
|
-
export interface ValidatorAccumulatedCommissionRecord {
|
|
28
|
-
/** validator_address is the address of the validator. */
|
|
29
|
-
validatorAddress: string;
|
|
30
|
-
/** accumulated is the accumulated commission of a validator. */
|
|
31
|
-
accumulated: ValidatorAccumulatedCommission | undefined;
|
|
32
|
-
}
|
|
33
|
-
/**
|
|
34
|
-
* ValidatorHistoricalRewardsRecord is used for import / export via genesis
|
|
35
|
-
* json.
|
|
36
|
-
*/
|
|
37
|
-
export interface ValidatorHistoricalRewardsRecord {
|
|
38
|
-
/** validator_address is the address of the validator. */
|
|
39
|
-
validatorAddress: string;
|
|
40
|
-
/** period defines the period the historical rewards apply to. */
|
|
41
|
-
period: number;
|
|
42
|
-
/** rewards defines the historical rewards of a validator. */
|
|
43
|
-
rewards: ValidatorHistoricalRewards | undefined;
|
|
44
|
-
}
|
|
45
|
-
/** ValidatorCurrentRewardsRecord is used for import / export via genesis json. */
|
|
46
|
-
export interface ValidatorCurrentRewardsRecord {
|
|
47
|
-
/** validator_address is the address of the validator. */
|
|
48
|
-
validatorAddress: string;
|
|
49
|
-
/** rewards defines the current rewards of a validator. */
|
|
50
|
-
rewards: ValidatorCurrentRewards | undefined;
|
|
51
|
-
}
|
|
52
|
-
/** DelegatorStartingInfoRecord used for import / export via genesis json. */
|
|
53
|
-
export interface DelegatorStartingInfoRecord {
|
|
54
|
-
/** delegator_address is the address of the delegator. */
|
|
55
|
-
delegatorAddress: string;
|
|
56
|
-
/** validator_address is the address of the validator. */
|
|
57
|
-
validatorAddress: string;
|
|
58
|
-
/** starting_info defines the starting info of a delegator. */
|
|
59
|
-
startingInfo: DelegatorStartingInfo | undefined;
|
|
60
|
-
}
|
|
61
|
-
/** ValidatorSlashEventRecord is used for import / export via genesis json. */
|
|
62
|
-
export interface ValidatorSlashEventRecord {
|
|
63
|
-
/** validator_address is the address of the validator. */
|
|
64
|
-
validatorAddress: string;
|
|
65
|
-
/** height defines the block height at which the slash event occurred. */
|
|
66
|
-
height: number;
|
|
67
|
-
/** period is the period of the slash event. */
|
|
68
|
-
period: number;
|
|
69
|
-
/** validator_slash_event describes the slash event. */
|
|
70
|
-
validatorSlashEvent: ValidatorSlashEvent | undefined;
|
|
71
|
-
}
|
|
72
|
-
/** GenesisState defines the distribution module's genesis state. */
|
|
73
|
-
export interface GenesisState {
|
|
74
|
-
/** params defines all the parameters of the module. */
|
|
75
|
-
params: Params | undefined;
|
|
76
|
-
/** fee_pool defines the fee pool at genesis. */
|
|
77
|
-
feePool: FeePool | undefined;
|
|
78
|
-
/** fee_pool defines the delegator withdraw infos at genesis. */
|
|
79
|
-
delegatorWithdrawInfos: DelegatorWithdrawInfo[];
|
|
80
|
-
/** fee_pool defines the previous proposer at genesis. */
|
|
81
|
-
previousProposer: string;
|
|
82
|
-
/** fee_pool defines the outstanding rewards of all validators at genesis. */
|
|
83
|
-
outstandingRewards: ValidatorOutstandingRewardsRecord[];
|
|
84
|
-
/** fee_pool defines the accumulated commissions of all validators at genesis. */
|
|
85
|
-
validatorAccumulatedCommissions: ValidatorAccumulatedCommissionRecord[];
|
|
86
|
-
/** fee_pool defines the historical rewards of all validators at genesis. */
|
|
87
|
-
validatorHistoricalRewards: ValidatorHistoricalRewardsRecord[];
|
|
88
|
-
/** fee_pool defines the current rewards of all validators at genesis. */
|
|
89
|
-
validatorCurrentRewards: ValidatorCurrentRewardsRecord[];
|
|
90
|
-
/** fee_pool defines the delegator starting infos at genesis. */
|
|
91
|
-
delegatorStartingInfos: DelegatorStartingInfoRecord[];
|
|
92
|
-
/** fee_pool defines the validator slash events at genesis. */
|
|
93
|
-
validatorSlashEvents: ValidatorSlashEventRecord[];
|
|
94
|
-
}
|
|
95
|
-
export declare const DelegatorWithdrawInfo: {
|
|
96
|
-
encode(message: DelegatorWithdrawInfo, writer?: _m0.Writer): _m0.Writer;
|
|
97
|
-
decode(input: _m0.Reader | Uint8Array, length?: number): DelegatorWithdrawInfo;
|
|
98
|
-
fromJSON(object: any): DelegatorWithdrawInfo;
|
|
99
|
-
toJSON(message: DelegatorWithdrawInfo): unknown;
|
|
100
|
-
create<I extends {
|
|
101
|
-
delegatorAddress?: string;
|
|
102
|
-
withdrawAddress?: string;
|
|
103
|
-
} & {
|
|
104
|
-
delegatorAddress?: string;
|
|
105
|
-
withdrawAddress?: string;
|
|
106
|
-
} & { [K in Exclude<keyof I, keyof DelegatorWithdrawInfo>]: never; }>(base?: I): DelegatorWithdrawInfo;
|
|
107
|
-
fromPartial<I_1 extends {
|
|
108
|
-
delegatorAddress?: string;
|
|
109
|
-
withdrawAddress?: string;
|
|
110
|
-
} & {
|
|
111
|
-
delegatorAddress?: string;
|
|
112
|
-
withdrawAddress?: string;
|
|
113
|
-
} & { [K_1 in Exclude<keyof I_1, keyof DelegatorWithdrawInfo>]: never; }>(object: I_1): DelegatorWithdrawInfo;
|
|
114
|
-
};
|
|
115
|
-
export declare const ValidatorOutstandingRewardsRecord: {
|
|
116
|
-
encode(message: ValidatorOutstandingRewardsRecord, writer?: _m0.Writer): _m0.Writer;
|
|
117
|
-
decode(input: _m0.Reader | Uint8Array, length?: number): ValidatorOutstandingRewardsRecord;
|
|
118
|
-
fromJSON(object: any): ValidatorOutstandingRewardsRecord;
|
|
119
|
-
toJSON(message: ValidatorOutstandingRewardsRecord): unknown;
|
|
120
|
-
create<I extends {
|
|
121
|
-
validatorAddress?: string;
|
|
122
|
-
outstandingRewards?: {
|
|
123
|
-
denom?: string;
|
|
124
|
-
amount?: string;
|
|
125
|
-
}[];
|
|
126
|
-
} & {
|
|
127
|
-
validatorAddress?: string;
|
|
128
|
-
outstandingRewards?: {
|
|
129
|
-
denom?: string;
|
|
130
|
-
amount?: string;
|
|
131
|
-
}[] & ({
|
|
132
|
-
denom?: string;
|
|
133
|
-
amount?: string;
|
|
134
|
-
} & {
|
|
135
|
-
denom?: string;
|
|
136
|
-
amount?: string;
|
|
137
|
-
} & { [K in Exclude<keyof I["outstandingRewards"][number], keyof DecCoin>]: never; })[] & { [K_1 in Exclude<keyof I["outstandingRewards"], keyof {
|
|
138
|
-
denom?: string;
|
|
139
|
-
amount?: string;
|
|
140
|
-
}[]>]: never; };
|
|
141
|
-
} & { [K_2 in Exclude<keyof I, keyof ValidatorOutstandingRewardsRecord>]: never; }>(base?: I): ValidatorOutstandingRewardsRecord;
|
|
142
|
-
fromPartial<I_1 extends {
|
|
143
|
-
validatorAddress?: string;
|
|
144
|
-
outstandingRewards?: {
|
|
145
|
-
denom?: string;
|
|
146
|
-
amount?: string;
|
|
147
|
-
}[];
|
|
148
|
-
} & {
|
|
149
|
-
validatorAddress?: string;
|
|
150
|
-
outstandingRewards?: {
|
|
151
|
-
denom?: string;
|
|
152
|
-
amount?: string;
|
|
153
|
-
}[] & ({
|
|
154
|
-
denom?: string;
|
|
155
|
-
amount?: string;
|
|
156
|
-
} & {
|
|
157
|
-
denom?: string;
|
|
158
|
-
amount?: string;
|
|
159
|
-
} & { [K_3 in Exclude<keyof I_1["outstandingRewards"][number], keyof DecCoin>]: never; })[] & { [K_4 in Exclude<keyof I_1["outstandingRewards"], keyof {
|
|
160
|
-
denom?: string;
|
|
161
|
-
amount?: string;
|
|
162
|
-
}[]>]: never; };
|
|
163
|
-
} & { [K_5 in Exclude<keyof I_1, keyof ValidatorOutstandingRewardsRecord>]: never; }>(object: I_1): ValidatorOutstandingRewardsRecord;
|
|
164
|
-
};
|
|
165
|
-
export declare const ValidatorAccumulatedCommissionRecord: {
|
|
166
|
-
encode(message: ValidatorAccumulatedCommissionRecord, writer?: _m0.Writer): _m0.Writer;
|
|
167
|
-
decode(input: _m0.Reader | Uint8Array, length?: number): ValidatorAccumulatedCommissionRecord;
|
|
168
|
-
fromJSON(object: any): ValidatorAccumulatedCommissionRecord;
|
|
169
|
-
toJSON(message: ValidatorAccumulatedCommissionRecord): unknown;
|
|
170
|
-
create<I extends {
|
|
171
|
-
validatorAddress?: string;
|
|
172
|
-
accumulated?: {
|
|
173
|
-
commission?: {
|
|
174
|
-
denom?: string;
|
|
175
|
-
amount?: string;
|
|
176
|
-
}[];
|
|
177
|
-
};
|
|
178
|
-
} & {
|
|
179
|
-
validatorAddress?: string;
|
|
180
|
-
accumulated?: {
|
|
181
|
-
commission?: {
|
|
182
|
-
denom?: string;
|
|
183
|
-
amount?: string;
|
|
184
|
-
}[];
|
|
185
|
-
} & {
|
|
186
|
-
commission?: {
|
|
187
|
-
denom?: string;
|
|
188
|
-
amount?: string;
|
|
189
|
-
}[] & ({
|
|
190
|
-
denom?: string;
|
|
191
|
-
amount?: string;
|
|
192
|
-
} & {
|
|
193
|
-
denom?: string;
|
|
194
|
-
amount?: string;
|
|
195
|
-
} & { [K in Exclude<keyof I["accumulated"]["commission"][number], keyof DecCoin>]: never; })[] & { [K_1 in Exclude<keyof I["accumulated"]["commission"], keyof {
|
|
196
|
-
denom?: string;
|
|
197
|
-
amount?: string;
|
|
198
|
-
}[]>]: never; };
|
|
199
|
-
} & { [K_2 in Exclude<keyof I["accumulated"], "commission">]: never; };
|
|
200
|
-
} & { [K_3 in Exclude<keyof I, keyof ValidatorAccumulatedCommissionRecord>]: never; }>(base?: I): ValidatorAccumulatedCommissionRecord;
|
|
201
|
-
fromPartial<I_1 extends {
|
|
202
|
-
validatorAddress?: string;
|
|
203
|
-
accumulated?: {
|
|
204
|
-
commission?: {
|
|
205
|
-
denom?: string;
|
|
206
|
-
amount?: string;
|
|
207
|
-
}[];
|
|
208
|
-
};
|
|
209
|
-
} & {
|
|
210
|
-
validatorAddress?: string;
|
|
211
|
-
accumulated?: {
|
|
212
|
-
commission?: {
|
|
213
|
-
denom?: string;
|
|
214
|
-
amount?: string;
|
|
215
|
-
}[];
|
|
216
|
-
} & {
|
|
217
|
-
commission?: {
|
|
218
|
-
denom?: string;
|
|
219
|
-
amount?: string;
|
|
220
|
-
}[] & ({
|
|
221
|
-
denom?: string;
|
|
222
|
-
amount?: string;
|
|
223
|
-
} & {
|
|
224
|
-
denom?: string;
|
|
225
|
-
amount?: string;
|
|
226
|
-
} & { [K_4 in Exclude<keyof I_1["accumulated"]["commission"][number], keyof DecCoin>]: never; })[] & { [K_5 in Exclude<keyof I_1["accumulated"]["commission"], keyof {
|
|
227
|
-
denom?: string;
|
|
228
|
-
amount?: string;
|
|
229
|
-
}[]>]: never; };
|
|
230
|
-
} & { [K_6 in Exclude<keyof I_1["accumulated"], "commission">]: never; };
|
|
231
|
-
} & { [K_7 in Exclude<keyof I_1, keyof ValidatorAccumulatedCommissionRecord>]: never; }>(object: I_1): ValidatorAccumulatedCommissionRecord;
|
|
232
|
-
};
|
|
233
|
-
export declare const ValidatorHistoricalRewardsRecord: {
|
|
234
|
-
encode(message: ValidatorHistoricalRewardsRecord, writer?: _m0.Writer): _m0.Writer;
|
|
235
|
-
decode(input: _m0.Reader | Uint8Array, length?: number): ValidatorHistoricalRewardsRecord;
|
|
236
|
-
fromJSON(object: any): ValidatorHistoricalRewardsRecord;
|
|
237
|
-
toJSON(message: ValidatorHistoricalRewardsRecord): unknown;
|
|
238
|
-
create<I extends {
|
|
239
|
-
validatorAddress?: string;
|
|
240
|
-
period?: number;
|
|
241
|
-
rewards?: {
|
|
242
|
-
cumulativeRewardRatio?: {
|
|
243
|
-
denom?: string;
|
|
244
|
-
amount?: string;
|
|
245
|
-
}[];
|
|
246
|
-
referenceCount?: number;
|
|
247
|
-
};
|
|
248
|
-
} & {
|
|
249
|
-
validatorAddress?: string;
|
|
250
|
-
period?: number;
|
|
251
|
-
rewards?: {
|
|
252
|
-
cumulativeRewardRatio?: {
|
|
253
|
-
denom?: string;
|
|
254
|
-
amount?: string;
|
|
255
|
-
}[];
|
|
256
|
-
referenceCount?: number;
|
|
257
|
-
} & {
|
|
258
|
-
cumulativeRewardRatio?: {
|
|
259
|
-
denom?: string;
|
|
260
|
-
amount?: string;
|
|
261
|
-
}[] & ({
|
|
262
|
-
denom?: string;
|
|
263
|
-
amount?: string;
|
|
264
|
-
} & {
|
|
265
|
-
denom?: string;
|
|
266
|
-
amount?: string;
|
|
267
|
-
} & { [K in Exclude<keyof I["rewards"]["cumulativeRewardRatio"][number], keyof DecCoin>]: never; })[] & { [K_1 in Exclude<keyof I["rewards"]["cumulativeRewardRatio"], keyof {
|
|
268
|
-
denom?: string;
|
|
269
|
-
amount?: string;
|
|
270
|
-
}[]>]: never; };
|
|
271
|
-
referenceCount?: number;
|
|
272
|
-
} & { [K_2 in Exclude<keyof I["rewards"], keyof ValidatorHistoricalRewards>]: never; };
|
|
273
|
-
} & { [K_3 in Exclude<keyof I, keyof ValidatorHistoricalRewardsRecord>]: never; }>(base?: I): ValidatorHistoricalRewardsRecord;
|
|
274
|
-
fromPartial<I_1 extends {
|
|
275
|
-
validatorAddress?: string;
|
|
276
|
-
period?: number;
|
|
277
|
-
rewards?: {
|
|
278
|
-
cumulativeRewardRatio?: {
|
|
279
|
-
denom?: string;
|
|
280
|
-
amount?: string;
|
|
281
|
-
}[];
|
|
282
|
-
referenceCount?: number;
|
|
283
|
-
};
|
|
284
|
-
} & {
|
|
285
|
-
validatorAddress?: string;
|
|
286
|
-
period?: number;
|
|
287
|
-
rewards?: {
|
|
288
|
-
cumulativeRewardRatio?: {
|
|
289
|
-
denom?: string;
|
|
290
|
-
amount?: string;
|
|
291
|
-
}[];
|
|
292
|
-
referenceCount?: number;
|
|
293
|
-
} & {
|
|
294
|
-
cumulativeRewardRatio?: {
|
|
295
|
-
denom?: string;
|
|
296
|
-
amount?: string;
|
|
297
|
-
}[] & ({
|
|
298
|
-
denom?: string;
|
|
299
|
-
amount?: string;
|
|
300
|
-
} & {
|
|
301
|
-
denom?: string;
|
|
302
|
-
amount?: string;
|
|
303
|
-
} & { [K_4 in Exclude<keyof I_1["rewards"]["cumulativeRewardRatio"][number], keyof DecCoin>]: never; })[] & { [K_5 in Exclude<keyof I_1["rewards"]["cumulativeRewardRatio"], keyof {
|
|
304
|
-
denom?: string;
|
|
305
|
-
amount?: string;
|
|
306
|
-
}[]>]: never; };
|
|
307
|
-
referenceCount?: number;
|
|
308
|
-
} & { [K_6 in Exclude<keyof I_1["rewards"], keyof ValidatorHistoricalRewards>]: never; };
|
|
309
|
-
} & { [K_7 in Exclude<keyof I_1, keyof ValidatorHistoricalRewardsRecord>]: never; }>(object: I_1): ValidatorHistoricalRewardsRecord;
|
|
310
|
-
};
|
|
311
|
-
export declare const ValidatorCurrentRewardsRecord: {
|
|
312
|
-
encode(message: ValidatorCurrentRewardsRecord, writer?: _m0.Writer): _m0.Writer;
|
|
313
|
-
decode(input: _m0.Reader | Uint8Array, length?: number): ValidatorCurrentRewardsRecord;
|
|
314
|
-
fromJSON(object: any): ValidatorCurrentRewardsRecord;
|
|
315
|
-
toJSON(message: ValidatorCurrentRewardsRecord): unknown;
|
|
316
|
-
create<I extends {
|
|
317
|
-
validatorAddress?: string;
|
|
318
|
-
rewards?: {
|
|
319
|
-
rewards?: {
|
|
320
|
-
denom?: string;
|
|
321
|
-
amount?: string;
|
|
322
|
-
}[];
|
|
323
|
-
period?: number;
|
|
324
|
-
};
|
|
325
|
-
} & {
|
|
326
|
-
validatorAddress?: string;
|
|
327
|
-
rewards?: {
|
|
328
|
-
rewards?: {
|
|
329
|
-
denom?: string;
|
|
330
|
-
amount?: string;
|
|
331
|
-
}[];
|
|
332
|
-
period?: number;
|
|
333
|
-
} & {
|
|
334
|
-
rewards?: {
|
|
335
|
-
denom?: string;
|
|
336
|
-
amount?: string;
|
|
337
|
-
}[] & ({
|
|
338
|
-
denom?: string;
|
|
339
|
-
amount?: string;
|
|
340
|
-
} & {
|
|
341
|
-
denom?: string;
|
|
342
|
-
amount?: string;
|
|
343
|
-
} & { [K in Exclude<keyof I["rewards"]["rewards"][number], keyof DecCoin>]: never; })[] & { [K_1 in Exclude<keyof I["rewards"]["rewards"], keyof {
|
|
344
|
-
denom?: string;
|
|
345
|
-
amount?: string;
|
|
346
|
-
}[]>]: never; };
|
|
347
|
-
period?: number;
|
|
348
|
-
} & { [K_2 in Exclude<keyof I["rewards"], keyof ValidatorCurrentRewards>]: never; };
|
|
349
|
-
} & { [K_3 in Exclude<keyof I, keyof ValidatorCurrentRewardsRecord>]: never; }>(base?: I): ValidatorCurrentRewardsRecord;
|
|
350
|
-
fromPartial<I_1 extends {
|
|
351
|
-
validatorAddress?: string;
|
|
352
|
-
rewards?: {
|
|
353
|
-
rewards?: {
|
|
354
|
-
denom?: string;
|
|
355
|
-
amount?: string;
|
|
356
|
-
}[];
|
|
357
|
-
period?: number;
|
|
358
|
-
};
|
|
359
|
-
} & {
|
|
360
|
-
validatorAddress?: string;
|
|
361
|
-
rewards?: {
|
|
362
|
-
rewards?: {
|
|
363
|
-
denom?: string;
|
|
364
|
-
amount?: string;
|
|
365
|
-
}[];
|
|
366
|
-
period?: number;
|
|
367
|
-
} & {
|
|
368
|
-
rewards?: {
|
|
369
|
-
denom?: string;
|
|
370
|
-
amount?: string;
|
|
371
|
-
}[] & ({
|
|
372
|
-
denom?: string;
|
|
373
|
-
amount?: string;
|
|
374
|
-
} & {
|
|
375
|
-
denom?: string;
|
|
376
|
-
amount?: string;
|
|
377
|
-
} & { [K_4 in Exclude<keyof I_1["rewards"]["rewards"][number], keyof DecCoin>]: never; })[] & { [K_5 in Exclude<keyof I_1["rewards"]["rewards"], keyof {
|
|
378
|
-
denom?: string;
|
|
379
|
-
amount?: string;
|
|
380
|
-
}[]>]: never; };
|
|
381
|
-
period?: number;
|
|
382
|
-
} & { [K_6 in Exclude<keyof I_1["rewards"], keyof ValidatorCurrentRewards>]: never; };
|
|
383
|
-
} & { [K_7 in Exclude<keyof I_1, keyof ValidatorCurrentRewardsRecord>]: never; }>(object: I_1): ValidatorCurrentRewardsRecord;
|
|
384
|
-
};
|
|
385
|
-
export declare const DelegatorStartingInfoRecord: {
|
|
386
|
-
encode(message: DelegatorStartingInfoRecord, writer?: _m0.Writer): _m0.Writer;
|
|
387
|
-
decode(input: _m0.Reader | Uint8Array, length?: number): DelegatorStartingInfoRecord;
|
|
388
|
-
fromJSON(object: any): DelegatorStartingInfoRecord;
|
|
389
|
-
toJSON(message: DelegatorStartingInfoRecord): unknown;
|
|
390
|
-
create<I extends {
|
|
391
|
-
delegatorAddress?: string;
|
|
392
|
-
validatorAddress?: string;
|
|
393
|
-
startingInfo?: {
|
|
394
|
-
previousPeriod?: number;
|
|
395
|
-
stake?: string;
|
|
396
|
-
height?: number;
|
|
397
|
-
};
|
|
398
|
-
} & {
|
|
399
|
-
delegatorAddress?: string;
|
|
400
|
-
validatorAddress?: string;
|
|
401
|
-
startingInfo?: {
|
|
402
|
-
previousPeriod?: number;
|
|
403
|
-
stake?: string;
|
|
404
|
-
height?: number;
|
|
405
|
-
} & {
|
|
406
|
-
previousPeriod?: number;
|
|
407
|
-
stake?: string;
|
|
408
|
-
height?: number;
|
|
409
|
-
} & { [K in Exclude<keyof I["startingInfo"], keyof DelegatorStartingInfo>]: never; };
|
|
410
|
-
} & { [K_1 in Exclude<keyof I, keyof DelegatorStartingInfoRecord>]: never; }>(base?: I): DelegatorStartingInfoRecord;
|
|
411
|
-
fromPartial<I_1 extends {
|
|
412
|
-
delegatorAddress?: string;
|
|
413
|
-
validatorAddress?: string;
|
|
414
|
-
startingInfo?: {
|
|
415
|
-
previousPeriod?: number;
|
|
416
|
-
stake?: string;
|
|
417
|
-
height?: number;
|
|
418
|
-
};
|
|
419
|
-
} & {
|
|
420
|
-
delegatorAddress?: string;
|
|
421
|
-
validatorAddress?: string;
|
|
422
|
-
startingInfo?: {
|
|
423
|
-
previousPeriod?: number;
|
|
424
|
-
stake?: string;
|
|
425
|
-
height?: number;
|
|
426
|
-
} & {
|
|
427
|
-
previousPeriod?: number;
|
|
428
|
-
stake?: string;
|
|
429
|
-
height?: number;
|
|
430
|
-
} & { [K_2 in Exclude<keyof I_1["startingInfo"], keyof DelegatorStartingInfo>]: never; };
|
|
431
|
-
} & { [K_3 in Exclude<keyof I_1, keyof DelegatorStartingInfoRecord>]: never; }>(object: I_1): DelegatorStartingInfoRecord;
|
|
432
|
-
};
|
|
433
|
-
export declare const ValidatorSlashEventRecord: {
|
|
434
|
-
encode(message: ValidatorSlashEventRecord, writer?: _m0.Writer): _m0.Writer;
|
|
435
|
-
decode(input: _m0.Reader | Uint8Array, length?: number): ValidatorSlashEventRecord;
|
|
436
|
-
fromJSON(object: any): ValidatorSlashEventRecord;
|
|
437
|
-
toJSON(message: ValidatorSlashEventRecord): unknown;
|
|
438
|
-
create<I extends {
|
|
439
|
-
validatorAddress?: string;
|
|
440
|
-
height?: number;
|
|
441
|
-
period?: number;
|
|
442
|
-
validatorSlashEvent?: {
|
|
443
|
-
validatorPeriod?: number;
|
|
444
|
-
fraction?: string;
|
|
445
|
-
};
|
|
446
|
-
} & {
|
|
447
|
-
validatorAddress?: string;
|
|
448
|
-
height?: number;
|
|
449
|
-
period?: number;
|
|
450
|
-
validatorSlashEvent?: {
|
|
451
|
-
validatorPeriod?: number;
|
|
452
|
-
fraction?: string;
|
|
453
|
-
} & {
|
|
454
|
-
validatorPeriod?: number;
|
|
455
|
-
fraction?: string;
|
|
456
|
-
} & { [K in Exclude<keyof I["validatorSlashEvent"], keyof ValidatorSlashEvent>]: never; };
|
|
457
|
-
} & { [K_1 in Exclude<keyof I, keyof ValidatorSlashEventRecord>]: never; }>(base?: I): ValidatorSlashEventRecord;
|
|
458
|
-
fromPartial<I_1 extends {
|
|
459
|
-
validatorAddress?: string;
|
|
460
|
-
height?: number;
|
|
461
|
-
period?: number;
|
|
462
|
-
validatorSlashEvent?: {
|
|
463
|
-
validatorPeriod?: number;
|
|
464
|
-
fraction?: string;
|
|
465
|
-
};
|
|
466
|
-
} & {
|
|
467
|
-
validatorAddress?: string;
|
|
468
|
-
height?: number;
|
|
469
|
-
period?: number;
|
|
470
|
-
validatorSlashEvent?: {
|
|
471
|
-
validatorPeriod?: number;
|
|
472
|
-
fraction?: string;
|
|
473
|
-
} & {
|
|
474
|
-
validatorPeriod?: number;
|
|
475
|
-
fraction?: string;
|
|
476
|
-
} & { [K_2 in Exclude<keyof I_1["validatorSlashEvent"], keyof ValidatorSlashEvent>]: never; };
|
|
477
|
-
} & { [K_3 in Exclude<keyof I_1, keyof ValidatorSlashEventRecord>]: never; }>(object: I_1): ValidatorSlashEventRecord;
|
|
478
|
-
};
|
|
479
|
-
export declare const GenesisState: {
|
|
480
|
-
encode(message: GenesisState, writer?: _m0.Writer): _m0.Writer;
|
|
481
|
-
decode(input: _m0.Reader | Uint8Array, length?: number): GenesisState;
|
|
482
|
-
fromJSON(object: any): GenesisState;
|
|
483
|
-
toJSON(message: GenesisState): unknown;
|
|
484
|
-
create<I extends {
|
|
485
|
-
params?: {
|
|
486
|
-
communityTax?: string;
|
|
487
|
-
baseProposerReward?: string;
|
|
488
|
-
bonusProposerReward?: string;
|
|
489
|
-
withdrawAddrEnabled?: boolean;
|
|
490
|
-
};
|
|
491
|
-
feePool?: {
|
|
492
|
-
communityPool?: {
|
|
493
|
-
denom?: string;
|
|
494
|
-
amount?: string;
|
|
495
|
-
}[];
|
|
496
|
-
};
|
|
497
|
-
delegatorWithdrawInfos?: {
|
|
498
|
-
delegatorAddress?: string;
|
|
499
|
-
withdrawAddress?: string;
|
|
500
|
-
}[];
|
|
501
|
-
previousProposer?: string;
|
|
502
|
-
outstandingRewards?: {
|
|
503
|
-
validatorAddress?: string;
|
|
504
|
-
outstandingRewards?: {
|
|
505
|
-
denom?: string;
|
|
506
|
-
amount?: string;
|
|
507
|
-
}[];
|
|
508
|
-
}[];
|
|
509
|
-
validatorAccumulatedCommissions?: {
|
|
510
|
-
validatorAddress?: string;
|
|
511
|
-
accumulated?: {
|
|
512
|
-
commission?: {
|
|
513
|
-
denom?: string;
|
|
514
|
-
amount?: string;
|
|
515
|
-
}[];
|
|
516
|
-
};
|
|
517
|
-
}[];
|
|
518
|
-
validatorHistoricalRewards?: {
|
|
519
|
-
validatorAddress?: string;
|
|
520
|
-
period?: number;
|
|
521
|
-
rewards?: {
|
|
522
|
-
cumulativeRewardRatio?: {
|
|
523
|
-
denom?: string;
|
|
524
|
-
amount?: string;
|
|
525
|
-
}[];
|
|
526
|
-
referenceCount?: number;
|
|
527
|
-
};
|
|
528
|
-
}[];
|
|
529
|
-
validatorCurrentRewards?: {
|
|
530
|
-
validatorAddress?: string;
|
|
531
|
-
rewards?: {
|
|
532
|
-
rewards?: {
|
|
533
|
-
denom?: string;
|
|
534
|
-
amount?: string;
|
|
535
|
-
}[];
|
|
536
|
-
period?: number;
|
|
537
|
-
};
|
|
538
|
-
}[];
|
|
539
|
-
delegatorStartingInfos?: {
|
|
540
|
-
delegatorAddress?: string;
|
|
541
|
-
validatorAddress?: string;
|
|
542
|
-
startingInfo?: {
|
|
543
|
-
previousPeriod?: number;
|
|
544
|
-
stake?: string;
|
|
545
|
-
height?: number;
|
|
546
|
-
};
|
|
547
|
-
}[];
|
|
548
|
-
validatorSlashEvents?: {
|
|
549
|
-
validatorAddress?: string;
|
|
550
|
-
height?: number;
|
|
551
|
-
period?: number;
|
|
552
|
-
validatorSlashEvent?: {
|
|
553
|
-
validatorPeriod?: number;
|
|
554
|
-
fraction?: string;
|
|
555
|
-
};
|
|
556
|
-
}[];
|
|
557
|
-
} & {
|
|
558
|
-
params?: {
|
|
559
|
-
communityTax?: string;
|
|
560
|
-
baseProposerReward?: string;
|
|
561
|
-
bonusProposerReward?: string;
|
|
562
|
-
withdrawAddrEnabled?: boolean;
|
|
563
|
-
} & {
|
|
564
|
-
communityTax?: string;
|
|
565
|
-
baseProposerReward?: string;
|
|
566
|
-
bonusProposerReward?: string;
|
|
567
|
-
withdrawAddrEnabled?: boolean;
|
|
568
|
-
} & { [K in Exclude<keyof I["params"], keyof Params>]: never; };
|
|
569
|
-
feePool?: {
|
|
570
|
-
communityPool?: {
|
|
571
|
-
denom?: string;
|
|
572
|
-
amount?: string;
|
|
573
|
-
}[];
|
|
574
|
-
} & {
|
|
575
|
-
communityPool?: {
|
|
576
|
-
denom?: string;
|
|
577
|
-
amount?: string;
|
|
578
|
-
}[] & ({
|
|
579
|
-
denom?: string;
|
|
580
|
-
amount?: string;
|
|
581
|
-
} & {
|
|
582
|
-
denom?: string;
|
|
583
|
-
amount?: string;
|
|
584
|
-
} & { [K_1 in Exclude<keyof I["feePool"]["communityPool"][number], keyof DecCoin>]: never; })[] & { [K_2 in Exclude<keyof I["feePool"]["communityPool"], keyof {
|
|
585
|
-
denom?: string;
|
|
586
|
-
amount?: string;
|
|
587
|
-
}[]>]: never; };
|
|
588
|
-
} & { [K_3 in Exclude<keyof I["feePool"], "communityPool">]: never; };
|
|
589
|
-
delegatorWithdrawInfos?: {
|
|
590
|
-
delegatorAddress?: string;
|
|
591
|
-
withdrawAddress?: string;
|
|
592
|
-
}[] & ({
|
|
593
|
-
delegatorAddress?: string;
|
|
594
|
-
withdrawAddress?: string;
|
|
595
|
-
} & {
|
|
596
|
-
delegatorAddress?: string;
|
|
597
|
-
withdrawAddress?: string;
|
|
598
|
-
} & { [K_4 in Exclude<keyof I["delegatorWithdrawInfos"][number], keyof DelegatorWithdrawInfo>]: never; })[] & { [K_5 in Exclude<keyof I["delegatorWithdrawInfos"], keyof {
|
|
599
|
-
delegatorAddress?: string;
|
|
600
|
-
withdrawAddress?: string;
|
|
601
|
-
}[]>]: never; };
|
|
602
|
-
previousProposer?: string;
|
|
603
|
-
outstandingRewards?: {
|
|
604
|
-
validatorAddress?: string;
|
|
605
|
-
outstandingRewards?: {
|
|
606
|
-
denom?: string;
|
|
607
|
-
amount?: string;
|
|
608
|
-
}[];
|
|
609
|
-
}[] & ({
|
|
610
|
-
validatorAddress?: string;
|
|
611
|
-
outstandingRewards?: {
|
|
612
|
-
denom?: string;
|
|
613
|
-
amount?: string;
|
|
614
|
-
}[];
|
|
615
|
-
} & {
|
|
616
|
-
validatorAddress?: string;
|
|
617
|
-
outstandingRewards?: {
|
|
618
|
-
denom?: string;
|
|
619
|
-
amount?: string;
|
|
620
|
-
}[] & ({
|
|
621
|
-
denom?: string;
|
|
622
|
-
amount?: string;
|
|
623
|
-
} & {
|
|
624
|
-
denom?: string;
|
|
625
|
-
amount?: string;
|
|
626
|
-
} & { [K_6 in Exclude<keyof I["outstandingRewards"][number]["outstandingRewards"][number], keyof DecCoin>]: never; })[] & { [K_7 in Exclude<keyof I["outstandingRewards"][number]["outstandingRewards"], keyof {
|
|
627
|
-
denom?: string;
|
|
628
|
-
amount?: string;
|
|
629
|
-
}[]>]: never; };
|
|
630
|
-
} & { [K_8 in Exclude<keyof I["outstandingRewards"][number], keyof ValidatorOutstandingRewardsRecord>]: never; })[] & { [K_9 in Exclude<keyof I["outstandingRewards"], keyof {
|
|
631
|
-
validatorAddress?: string;
|
|
632
|
-
outstandingRewards?: {
|
|
633
|
-
denom?: string;
|
|
634
|
-
amount?: string;
|
|
635
|
-
}[];
|
|
636
|
-
}[]>]: never; };
|
|
637
|
-
validatorAccumulatedCommissions?: {
|
|
638
|
-
validatorAddress?: string;
|
|
639
|
-
accumulated?: {
|
|
640
|
-
commission?: {
|
|
641
|
-
denom?: string;
|
|
642
|
-
amount?: string;
|
|
643
|
-
}[];
|
|
644
|
-
};
|
|
645
|
-
}[] & ({
|
|
646
|
-
validatorAddress?: string;
|
|
647
|
-
accumulated?: {
|
|
648
|
-
commission?: {
|
|
649
|
-
denom?: string;
|
|
650
|
-
amount?: string;
|
|
651
|
-
}[];
|
|
652
|
-
};
|
|
653
|
-
} & {
|
|
654
|
-
validatorAddress?: string;
|
|
655
|
-
accumulated?: {
|
|
656
|
-
commission?: {
|
|
657
|
-
denom?: string;
|
|
658
|
-
amount?: string;
|
|
659
|
-
}[];
|
|
660
|
-
} & {
|
|
661
|
-
commission?: {
|
|
662
|
-
denom?: string;
|
|
663
|
-
amount?: string;
|
|
664
|
-
}[] & ({
|
|
665
|
-
denom?: string;
|
|
666
|
-
amount?: string;
|
|
667
|
-
} & {
|
|
668
|
-
denom?: string;
|
|
669
|
-
amount?: string;
|
|
670
|
-
} & { [K_10 in Exclude<keyof I["validatorAccumulatedCommissions"][number]["accumulated"]["commission"][number], keyof DecCoin>]: never; })[] & { [K_11 in Exclude<keyof I["validatorAccumulatedCommissions"][number]["accumulated"]["commission"], keyof {
|
|
671
|
-
denom?: string;
|
|
672
|
-
amount?: string;
|
|
673
|
-
}[]>]: never; };
|
|
674
|
-
} & { [K_12 in Exclude<keyof I["validatorAccumulatedCommissions"][number]["accumulated"], "commission">]: never; };
|
|
675
|
-
} & { [K_13 in Exclude<keyof I["validatorAccumulatedCommissions"][number], keyof ValidatorAccumulatedCommissionRecord>]: never; })[] & { [K_14 in Exclude<keyof I["validatorAccumulatedCommissions"], keyof {
|
|
676
|
-
validatorAddress?: string;
|
|
677
|
-
accumulated?: {
|
|
678
|
-
commission?: {
|
|
679
|
-
denom?: string;
|
|
680
|
-
amount?: string;
|
|
681
|
-
}[];
|
|
682
|
-
};
|
|
683
|
-
}[]>]: never; };
|
|
684
|
-
validatorHistoricalRewards?: {
|
|
685
|
-
validatorAddress?: string;
|
|
686
|
-
period?: number;
|
|
687
|
-
rewards?: {
|
|
688
|
-
cumulativeRewardRatio?: {
|
|
689
|
-
denom?: string;
|
|
690
|
-
amount?: string;
|
|
691
|
-
}[];
|
|
692
|
-
referenceCount?: number;
|
|
693
|
-
};
|
|
694
|
-
}[] & ({
|
|
695
|
-
validatorAddress?: string;
|
|
696
|
-
period?: number;
|
|
697
|
-
rewards?: {
|
|
698
|
-
cumulativeRewardRatio?: {
|
|
699
|
-
denom?: string;
|
|
700
|
-
amount?: string;
|
|
701
|
-
}[];
|
|
702
|
-
referenceCount?: number;
|
|
703
|
-
};
|
|
704
|
-
} & {
|
|
705
|
-
validatorAddress?: string;
|
|
706
|
-
period?: number;
|
|
707
|
-
rewards?: {
|
|
708
|
-
cumulativeRewardRatio?: {
|
|
709
|
-
denom?: string;
|
|
710
|
-
amount?: string;
|
|
711
|
-
}[];
|
|
712
|
-
referenceCount?: number;
|
|
713
|
-
} & {
|
|
714
|
-
cumulativeRewardRatio?: {
|
|
715
|
-
denom?: string;
|
|
716
|
-
amount?: string;
|
|
717
|
-
}[] & ({
|
|
718
|
-
denom?: string;
|
|
719
|
-
amount?: string;
|
|
720
|
-
} & {
|
|
721
|
-
denom?: string;
|
|
722
|
-
amount?: string;
|
|
723
|
-
} & { [K_15 in Exclude<keyof I["validatorHistoricalRewards"][number]["rewards"]["cumulativeRewardRatio"][number], keyof DecCoin>]: never; })[] & { [K_16 in Exclude<keyof I["validatorHistoricalRewards"][number]["rewards"]["cumulativeRewardRatio"], keyof {
|
|
724
|
-
denom?: string;
|
|
725
|
-
amount?: string;
|
|
726
|
-
}[]>]: never; };
|
|
727
|
-
referenceCount?: number;
|
|
728
|
-
} & { [K_17 in Exclude<keyof I["validatorHistoricalRewards"][number]["rewards"], keyof ValidatorHistoricalRewards>]: never; };
|
|
729
|
-
} & { [K_18 in Exclude<keyof I["validatorHistoricalRewards"][number], keyof ValidatorHistoricalRewardsRecord>]: never; })[] & { [K_19 in Exclude<keyof I["validatorHistoricalRewards"], keyof {
|
|
730
|
-
validatorAddress?: string;
|
|
731
|
-
period?: number;
|
|
732
|
-
rewards?: {
|
|
733
|
-
cumulativeRewardRatio?: {
|
|
734
|
-
denom?: string;
|
|
735
|
-
amount?: string;
|
|
736
|
-
}[];
|
|
737
|
-
referenceCount?: number;
|
|
738
|
-
};
|
|
739
|
-
}[]>]: never; };
|
|
740
|
-
validatorCurrentRewards?: {
|
|
741
|
-
validatorAddress?: string;
|
|
742
|
-
rewards?: {
|
|
743
|
-
rewards?: {
|
|
744
|
-
denom?: string;
|
|
745
|
-
amount?: string;
|
|
746
|
-
}[];
|
|
747
|
-
period?: number;
|
|
748
|
-
};
|
|
749
|
-
}[] & ({
|
|
750
|
-
validatorAddress?: string;
|
|
751
|
-
rewards?: {
|
|
752
|
-
rewards?: {
|
|
753
|
-
denom?: string;
|
|
754
|
-
amount?: string;
|
|
755
|
-
}[];
|
|
756
|
-
period?: number;
|
|
757
|
-
};
|
|
758
|
-
} & {
|
|
759
|
-
validatorAddress?: string;
|
|
760
|
-
rewards?: {
|
|
761
|
-
rewards?: {
|
|
762
|
-
denom?: string;
|
|
763
|
-
amount?: string;
|
|
764
|
-
}[];
|
|
765
|
-
period?: number;
|
|
766
|
-
} & {
|
|
767
|
-
rewards?: {
|
|
768
|
-
denom?: string;
|
|
769
|
-
amount?: string;
|
|
770
|
-
}[] & ({
|
|
771
|
-
denom?: string;
|
|
772
|
-
amount?: string;
|
|
773
|
-
} & {
|
|
774
|
-
denom?: string;
|
|
775
|
-
amount?: string;
|
|
776
|
-
} & { [K_20 in Exclude<keyof I["validatorCurrentRewards"][number]["rewards"]["rewards"][number], keyof DecCoin>]: never; })[] & { [K_21 in Exclude<keyof I["validatorCurrentRewards"][number]["rewards"]["rewards"], keyof {
|
|
777
|
-
denom?: string;
|
|
778
|
-
amount?: string;
|
|
779
|
-
}[]>]: never; };
|
|
780
|
-
period?: number;
|
|
781
|
-
} & { [K_22 in Exclude<keyof I["validatorCurrentRewards"][number]["rewards"], keyof ValidatorCurrentRewards>]: never; };
|
|
782
|
-
} & { [K_23 in Exclude<keyof I["validatorCurrentRewards"][number], keyof ValidatorCurrentRewardsRecord>]: never; })[] & { [K_24 in Exclude<keyof I["validatorCurrentRewards"], keyof {
|
|
783
|
-
validatorAddress?: string;
|
|
784
|
-
rewards?: {
|
|
785
|
-
rewards?: {
|
|
786
|
-
denom?: string;
|
|
787
|
-
amount?: string;
|
|
788
|
-
}[];
|
|
789
|
-
period?: number;
|
|
790
|
-
};
|
|
791
|
-
}[]>]: never; };
|
|
792
|
-
delegatorStartingInfos?: {
|
|
793
|
-
delegatorAddress?: string;
|
|
794
|
-
validatorAddress?: string;
|
|
795
|
-
startingInfo?: {
|
|
796
|
-
previousPeriod?: number;
|
|
797
|
-
stake?: string;
|
|
798
|
-
height?: number;
|
|
799
|
-
};
|
|
800
|
-
}[] & ({
|
|
801
|
-
delegatorAddress?: string;
|
|
802
|
-
validatorAddress?: string;
|
|
803
|
-
startingInfo?: {
|
|
804
|
-
previousPeriod?: number;
|
|
805
|
-
stake?: string;
|
|
806
|
-
height?: number;
|
|
807
|
-
};
|
|
808
|
-
} & {
|
|
809
|
-
delegatorAddress?: string;
|
|
810
|
-
validatorAddress?: string;
|
|
811
|
-
startingInfo?: {
|
|
812
|
-
previousPeriod?: number;
|
|
813
|
-
stake?: string;
|
|
814
|
-
height?: number;
|
|
815
|
-
} & {
|
|
816
|
-
previousPeriod?: number;
|
|
817
|
-
stake?: string;
|
|
818
|
-
height?: number;
|
|
819
|
-
} & { [K_25 in Exclude<keyof I["delegatorStartingInfos"][number]["startingInfo"], keyof DelegatorStartingInfo>]: never; };
|
|
820
|
-
} & { [K_26 in Exclude<keyof I["delegatorStartingInfos"][number], keyof DelegatorStartingInfoRecord>]: never; })[] & { [K_27 in Exclude<keyof I["delegatorStartingInfos"], keyof {
|
|
821
|
-
delegatorAddress?: string;
|
|
822
|
-
validatorAddress?: string;
|
|
823
|
-
startingInfo?: {
|
|
824
|
-
previousPeriod?: number;
|
|
825
|
-
stake?: string;
|
|
826
|
-
height?: number;
|
|
827
|
-
};
|
|
828
|
-
}[]>]: never; };
|
|
829
|
-
validatorSlashEvents?: {
|
|
830
|
-
validatorAddress?: string;
|
|
831
|
-
height?: number;
|
|
832
|
-
period?: number;
|
|
833
|
-
validatorSlashEvent?: {
|
|
834
|
-
validatorPeriod?: number;
|
|
835
|
-
fraction?: string;
|
|
836
|
-
};
|
|
837
|
-
}[] & ({
|
|
838
|
-
validatorAddress?: string;
|
|
839
|
-
height?: number;
|
|
840
|
-
period?: number;
|
|
841
|
-
validatorSlashEvent?: {
|
|
842
|
-
validatorPeriod?: number;
|
|
843
|
-
fraction?: string;
|
|
844
|
-
};
|
|
845
|
-
} & {
|
|
846
|
-
validatorAddress?: string;
|
|
847
|
-
height?: number;
|
|
848
|
-
period?: number;
|
|
849
|
-
validatorSlashEvent?: {
|
|
850
|
-
validatorPeriod?: number;
|
|
851
|
-
fraction?: string;
|
|
852
|
-
} & {
|
|
853
|
-
validatorPeriod?: number;
|
|
854
|
-
fraction?: string;
|
|
855
|
-
} & { [K_28 in Exclude<keyof I["validatorSlashEvents"][number]["validatorSlashEvent"], keyof ValidatorSlashEvent>]: never; };
|
|
856
|
-
} & { [K_29 in Exclude<keyof I["validatorSlashEvents"][number], keyof ValidatorSlashEventRecord>]: never; })[] & { [K_30 in Exclude<keyof I["validatorSlashEvents"], keyof {
|
|
857
|
-
validatorAddress?: string;
|
|
858
|
-
height?: number;
|
|
859
|
-
period?: number;
|
|
860
|
-
validatorSlashEvent?: {
|
|
861
|
-
validatorPeriod?: number;
|
|
862
|
-
fraction?: string;
|
|
863
|
-
};
|
|
864
|
-
}[]>]: never; };
|
|
865
|
-
} & { [K_31 in Exclude<keyof I, keyof GenesisState>]: never; }>(base?: I): GenesisState;
|
|
866
|
-
fromPartial<I_1 extends {
|
|
867
|
-
params?: {
|
|
868
|
-
communityTax?: string;
|
|
869
|
-
baseProposerReward?: string;
|
|
870
|
-
bonusProposerReward?: string;
|
|
871
|
-
withdrawAddrEnabled?: boolean;
|
|
872
|
-
};
|
|
873
|
-
feePool?: {
|
|
874
|
-
communityPool?: {
|
|
875
|
-
denom?: string;
|
|
876
|
-
amount?: string;
|
|
877
|
-
}[];
|
|
878
|
-
};
|
|
879
|
-
delegatorWithdrawInfos?: {
|
|
880
|
-
delegatorAddress?: string;
|
|
881
|
-
withdrawAddress?: string;
|
|
882
|
-
}[];
|
|
883
|
-
previousProposer?: string;
|
|
884
|
-
outstandingRewards?: {
|
|
885
|
-
validatorAddress?: string;
|
|
886
|
-
outstandingRewards?: {
|
|
887
|
-
denom?: string;
|
|
888
|
-
amount?: string;
|
|
889
|
-
}[];
|
|
890
|
-
}[];
|
|
891
|
-
validatorAccumulatedCommissions?: {
|
|
892
|
-
validatorAddress?: string;
|
|
893
|
-
accumulated?: {
|
|
894
|
-
commission?: {
|
|
895
|
-
denom?: string;
|
|
896
|
-
amount?: string;
|
|
897
|
-
}[];
|
|
898
|
-
};
|
|
899
|
-
}[];
|
|
900
|
-
validatorHistoricalRewards?: {
|
|
901
|
-
validatorAddress?: string;
|
|
902
|
-
period?: number;
|
|
903
|
-
rewards?: {
|
|
904
|
-
cumulativeRewardRatio?: {
|
|
905
|
-
denom?: string;
|
|
906
|
-
amount?: string;
|
|
907
|
-
}[];
|
|
908
|
-
referenceCount?: number;
|
|
909
|
-
};
|
|
910
|
-
}[];
|
|
911
|
-
validatorCurrentRewards?: {
|
|
912
|
-
validatorAddress?: string;
|
|
913
|
-
rewards?: {
|
|
914
|
-
rewards?: {
|
|
915
|
-
denom?: string;
|
|
916
|
-
amount?: string;
|
|
917
|
-
}[];
|
|
918
|
-
period?: number;
|
|
919
|
-
};
|
|
920
|
-
}[];
|
|
921
|
-
delegatorStartingInfos?: {
|
|
922
|
-
delegatorAddress?: string;
|
|
923
|
-
validatorAddress?: string;
|
|
924
|
-
startingInfo?: {
|
|
925
|
-
previousPeriod?: number;
|
|
926
|
-
stake?: string;
|
|
927
|
-
height?: number;
|
|
928
|
-
};
|
|
929
|
-
}[];
|
|
930
|
-
validatorSlashEvents?: {
|
|
931
|
-
validatorAddress?: string;
|
|
932
|
-
height?: number;
|
|
933
|
-
period?: number;
|
|
934
|
-
validatorSlashEvent?: {
|
|
935
|
-
validatorPeriod?: number;
|
|
936
|
-
fraction?: string;
|
|
937
|
-
};
|
|
938
|
-
}[];
|
|
939
|
-
} & {
|
|
940
|
-
params?: {
|
|
941
|
-
communityTax?: string;
|
|
942
|
-
baseProposerReward?: string;
|
|
943
|
-
bonusProposerReward?: string;
|
|
944
|
-
withdrawAddrEnabled?: boolean;
|
|
945
|
-
} & {
|
|
946
|
-
communityTax?: string;
|
|
947
|
-
baseProposerReward?: string;
|
|
948
|
-
bonusProposerReward?: string;
|
|
949
|
-
withdrawAddrEnabled?: boolean;
|
|
950
|
-
} & { [K_32 in Exclude<keyof I_1["params"], keyof Params>]: never; };
|
|
951
|
-
feePool?: {
|
|
952
|
-
communityPool?: {
|
|
953
|
-
denom?: string;
|
|
954
|
-
amount?: string;
|
|
955
|
-
}[];
|
|
956
|
-
} & {
|
|
957
|
-
communityPool?: {
|
|
958
|
-
denom?: string;
|
|
959
|
-
amount?: string;
|
|
960
|
-
}[] & ({
|
|
961
|
-
denom?: string;
|
|
962
|
-
amount?: string;
|
|
963
|
-
} & {
|
|
964
|
-
denom?: string;
|
|
965
|
-
amount?: string;
|
|
966
|
-
} & { [K_33 in Exclude<keyof I_1["feePool"]["communityPool"][number], keyof DecCoin>]: never; })[] & { [K_34 in Exclude<keyof I_1["feePool"]["communityPool"], keyof {
|
|
967
|
-
denom?: string;
|
|
968
|
-
amount?: string;
|
|
969
|
-
}[]>]: never; };
|
|
970
|
-
} & { [K_35 in Exclude<keyof I_1["feePool"], "communityPool">]: never; };
|
|
971
|
-
delegatorWithdrawInfos?: {
|
|
972
|
-
delegatorAddress?: string;
|
|
973
|
-
withdrawAddress?: string;
|
|
974
|
-
}[] & ({
|
|
975
|
-
delegatorAddress?: string;
|
|
976
|
-
withdrawAddress?: string;
|
|
977
|
-
} & {
|
|
978
|
-
delegatorAddress?: string;
|
|
979
|
-
withdrawAddress?: string;
|
|
980
|
-
} & { [K_36 in Exclude<keyof I_1["delegatorWithdrawInfos"][number], keyof DelegatorWithdrawInfo>]: never; })[] & { [K_37 in Exclude<keyof I_1["delegatorWithdrawInfos"], keyof {
|
|
981
|
-
delegatorAddress?: string;
|
|
982
|
-
withdrawAddress?: string;
|
|
983
|
-
}[]>]: never; };
|
|
984
|
-
previousProposer?: string;
|
|
985
|
-
outstandingRewards?: {
|
|
986
|
-
validatorAddress?: string;
|
|
987
|
-
outstandingRewards?: {
|
|
988
|
-
denom?: string;
|
|
989
|
-
amount?: string;
|
|
990
|
-
}[];
|
|
991
|
-
}[] & ({
|
|
992
|
-
validatorAddress?: string;
|
|
993
|
-
outstandingRewards?: {
|
|
994
|
-
denom?: string;
|
|
995
|
-
amount?: string;
|
|
996
|
-
}[];
|
|
997
|
-
} & {
|
|
998
|
-
validatorAddress?: string;
|
|
999
|
-
outstandingRewards?: {
|
|
1000
|
-
denom?: string;
|
|
1001
|
-
amount?: string;
|
|
1002
|
-
}[] & ({
|
|
1003
|
-
denom?: string;
|
|
1004
|
-
amount?: string;
|
|
1005
|
-
} & {
|
|
1006
|
-
denom?: string;
|
|
1007
|
-
amount?: string;
|
|
1008
|
-
} & { [K_38 in Exclude<keyof I_1["outstandingRewards"][number]["outstandingRewards"][number], keyof DecCoin>]: never; })[] & { [K_39 in Exclude<keyof I_1["outstandingRewards"][number]["outstandingRewards"], keyof {
|
|
1009
|
-
denom?: string;
|
|
1010
|
-
amount?: string;
|
|
1011
|
-
}[]>]: never; };
|
|
1012
|
-
} & { [K_40 in Exclude<keyof I_1["outstandingRewards"][number], keyof ValidatorOutstandingRewardsRecord>]: never; })[] & { [K_41 in Exclude<keyof I_1["outstandingRewards"], keyof {
|
|
1013
|
-
validatorAddress?: string;
|
|
1014
|
-
outstandingRewards?: {
|
|
1015
|
-
denom?: string;
|
|
1016
|
-
amount?: string;
|
|
1017
|
-
}[];
|
|
1018
|
-
}[]>]: never; };
|
|
1019
|
-
validatorAccumulatedCommissions?: {
|
|
1020
|
-
validatorAddress?: string;
|
|
1021
|
-
accumulated?: {
|
|
1022
|
-
commission?: {
|
|
1023
|
-
denom?: string;
|
|
1024
|
-
amount?: string;
|
|
1025
|
-
}[];
|
|
1026
|
-
};
|
|
1027
|
-
}[] & ({
|
|
1028
|
-
validatorAddress?: string;
|
|
1029
|
-
accumulated?: {
|
|
1030
|
-
commission?: {
|
|
1031
|
-
denom?: string;
|
|
1032
|
-
amount?: string;
|
|
1033
|
-
}[];
|
|
1034
|
-
};
|
|
1035
|
-
} & {
|
|
1036
|
-
validatorAddress?: string;
|
|
1037
|
-
accumulated?: {
|
|
1038
|
-
commission?: {
|
|
1039
|
-
denom?: string;
|
|
1040
|
-
amount?: string;
|
|
1041
|
-
}[];
|
|
1042
|
-
} & {
|
|
1043
|
-
commission?: {
|
|
1044
|
-
denom?: string;
|
|
1045
|
-
amount?: string;
|
|
1046
|
-
}[] & ({
|
|
1047
|
-
denom?: string;
|
|
1048
|
-
amount?: string;
|
|
1049
|
-
} & {
|
|
1050
|
-
denom?: string;
|
|
1051
|
-
amount?: string;
|
|
1052
|
-
} & { [K_42 in Exclude<keyof I_1["validatorAccumulatedCommissions"][number]["accumulated"]["commission"][number], keyof DecCoin>]: never; })[] & { [K_43 in Exclude<keyof I_1["validatorAccumulatedCommissions"][number]["accumulated"]["commission"], keyof {
|
|
1053
|
-
denom?: string;
|
|
1054
|
-
amount?: string;
|
|
1055
|
-
}[]>]: never; };
|
|
1056
|
-
} & { [K_44 in Exclude<keyof I_1["validatorAccumulatedCommissions"][number]["accumulated"], "commission">]: never; };
|
|
1057
|
-
} & { [K_45 in Exclude<keyof I_1["validatorAccumulatedCommissions"][number], keyof ValidatorAccumulatedCommissionRecord>]: never; })[] & { [K_46 in Exclude<keyof I_1["validatorAccumulatedCommissions"], keyof {
|
|
1058
|
-
validatorAddress?: string;
|
|
1059
|
-
accumulated?: {
|
|
1060
|
-
commission?: {
|
|
1061
|
-
denom?: string;
|
|
1062
|
-
amount?: string;
|
|
1063
|
-
}[];
|
|
1064
|
-
};
|
|
1065
|
-
}[]>]: never; };
|
|
1066
|
-
validatorHistoricalRewards?: {
|
|
1067
|
-
validatorAddress?: string;
|
|
1068
|
-
period?: number;
|
|
1069
|
-
rewards?: {
|
|
1070
|
-
cumulativeRewardRatio?: {
|
|
1071
|
-
denom?: string;
|
|
1072
|
-
amount?: string;
|
|
1073
|
-
}[];
|
|
1074
|
-
referenceCount?: number;
|
|
1075
|
-
};
|
|
1076
|
-
}[] & ({
|
|
1077
|
-
validatorAddress?: string;
|
|
1078
|
-
period?: number;
|
|
1079
|
-
rewards?: {
|
|
1080
|
-
cumulativeRewardRatio?: {
|
|
1081
|
-
denom?: string;
|
|
1082
|
-
amount?: string;
|
|
1083
|
-
}[];
|
|
1084
|
-
referenceCount?: number;
|
|
1085
|
-
};
|
|
1086
|
-
} & {
|
|
1087
|
-
validatorAddress?: string;
|
|
1088
|
-
period?: number;
|
|
1089
|
-
rewards?: {
|
|
1090
|
-
cumulativeRewardRatio?: {
|
|
1091
|
-
denom?: string;
|
|
1092
|
-
amount?: string;
|
|
1093
|
-
}[];
|
|
1094
|
-
referenceCount?: number;
|
|
1095
|
-
} & {
|
|
1096
|
-
cumulativeRewardRatio?: {
|
|
1097
|
-
denom?: string;
|
|
1098
|
-
amount?: string;
|
|
1099
|
-
}[] & ({
|
|
1100
|
-
denom?: string;
|
|
1101
|
-
amount?: string;
|
|
1102
|
-
} & {
|
|
1103
|
-
denom?: string;
|
|
1104
|
-
amount?: string;
|
|
1105
|
-
} & { [K_47 in Exclude<keyof I_1["validatorHistoricalRewards"][number]["rewards"]["cumulativeRewardRatio"][number], keyof DecCoin>]: never; })[] & { [K_48 in Exclude<keyof I_1["validatorHistoricalRewards"][number]["rewards"]["cumulativeRewardRatio"], keyof {
|
|
1106
|
-
denom?: string;
|
|
1107
|
-
amount?: string;
|
|
1108
|
-
}[]>]: never; };
|
|
1109
|
-
referenceCount?: number;
|
|
1110
|
-
} & { [K_49 in Exclude<keyof I_1["validatorHistoricalRewards"][number]["rewards"], keyof ValidatorHistoricalRewards>]: never; };
|
|
1111
|
-
} & { [K_50 in Exclude<keyof I_1["validatorHistoricalRewards"][number], keyof ValidatorHistoricalRewardsRecord>]: never; })[] & { [K_51 in Exclude<keyof I_1["validatorHistoricalRewards"], keyof {
|
|
1112
|
-
validatorAddress?: string;
|
|
1113
|
-
period?: number;
|
|
1114
|
-
rewards?: {
|
|
1115
|
-
cumulativeRewardRatio?: {
|
|
1116
|
-
denom?: string;
|
|
1117
|
-
amount?: string;
|
|
1118
|
-
}[];
|
|
1119
|
-
referenceCount?: number;
|
|
1120
|
-
};
|
|
1121
|
-
}[]>]: never; };
|
|
1122
|
-
validatorCurrentRewards?: {
|
|
1123
|
-
validatorAddress?: string;
|
|
1124
|
-
rewards?: {
|
|
1125
|
-
rewards?: {
|
|
1126
|
-
denom?: string;
|
|
1127
|
-
amount?: string;
|
|
1128
|
-
}[];
|
|
1129
|
-
period?: number;
|
|
1130
|
-
};
|
|
1131
|
-
}[] & ({
|
|
1132
|
-
validatorAddress?: string;
|
|
1133
|
-
rewards?: {
|
|
1134
|
-
rewards?: {
|
|
1135
|
-
denom?: string;
|
|
1136
|
-
amount?: string;
|
|
1137
|
-
}[];
|
|
1138
|
-
period?: number;
|
|
1139
|
-
};
|
|
1140
|
-
} & {
|
|
1141
|
-
validatorAddress?: string;
|
|
1142
|
-
rewards?: {
|
|
1143
|
-
rewards?: {
|
|
1144
|
-
denom?: string;
|
|
1145
|
-
amount?: string;
|
|
1146
|
-
}[];
|
|
1147
|
-
period?: number;
|
|
1148
|
-
} & {
|
|
1149
|
-
rewards?: {
|
|
1150
|
-
denom?: string;
|
|
1151
|
-
amount?: string;
|
|
1152
|
-
}[] & ({
|
|
1153
|
-
denom?: string;
|
|
1154
|
-
amount?: string;
|
|
1155
|
-
} & {
|
|
1156
|
-
denom?: string;
|
|
1157
|
-
amount?: string;
|
|
1158
|
-
} & { [K_52 in Exclude<keyof I_1["validatorCurrentRewards"][number]["rewards"]["rewards"][number], keyof DecCoin>]: never; })[] & { [K_53 in Exclude<keyof I_1["validatorCurrentRewards"][number]["rewards"]["rewards"], keyof {
|
|
1159
|
-
denom?: string;
|
|
1160
|
-
amount?: string;
|
|
1161
|
-
}[]>]: never; };
|
|
1162
|
-
period?: number;
|
|
1163
|
-
} & { [K_54 in Exclude<keyof I_1["validatorCurrentRewards"][number]["rewards"], keyof ValidatorCurrentRewards>]: never; };
|
|
1164
|
-
} & { [K_55 in Exclude<keyof I_1["validatorCurrentRewards"][number], keyof ValidatorCurrentRewardsRecord>]: never; })[] & { [K_56 in Exclude<keyof I_1["validatorCurrentRewards"], keyof {
|
|
1165
|
-
validatorAddress?: string;
|
|
1166
|
-
rewards?: {
|
|
1167
|
-
rewards?: {
|
|
1168
|
-
denom?: string;
|
|
1169
|
-
amount?: string;
|
|
1170
|
-
}[];
|
|
1171
|
-
period?: number;
|
|
1172
|
-
};
|
|
1173
|
-
}[]>]: never; };
|
|
1174
|
-
delegatorStartingInfos?: {
|
|
1175
|
-
delegatorAddress?: string;
|
|
1176
|
-
validatorAddress?: string;
|
|
1177
|
-
startingInfo?: {
|
|
1178
|
-
previousPeriod?: number;
|
|
1179
|
-
stake?: string;
|
|
1180
|
-
height?: number;
|
|
1181
|
-
};
|
|
1182
|
-
}[] & ({
|
|
1183
|
-
delegatorAddress?: string;
|
|
1184
|
-
validatorAddress?: string;
|
|
1185
|
-
startingInfo?: {
|
|
1186
|
-
previousPeriod?: number;
|
|
1187
|
-
stake?: string;
|
|
1188
|
-
height?: number;
|
|
1189
|
-
};
|
|
1190
|
-
} & {
|
|
1191
|
-
delegatorAddress?: string;
|
|
1192
|
-
validatorAddress?: string;
|
|
1193
|
-
startingInfo?: {
|
|
1194
|
-
previousPeriod?: number;
|
|
1195
|
-
stake?: string;
|
|
1196
|
-
height?: number;
|
|
1197
|
-
} & {
|
|
1198
|
-
previousPeriod?: number;
|
|
1199
|
-
stake?: string;
|
|
1200
|
-
height?: number;
|
|
1201
|
-
} & { [K_57 in Exclude<keyof I_1["delegatorStartingInfos"][number]["startingInfo"], keyof DelegatorStartingInfo>]: never; };
|
|
1202
|
-
} & { [K_58 in Exclude<keyof I_1["delegatorStartingInfos"][number], keyof DelegatorStartingInfoRecord>]: never; })[] & { [K_59 in Exclude<keyof I_1["delegatorStartingInfos"], keyof {
|
|
1203
|
-
delegatorAddress?: string;
|
|
1204
|
-
validatorAddress?: string;
|
|
1205
|
-
startingInfo?: {
|
|
1206
|
-
previousPeriod?: number;
|
|
1207
|
-
stake?: string;
|
|
1208
|
-
height?: number;
|
|
1209
|
-
};
|
|
1210
|
-
}[]>]: never; };
|
|
1211
|
-
validatorSlashEvents?: {
|
|
1212
|
-
validatorAddress?: string;
|
|
1213
|
-
height?: number;
|
|
1214
|
-
period?: number;
|
|
1215
|
-
validatorSlashEvent?: {
|
|
1216
|
-
validatorPeriod?: number;
|
|
1217
|
-
fraction?: string;
|
|
1218
|
-
};
|
|
1219
|
-
}[] & ({
|
|
1220
|
-
validatorAddress?: string;
|
|
1221
|
-
height?: number;
|
|
1222
|
-
period?: number;
|
|
1223
|
-
validatorSlashEvent?: {
|
|
1224
|
-
validatorPeriod?: number;
|
|
1225
|
-
fraction?: string;
|
|
1226
|
-
};
|
|
1227
|
-
} & {
|
|
1228
|
-
validatorAddress?: string;
|
|
1229
|
-
height?: number;
|
|
1230
|
-
period?: number;
|
|
1231
|
-
validatorSlashEvent?: {
|
|
1232
|
-
validatorPeriod?: number;
|
|
1233
|
-
fraction?: string;
|
|
1234
|
-
} & {
|
|
1235
|
-
validatorPeriod?: number;
|
|
1236
|
-
fraction?: string;
|
|
1237
|
-
} & { [K_60 in Exclude<keyof I_1["validatorSlashEvents"][number]["validatorSlashEvent"], keyof ValidatorSlashEvent>]: never; };
|
|
1238
|
-
} & { [K_61 in Exclude<keyof I_1["validatorSlashEvents"][number], keyof ValidatorSlashEventRecord>]: never; })[] & { [K_62 in Exclude<keyof I_1["validatorSlashEvents"], keyof {
|
|
1239
|
-
validatorAddress?: string;
|
|
1240
|
-
height?: number;
|
|
1241
|
-
period?: number;
|
|
1242
|
-
validatorSlashEvent?: {
|
|
1243
|
-
validatorPeriod?: number;
|
|
1244
|
-
fraction?: string;
|
|
1245
|
-
};
|
|
1246
|
-
}[]>]: never; };
|
|
1247
|
-
} & { [K_63 in Exclude<keyof I_1, keyof GenesisState>]: never; }>(object: I_1): GenesisState;
|
|
1248
|
-
};
|
|
1249
|
-
type Builtin = Date | Function | Uint8Array | string | number | boolean | undefined;
|
|
1250
|
-
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 {} ? {
|
|
1251
|
-
[K in keyof T]?: DeepPartial<T[K]>;
|
|
1252
|
-
} : Partial<T>;
|
|
1253
|
-
type KeysOfUnion<T> = T extends T ? keyof T : never;
|
|
1254
|
-
export type Exact<P, I extends P> = P extends Builtin ? P : P & {
|
|
1255
|
-
[K in keyof P]: Exact<P[K], I[K]>;
|
|
1256
|
-
} & {
|
|
1257
|
-
[K in Exclude<keyof I, KeysOfUnion<P>>]: never;
|
|
1258
|
-
};
|
|
1259
|
-
export {};
|