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,899 +0,0 @@
|
|
|
1
|
-
import _m0 from "protobufjs/minimal";
|
|
2
|
-
import { Delegation, Params, Redelegation, UnbondingDelegation, Validator } from "./staking";
|
|
3
|
-
export declare const protobufPackage = "cosmos.staking.v1beta1";
|
|
4
|
-
/** GenesisState defines the staking module's genesis state. */
|
|
5
|
-
export interface GenesisState {
|
|
6
|
-
/** params defines all the parameters of related to deposit. */
|
|
7
|
-
params: Params | undefined;
|
|
8
|
-
/**
|
|
9
|
-
* last_total_power tracks the total amounts of bonded tokens recorded during
|
|
10
|
-
* the previous end block.
|
|
11
|
-
*/
|
|
12
|
-
lastTotalPower: Uint8Array;
|
|
13
|
-
/**
|
|
14
|
-
* last_validator_powers is a special index that provides a historical list
|
|
15
|
-
* of the last-block's bonded validators.
|
|
16
|
-
*/
|
|
17
|
-
lastValidatorPowers: LastValidatorPower[];
|
|
18
|
-
/** validators defines the validator set at genesis. */
|
|
19
|
-
validators: Validator[];
|
|
20
|
-
/** delegations defines the delegations active at genesis. */
|
|
21
|
-
delegations: Delegation[];
|
|
22
|
-
/** unbonding_delegations defines the unbonding delegations active at genesis. */
|
|
23
|
-
unbondingDelegations: UnbondingDelegation[];
|
|
24
|
-
/** redelegations defines the redelegations active at genesis. */
|
|
25
|
-
redelegations: Redelegation[];
|
|
26
|
-
exported: boolean;
|
|
27
|
-
}
|
|
28
|
-
/** LastValidatorPower required for validator set update logic. */
|
|
29
|
-
export interface LastValidatorPower {
|
|
30
|
-
/** address is the address of the validator. */
|
|
31
|
-
address: string;
|
|
32
|
-
/** power defines the power of the validator. */
|
|
33
|
-
power: number;
|
|
34
|
-
}
|
|
35
|
-
export declare const GenesisState: {
|
|
36
|
-
encode(message: GenesisState, writer?: _m0.Writer): _m0.Writer;
|
|
37
|
-
decode(input: _m0.Reader | Uint8Array, length?: number): GenesisState;
|
|
38
|
-
fromJSON(object: any): GenesisState;
|
|
39
|
-
toJSON(message: GenesisState): unknown;
|
|
40
|
-
create<I extends {
|
|
41
|
-
params?: {
|
|
42
|
-
unbondingTime?: {
|
|
43
|
-
seconds?: number;
|
|
44
|
-
nanos?: number;
|
|
45
|
-
};
|
|
46
|
-
maxValidators?: number;
|
|
47
|
-
maxEntries?: number;
|
|
48
|
-
historicalEntries?: number;
|
|
49
|
-
bondDenom?: string;
|
|
50
|
-
minCommissionRate?: string;
|
|
51
|
-
};
|
|
52
|
-
lastTotalPower?: Uint8Array;
|
|
53
|
-
lastValidatorPowers?: {
|
|
54
|
-
address?: string;
|
|
55
|
-
power?: number;
|
|
56
|
-
}[];
|
|
57
|
-
validators?: {
|
|
58
|
-
operatorAddress?: string;
|
|
59
|
-
consensusPubkey?: {
|
|
60
|
-
typeUrl?: string;
|
|
61
|
-
value?: Uint8Array;
|
|
62
|
-
};
|
|
63
|
-
jailed?: boolean;
|
|
64
|
-
status?: import("./staking").BondStatus;
|
|
65
|
-
tokens?: string;
|
|
66
|
-
delegatorShares?: string;
|
|
67
|
-
description?: {
|
|
68
|
-
moniker?: string;
|
|
69
|
-
identity?: string;
|
|
70
|
-
website?: string;
|
|
71
|
-
securityContact?: string;
|
|
72
|
-
details?: string;
|
|
73
|
-
};
|
|
74
|
-
unbondingHeight?: number;
|
|
75
|
-
unbondingTime?: Date;
|
|
76
|
-
commission?: {
|
|
77
|
-
commissionRates?: {
|
|
78
|
-
rate?: string;
|
|
79
|
-
maxRate?: string;
|
|
80
|
-
maxChangeRate?: string;
|
|
81
|
-
};
|
|
82
|
-
updateTime?: Date;
|
|
83
|
-
};
|
|
84
|
-
minSelfDelegation?: string;
|
|
85
|
-
unbondingOnHoldRefCount?: number;
|
|
86
|
-
unbondingIds?: number[];
|
|
87
|
-
}[];
|
|
88
|
-
delegations?: {
|
|
89
|
-
delegatorAddress?: string;
|
|
90
|
-
validatorAddress?: string;
|
|
91
|
-
shares?: string;
|
|
92
|
-
}[];
|
|
93
|
-
unbondingDelegations?: {
|
|
94
|
-
delegatorAddress?: string;
|
|
95
|
-
validatorAddress?: string;
|
|
96
|
-
entries?: {
|
|
97
|
-
creationHeight?: number;
|
|
98
|
-
completionTime?: Date;
|
|
99
|
-
initialBalance?: string;
|
|
100
|
-
balance?: string;
|
|
101
|
-
unbondingId?: number;
|
|
102
|
-
unbondingOnHoldRefCount?: number;
|
|
103
|
-
}[];
|
|
104
|
-
}[];
|
|
105
|
-
redelegations?: {
|
|
106
|
-
delegatorAddress?: string;
|
|
107
|
-
validatorSrcAddress?: string;
|
|
108
|
-
validatorDstAddress?: string;
|
|
109
|
-
entries?: {
|
|
110
|
-
creationHeight?: number;
|
|
111
|
-
completionTime?: Date;
|
|
112
|
-
initialBalance?: string;
|
|
113
|
-
sharesDst?: string;
|
|
114
|
-
unbondingId?: number;
|
|
115
|
-
unbondingOnHoldRefCount?: number;
|
|
116
|
-
}[];
|
|
117
|
-
}[];
|
|
118
|
-
exported?: boolean;
|
|
119
|
-
} & {
|
|
120
|
-
params?: {
|
|
121
|
-
unbondingTime?: {
|
|
122
|
-
seconds?: number;
|
|
123
|
-
nanos?: number;
|
|
124
|
-
};
|
|
125
|
-
maxValidators?: number;
|
|
126
|
-
maxEntries?: number;
|
|
127
|
-
historicalEntries?: number;
|
|
128
|
-
bondDenom?: string;
|
|
129
|
-
minCommissionRate?: string;
|
|
130
|
-
} & {
|
|
131
|
-
unbondingTime?: {
|
|
132
|
-
seconds?: number;
|
|
133
|
-
nanos?: number;
|
|
134
|
-
} & {
|
|
135
|
-
seconds?: number;
|
|
136
|
-
nanos?: number;
|
|
137
|
-
} & { [K in Exclude<keyof I["params"]["unbondingTime"], keyof import("../../../google/protobuf/duration").Duration>]: never; };
|
|
138
|
-
maxValidators?: number;
|
|
139
|
-
maxEntries?: number;
|
|
140
|
-
historicalEntries?: number;
|
|
141
|
-
bondDenom?: string;
|
|
142
|
-
minCommissionRate?: string;
|
|
143
|
-
} & { [K_1 in Exclude<keyof I["params"], keyof Params>]: never; };
|
|
144
|
-
lastTotalPower?: Uint8Array;
|
|
145
|
-
lastValidatorPowers?: {
|
|
146
|
-
address?: string;
|
|
147
|
-
power?: number;
|
|
148
|
-
}[] & ({
|
|
149
|
-
address?: string;
|
|
150
|
-
power?: number;
|
|
151
|
-
} & {
|
|
152
|
-
address?: string;
|
|
153
|
-
power?: number;
|
|
154
|
-
} & { [K_2 in Exclude<keyof I["lastValidatorPowers"][number], keyof LastValidatorPower>]: never; })[] & { [K_3 in Exclude<keyof I["lastValidatorPowers"], keyof {
|
|
155
|
-
address?: string;
|
|
156
|
-
power?: number;
|
|
157
|
-
}[]>]: never; };
|
|
158
|
-
validators?: {
|
|
159
|
-
operatorAddress?: string;
|
|
160
|
-
consensusPubkey?: {
|
|
161
|
-
typeUrl?: string;
|
|
162
|
-
value?: Uint8Array;
|
|
163
|
-
};
|
|
164
|
-
jailed?: boolean;
|
|
165
|
-
status?: import("./staking").BondStatus;
|
|
166
|
-
tokens?: string;
|
|
167
|
-
delegatorShares?: string;
|
|
168
|
-
description?: {
|
|
169
|
-
moniker?: string;
|
|
170
|
-
identity?: string;
|
|
171
|
-
website?: string;
|
|
172
|
-
securityContact?: string;
|
|
173
|
-
details?: string;
|
|
174
|
-
};
|
|
175
|
-
unbondingHeight?: number;
|
|
176
|
-
unbondingTime?: Date;
|
|
177
|
-
commission?: {
|
|
178
|
-
commissionRates?: {
|
|
179
|
-
rate?: string;
|
|
180
|
-
maxRate?: string;
|
|
181
|
-
maxChangeRate?: string;
|
|
182
|
-
};
|
|
183
|
-
updateTime?: Date;
|
|
184
|
-
};
|
|
185
|
-
minSelfDelegation?: string;
|
|
186
|
-
unbondingOnHoldRefCount?: number;
|
|
187
|
-
unbondingIds?: number[];
|
|
188
|
-
}[] & ({
|
|
189
|
-
operatorAddress?: string;
|
|
190
|
-
consensusPubkey?: {
|
|
191
|
-
typeUrl?: string;
|
|
192
|
-
value?: Uint8Array;
|
|
193
|
-
};
|
|
194
|
-
jailed?: boolean;
|
|
195
|
-
status?: import("./staking").BondStatus;
|
|
196
|
-
tokens?: string;
|
|
197
|
-
delegatorShares?: string;
|
|
198
|
-
description?: {
|
|
199
|
-
moniker?: string;
|
|
200
|
-
identity?: string;
|
|
201
|
-
website?: string;
|
|
202
|
-
securityContact?: string;
|
|
203
|
-
details?: string;
|
|
204
|
-
};
|
|
205
|
-
unbondingHeight?: number;
|
|
206
|
-
unbondingTime?: Date;
|
|
207
|
-
commission?: {
|
|
208
|
-
commissionRates?: {
|
|
209
|
-
rate?: string;
|
|
210
|
-
maxRate?: string;
|
|
211
|
-
maxChangeRate?: string;
|
|
212
|
-
};
|
|
213
|
-
updateTime?: Date;
|
|
214
|
-
};
|
|
215
|
-
minSelfDelegation?: string;
|
|
216
|
-
unbondingOnHoldRefCount?: number;
|
|
217
|
-
unbondingIds?: number[];
|
|
218
|
-
} & {
|
|
219
|
-
operatorAddress?: string;
|
|
220
|
-
consensusPubkey?: {
|
|
221
|
-
typeUrl?: string;
|
|
222
|
-
value?: Uint8Array;
|
|
223
|
-
} & {
|
|
224
|
-
typeUrl?: string;
|
|
225
|
-
value?: Uint8Array;
|
|
226
|
-
} & { [K_4 in Exclude<keyof I["validators"][number]["consensusPubkey"], keyof import("../../../google").Any>]: never; };
|
|
227
|
-
jailed?: boolean;
|
|
228
|
-
status?: import("./staking").BondStatus;
|
|
229
|
-
tokens?: string;
|
|
230
|
-
delegatorShares?: string;
|
|
231
|
-
description?: {
|
|
232
|
-
moniker?: string;
|
|
233
|
-
identity?: string;
|
|
234
|
-
website?: string;
|
|
235
|
-
securityContact?: string;
|
|
236
|
-
details?: string;
|
|
237
|
-
} & {
|
|
238
|
-
moniker?: string;
|
|
239
|
-
identity?: string;
|
|
240
|
-
website?: string;
|
|
241
|
-
securityContact?: string;
|
|
242
|
-
details?: string;
|
|
243
|
-
} & { [K_5 in Exclude<keyof I["validators"][number]["description"], keyof import("./staking").Description>]: never; };
|
|
244
|
-
unbondingHeight?: number;
|
|
245
|
-
unbondingTime?: Date;
|
|
246
|
-
commission?: {
|
|
247
|
-
commissionRates?: {
|
|
248
|
-
rate?: string;
|
|
249
|
-
maxRate?: string;
|
|
250
|
-
maxChangeRate?: string;
|
|
251
|
-
};
|
|
252
|
-
updateTime?: Date;
|
|
253
|
-
} & {
|
|
254
|
-
commissionRates?: {
|
|
255
|
-
rate?: string;
|
|
256
|
-
maxRate?: string;
|
|
257
|
-
maxChangeRate?: string;
|
|
258
|
-
} & {
|
|
259
|
-
rate?: string;
|
|
260
|
-
maxRate?: string;
|
|
261
|
-
maxChangeRate?: string;
|
|
262
|
-
} & { [K_6 in Exclude<keyof I["validators"][number]["commission"]["commissionRates"], keyof import("./staking").CommissionRates>]: never; };
|
|
263
|
-
updateTime?: Date;
|
|
264
|
-
} & { [K_7 in Exclude<keyof I["validators"][number]["commission"], keyof import("./staking").Commission>]: never; };
|
|
265
|
-
minSelfDelegation?: string;
|
|
266
|
-
unbondingOnHoldRefCount?: number;
|
|
267
|
-
unbondingIds?: number[] & number[] & { [K_8 in Exclude<keyof I["validators"][number]["unbondingIds"], keyof number[]>]: never; };
|
|
268
|
-
} & { [K_9 in Exclude<keyof I["validators"][number], keyof Validator>]: never; })[] & { [K_10 in Exclude<keyof I["validators"], keyof {
|
|
269
|
-
operatorAddress?: string;
|
|
270
|
-
consensusPubkey?: {
|
|
271
|
-
typeUrl?: string;
|
|
272
|
-
value?: Uint8Array;
|
|
273
|
-
};
|
|
274
|
-
jailed?: boolean;
|
|
275
|
-
status?: import("./staking").BondStatus;
|
|
276
|
-
tokens?: string;
|
|
277
|
-
delegatorShares?: string;
|
|
278
|
-
description?: {
|
|
279
|
-
moniker?: string;
|
|
280
|
-
identity?: string;
|
|
281
|
-
website?: string;
|
|
282
|
-
securityContact?: string;
|
|
283
|
-
details?: string;
|
|
284
|
-
};
|
|
285
|
-
unbondingHeight?: number;
|
|
286
|
-
unbondingTime?: Date;
|
|
287
|
-
commission?: {
|
|
288
|
-
commissionRates?: {
|
|
289
|
-
rate?: string;
|
|
290
|
-
maxRate?: string;
|
|
291
|
-
maxChangeRate?: string;
|
|
292
|
-
};
|
|
293
|
-
updateTime?: Date;
|
|
294
|
-
};
|
|
295
|
-
minSelfDelegation?: string;
|
|
296
|
-
unbondingOnHoldRefCount?: number;
|
|
297
|
-
unbondingIds?: number[];
|
|
298
|
-
}[]>]: never; };
|
|
299
|
-
delegations?: {
|
|
300
|
-
delegatorAddress?: string;
|
|
301
|
-
validatorAddress?: string;
|
|
302
|
-
shares?: string;
|
|
303
|
-
}[] & ({
|
|
304
|
-
delegatorAddress?: string;
|
|
305
|
-
validatorAddress?: string;
|
|
306
|
-
shares?: string;
|
|
307
|
-
} & {
|
|
308
|
-
delegatorAddress?: string;
|
|
309
|
-
validatorAddress?: string;
|
|
310
|
-
shares?: string;
|
|
311
|
-
} & { [K_11 in Exclude<keyof I["delegations"][number], keyof Delegation>]: never; })[] & { [K_12 in Exclude<keyof I["delegations"], keyof {
|
|
312
|
-
delegatorAddress?: string;
|
|
313
|
-
validatorAddress?: string;
|
|
314
|
-
shares?: string;
|
|
315
|
-
}[]>]: never; };
|
|
316
|
-
unbondingDelegations?: {
|
|
317
|
-
delegatorAddress?: string;
|
|
318
|
-
validatorAddress?: string;
|
|
319
|
-
entries?: {
|
|
320
|
-
creationHeight?: number;
|
|
321
|
-
completionTime?: Date;
|
|
322
|
-
initialBalance?: string;
|
|
323
|
-
balance?: string;
|
|
324
|
-
unbondingId?: number;
|
|
325
|
-
unbondingOnHoldRefCount?: number;
|
|
326
|
-
}[];
|
|
327
|
-
}[] & ({
|
|
328
|
-
delegatorAddress?: string;
|
|
329
|
-
validatorAddress?: string;
|
|
330
|
-
entries?: {
|
|
331
|
-
creationHeight?: number;
|
|
332
|
-
completionTime?: Date;
|
|
333
|
-
initialBalance?: string;
|
|
334
|
-
balance?: string;
|
|
335
|
-
unbondingId?: number;
|
|
336
|
-
unbondingOnHoldRefCount?: number;
|
|
337
|
-
}[];
|
|
338
|
-
} & {
|
|
339
|
-
delegatorAddress?: string;
|
|
340
|
-
validatorAddress?: string;
|
|
341
|
-
entries?: {
|
|
342
|
-
creationHeight?: number;
|
|
343
|
-
completionTime?: Date;
|
|
344
|
-
initialBalance?: string;
|
|
345
|
-
balance?: string;
|
|
346
|
-
unbondingId?: number;
|
|
347
|
-
unbondingOnHoldRefCount?: number;
|
|
348
|
-
}[] & ({
|
|
349
|
-
creationHeight?: number;
|
|
350
|
-
completionTime?: Date;
|
|
351
|
-
initialBalance?: string;
|
|
352
|
-
balance?: string;
|
|
353
|
-
unbondingId?: number;
|
|
354
|
-
unbondingOnHoldRefCount?: number;
|
|
355
|
-
} & {
|
|
356
|
-
creationHeight?: number;
|
|
357
|
-
completionTime?: Date;
|
|
358
|
-
initialBalance?: string;
|
|
359
|
-
balance?: string;
|
|
360
|
-
unbondingId?: number;
|
|
361
|
-
unbondingOnHoldRefCount?: number;
|
|
362
|
-
} & { [K_13 in Exclude<keyof I["unbondingDelegations"][number]["entries"][number], keyof import("./staking").UnbondingDelegationEntry>]: never; })[] & { [K_14 in Exclude<keyof I["unbondingDelegations"][number]["entries"], keyof {
|
|
363
|
-
creationHeight?: number;
|
|
364
|
-
completionTime?: Date;
|
|
365
|
-
initialBalance?: string;
|
|
366
|
-
balance?: string;
|
|
367
|
-
unbondingId?: number;
|
|
368
|
-
unbondingOnHoldRefCount?: number;
|
|
369
|
-
}[]>]: never; };
|
|
370
|
-
} & { [K_15 in Exclude<keyof I["unbondingDelegations"][number], keyof UnbondingDelegation>]: never; })[] & { [K_16 in Exclude<keyof I["unbondingDelegations"], keyof {
|
|
371
|
-
delegatorAddress?: string;
|
|
372
|
-
validatorAddress?: string;
|
|
373
|
-
entries?: {
|
|
374
|
-
creationHeight?: number;
|
|
375
|
-
completionTime?: Date;
|
|
376
|
-
initialBalance?: string;
|
|
377
|
-
balance?: string;
|
|
378
|
-
unbondingId?: number;
|
|
379
|
-
unbondingOnHoldRefCount?: number;
|
|
380
|
-
}[];
|
|
381
|
-
}[]>]: never; };
|
|
382
|
-
redelegations?: {
|
|
383
|
-
delegatorAddress?: string;
|
|
384
|
-
validatorSrcAddress?: string;
|
|
385
|
-
validatorDstAddress?: string;
|
|
386
|
-
entries?: {
|
|
387
|
-
creationHeight?: number;
|
|
388
|
-
completionTime?: Date;
|
|
389
|
-
initialBalance?: string;
|
|
390
|
-
sharesDst?: string;
|
|
391
|
-
unbondingId?: number;
|
|
392
|
-
unbondingOnHoldRefCount?: number;
|
|
393
|
-
}[];
|
|
394
|
-
}[] & ({
|
|
395
|
-
delegatorAddress?: string;
|
|
396
|
-
validatorSrcAddress?: string;
|
|
397
|
-
validatorDstAddress?: string;
|
|
398
|
-
entries?: {
|
|
399
|
-
creationHeight?: number;
|
|
400
|
-
completionTime?: Date;
|
|
401
|
-
initialBalance?: string;
|
|
402
|
-
sharesDst?: string;
|
|
403
|
-
unbondingId?: number;
|
|
404
|
-
unbondingOnHoldRefCount?: number;
|
|
405
|
-
}[];
|
|
406
|
-
} & {
|
|
407
|
-
delegatorAddress?: string;
|
|
408
|
-
validatorSrcAddress?: string;
|
|
409
|
-
validatorDstAddress?: string;
|
|
410
|
-
entries?: {
|
|
411
|
-
creationHeight?: number;
|
|
412
|
-
completionTime?: Date;
|
|
413
|
-
initialBalance?: string;
|
|
414
|
-
sharesDst?: string;
|
|
415
|
-
unbondingId?: number;
|
|
416
|
-
unbondingOnHoldRefCount?: number;
|
|
417
|
-
}[] & ({
|
|
418
|
-
creationHeight?: number;
|
|
419
|
-
completionTime?: Date;
|
|
420
|
-
initialBalance?: string;
|
|
421
|
-
sharesDst?: string;
|
|
422
|
-
unbondingId?: number;
|
|
423
|
-
unbondingOnHoldRefCount?: number;
|
|
424
|
-
} & {
|
|
425
|
-
creationHeight?: number;
|
|
426
|
-
completionTime?: Date;
|
|
427
|
-
initialBalance?: string;
|
|
428
|
-
sharesDst?: string;
|
|
429
|
-
unbondingId?: number;
|
|
430
|
-
unbondingOnHoldRefCount?: number;
|
|
431
|
-
} & { [K_17 in Exclude<keyof I["redelegations"][number]["entries"][number], keyof import("./staking").RedelegationEntry>]: never; })[] & { [K_18 in Exclude<keyof I["redelegations"][number]["entries"], keyof {
|
|
432
|
-
creationHeight?: number;
|
|
433
|
-
completionTime?: Date;
|
|
434
|
-
initialBalance?: string;
|
|
435
|
-
sharesDst?: string;
|
|
436
|
-
unbondingId?: number;
|
|
437
|
-
unbondingOnHoldRefCount?: number;
|
|
438
|
-
}[]>]: never; };
|
|
439
|
-
} & { [K_19 in Exclude<keyof I["redelegations"][number], keyof Redelegation>]: never; })[] & { [K_20 in Exclude<keyof I["redelegations"], keyof {
|
|
440
|
-
delegatorAddress?: string;
|
|
441
|
-
validatorSrcAddress?: string;
|
|
442
|
-
validatorDstAddress?: string;
|
|
443
|
-
entries?: {
|
|
444
|
-
creationHeight?: number;
|
|
445
|
-
completionTime?: Date;
|
|
446
|
-
initialBalance?: string;
|
|
447
|
-
sharesDst?: string;
|
|
448
|
-
unbondingId?: number;
|
|
449
|
-
unbondingOnHoldRefCount?: number;
|
|
450
|
-
}[];
|
|
451
|
-
}[]>]: never; };
|
|
452
|
-
exported?: boolean;
|
|
453
|
-
} & { [K_21 in Exclude<keyof I, keyof GenesisState>]: never; }>(base?: I): GenesisState;
|
|
454
|
-
fromPartial<I_1 extends {
|
|
455
|
-
params?: {
|
|
456
|
-
unbondingTime?: {
|
|
457
|
-
seconds?: number;
|
|
458
|
-
nanos?: number;
|
|
459
|
-
};
|
|
460
|
-
maxValidators?: number;
|
|
461
|
-
maxEntries?: number;
|
|
462
|
-
historicalEntries?: number;
|
|
463
|
-
bondDenom?: string;
|
|
464
|
-
minCommissionRate?: string;
|
|
465
|
-
};
|
|
466
|
-
lastTotalPower?: Uint8Array;
|
|
467
|
-
lastValidatorPowers?: {
|
|
468
|
-
address?: string;
|
|
469
|
-
power?: number;
|
|
470
|
-
}[];
|
|
471
|
-
validators?: {
|
|
472
|
-
operatorAddress?: string;
|
|
473
|
-
consensusPubkey?: {
|
|
474
|
-
typeUrl?: string;
|
|
475
|
-
value?: Uint8Array;
|
|
476
|
-
};
|
|
477
|
-
jailed?: boolean;
|
|
478
|
-
status?: import("./staking").BondStatus;
|
|
479
|
-
tokens?: string;
|
|
480
|
-
delegatorShares?: string;
|
|
481
|
-
description?: {
|
|
482
|
-
moniker?: string;
|
|
483
|
-
identity?: string;
|
|
484
|
-
website?: string;
|
|
485
|
-
securityContact?: string;
|
|
486
|
-
details?: string;
|
|
487
|
-
};
|
|
488
|
-
unbondingHeight?: number;
|
|
489
|
-
unbondingTime?: Date;
|
|
490
|
-
commission?: {
|
|
491
|
-
commissionRates?: {
|
|
492
|
-
rate?: string;
|
|
493
|
-
maxRate?: string;
|
|
494
|
-
maxChangeRate?: string;
|
|
495
|
-
};
|
|
496
|
-
updateTime?: Date;
|
|
497
|
-
};
|
|
498
|
-
minSelfDelegation?: string;
|
|
499
|
-
unbondingOnHoldRefCount?: number;
|
|
500
|
-
unbondingIds?: number[];
|
|
501
|
-
}[];
|
|
502
|
-
delegations?: {
|
|
503
|
-
delegatorAddress?: string;
|
|
504
|
-
validatorAddress?: string;
|
|
505
|
-
shares?: string;
|
|
506
|
-
}[];
|
|
507
|
-
unbondingDelegations?: {
|
|
508
|
-
delegatorAddress?: string;
|
|
509
|
-
validatorAddress?: string;
|
|
510
|
-
entries?: {
|
|
511
|
-
creationHeight?: number;
|
|
512
|
-
completionTime?: Date;
|
|
513
|
-
initialBalance?: string;
|
|
514
|
-
balance?: string;
|
|
515
|
-
unbondingId?: number;
|
|
516
|
-
unbondingOnHoldRefCount?: number;
|
|
517
|
-
}[];
|
|
518
|
-
}[];
|
|
519
|
-
redelegations?: {
|
|
520
|
-
delegatorAddress?: string;
|
|
521
|
-
validatorSrcAddress?: string;
|
|
522
|
-
validatorDstAddress?: string;
|
|
523
|
-
entries?: {
|
|
524
|
-
creationHeight?: number;
|
|
525
|
-
completionTime?: Date;
|
|
526
|
-
initialBalance?: string;
|
|
527
|
-
sharesDst?: string;
|
|
528
|
-
unbondingId?: number;
|
|
529
|
-
unbondingOnHoldRefCount?: number;
|
|
530
|
-
}[];
|
|
531
|
-
}[];
|
|
532
|
-
exported?: boolean;
|
|
533
|
-
} & {
|
|
534
|
-
params?: {
|
|
535
|
-
unbondingTime?: {
|
|
536
|
-
seconds?: number;
|
|
537
|
-
nanos?: number;
|
|
538
|
-
};
|
|
539
|
-
maxValidators?: number;
|
|
540
|
-
maxEntries?: number;
|
|
541
|
-
historicalEntries?: number;
|
|
542
|
-
bondDenom?: string;
|
|
543
|
-
minCommissionRate?: string;
|
|
544
|
-
} & {
|
|
545
|
-
unbondingTime?: {
|
|
546
|
-
seconds?: number;
|
|
547
|
-
nanos?: number;
|
|
548
|
-
} & {
|
|
549
|
-
seconds?: number;
|
|
550
|
-
nanos?: number;
|
|
551
|
-
} & { [K_22 in Exclude<keyof I_1["params"]["unbondingTime"], keyof import("../../../google/protobuf/duration").Duration>]: never; };
|
|
552
|
-
maxValidators?: number;
|
|
553
|
-
maxEntries?: number;
|
|
554
|
-
historicalEntries?: number;
|
|
555
|
-
bondDenom?: string;
|
|
556
|
-
minCommissionRate?: string;
|
|
557
|
-
} & { [K_23 in Exclude<keyof I_1["params"], keyof Params>]: never; };
|
|
558
|
-
lastTotalPower?: Uint8Array;
|
|
559
|
-
lastValidatorPowers?: {
|
|
560
|
-
address?: string;
|
|
561
|
-
power?: number;
|
|
562
|
-
}[] & ({
|
|
563
|
-
address?: string;
|
|
564
|
-
power?: number;
|
|
565
|
-
} & {
|
|
566
|
-
address?: string;
|
|
567
|
-
power?: number;
|
|
568
|
-
} & { [K_24 in Exclude<keyof I_1["lastValidatorPowers"][number], keyof LastValidatorPower>]: never; })[] & { [K_25 in Exclude<keyof I_1["lastValidatorPowers"], keyof {
|
|
569
|
-
address?: string;
|
|
570
|
-
power?: number;
|
|
571
|
-
}[]>]: never; };
|
|
572
|
-
validators?: {
|
|
573
|
-
operatorAddress?: string;
|
|
574
|
-
consensusPubkey?: {
|
|
575
|
-
typeUrl?: string;
|
|
576
|
-
value?: Uint8Array;
|
|
577
|
-
};
|
|
578
|
-
jailed?: boolean;
|
|
579
|
-
status?: import("./staking").BondStatus;
|
|
580
|
-
tokens?: string;
|
|
581
|
-
delegatorShares?: string;
|
|
582
|
-
description?: {
|
|
583
|
-
moniker?: string;
|
|
584
|
-
identity?: string;
|
|
585
|
-
website?: string;
|
|
586
|
-
securityContact?: string;
|
|
587
|
-
details?: string;
|
|
588
|
-
};
|
|
589
|
-
unbondingHeight?: number;
|
|
590
|
-
unbondingTime?: Date;
|
|
591
|
-
commission?: {
|
|
592
|
-
commissionRates?: {
|
|
593
|
-
rate?: string;
|
|
594
|
-
maxRate?: string;
|
|
595
|
-
maxChangeRate?: string;
|
|
596
|
-
};
|
|
597
|
-
updateTime?: Date;
|
|
598
|
-
};
|
|
599
|
-
minSelfDelegation?: string;
|
|
600
|
-
unbondingOnHoldRefCount?: number;
|
|
601
|
-
unbondingIds?: number[];
|
|
602
|
-
}[] & ({
|
|
603
|
-
operatorAddress?: string;
|
|
604
|
-
consensusPubkey?: {
|
|
605
|
-
typeUrl?: string;
|
|
606
|
-
value?: Uint8Array;
|
|
607
|
-
};
|
|
608
|
-
jailed?: boolean;
|
|
609
|
-
status?: import("./staking").BondStatus;
|
|
610
|
-
tokens?: string;
|
|
611
|
-
delegatorShares?: string;
|
|
612
|
-
description?: {
|
|
613
|
-
moniker?: string;
|
|
614
|
-
identity?: string;
|
|
615
|
-
website?: string;
|
|
616
|
-
securityContact?: string;
|
|
617
|
-
details?: string;
|
|
618
|
-
};
|
|
619
|
-
unbondingHeight?: number;
|
|
620
|
-
unbondingTime?: Date;
|
|
621
|
-
commission?: {
|
|
622
|
-
commissionRates?: {
|
|
623
|
-
rate?: string;
|
|
624
|
-
maxRate?: string;
|
|
625
|
-
maxChangeRate?: string;
|
|
626
|
-
};
|
|
627
|
-
updateTime?: Date;
|
|
628
|
-
};
|
|
629
|
-
minSelfDelegation?: string;
|
|
630
|
-
unbondingOnHoldRefCount?: number;
|
|
631
|
-
unbondingIds?: number[];
|
|
632
|
-
} & {
|
|
633
|
-
operatorAddress?: string;
|
|
634
|
-
consensusPubkey?: {
|
|
635
|
-
typeUrl?: string;
|
|
636
|
-
value?: Uint8Array;
|
|
637
|
-
} & {
|
|
638
|
-
typeUrl?: string;
|
|
639
|
-
value?: Uint8Array;
|
|
640
|
-
} & { [K_26 in Exclude<keyof I_1["validators"][number]["consensusPubkey"], keyof import("../../../google").Any>]: never; };
|
|
641
|
-
jailed?: boolean;
|
|
642
|
-
status?: import("./staking").BondStatus;
|
|
643
|
-
tokens?: string;
|
|
644
|
-
delegatorShares?: string;
|
|
645
|
-
description?: {
|
|
646
|
-
moniker?: string;
|
|
647
|
-
identity?: string;
|
|
648
|
-
website?: string;
|
|
649
|
-
securityContact?: string;
|
|
650
|
-
details?: string;
|
|
651
|
-
} & {
|
|
652
|
-
moniker?: string;
|
|
653
|
-
identity?: string;
|
|
654
|
-
website?: string;
|
|
655
|
-
securityContact?: string;
|
|
656
|
-
details?: string;
|
|
657
|
-
} & { [K_27 in Exclude<keyof I_1["validators"][number]["description"], keyof import("./staking").Description>]: never; };
|
|
658
|
-
unbondingHeight?: number;
|
|
659
|
-
unbondingTime?: Date;
|
|
660
|
-
commission?: {
|
|
661
|
-
commissionRates?: {
|
|
662
|
-
rate?: string;
|
|
663
|
-
maxRate?: string;
|
|
664
|
-
maxChangeRate?: string;
|
|
665
|
-
};
|
|
666
|
-
updateTime?: Date;
|
|
667
|
-
} & {
|
|
668
|
-
commissionRates?: {
|
|
669
|
-
rate?: string;
|
|
670
|
-
maxRate?: string;
|
|
671
|
-
maxChangeRate?: string;
|
|
672
|
-
} & {
|
|
673
|
-
rate?: string;
|
|
674
|
-
maxRate?: string;
|
|
675
|
-
maxChangeRate?: string;
|
|
676
|
-
} & { [K_28 in Exclude<keyof I_1["validators"][number]["commission"]["commissionRates"], keyof import("./staking").CommissionRates>]: never; };
|
|
677
|
-
updateTime?: Date;
|
|
678
|
-
} & { [K_29 in Exclude<keyof I_1["validators"][number]["commission"], keyof import("./staking").Commission>]: never; };
|
|
679
|
-
minSelfDelegation?: string;
|
|
680
|
-
unbondingOnHoldRefCount?: number;
|
|
681
|
-
unbondingIds?: number[] & number[] & { [K_30 in Exclude<keyof I_1["validators"][number]["unbondingIds"], keyof number[]>]: never; };
|
|
682
|
-
} & { [K_31 in Exclude<keyof I_1["validators"][number], keyof Validator>]: never; })[] & { [K_32 in Exclude<keyof I_1["validators"], keyof {
|
|
683
|
-
operatorAddress?: string;
|
|
684
|
-
consensusPubkey?: {
|
|
685
|
-
typeUrl?: string;
|
|
686
|
-
value?: Uint8Array;
|
|
687
|
-
};
|
|
688
|
-
jailed?: boolean;
|
|
689
|
-
status?: import("./staking").BondStatus;
|
|
690
|
-
tokens?: string;
|
|
691
|
-
delegatorShares?: string;
|
|
692
|
-
description?: {
|
|
693
|
-
moniker?: string;
|
|
694
|
-
identity?: string;
|
|
695
|
-
website?: string;
|
|
696
|
-
securityContact?: string;
|
|
697
|
-
details?: string;
|
|
698
|
-
};
|
|
699
|
-
unbondingHeight?: number;
|
|
700
|
-
unbondingTime?: Date;
|
|
701
|
-
commission?: {
|
|
702
|
-
commissionRates?: {
|
|
703
|
-
rate?: string;
|
|
704
|
-
maxRate?: string;
|
|
705
|
-
maxChangeRate?: string;
|
|
706
|
-
};
|
|
707
|
-
updateTime?: Date;
|
|
708
|
-
};
|
|
709
|
-
minSelfDelegation?: string;
|
|
710
|
-
unbondingOnHoldRefCount?: number;
|
|
711
|
-
unbondingIds?: number[];
|
|
712
|
-
}[]>]: never; };
|
|
713
|
-
delegations?: {
|
|
714
|
-
delegatorAddress?: string;
|
|
715
|
-
validatorAddress?: string;
|
|
716
|
-
shares?: string;
|
|
717
|
-
}[] & ({
|
|
718
|
-
delegatorAddress?: string;
|
|
719
|
-
validatorAddress?: string;
|
|
720
|
-
shares?: string;
|
|
721
|
-
} & {
|
|
722
|
-
delegatorAddress?: string;
|
|
723
|
-
validatorAddress?: string;
|
|
724
|
-
shares?: string;
|
|
725
|
-
} & { [K_33 in Exclude<keyof I_1["delegations"][number], keyof Delegation>]: never; })[] & { [K_34 in Exclude<keyof I_1["delegations"], keyof {
|
|
726
|
-
delegatorAddress?: string;
|
|
727
|
-
validatorAddress?: string;
|
|
728
|
-
shares?: string;
|
|
729
|
-
}[]>]: never; };
|
|
730
|
-
unbondingDelegations?: {
|
|
731
|
-
delegatorAddress?: string;
|
|
732
|
-
validatorAddress?: string;
|
|
733
|
-
entries?: {
|
|
734
|
-
creationHeight?: number;
|
|
735
|
-
completionTime?: Date;
|
|
736
|
-
initialBalance?: string;
|
|
737
|
-
balance?: string;
|
|
738
|
-
unbondingId?: number;
|
|
739
|
-
unbondingOnHoldRefCount?: number;
|
|
740
|
-
}[];
|
|
741
|
-
}[] & ({
|
|
742
|
-
delegatorAddress?: string;
|
|
743
|
-
validatorAddress?: string;
|
|
744
|
-
entries?: {
|
|
745
|
-
creationHeight?: number;
|
|
746
|
-
completionTime?: Date;
|
|
747
|
-
initialBalance?: string;
|
|
748
|
-
balance?: string;
|
|
749
|
-
unbondingId?: number;
|
|
750
|
-
unbondingOnHoldRefCount?: number;
|
|
751
|
-
}[];
|
|
752
|
-
} & {
|
|
753
|
-
delegatorAddress?: string;
|
|
754
|
-
validatorAddress?: string;
|
|
755
|
-
entries?: {
|
|
756
|
-
creationHeight?: number;
|
|
757
|
-
completionTime?: Date;
|
|
758
|
-
initialBalance?: string;
|
|
759
|
-
balance?: string;
|
|
760
|
-
unbondingId?: number;
|
|
761
|
-
unbondingOnHoldRefCount?: number;
|
|
762
|
-
}[] & ({
|
|
763
|
-
creationHeight?: number;
|
|
764
|
-
completionTime?: Date;
|
|
765
|
-
initialBalance?: string;
|
|
766
|
-
balance?: string;
|
|
767
|
-
unbondingId?: number;
|
|
768
|
-
unbondingOnHoldRefCount?: number;
|
|
769
|
-
} & {
|
|
770
|
-
creationHeight?: number;
|
|
771
|
-
completionTime?: Date;
|
|
772
|
-
initialBalance?: string;
|
|
773
|
-
balance?: string;
|
|
774
|
-
unbondingId?: number;
|
|
775
|
-
unbondingOnHoldRefCount?: number;
|
|
776
|
-
} & { [K_35 in Exclude<keyof I_1["unbondingDelegations"][number]["entries"][number], keyof import("./staking").UnbondingDelegationEntry>]: never; })[] & { [K_36 in Exclude<keyof I_1["unbondingDelegations"][number]["entries"], keyof {
|
|
777
|
-
creationHeight?: number;
|
|
778
|
-
completionTime?: Date;
|
|
779
|
-
initialBalance?: string;
|
|
780
|
-
balance?: string;
|
|
781
|
-
unbondingId?: number;
|
|
782
|
-
unbondingOnHoldRefCount?: number;
|
|
783
|
-
}[]>]: never; };
|
|
784
|
-
} & { [K_37 in Exclude<keyof I_1["unbondingDelegations"][number], keyof UnbondingDelegation>]: never; })[] & { [K_38 in Exclude<keyof I_1["unbondingDelegations"], keyof {
|
|
785
|
-
delegatorAddress?: string;
|
|
786
|
-
validatorAddress?: string;
|
|
787
|
-
entries?: {
|
|
788
|
-
creationHeight?: number;
|
|
789
|
-
completionTime?: Date;
|
|
790
|
-
initialBalance?: string;
|
|
791
|
-
balance?: string;
|
|
792
|
-
unbondingId?: number;
|
|
793
|
-
unbondingOnHoldRefCount?: number;
|
|
794
|
-
}[];
|
|
795
|
-
}[]>]: never; };
|
|
796
|
-
redelegations?: {
|
|
797
|
-
delegatorAddress?: string;
|
|
798
|
-
validatorSrcAddress?: string;
|
|
799
|
-
validatorDstAddress?: string;
|
|
800
|
-
entries?: {
|
|
801
|
-
creationHeight?: number;
|
|
802
|
-
completionTime?: Date;
|
|
803
|
-
initialBalance?: string;
|
|
804
|
-
sharesDst?: string;
|
|
805
|
-
unbondingId?: number;
|
|
806
|
-
unbondingOnHoldRefCount?: number;
|
|
807
|
-
}[];
|
|
808
|
-
}[] & ({
|
|
809
|
-
delegatorAddress?: string;
|
|
810
|
-
validatorSrcAddress?: string;
|
|
811
|
-
validatorDstAddress?: string;
|
|
812
|
-
entries?: {
|
|
813
|
-
creationHeight?: number;
|
|
814
|
-
completionTime?: Date;
|
|
815
|
-
initialBalance?: string;
|
|
816
|
-
sharesDst?: string;
|
|
817
|
-
unbondingId?: number;
|
|
818
|
-
unbondingOnHoldRefCount?: number;
|
|
819
|
-
}[];
|
|
820
|
-
} & {
|
|
821
|
-
delegatorAddress?: string;
|
|
822
|
-
validatorSrcAddress?: string;
|
|
823
|
-
validatorDstAddress?: string;
|
|
824
|
-
entries?: {
|
|
825
|
-
creationHeight?: number;
|
|
826
|
-
completionTime?: Date;
|
|
827
|
-
initialBalance?: string;
|
|
828
|
-
sharesDst?: string;
|
|
829
|
-
unbondingId?: number;
|
|
830
|
-
unbondingOnHoldRefCount?: number;
|
|
831
|
-
}[] & ({
|
|
832
|
-
creationHeight?: number;
|
|
833
|
-
completionTime?: Date;
|
|
834
|
-
initialBalance?: string;
|
|
835
|
-
sharesDst?: string;
|
|
836
|
-
unbondingId?: number;
|
|
837
|
-
unbondingOnHoldRefCount?: number;
|
|
838
|
-
} & {
|
|
839
|
-
creationHeight?: number;
|
|
840
|
-
completionTime?: Date;
|
|
841
|
-
initialBalance?: string;
|
|
842
|
-
sharesDst?: string;
|
|
843
|
-
unbondingId?: number;
|
|
844
|
-
unbondingOnHoldRefCount?: number;
|
|
845
|
-
} & { [K_39 in Exclude<keyof I_1["redelegations"][number]["entries"][number], keyof import("./staking").RedelegationEntry>]: never; })[] & { [K_40 in Exclude<keyof I_1["redelegations"][number]["entries"], keyof {
|
|
846
|
-
creationHeight?: number;
|
|
847
|
-
completionTime?: Date;
|
|
848
|
-
initialBalance?: string;
|
|
849
|
-
sharesDst?: string;
|
|
850
|
-
unbondingId?: number;
|
|
851
|
-
unbondingOnHoldRefCount?: number;
|
|
852
|
-
}[]>]: never; };
|
|
853
|
-
} & { [K_41 in Exclude<keyof I_1["redelegations"][number], keyof Redelegation>]: never; })[] & { [K_42 in Exclude<keyof I_1["redelegations"], keyof {
|
|
854
|
-
delegatorAddress?: string;
|
|
855
|
-
validatorSrcAddress?: string;
|
|
856
|
-
validatorDstAddress?: string;
|
|
857
|
-
entries?: {
|
|
858
|
-
creationHeight?: number;
|
|
859
|
-
completionTime?: Date;
|
|
860
|
-
initialBalance?: string;
|
|
861
|
-
sharesDst?: string;
|
|
862
|
-
unbondingId?: number;
|
|
863
|
-
unbondingOnHoldRefCount?: number;
|
|
864
|
-
}[];
|
|
865
|
-
}[]>]: never; };
|
|
866
|
-
exported?: boolean;
|
|
867
|
-
} & { [K_43 in Exclude<keyof I_1, keyof GenesisState>]: never; }>(object: I_1): GenesisState;
|
|
868
|
-
};
|
|
869
|
-
export declare const LastValidatorPower: {
|
|
870
|
-
encode(message: LastValidatorPower, writer?: _m0.Writer): _m0.Writer;
|
|
871
|
-
decode(input: _m0.Reader | Uint8Array, length?: number): LastValidatorPower;
|
|
872
|
-
fromJSON(object: any): LastValidatorPower;
|
|
873
|
-
toJSON(message: LastValidatorPower): unknown;
|
|
874
|
-
create<I extends {
|
|
875
|
-
address?: string;
|
|
876
|
-
power?: number;
|
|
877
|
-
} & {
|
|
878
|
-
address?: string;
|
|
879
|
-
power?: number;
|
|
880
|
-
} & { [K in Exclude<keyof I, keyof LastValidatorPower>]: never; }>(base?: I): LastValidatorPower;
|
|
881
|
-
fromPartial<I_1 extends {
|
|
882
|
-
address?: string;
|
|
883
|
-
power?: number;
|
|
884
|
-
} & {
|
|
885
|
-
address?: string;
|
|
886
|
-
power?: number;
|
|
887
|
-
} & { [K_1 in Exclude<keyof I_1, keyof LastValidatorPower>]: never; }>(object: I_1): LastValidatorPower;
|
|
888
|
-
};
|
|
889
|
-
type Builtin = Date | Function | Uint8Array | string | number | boolean | undefined;
|
|
890
|
-
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 {} ? {
|
|
891
|
-
[K in keyof T]?: DeepPartial<T[K]>;
|
|
892
|
-
} : Partial<T>;
|
|
893
|
-
type KeysOfUnion<T> = T extends T ? keyof T : never;
|
|
894
|
-
export type Exact<P, I extends P> = P extends Builtin ? P : P & {
|
|
895
|
-
[K in keyof P]: Exact<P[K], I[K]>;
|
|
896
|
-
} & {
|
|
897
|
-
[K in Exclude<keyof I, KeysOfUnion<P>>]: never;
|
|
898
|
-
};
|
|
899
|
-
export {};
|