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.
Files changed (239) hide show
  1. package/dist/main/client/index.d.ts +2 -1
  2. package/dist/main/coreum/asset/ft/v1/genesis.d.ts +1 -1
  3. package/dist/main/coreum/asset/ft/v1/genesis.js +25 -12
  4. package/dist/main/coreum/asset/ft/v1/params.d.ts +1 -1
  5. package/dist/main/coreum/asset/ft/v1/params.js +14 -6
  6. package/dist/main/coreum/asset/ft/v1/query.d.ts +2 -2
  7. package/dist/main/coreum/asset/ft/v1/query.js +116 -54
  8. package/dist/main/coreum/asset/ft/v1/tx.d.ts +1 -1
  9. package/dist/main/coreum/asset/ft/v1/tx.js +1 -1
  10. package/dist/main/coreum/asset/nft/v1/genesis.d.ts +2 -2
  11. package/dist/main/coreum/asset/nft/v1/params.d.ts +1 -1
  12. package/dist/main/coreum/asset/nft/v1/params.js +14 -6
  13. package/dist/main/coreum/asset/nft/v1/query.d.ts +3 -3
  14. package/dist/main/coreum/asset/nft/v1/query.js +49 -22
  15. package/dist/main/coreum/feemodel/v1/genesis.d.ts +1 -1
  16. package/dist/main/coreum/feemodel/v1/genesis.js +17 -10
  17. package/dist/main/coreum/feemodel/v1/query.d.ts +1 -1
  18. package/dist/main/coreum/feemodel/v1/query.js +22 -11
  19. package/dist/main/coreum/nft/v1beta1/query.d.ts +1 -1
  20. package/dist/main/coreum/nft/v1beta1/query.js +83 -39
  21. package/dist/main/cosmos/extensions/bank.d.ts +8 -8
  22. package/dist/main/cosmos/extensions/bank.js +2 -2
  23. package/dist/main/cosmos/extensions/distribution.d.ts +11 -11
  24. package/dist/main/cosmos/extensions/distribution.js +1 -1
  25. package/dist/main/cosmos/extensions/gov.d.ts +21 -21
  26. package/dist/main/cosmos/extensions/gov.js +1 -1
  27. package/dist/main/cosmos/index.d.ts +12 -21
  28. package/dist/main/cosmos/index.js +50 -42
  29. package/dist/main/types/msgs.d.ts +4 -4
  30. package/dist/main/wasm/v1/authz.d.ts +1 -1
  31. package/dist/main/wasm/v1/authz.js +1 -1
  32. package/dist/main/wasm/v1/proposal.d.ts +1 -1
  33. package/dist/main/wasm/v1/proposal.js +1 -1
  34. package/dist/main/wasm/v1/tx.d.ts +1 -1
  35. package/dist/main/wasm/v1/tx.js +1 -1
  36. package/dist/module/client/index.d.ts +2 -1
  37. package/dist/module/coreum/asset/ft/v1/genesis.d.ts +1 -1
  38. package/dist/module/coreum/asset/ft/v1/genesis.js +25 -12
  39. package/dist/module/coreum/asset/ft/v1/params.d.ts +1 -1
  40. package/dist/module/coreum/asset/ft/v1/params.js +14 -6
  41. package/dist/module/coreum/asset/ft/v1/query.d.ts +2 -2
  42. package/dist/module/coreum/asset/ft/v1/query.js +116 -54
  43. package/dist/module/coreum/asset/ft/v1/tx.d.ts +1 -1
  44. package/dist/module/coreum/asset/ft/v1/tx.js +1 -1
  45. package/dist/module/coreum/asset/nft/v1/genesis.d.ts +2 -2
  46. package/dist/module/coreum/asset/nft/v1/params.d.ts +1 -1
  47. package/dist/module/coreum/asset/nft/v1/params.js +14 -6
  48. package/dist/module/coreum/asset/nft/v1/query.d.ts +3 -3
  49. package/dist/module/coreum/asset/nft/v1/query.js +49 -22
  50. package/dist/module/coreum/feemodel/v1/genesis.d.ts +1 -1
  51. package/dist/module/coreum/feemodel/v1/genesis.js +17 -10
  52. package/dist/module/coreum/feemodel/v1/query.d.ts +1 -1
  53. package/dist/module/coreum/feemodel/v1/query.js +22 -11
  54. package/dist/module/coreum/nft/v1beta1/query.d.ts +1 -1
  55. package/dist/module/coreum/nft/v1beta1/query.js +83 -39
  56. package/dist/module/cosmos/extensions/bank.d.ts +8 -8
  57. package/dist/module/cosmos/extensions/bank.js +2 -2
  58. package/dist/module/cosmos/extensions/distribution.d.ts +11 -11
  59. package/dist/module/cosmos/extensions/distribution.js +1 -1
  60. package/dist/module/cosmos/extensions/gov.d.ts +21 -21
  61. package/dist/module/cosmos/extensions/gov.js +1 -1
  62. package/dist/module/cosmos/index.d.ts +12 -21
  63. package/dist/module/cosmos/index.js +29 -19
  64. package/dist/module/types/msgs.d.ts +4 -4
  65. package/dist/module/wasm/v1/authz.d.ts +1 -1
  66. package/dist/module/wasm/v1/authz.js +1 -1
  67. package/dist/module/wasm/v1/proposal.d.ts +1 -1
  68. package/dist/module/wasm/v1/proposal.js +1 -1
  69. package/dist/module/wasm/v1/tx.d.ts +1 -1
  70. package/dist/module/wasm/v1/tx.js +1 -1
  71. package/package.json +9 -9
  72. package/dist/main/cosmos/auth/v1beta1/auth.d.ts +0 -229
  73. package/dist/main/cosmos/auth/v1beta1/auth.js +0 -437
  74. package/dist/main/cosmos/authz/v1beta1/authz.d.ts +0 -167
  75. package/dist/main/cosmos/authz/v1beta1/authz.js +0 -319
  76. package/dist/main/cosmos/authz/v1beta1/event.d.ts +0 -80
  77. package/dist/main/cosmos/authz/v1beta1/event.js +0 -162
  78. package/dist/main/cosmos/authz/v1beta1/genesis.d.ts +0 -121
  79. package/dist/main/cosmos/authz/v1beta1/genesis.js +0 -68
  80. package/dist/main/cosmos/authz/v1beta1/pagination.d.ts +0 -128
  81. package/dist/main/cosmos/authz/v1beta1/pagination.js +0 -227
  82. package/dist/main/cosmos/authz/v1beta1/query.d.ts +0 -616
  83. package/dist/main/cosmos/authz/v1beta1/query.js +0 -512
  84. package/dist/main/cosmos/authz/v1beta1/tx.d.ts +0 -264
  85. package/dist/main/cosmos/authz/v1beta1/tx.js +0 -435
  86. package/dist/main/cosmos/bank/v1beta1/authz.d.ts +0 -80
  87. package/dist/main/cosmos/bank/v1beta1/authz.js +0 -83
  88. package/dist/main/cosmos/bank/v1beta1/bank.d.ts +0 -440
  89. package/dist/main/cosmos/bank/v1beta1/bank.js +0 -556
  90. package/dist/main/cosmos/bank/v1beta1/genesis.d.ts +0 -473
  91. package/dist/main/cosmos/bank/v1beta1/genesis.js +0 -207
  92. package/dist/main/cosmos/bank/v1beta1/pagination.d.ts +0 -128
  93. package/dist/main/cosmos/bank/v1beta1/pagination.js +0 -227
  94. package/dist/main/cosmos/bank/v1beta1/query.d.ts +0 -1633
  95. package/dist/main/cosmos/bank/v1beta1/query.js +0 -1595
  96. package/dist/main/cosmos/bank/v1beta1/tx.d.ts +0 -514
  97. package/dist/main/cosmos/bank/v1beta1/tx.js +0 -498
  98. package/dist/main/cosmos/base/query/v1beta1/pagination.d.ts +0 -470
  99. package/dist/main/cosmos/base/query/v1beta1/pagination.js +0 -241
  100. package/dist/main/cosmos/base/v1beta1/coin.d.ts +0 -114
  101. package/dist/main/cosmos/base/v1beta1/coin.js +0 -241
  102. package/dist/main/cosmos/crypto/multisig/v1beta1/multisig.d.ts +0 -67
  103. package/dist/main/cosmos/crypto/multisig/v1beta1/multisig.js +0 -172
  104. package/dist/main/cosmos/distribution/v1beta1/distribution.d.ts +0 -638
  105. package/dist/main/cosmos/distribution/v1beta1/distribution.js +0 -887
  106. package/dist/main/cosmos/distribution/v1beta1/genesis.d.ts +0 -1259
  107. package/dist/main/cosmos/distribution/v1beta1/genesis.js +0 -784
  108. package/dist/main/cosmos/distribution/v1beta1/pagination.d.ts +0 -128
  109. package/dist/main/cosmos/distribution/v1beta1/pagination.js +0 -227
  110. package/dist/main/cosmos/distribution/v1beta1/query.d.ts +0 -995
  111. package/dist/main/cosmos/distribution/v1beta1/query.js +0 -1335
  112. package/dist/main/cosmos/distribution/v1beta1/tx.d.ts +0 -593
  113. package/dist/main/cosmos/distribution/v1beta1/tx.js +0 -824
  114. package/dist/main/cosmos/feegrant/v1beta1/feegrant.d.ts +0 -367
  115. package/dist/main/cosmos/feegrant/v1beta1/feegrant.js +0 -412
  116. package/dist/main/cosmos/feegrant/v1beta1/genesis.d.ts +0 -111
  117. package/dist/main/cosmos/feegrant/v1beta1/genesis.js +0 -66
  118. package/dist/main/cosmos/feegrant/v1beta1/pagination.d.ts +0 -128
  119. package/dist/main/cosmos/feegrant/v1beta1/pagination.js +0 -227
  120. package/dist/main/cosmos/feegrant/v1beta1/query.d.ts +0 -512
  121. package/dist/main/cosmos/feegrant/v1beta1/query.js +0 -460
  122. package/dist/main/cosmos/feegrant/v1beta1/tx.d.ts +0 -143
  123. package/dist/main/cosmos/feegrant/v1beta1/tx.js +0 -252
  124. package/dist/main/cosmos/gov/v1beta1/genesis.d.ts +0 -639
  125. package/dist/main/cosmos/gov/v1beta1/genesis.js +0 -194
  126. package/dist/main/cosmos/gov/v1beta1/gov.d.ts +0 -620
  127. package/dist/main/cosmos/gov/v1beta1/gov.js +0 -1037
  128. package/dist/main/cosmos/gov/v1beta1/pagination.d.ts +0 -128
  129. package/dist/main/cosmos/gov/v1beta1/pagination.js +0 -227
  130. package/dist/main/cosmos/gov/v1beta1/query.d.ts +0 -1511
  131. package/dist/main/cosmos/gov/v1beta1/query.js +0 -1186
  132. package/dist/main/cosmos/gov/v1beta1/tx.d.ts +0 -350
  133. package/dist/main/cosmos/gov/v1beta1/tx.js +0 -566
  134. package/dist/main/cosmos/msg/v1/msg.d.ts +0 -1
  135. package/dist/main/cosmos/msg/v1/msg.js +0 -5
  136. package/dist/main/cosmos/staking/v1beta1/authz.d.ts +0 -145
  137. package/dist/main/cosmos/staking/v1beta1/authz.js +0 -224
  138. package/dist/main/cosmos/staking/v1beta1/genesis.d.ts +0 -899
  139. package/dist/main/cosmos/staking/v1beta1/genesis.js +0 -305
  140. package/dist/main/cosmos/staking/v1beta1/pagination.d.ts +0 -128
  141. package/dist/main/cosmos/staking/v1beta1/pagination.js +0 -227
  142. package/dist/main/cosmos/staking/v1beta1/query.d.ts +0 -4165
  143. package/dist/main/cosmos/staking/v1beta1/query.js +0 -2019
  144. package/dist/main/cosmos/staking/v1beta1/staking.d.ts +0 -2059
  145. package/dist/main/cosmos/staking/v1beta1/staking.js +0 -2127
  146. package/dist/main/cosmos/staking/v1beta1/tx.d.ts +0 -748
  147. package/dist/main/cosmos/staking/v1beta1/tx.js +0 -1141
  148. package/dist/main/cosmos/tx/signing/v1beta1/signing.d.ts +0 -1938
  149. package/dist/main/cosmos/tx/signing/v1beta1/signing.js +0 -546
  150. package/dist/main/cosmos/tx/v1beta1/tx.d.ts +0 -3468
  151. package/dist/main/cosmos/tx/v1beta1/tx.js +0 -1276
  152. package/dist/main/cosmos/vesting/v1beta1/tx.d.ts +0 -350
  153. package/dist/main/cosmos/vesting/v1beta1/tx.js +0 -454
  154. package/dist/main/cosmos/vesting/v1beta1/vesting.d.ts +0 -1305
  155. package/dist/main/cosmos/vesting/v1beta1/vesting.js +0 -498
  156. package/dist/module/cosmos/auth/v1beta1/auth.d.ts +0 -229
  157. package/dist/module/cosmos/auth/v1beta1/auth.js +0 -427
  158. package/dist/module/cosmos/authz/v1beta1/authz.d.ts +0 -167
  159. package/dist/module/cosmos/authz/v1beta1/authz.js +0 -309
  160. package/dist/module/cosmos/authz/v1beta1/event.d.ts +0 -80
  161. package/dist/module/cosmos/authz/v1beta1/event.js +0 -154
  162. package/dist/module/cosmos/authz/v1beta1/genesis.d.ts +0 -121
  163. package/dist/module/cosmos/authz/v1beta1/genesis.js +0 -61
  164. package/dist/module/cosmos/authz/v1beta1/pagination.d.ts +0 -128
  165. package/dist/module/cosmos/authz/v1beta1/pagination.js +0 -219
  166. package/dist/module/cosmos/authz/v1beta1/query.d.ts +0 -616
  167. package/dist/module/cosmos/authz/v1beta1/query.js +0 -501
  168. package/dist/module/cosmos/authz/v1beta1/tx.d.ts +0 -264
  169. package/dist/module/cosmos/authz/v1beta1/tx.js +0 -426
  170. package/dist/module/cosmos/bank/v1beta1/authz.d.ts +0 -80
  171. package/dist/module/cosmos/bank/v1beta1/authz.js +0 -76
  172. package/dist/module/cosmos/bank/v1beta1/bank.d.ts +0 -440
  173. package/dist/module/cosmos/bank/v1beta1/bank.js +0 -543
  174. package/dist/module/cosmos/bank/v1beta1/genesis.d.ts +0 -473
  175. package/dist/module/cosmos/bank/v1beta1/genesis.js +0 -199
  176. package/dist/module/cosmos/bank/v1beta1/pagination.d.ts +0 -128
  177. package/dist/module/cosmos/bank/v1beta1/pagination.js +0 -219
  178. package/dist/module/cosmos/bank/v1beta1/query.d.ts +0 -1633
  179. package/dist/module/cosmos/bank/v1beta1/query.js +0 -1575
  180. package/dist/module/cosmos/bank/v1beta1/tx.d.ts +0 -514
  181. package/dist/module/cosmos/bank/v1beta1/tx.js +0 -489
  182. package/dist/module/cosmos/base/query/v1beta1/pagination.d.ts +0 -470
  183. package/dist/module/cosmos/base/query/v1beta1/pagination.js +0 -233
  184. package/dist/module/cosmos/base/v1beta1/coin.d.ts +0 -114
  185. package/dist/module/cosmos/base/v1beta1/coin.js +0 -231
  186. package/dist/module/cosmos/crypto/multisig/v1beta1/multisig.d.ts +0 -67
  187. package/dist/module/cosmos/crypto/multisig/v1beta1/multisig.js +0 -164
  188. package/dist/module/cosmos/distribution/v1beta1/distribution.d.ts +0 -638
  189. package/dist/module/cosmos/distribution/v1beta1/distribution.js +0 -869
  190. package/dist/module/cosmos/distribution/v1beta1/genesis.d.ts +0 -1259
  191. package/dist/module/cosmos/distribution/v1beta1/genesis.js +0 -770
  192. package/dist/module/cosmos/distribution/v1beta1/pagination.d.ts +0 -128
  193. package/dist/module/cosmos/distribution/v1beta1/pagination.js +0 -219
  194. package/dist/module/cosmos/distribution/v1beta1/query.d.ts +0 -995
  195. package/dist/module/cosmos/distribution/v1beta1/query.js +0 -1315
  196. package/dist/module/cosmos/distribution/v1beta1/tx.d.ts +0 -593
  197. package/dist/module/cosmos/distribution/v1beta1/tx.js +0 -810
  198. package/dist/module/cosmos/feegrant/v1beta1/feegrant.d.ts +0 -367
  199. package/dist/module/cosmos/feegrant/v1beta1/feegrant.js +0 -402
  200. package/dist/module/cosmos/feegrant/v1beta1/genesis.d.ts +0 -111
  201. package/dist/module/cosmos/feegrant/v1beta1/genesis.js +0 -59
  202. package/dist/module/cosmos/feegrant/v1beta1/pagination.d.ts +0 -128
  203. package/dist/module/cosmos/feegrant/v1beta1/pagination.js +0 -219
  204. package/dist/module/cosmos/feegrant/v1beta1/query.d.ts +0 -512
  205. package/dist/module/cosmos/feegrant/v1beta1/query.js +0 -450
  206. package/dist/module/cosmos/feegrant/v1beta1/tx.d.ts +0 -143
  207. package/dist/module/cosmos/feegrant/v1beta1/tx.js +0 -245
  208. package/dist/module/cosmos/gov/v1beta1/genesis.d.ts +0 -639
  209. package/dist/module/cosmos/gov/v1beta1/genesis.js +0 -187
  210. package/dist/module/cosmos/gov/v1beta1/gov.d.ts +0 -620
  211. package/dist/module/cosmos/gov/v1beta1/gov.js +0 -1019
  212. package/dist/module/cosmos/gov/v1beta1/pagination.d.ts +0 -128
  213. package/dist/module/cosmos/gov/v1beta1/pagination.js +0 -219
  214. package/dist/module/cosmos/gov/v1beta1/query.d.ts +0 -1511
  215. package/dist/module/cosmos/gov/v1beta1/query.js +0 -1170
  216. package/dist/module/cosmos/gov/v1beta1/tx.d.ts +0 -350
  217. package/dist/module/cosmos/gov/v1beta1/tx.js +0 -556
  218. package/dist/module/cosmos/msg/v1/msg.d.ts +0 -1
  219. package/dist/module/cosmos/msg/v1/msg.js +0 -2
  220. package/dist/module/cosmos/staking/v1beta1/authz.d.ts +0 -145
  221. package/dist/module/cosmos/staking/v1beta1/authz.js +0 -214
  222. package/dist/module/cosmos/staking/v1beta1/genesis.d.ts +0 -899
  223. package/dist/module/cosmos/staking/v1beta1/genesis.js +0 -297
  224. package/dist/module/cosmos/staking/v1beta1/pagination.d.ts +0 -128
  225. package/dist/module/cosmos/staking/v1beta1/pagination.js +0 -219
  226. package/dist/module/cosmos/staking/v1beta1/query.d.ts +0 -4165
  227. package/dist/module/cosmos/staking/v1beta1/query.js +0 -1995
  228. package/dist/module/cosmos/staking/v1beta1/staking.d.ts +0 -2059
  229. package/dist/module/cosmos/staking/v1beta1/staking.js +0 -2097
  230. package/dist/module/cosmos/staking/v1beta1/tx.d.ts +0 -748
  231. package/dist/module/cosmos/staking/v1beta1/tx.js +0 -1127
  232. package/dist/module/cosmos/tx/signing/v1beta1/signing.d.ts +0 -1938
  233. package/dist/module/cosmos/tx/signing/v1beta1/signing.js +0 -534
  234. package/dist/module/cosmos/tx/v1beta1/tx.d.ts +0 -3468
  235. package/dist/module/cosmos/tx/v1beta1/tx.js +0 -1258
  236. package/dist/module/cosmos/vesting/v1beta1/tx.d.ts +0 -350
  237. package/dist/module/cosmos/vesting/v1beta1/tx.js +0 -446
  238. package/dist/module/cosmos/vesting/v1beta1/vesting.d.ts +0 -1305
  239. package/dist/module/cosmos/vesting/v1beta1/vesting.js +0 -488
@@ -1,2059 +0,0 @@
1
- import _m0 from "protobufjs/minimal";
2
- import { Any } from "../../../google/protobuf/any";
3
- import { Duration } from "../../../google/protobuf/duration";
4
- import { ValidatorUpdate } from "../../../tendermint/abci/types";
5
- import { Header } from "../../../tendermint/types/types";
6
- import { Coin } from "../../base/v1beta1/coin";
7
- export declare const protobufPackage = "cosmos.staking.v1beta1";
8
- /** BondStatus is the status of a validator. */
9
- export declare enum BondStatus {
10
- /** BOND_STATUS_UNSPECIFIED - UNSPECIFIED defines an invalid validator status. */
11
- BOND_STATUS_UNSPECIFIED = 0,
12
- /** BOND_STATUS_UNBONDED - UNBONDED defines a validator that is not bonded. */
13
- BOND_STATUS_UNBONDED = 1,
14
- /** BOND_STATUS_UNBONDING - UNBONDING defines a validator that is unbonding. */
15
- BOND_STATUS_UNBONDING = 2,
16
- /** BOND_STATUS_BONDED - BONDED defines a validator that is bonded. */
17
- BOND_STATUS_BONDED = 3,
18
- UNRECOGNIZED = -1
19
- }
20
- export declare function bondStatusFromJSON(object: any): BondStatus;
21
- export declare function bondStatusToJSON(object: BondStatus): string;
22
- /** Infraction indicates the infraction a validator commited. */
23
- export declare enum Infraction {
24
- /** INFRACTION_UNSPECIFIED - UNSPECIFIED defines an empty infraction. */
25
- INFRACTION_UNSPECIFIED = 0,
26
- /** INFRACTION_DOUBLE_SIGN - DOUBLE_SIGN defines a validator that double-signs a block. */
27
- INFRACTION_DOUBLE_SIGN = 1,
28
- /** INFRACTION_DOWNTIME - DOWNTIME defines a validator that missed signing too many blocks. */
29
- INFRACTION_DOWNTIME = 2,
30
- UNRECOGNIZED = -1
31
- }
32
- export declare function infractionFromJSON(object: any): Infraction;
33
- export declare function infractionToJSON(object: Infraction): string;
34
- /**
35
- * HistoricalInfo contains header and validator information for a given block.
36
- * It is stored as part of staking module's state, which persists the `n` most
37
- * recent HistoricalInfo
38
- * (`n` is set by the staking module's `historical_entries` parameter).
39
- */
40
- export interface HistoricalInfo {
41
- header: Header | undefined;
42
- valset: Validator[];
43
- }
44
- /**
45
- * CommissionRates defines the initial commission rates to be used for creating
46
- * a validator.
47
- */
48
- export interface CommissionRates {
49
- /** rate is the commission rate charged to delegators, as a fraction. */
50
- rate: string;
51
- /** max_rate defines the maximum commission rate which validator can ever charge, as a fraction. */
52
- maxRate: string;
53
- /** max_change_rate defines the maximum daily increase of the validator commission, as a fraction. */
54
- maxChangeRate: string;
55
- }
56
- /** Commission defines commission parameters for a given validator. */
57
- export interface Commission {
58
- /** commission_rates defines the initial commission rates to be used for creating a validator. */
59
- commissionRates: CommissionRates | undefined;
60
- /** update_time is the last time the commission rate was changed. */
61
- updateTime: Date | undefined;
62
- }
63
- /** Description defines a validator description. */
64
- export interface Description {
65
- /** moniker defines a human-readable name for the validator. */
66
- moniker: string;
67
- /** identity defines an optional identity signature (ex. UPort or Keybase). */
68
- identity: string;
69
- /** website defines an optional website link. */
70
- website: string;
71
- /** security_contact defines an optional email for security contact. */
72
- securityContact: string;
73
- /** details define other optional details. */
74
- details: string;
75
- }
76
- /**
77
- * Validator defines a validator, together with the total amount of the
78
- * Validator's bond shares and their exchange rate to coins. Slashing results in
79
- * a decrease in the exchange rate, allowing correct calculation of future
80
- * undelegations without iterating over delegators. When coins are delegated to
81
- * this validator, the validator is credited with a delegation whose number of
82
- * bond shares is based on the amount of coins delegated divided by the current
83
- * exchange rate. Voting power can be calculated as total bonded shares
84
- * multiplied by exchange rate.
85
- */
86
- export interface Validator {
87
- /** operator_address defines the address of the validator's operator; bech encoded in JSON. */
88
- operatorAddress: string;
89
- /** consensus_pubkey is the consensus public key of the validator, as a Protobuf Any. */
90
- consensusPubkey: Any | undefined;
91
- /** jailed defined whether the validator has been jailed from bonded status or not. */
92
- jailed: boolean;
93
- /** status is the validator status (bonded/unbonding/unbonded). */
94
- status: BondStatus;
95
- /** tokens define the delegated tokens (incl. self-delegation). */
96
- tokens: string;
97
- /** delegator_shares defines total shares issued to a validator's delegators. */
98
- delegatorShares: string;
99
- /** description defines the description terms for the validator. */
100
- description: Description | undefined;
101
- /** unbonding_height defines, if unbonding, the height at which this validator has begun unbonding. */
102
- unbondingHeight: number;
103
- /** unbonding_time defines, if unbonding, the min time for the validator to complete unbonding. */
104
- unbondingTime: Date | undefined;
105
- /** commission defines the commission parameters. */
106
- commission: Commission | undefined;
107
- /**
108
- * min_self_delegation is the validator's self declared minimum self delegation.
109
- *
110
- * Since: cosmos-sdk 0.46
111
- */
112
- minSelfDelegation: string;
113
- /** strictly positive if this validator's unbonding has been stopped by external modules */
114
- unbondingOnHoldRefCount: number;
115
- /** list of unbonding ids, each uniquely identifing an unbonding of this validator */
116
- unbondingIds: number[];
117
- }
118
- /** ValAddresses defines a repeated set of validator addresses. */
119
- export interface ValAddresses {
120
- addresses: string[];
121
- }
122
- /**
123
- * DVPair is struct that just has a delegator-validator pair with no other data.
124
- * It is intended to be used as a marshalable pointer. For example, a DVPair can
125
- * be used to construct the key to getting an UnbondingDelegation from state.
126
- */
127
- export interface DVPair {
128
- delegatorAddress: string;
129
- validatorAddress: string;
130
- }
131
- /** DVPairs defines an array of DVPair objects. */
132
- export interface DVPairs {
133
- pairs: DVPair[];
134
- }
135
- /**
136
- * DVVTriplet is struct that just has a delegator-validator-validator triplet
137
- * with no other data. It is intended to be used as a marshalable pointer. For
138
- * example, a DVVTriplet can be used to construct the key to getting a
139
- * Redelegation from state.
140
- */
141
- export interface DVVTriplet {
142
- delegatorAddress: string;
143
- validatorSrcAddress: string;
144
- validatorDstAddress: string;
145
- }
146
- /** DVVTriplets defines an array of DVVTriplet objects. */
147
- export interface DVVTriplets {
148
- triplets: DVVTriplet[];
149
- }
150
- /**
151
- * Delegation represents the bond with tokens held by an account. It is
152
- * owned by one delegator, and is associated with the voting power of one
153
- * validator.
154
- */
155
- export interface Delegation {
156
- /** delegator_address is the bech32-encoded address of the delegator. */
157
- delegatorAddress: string;
158
- /** validator_address is the bech32-encoded address of the validator. */
159
- validatorAddress: string;
160
- /** shares define the delegation shares received. */
161
- shares: string;
162
- }
163
- /**
164
- * UnbondingDelegation stores all of a single delegator's unbonding bonds
165
- * for a single validator in an time-ordered list.
166
- */
167
- export interface UnbondingDelegation {
168
- /** delegator_address is the bech32-encoded address of the delegator. */
169
- delegatorAddress: string;
170
- /** validator_address is the bech32-encoded address of the validator. */
171
- validatorAddress: string;
172
- /** entries are the unbonding delegation entries. */
173
- entries: UnbondingDelegationEntry[];
174
- }
175
- /** UnbondingDelegationEntry defines an unbonding object with relevant metadata. */
176
- export interface UnbondingDelegationEntry {
177
- /** creation_height is the height which the unbonding took place. */
178
- creationHeight: number;
179
- /** completion_time is the unix time for unbonding completion. */
180
- completionTime: Date | undefined;
181
- /** initial_balance defines the tokens initially scheduled to receive at completion. */
182
- initialBalance: string;
183
- /** balance defines the tokens to receive at completion. */
184
- balance: string;
185
- /** Incrementing id that uniquely identifies this entry */
186
- unbondingId: number;
187
- /** Strictly positive if this entry's unbonding has been stopped by external modules */
188
- unbondingOnHoldRefCount: number;
189
- }
190
- /** RedelegationEntry defines a redelegation object with relevant metadata. */
191
- export interface RedelegationEntry {
192
- /** creation_height defines the height which the redelegation took place. */
193
- creationHeight: number;
194
- /** completion_time defines the unix time for redelegation completion. */
195
- completionTime: Date | undefined;
196
- /** initial_balance defines the initial balance when redelegation started. */
197
- initialBalance: string;
198
- /** shares_dst is the amount of destination-validator shares created by redelegation. */
199
- sharesDst: string;
200
- /** Incrementing id that uniquely identifies this entry */
201
- unbondingId: number;
202
- /** Strictly positive if this entry's unbonding has been stopped by external modules */
203
- unbondingOnHoldRefCount: number;
204
- }
205
- /**
206
- * Redelegation contains the list of a particular delegator's redelegating bonds
207
- * from a particular source validator to a particular destination validator.
208
- */
209
- export interface Redelegation {
210
- /** delegator_address is the bech32-encoded address of the delegator. */
211
- delegatorAddress: string;
212
- /** validator_src_address is the validator redelegation source operator address. */
213
- validatorSrcAddress: string;
214
- /** validator_dst_address is the validator redelegation destination operator address. */
215
- validatorDstAddress: string;
216
- /** entries are the redelegation entries. */
217
- entries: RedelegationEntry[];
218
- }
219
- /** Params defines the parameters for the x/staking module. */
220
- export interface Params {
221
- /** unbonding_time is the time duration of unbonding. */
222
- unbondingTime: Duration | undefined;
223
- /** max_validators is the maximum number of validators. */
224
- maxValidators: number;
225
- /** max_entries is the max entries for either unbonding delegation or redelegation (per pair/trio). */
226
- maxEntries: number;
227
- /** historical_entries is the number of historical entries to persist. */
228
- historicalEntries: number;
229
- /** bond_denom defines the bondable coin denomination. */
230
- bondDenom: string;
231
- /** min_commission_rate is the chain-wide minimum commission rate that a validator can charge their delegators */
232
- minCommissionRate: string;
233
- }
234
- /**
235
- * DelegationResponse is equivalent to Delegation except that it contains a
236
- * balance in addition to shares which is more suitable for client responses.
237
- */
238
- export interface DelegationResponse {
239
- delegation: Delegation | undefined;
240
- balance: Coin | undefined;
241
- }
242
- /**
243
- * RedelegationEntryResponse is equivalent to a RedelegationEntry except that it
244
- * contains a balance in addition to shares which is more suitable for client
245
- * responses.
246
- */
247
- export interface RedelegationEntryResponse {
248
- redelegationEntry: RedelegationEntry | undefined;
249
- balance: string;
250
- }
251
- /**
252
- * RedelegationResponse is equivalent to a Redelegation except that its entries
253
- * contain a balance in addition to shares which is more suitable for client
254
- * responses.
255
- */
256
- export interface RedelegationResponse {
257
- redelegation: Redelegation | undefined;
258
- entries: RedelegationEntryResponse[];
259
- }
260
- /**
261
- * Pool is used for tracking bonded and not-bonded token supply of the bond
262
- * denomination.
263
- */
264
- export interface Pool {
265
- notBondedTokens: string;
266
- bondedTokens: string;
267
- }
268
- /**
269
- * ValidatorUpdates defines an array of abci.ValidatorUpdate objects.
270
- * TODO: explore moving this to proto/cosmos/base to separate modules from tendermint dependence
271
- */
272
- export interface ValidatorUpdates {
273
- updates: ValidatorUpdate[];
274
- }
275
- export declare const HistoricalInfo: {
276
- encode(message: HistoricalInfo, writer?: _m0.Writer): _m0.Writer;
277
- decode(input: _m0.Reader | Uint8Array, length?: number): HistoricalInfo;
278
- fromJSON(object: any): HistoricalInfo;
279
- toJSON(message: HistoricalInfo): unknown;
280
- create<I extends {
281
- header?: {
282
- version?: {
283
- block?: number;
284
- app?: number;
285
- };
286
- chainId?: string;
287
- height?: number;
288
- time?: Date;
289
- lastBlockId?: {
290
- hash?: Uint8Array;
291
- partSetHeader?: {
292
- total?: number;
293
- hash?: Uint8Array;
294
- };
295
- };
296
- lastCommitHash?: Uint8Array;
297
- dataHash?: Uint8Array;
298
- validatorsHash?: Uint8Array;
299
- nextValidatorsHash?: Uint8Array;
300
- consensusHash?: Uint8Array;
301
- appHash?: Uint8Array;
302
- lastResultsHash?: Uint8Array;
303
- evidenceHash?: Uint8Array;
304
- proposerAddress?: Uint8Array;
305
- };
306
- valset?: {
307
- operatorAddress?: string;
308
- consensusPubkey?: {
309
- typeUrl?: string;
310
- value?: Uint8Array;
311
- };
312
- jailed?: boolean;
313
- status?: BondStatus;
314
- tokens?: string;
315
- delegatorShares?: string;
316
- description?: {
317
- moniker?: string;
318
- identity?: string;
319
- website?: string;
320
- securityContact?: string;
321
- details?: string;
322
- };
323
- unbondingHeight?: number;
324
- unbondingTime?: Date | undefined;
325
- commission?: {
326
- commissionRates?: {
327
- rate?: string;
328
- maxRate?: string;
329
- maxChangeRate?: string;
330
- };
331
- updateTime?: Date | undefined;
332
- };
333
- minSelfDelegation?: string;
334
- unbondingOnHoldRefCount?: number;
335
- unbondingIds?: number[];
336
- }[];
337
- } & {
338
- header?: {
339
- version?: {
340
- block?: number;
341
- app?: number;
342
- };
343
- chainId?: string;
344
- height?: number;
345
- time?: Date;
346
- lastBlockId?: {
347
- hash?: Uint8Array;
348
- partSetHeader?: {
349
- total?: number;
350
- hash?: Uint8Array;
351
- };
352
- };
353
- lastCommitHash?: Uint8Array;
354
- dataHash?: Uint8Array;
355
- validatorsHash?: Uint8Array;
356
- nextValidatorsHash?: Uint8Array;
357
- consensusHash?: Uint8Array;
358
- appHash?: Uint8Array;
359
- lastResultsHash?: Uint8Array;
360
- evidenceHash?: Uint8Array;
361
- proposerAddress?: Uint8Array;
362
- } & {
363
- version?: {
364
- block?: number;
365
- app?: number;
366
- } & {
367
- block?: number;
368
- app?: number;
369
- } & { [K in Exclude<keyof I["header"]["version"], keyof import("../../../tendermint/version/types").Consensus>]: never; };
370
- chainId?: string;
371
- height?: number;
372
- time?: Date;
373
- lastBlockId?: {
374
- hash?: Uint8Array;
375
- partSetHeader?: {
376
- total?: number;
377
- hash?: Uint8Array;
378
- };
379
- } & {
380
- hash?: Uint8Array;
381
- partSetHeader?: {
382
- total?: number;
383
- hash?: Uint8Array;
384
- } & {
385
- total?: number;
386
- hash?: Uint8Array;
387
- } & { [K_1 in Exclude<keyof I["header"]["lastBlockId"]["partSetHeader"], keyof import("../../../tendermint/types/types").PartSetHeader>]: never; };
388
- } & { [K_2 in Exclude<keyof I["header"]["lastBlockId"], keyof import("../../../tendermint/types/types").BlockID>]: never; };
389
- lastCommitHash?: Uint8Array;
390
- dataHash?: Uint8Array;
391
- validatorsHash?: Uint8Array;
392
- nextValidatorsHash?: Uint8Array;
393
- consensusHash?: Uint8Array;
394
- appHash?: Uint8Array;
395
- lastResultsHash?: Uint8Array;
396
- evidenceHash?: Uint8Array;
397
- proposerAddress?: Uint8Array;
398
- } & { [K_3 in Exclude<keyof I["header"], keyof Header>]: never; };
399
- valset?: {
400
- operatorAddress?: string;
401
- consensusPubkey?: {
402
- typeUrl?: string;
403
- value?: Uint8Array;
404
- };
405
- jailed?: boolean;
406
- status?: BondStatus;
407
- tokens?: string;
408
- delegatorShares?: string;
409
- description?: {
410
- moniker?: string;
411
- identity?: string;
412
- website?: string;
413
- securityContact?: string;
414
- details?: string;
415
- };
416
- unbondingHeight?: number;
417
- unbondingTime?: Date | undefined;
418
- commission?: {
419
- commissionRates?: {
420
- rate?: string;
421
- maxRate?: string;
422
- maxChangeRate?: string;
423
- };
424
- updateTime?: Date | undefined;
425
- };
426
- minSelfDelegation?: string;
427
- unbondingOnHoldRefCount?: number;
428
- unbondingIds?: number[];
429
- }[] & ({
430
- operatorAddress?: string;
431
- consensusPubkey?: {
432
- typeUrl?: string;
433
- value?: Uint8Array;
434
- };
435
- jailed?: boolean;
436
- status?: BondStatus;
437
- tokens?: string;
438
- delegatorShares?: string;
439
- description?: {
440
- moniker?: string;
441
- identity?: string;
442
- website?: string;
443
- securityContact?: string;
444
- details?: string;
445
- };
446
- unbondingHeight?: number;
447
- unbondingTime?: Date | undefined;
448
- commission?: {
449
- commissionRates?: {
450
- rate?: string;
451
- maxRate?: string;
452
- maxChangeRate?: string;
453
- };
454
- updateTime?: Date | undefined;
455
- };
456
- minSelfDelegation?: string;
457
- unbondingOnHoldRefCount?: number;
458
- unbondingIds?: number[];
459
- } & {
460
- operatorAddress?: string;
461
- consensusPubkey?: {
462
- typeUrl?: string;
463
- value?: Uint8Array;
464
- } & {
465
- typeUrl?: string;
466
- value?: Uint8Array;
467
- } & { [K_4 in Exclude<keyof I["valset"][number]["consensusPubkey"], keyof Any>]: never; };
468
- jailed?: boolean;
469
- status?: BondStatus;
470
- tokens?: string;
471
- delegatorShares?: string;
472
- description?: {
473
- moniker?: string;
474
- identity?: string;
475
- website?: string;
476
- securityContact?: string;
477
- details?: string;
478
- } & {
479
- moniker?: string;
480
- identity?: string;
481
- website?: string;
482
- securityContact?: string;
483
- details?: string;
484
- } & { [K_5 in Exclude<keyof I["valset"][number]["description"], keyof Description>]: never; };
485
- unbondingHeight?: number;
486
- unbondingTime?: Date | undefined;
487
- commission?: {
488
- commissionRates?: {
489
- rate?: string;
490
- maxRate?: string;
491
- maxChangeRate?: string;
492
- };
493
- updateTime?: Date | undefined;
494
- } & {
495
- commissionRates?: {
496
- rate?: string;
497
- maxRate?: string;
498
- maxChangeRate?: string;
499
- } & {
500
- rate?: string;
501
- maxRate?: string;
502
- maxChangeRate?: string;
503
- } & { [K_6 in Exclude<keyof I["valset"][number]["commission"]["commissionRates"], keyof CommissionRates>]: never; };
504
- updateTime?: Date | undefined;
505
- } & { [K_7 in Exclude<keyof I["valset"][number]["commission"], keyof Commission>]: never; };
506
- minSelfDelegation?: string;
507
- unbondingOnHoldRefCount?: number;
508
- unbondingIds?: number[] & number[] & { [K_8 in Exclude<keyof I["valset"][number]["unbondingIds"], keyof number[]>]: never; };
509
- } & { [K_9 in Exclude<keyof I["valset"][number], keyof Validator>]: never; })[] & { [K_10 in Exclude<keyof I["valset"], keyof {
510
- operatorAddress?: string;
511
- consensusPubkey?: {
512
- typeUrl?: string;
513
- value?: Uint8Array;
514
- };
515
- jailed?: boolean;
516
- status?: BondStatus;
517
- tokens?: string;
518
- delegatorShares?: string;
519
- description?: {
520
- moniker?: string;
521
- identity?: string;
522
- website?: string;
523
- securityContact?: string;
524
- details?: string;
525
- };
526
- unbondingHeight?: number;
527
- unbondingTime?: Date | undefined;
528
- commission?: {
529
- commissionRates?: {
530
- rate?: string;
531
- maxRate?: string;
532
- maxChangeRate?: string;
533
- };
534
- updateTime?: Date | undefined;
535
- };
536
- minSelfDelegation?: string;
537
- unbondingOnHoldRefCount?: number;
538
- unbondingIds?: number[];
539
- }[]>]: never; };
540
- } & { [K_11 in Exclude<keyof I, keyof HistoricalInfo>]: never; }>(base?: I): HistoricalInfo;
541
- fromPartial<I_1 extends {
542
- header?: {
543
- version?: {
544
- block?: number;
545
- app?: number;
546
- };
547
- chainId?: string;
548
- height?: number;
549
- time?: Date;
550
- lastBlockId?: {
551
- hash?: Uint8Array;
552
- partSetHeader?: {
553
- total?: number;
554
- hash?: Uint8Array;
555
- };
556
- };
557
- lastCommitHash?: Uint8Array;
558
- dataHash?: Uint8Array;
559
- validatorsHash?: Uint8Array;
560
- nextValidatorsHash?: Uint8Array;
561
- consensusHash?: Uint8Array;
562
- appHash?: Uint8Array;
563
- lastResultsHash?: Uint8Array;
564
- evidenceHash?: Uint8Array;
565
- proposerAddress?: Uint8Array;
566
- };
567
- valset?: {
568
- operatorAddress?: string;
569
- consensusPubkey?: {
570
- typeUrl?: string;
571
- value?: Uint8Array;
572
- };
573
- jailed?: boolean;
574
- status?: BondStatus;
575
- tokens?: string;
576
- delegatorShares?: string;
577
- description?: {
578
- moniker?: string;
579
- identity?: string;
580
- website?: string;
581
- securityContact?: string;
582
- details?: string;
583
- };
584
- unbondingHeight?: number;
585
- unbondingTime?: Date | undefined;
586
- commission?: {
587
- commissionRates?: {
588
- rate?: string;
589
- maxRate?: string;
590
- maxChangeRate?: string;
591
- };
592
- updateTime?: Date | undefined;
593
- };
594
- minSelfDelegation?: string;
595
- unbondingOnHoldRefCount?: number;
596
- unbondingIds?: number[];
597
- }[];
598
- } & {
599
- header?: {
600
- version?: {
601
- block?: number;
602
- app?: number;
603
- };
604
- chainId?: string;
605
- height?: number;
606
- time?: Date;
607
- lastBlockId?: {
608
- hash?: Uint8Array;
609
- partSetHeader?: {
610
- total?: number;
611
- hash?: Uint8Array;
612
- };
613
- };
614
- lastCommitHash?: Uint8Array;
615
- dataHash?: Uint8Array;
616
- validatorsHash?: Uint8Array;
617
- nextValidatorsHash?: Uint8Array;
618
- consensusHash?: Uint8Array;
619
- appHash?: Uint8Array;
620
- lastResultsHash?: Uint8Array;
621
- evidenceHash?: Uint8Array;
622
- proposerAddress?: Uint8Array;
623
- } & {
624
- version?: {
625
- block?: number;
626
- app?: number;
627
- } & {
628
- block?: number;
629
- app?: number;
630
- } & { [K_12 in Exclude<keyof I_1["header"]["version"], keyof import("../../../tendermint/version/types").Consensus>]: never; };
631
- chainId?: string;
632
- height?: number;
633
- time?: Date;
634
- lastBlockId?: {
635
- hash?: Uint8Array;
636
- partSetHeader?: {
637
- total?: number;
638
- hash?: Uint8Array;
639
- };
640
- } & {
641
- hash?: Uint8Array;
642
- partSetHeader?: {
643
- total?: number;
644
- hash?: Uint8Array;
645
- } & {
646
- total?: number;
647
- hash?: Uint8Array;
648
- } & { [K_13 in Exclude<keyof I_1["header"]["lastBlockId"]["partSetHeader"], keyof import("../../../tendermint/types/types").PartSetHeader>]: never; };
649
- } & { [K_14 in Exclude<keyof I_1["header"]["lastBlockId"], keyof import("../../../tendermint/types/types").BlockID>]: never; };
650
- lastCommitHash?: Uint8Array;
651
- dataHash?: Uint8Array;
652
- validatorsHash?: Uint8Array;
653
- nextValidatorsHash?: Uint8Array;
654
- consensusHash?: Uint8Array;
655
- appHash?: Uint8Array;
656
- lastResultsHash?: Uint8Array;
657
- evidenceHash?: Uint8Array;
658
- proposerAddress?: Uint8Array;
659
- } & { [K_15 in Exclude<keyof I_1["header"], keyof Header>]: never; };
660
- valset?: {
661
- operatorAddress?: string;
662
- consensusPubkey?: {
663
- typeUrl?: string;
664
- value?: Uint8Array;
665
- };
666
- jailed?: boolean;
667
- status?: BondStatus;
668
- tokens?: string;
669
- delegatorShares?: string;
670
- description?: {
671
- moniker?: string;
672
- identity?: string;
673
- website?: string;
674
- securityContact?: string;
675
- details?: string;
676
- };
677
- unbondingHeight?: number;
678
- unbondingTime?: Date | undefined;
679
- commission?: {
680
- commissionRates?: {
681
- rate?: string;
682
- maxRate?: string;
683
- maxChangeRate?: string;
684
- };
685
- updateTime?: Date | undefined;
686
- };
687
- minSelfDelegation?: string;
688
- unbondingOnHoldRefCount?: number;
689
- unbondingIds?: number[];
690
- }[] & ({
691
- operatorAddress?: string;
692
- consensusPubkey?: {
693
- typeUrl?: string;
694
- value?: Uint8Array;
695
- };
696
- jailed?: boolean;
697
- status?: BondStatus;
698
- tokens?: string;
699
- delegatorShares?: string;
700
- description?: {
701
- moniker?: string;
702
- identity?: string;
703
- website?: string;
704
- securityContact?: string;
705
- details?: string;
706
- };
707
- unbondingHeight?: number;
708
- unbondingTime?: Date | undefined;
709
- commission?: {
710
- commissionRates?: {
711
- rate?: string;
712
- maxRate?: string;
713
- maxChangeRate?: string;
714
- };
715
- updateTime?: Date | undefined;
716
- };
717
- minSelfDelegation?: string;
718
- unbondingOnHoldRefCount?: number;
719
- unbondingIds?: number[];
720
- } & {
721
- operatorAddress?: string;
722
- consensusPubkey?: {
723
- typeUrl?: string;
724
- value?: Uint8Array;
725
- } & {
726
- typeUrl?: string;
727
- value?: Uint8Array;
728
- } & { [K_16 in Exclude<keyof I_1["valset"][number]["consensusPubkey"], keyof Any>]: never; };
729
- jailed?: boolean;
730
- status?: BondStatus;
731
- tokens?: string;
732
- delegatorShares?: string;
733
- description?: {
734
- moniker?: string;
735
- identity?: string;
736
- website?: string;
737
- securityContact?: string;
738
- details?: string;
739
- } & {
740
- moniker?: string;
741
- identity?: string;
742
- website?: string;
743
- securityContact?: string;
744
- details?: string;
745
- } & { [K_17 in Exclude<keyof I_1["valset"][number]["description"], keyof Description>]: never; };
746
- unbondingHeight?: number;
747
- unbondingTime?: Date | undefined;
748
- commission?: {
749
- commissionRates?: {
750
- rate?: string;
751
- maxRate?: string;
752
- maxChangeRate?: string;
753
- };
754
- updateTime?: Date | undefined;
755
- } & {
756
- commissionRates?: {
757
- rate?: string;
758
- maxRate?: string;
759
- maxChangeRate?: string;
760
- } & {
761
- rate?: string;
762
- maxRate?: string;
763
- maxChangeRate?: string;
764
- } & { [K_18 in Exclude<keyof I_1["valset"][number]["commission"]["commissionRates"], keyof CommissionRates>]: never; };
765
- updateTime?: Date | undefined;
766
- } & { [K_19 in Exclude<keyof I_1["valset"][number]["commission"], keyof Commission>]: never; };
767
- minSelfDelegation?: string;
768
- unbondingOnHoldRefCount?: number;
769
- unbondingIds?: number[] & number[] & { [K_20 in Exclude<keyof I_1["valset"][number]["unbondingIds"], keyof number[]>]: never; };
770
- } & { [K_21 in Exclude<keyof I_1["valset"][number], keyof Validator>]: never; })[] & { [K_22 in Exclude<keyof I_1["valset"], keyof {
771
- operatorAddress?: string;
772
- consensusPubkey?: {
773
- typeUrl?: string;
774
- value?: Uint8Array;
775
- };
776
- jailed?: boolean;
777
- status?: BondStatus;
778
- tokens?: string;
779
- delegatorShares?: string;
780
- description?: {
781
- moniker?: string;
782
- identity?: string;
783
- website?: string;
784
- securityContact?: string;
785
- details?: string;
786
- };
787
- unbondingHeight?: number;
788
- unbondingTime?: Date | undefined;
789
- commission?: {
790
- commissionRates?: {
791
- rate?: string;
792
- maxRate?: string;
793
- maxChangeRate?: string;
794
- };
795
- updateTime?: Date | undefined;
796
- };
797
- minSelfDelegation?: string;
798
- unbondingOnHoldRefCount?: number;
799
- unbondingIds?: number[];
800
- }[]>]: never; };
801
- } & { [K_23 in Exclude<keyof I_1, keyof HistoricalInfo>]: never; }>(object: I_1): HistoricalInfo;
802
- };
803
- export declare const CommissionRates: {
804
- encode(message: CommissionRates, writer?: _m0.Writer): _m0.Writer;
805
- decode(input: _m0.Reader | Uint8Array, length?: number): CommissionRates;
806
- fromJSON(object: any): CommissionRates;
807
- toJSON(message: CommissionRates): unknown;
808
- create<I extends {
809
- rate?: string;
810
- maxRate?: string;
811
- maxChangeRate?: string;
812
- } & {
813
- rate?: string;
814
- maxRate?: string;
815
- maxChangeRate?: string;
816
- } & { [K in Exclude<keyof I, keyof CommissionRates>]: never; }>(base?: I): CommissionRates;
817
- fromPartial<I_1 extends {
818
- rate?: string;
819
- maxRate?: string;
820
- maxChangeRate?: string;
821
- } & {
822
- rate?: string;
823
- maxRate?: string;
824
- maxChangeRate?: string;
825
- } & { [K_1 in Exclude<keyof I_1, keyof CommissionRates>]: never; }>(object: I_1): CommissionRates;
826
- };
827
- export declare const Commission: {
828
- encode(message: Commission, writer?: _m0.Writer): _m0.Writer;
829
- decode(input: _m0.Reader | Uint8Array, length?: number): Commission;
830
- fromJSON(object: any): Commission;
831
- toJSON(message: Commission): unknown;
832
- create<I extends {
833
- commissionRates?: {
834
- rate?: string;
835
- maxRate?: string;
836
- maxChangeRate?: string;
837
- };
838
- updateTime?: Date | undefined;
839
- } & {
840
- commissionRates?: {
841
- rate?: string;
842
- maxRate?: string;
843
- maxChangeRate?: string;
844
- } & {
845
- rate?: string;
846
- maxRate?: string;
847
- maxChangeRate?: string;
848
- } & { [K in Exclude<keyof I["commissionRates"], keyof CommissionRates>]: never; };
849
- updateTime?: Date | undefined;
850
- } & { [K_1 in Exclude<keyof I, keyof Commission>]: never; }>(base?: I): Commission;
851
- fromPartial<I_1 extends {
852
- commissionRates?: {
853
- rate?: string;
854
- maxRate?: string;
855
- maxChangeRate?: string;
856
- };
857
- updateTime?: Date | undefined;
858
- } & {
859
- commissionRates?: {
860
- rate?: string;
861
- maxRate?: string;
862
- maxChangeRate?: string;
863
- } & {
864
- rate?: string;
865
- maxRate?: string;
866
- maxChangeRate?: string;
867
- } & { [K_2 in Exclude<keyof I_1["commissionRates"], keyof CommissionRates>]: never; };
868
- updateTime?: Date | undefined;
869
- } & { [K_3 in Exclude<keyof I_1, keyof Commission>]: never; }>(object: I_1): Commission;
870
- };
871
- export declare const Description: {
872
- encode(message: Description, writer?: _m0.Writer): _m0.Writer;
873
- decode(input: _m0.Reader | Uint8Array, length?: number): Description;
874
- fromJSON(object: any): Description;
875
- toJSON(message: Description): unknown;
876
- create<I extends {
877
- moniker?: string;
878
- identity?: string;
879
- website?: string;
880
- securityContact?: string;
881
- details?: string;
882
- } & {
883
- moniker?: string;
884
- identity?: string;
885
- website?: string;
886
- securityContact?: string;
887
- details?: string;
888
- } & { [K in Exclude<keyof I, keyof Description>]: never; }>(base?: I): Description;
889
- fromPartial<I_1 extends {
890
- moniker?: string;
891
- identity?: string;
892
- website?: string;
893
- securityContact?: string;
894
- details?: string;
895
- } & {
896
- moniker?: string;
897
- identity?: string;
898
- website?: string;
899
- securityContact?: string;
900
- details?: string;
901
- } & { [K_1 in Exclude<keyof I_1, keyof Description>]: never; }>(object: I_1): Description;
902
- };
903
- export declare const Validator: {
904
- encode(message: Validator, writer?: _m0.Writer): _m0.Writer;
905
- decode(input: _m0.Reader | Uint8Array, length?: number): Validator;
906
- fromJSON(object: any): Validator;
907
- toJSON(message: Validator): unknown;
908
- create<I extends {
909
- operatorAddress?: string;
910
- consensusPubkey?: {
911
- typeUrl?: string;
912
- value?: Uint8Array;
913
- };
914
- jailed?: boolean;
915
- status?: BondStatus;
916
- tokens?: string;
917
- delegatorShares?: string;
918
- description?: {
919
- moniker?: string;
920
- identity?: string;
921
- website?: string;
922
- securityContact?: string;
923
- details?: string;
924
- };
925
- unbondingHeight?: number;
926
- unbondingTime?: Date | undefined;
927
- commission?: {
928
- commissionRates?: {
929
- rate?: string;
930
- maxRate?: string;
931
- maxChangeRate?: string;
932
- };
933
- updateTime?: Date | undefined;
934
- };
935
- minSelfDelegation?: string;
936
- unbondingOnHoldRefCount?: number;
937
- unbondingIds?: number[];
938
- } & {
939
- operatorAddress?: string;
940
- consensusPubkey?: {
941
- typeUrl?: string;
942
- value?: Uint8Array;
943
- } & {
944
- typeUrl?: string;
945
- value?: Uint8Array;
946
- } & { [K in Exclude<keyof I["consensusPubkey"], keyof Any>]: never; };
947
- jailed?: boolean;
948
- status?: BondStatus;
949
- tokens?: string;
950
- delegatorShares?: string;
951
- description?: {
952
- moniker?: string;
953
- identity?: string;
954
- website?: string;
955
- securityContact?: string;
956
- details?: string;
957
- } & {
958
- moniker?: string;
959
- identity?: string;
960
- website?: string;
961
- securityContact?: string;
962
- details?: string;
963
- } & { [K_1 in Exclude<keyof I["description"], keyof Description>]: never; };
964
- unbondingHeight?: number;
965
- unbondingTime?: Date | undefined;
966
- commission?: {
967
- commissionRates?: {
968
- rate?: string;
969
- maxRate?: string;
970
- maxChangeRate?: string;
971
- };
972
- updateTime?: Date | undefined;
973
- } & {
974
- commissionRates?: {
975
- rate?: string;
976
- maxRate?: string;
977
- maxChangeRate?: string;
978
- } & {
979
- rate?: string;
980
- maxRate?: string;
981
- maxChangeRate?: string;
982
- } & { [K_2 in Exclude<keyof I["commission"]["commissionRates"], keyof CommissionRates>]: never; };
983
- updateTime?: Date | undefined;
984
- } & { [K_3 in Exclude<keyof I["commission"], keyof Commission>]: never; };
985
- minSelfDelegation?: string;
986
- unbondingOnHoldRefCount?: number;
987
- unbondingIds?: number[] & number[] & { [K_4 in Exclude<keyof I["unbondingIds"], keyof number[]>]: never; };
988
- } & { [K_5 in Exclude<keyof I, keyof Validator>]: never; }>(base?: I): Validator;
989
- fromPartial<I_1 extends {
990
- operatorAddress?: string;
991
- consensusPubkey?: {
992
- typeUrl?: string;
993
- value?: Uint8Array;
994
- };
995
- jailed?: boolean;
996
- status?: BondStatus;
997
- tokens?: string;
998
- delegatorShares?: string;
999
- description?: {
1000
- moniker?: string;
1001
- identity?: string;
1002
- website?: string;
1003
- securityContact?: string;
1004
- details?: string;
1005
- };
1006
- unbondingHeight?: number;
1007
- unbondingTime?: Date | undefined;
1008
- commission?: {
1009
- commissionRates?: {
1010
- rate?: string;
1011
- maxRate?: string;
1012
- maxChangeRate?: string;
1013
- };
1014
- updateTime?: Date | undefined;
1015
- };
1016
- minSelfDelegation?: string;
1017
- unbondingOnHoldRefCount?: number;
1018
- unbondingIds?: number[];
1019
- } & {
1020
- operatorAddress?: string;
1021
- consensusPubkey?: {
1022
- typeUrl?: string;
1023
- value?: Uint8Array;
1024
- } & {
1025
- typeUrl?: string;
1026
- value?: Uint8Array;
1027
- } & { [K_6 in Exclude<keyof I_1["consensusPubkey"], keyof Any>]: never; };
1028
- jailed?: boolean;
1029
- status?: BondStatus;
1030
- tokens?: string;
1031
- delegatorShares?: string;
1032
- description?: {
1033
- moniker?: string;
1034
- identity?: string;
1035
- website?: string;
1036
- securityContact?: string;
1037
- details?: string;
1038
- } & {
1039
- moniker?: string;
1040
- identity?: string;
1041
- website?: string;
1042
- securityContact?: string;
1043
- details?: string;
1044
- } & { [K_7 in Exclude<keyof I_1["description"], keyof Description>]: never; };
1045
- unbondingHeight?: number;
1046
- unbondingTime?: Date | undefined;
1047
- commission?: {
1048
- commissionRates?: {
1049
- rate?: string;
1050
- maxRate?: string;
1051
- maxChangeRate?: string;
1052
- };
1053
- updateTime?: Date | undefined;
1054
- } & {
1055
- commissionRates?: {
1056
- rate?: string;
1057
- maxRate?: string;
1058
- maxChangeRate?: string;
1059
- } & {
1060
- rate?: string;
1061
- maxRate?: string;
1062
- maxChangeRate?: string;
1063
- } & { [K_8 in Exclude<keyof I_1["commission"]["commissionRates"], keyof CommissionRates>]: never; };
1064
- updateTime?: Date | undefined;
1065
- } & { [K_9 in Exclude<keyof I_1["commission"], keyof Commission>]: never; };
1066
- minSelfDelegation?: string;
1067
- unbondingOnHoldRefCount?: number;
1068
- unbondingIds?: number[] & number[] & { [K_10 in Exclude<keyof I_1["unbondingIds"], keyof number[]>]: never; };
1069
- } & { [K_11 in Exclude<keyof I_1, keyof Validator>]: never; }>(object: I_1): Validator;
1070
- };
1071
- export declare const ValAddresses: {
1072
- encode(message: ValAddresses, writer?: _m0.Writer): _m0.Writer;
1073
- decode(input: _m0.Reader | Uint8Array, length?: number): ValAddresses;
1074
- fromJSON(object: any): ValAddresses;
1075
- toJSON(message: ValAddresses): unknown;
1076
- create<I extends {
1077
- addresses?: string[];
1078
- } & {
1079
- addresses?: string[] & string[] & { [K in Exclude<keyof I["addresses"], keyof string[]>]: never; };
1080
- } & { [K_1 in Exclude<keyof I, "addresses">]: never; }>(base?: I): ValAddresses;
1081
- fromPartial<I_1 extends {
1082
- addresses?: string[];
1083
- } & {
1084
- addresses?: string[] & string[] & { [K_2 in Exclude<keyof I_1["addresses"], keyof string[]>]: never; };
1085
- } & { [K_3 in Exclude<keyof I_1, "addresses">]: never; }>(object: I_1): ValAddresses;
1086
- };
1087
- export declare const DVPair: {
1088
- encode(message: DVPair, writer?: _m0.Writer): _m0.Writer;
1089
- decode(input: _m0.Reader | Uint8Array, length?: number): DVPair;
1090
- fromJSON(object: any): DVPair;
1091
- toJSON(message: DVPair): unknown;
1092
- create<I extends {
1093
- delegatorAddress?: string;
1094
- validatorAddress?: string;
1095
- } & {
1096
- delegatorAddress?: string;
1097
- validatorAddress?: string;
1098
- } & { [K in Exclude<keyof I, keyof DVPair>]: never; }>(base?: I): DVPair;
1099
- fromPartial<I_1 extends {
1100
- delegatorAddress?: string;
1101
- validatorAddress?: string;
1102
- } & {
1103
- delegatorAddress?: string;
1104
- validatorAddress?: string;
1105
- } & { [K_1 in Exclude<keyof I_1, keyof DVPair>]: never; }>(object: I_1): DVPair;
1106
- };
1107
- export declare const DVPairs: {
1108
- encode(message: DVPairs, writer?: _m0.Writer): _m0.Writer;
1109
- decode(input: _m0.Reader | Uint8Array, length?: number): DVPairs;
1110
- fromJSON(object: any): DVPairs;
1111
- toJSON(message: DVPairs): unknown;
1112
- create<I extends {
1113
- pairs?: {
1114
- delegatorAddress?: string;
1115
- validatorAddress?: string;
1116
- }[];
1117
- } & {
1118
- pairs?: {
1119
- delegatorAddress?: string;
1120
- validatorAddress?: string;
1121
- }[] & ({
1122
- delegatorAddress?: string;
1123
- validatorAddress?: string;
1124
- } & {
1125
- delegatorAddress?: string;
1126
- validatorAddress?: string;
1127
- } & { [K in Exclude<keyof I["pairs"][number], keyof DVPair>]: never; })[] & { [K_1 in Exclude<keyof I["pairs"], keyof {
1128
- delegatorAddress?: string;
1129
- validatorAddress?: string;
1130
- }[]>]: never; };
1131
- } & { [K_2 in Exclude<keyof I, "pairs">]: never; }>(base?: I): DVPairs;
1132
- fromPartial<I_1 extends {
1133
- pairs?: {
1134
- delegatorAddress?: string;
1135
- validatorAddress?: string;
1136
- }[];
1137
- } & {
1138
- pairs?: {
1139
- delegatorAddress?: string;
1140
- validatorAddress?: string;
1141
- }[] & ({
1142
- delegatorAddress?: string;
1143
- validatorAddress?: string;
1144
- } & {
1145
- delegatorAddress?: string;
1146
- validatorAddress?: string;
1147
- } & { [K_3 in Exclude<keyof I_1["pairs"][number], keyof DVPair>]: never; })[] & { [K_4 in Exclude<keyof I_1["pairs"], keyof {
1148
- delegatorAddress?: string;
1149
- validatorAddress?: string;
1150
- }[]>]: never; };
1151
- } & { [K_5 in Exclude<keyof I_1, "pairs">]: never; }>(object: I_1): DVPairs;
1152
- };
1153
- export declare const DVVTriplet: {
1154
- encode(message: DVVTriplet, writer?: _m0.Writer): _m0.Writer;
1155
- decode(input: _m0.Reader | Uint8Array, length?: number): DVVTriplet;
1156
- fromJSON(object: any): DVVTriplet;
1157
- toJSON(message: DVVTriplet): unknown;
1158
- create<I extends {
1159
- delegatorAddress?: string;
1160
- validatorSrcAddress?: string;
1161
- validatorDstAddress?: string;
1162
- } & {
1163
- delegatorAddress?: string;
1164
- validatorSrcAddress?: string;
1165
- validatorDstAddress?: string;
1166
- } & { [K in Exclude<keyof I, keyof DVVTriplet>]: never; }>(base?: I): DVVTriplet;
1167
- fromPartial<I_1 extends {
1168
- delegatorAddress?: string;
1169
- validatorSrcAddress?: string;
1170
- validatorDstAddress?: string;
1171
- } & {
1172
- delegatorAddress?: string;
1173
- validatorSrcAddress?: string;
1174
- validatorDstAddress?: string;
1175
- } & { [K_1 in Exclude<keyof I_1, keyof DVVTriplet>]: never; }>(object: I_1): DVVTriplet;
1176
- };
1177
- export declare const DVVTriplets: {
1178
- encode(message: DVVTriplets, writer?: _m0.Writer): _m0.Writer;
1179
- decode(input: _m0.Reader | Uint8Array, length?: number): DVVTriplets;
1180
- fromJSON(object: any): DVVTriplets;
1181
- toJSON(message: DVVTriplets): unknown;
1182
- create<I extends {
1183
- triplets?: {
1184
- delegatorAddress?: string;
1185
- validatorSrcAddress?: string;
1186
- validatorDstAddress?: string;
1187
- }[];
1188
- } & {
1189
- triplets?: {
1190
- delegatorAddress?: string;
1191
- validatorSrcAddress?: string;
1192
- validatorDstAddress?: string;
1193
- }[] & ({
1194
- delegatorAddress?: string;
1195
- validatorSrcAddress?: string;
1196
- validatorDstAddress?: string;
1197
- } & {
1198
- delegatorAddress?: string;
1199
- validatorSrcAddress?: string;
1200
- validatorDstAddress?: string;
1201
- } & { [K in Exclude<keyof I["triplets"][number], keyof DVVTriplet>]: never; })[] & { [K_1 in Exclude<keyof I["triplets"], keyof {
1202
- delegatorAddress?: string;
1203
- validatorSrcAddress?: string;
1204
- validatorDstAddress?: string;
1205
- }[]>]: never; };
1206
- } & { [K_2 in Exclude<keyof I, "triplets">]: never; }>(base?: I): DVVTriplets;
1207
- fromPartial<I_1 extends {
1208
- triplets?: {
1209
- delegatorAddress?: string;
1210
- validatorSrcAddress?: string;
1211
- validatorDstAddress?: string;
1212
- }[];
1213
- } & {
1214
- triplets?: {
1215
- delegatorAddress?: string;
1216
- validatorSrcAddress?: string;
1217
- validatorDstAddress?: string;
1218
- }[] & ({
1219
- delegatorAddress?: string;
1220
- validatorSrcAddress?: string;
1221
- validatorDstAddress?: string;
1222
- } & {
1223
- delegatorAddress?: string;
1224
- validatorSrcAddress?: string;
1225
- validatorDstAddress?: string;
1226
- } & { [K_3 in Exclude<keyof I_1["triplets"][number], keyof DVVTriplet>]: never; })[] & { [K_4 in Exclude<keyof I_1["triplets"], keyof {
1227
- delegatorAddress?: string;
1228
- validatorSrcAddress?: string;
1229
- validatorDstAddress?: string;
1230
- }[]>]: never; };
1231
- } & { [K_5 in Exclude<keyof I_1, "triplets">]: never; }>(object: I_1): DVVTriplets;
1232
- };
1233
- export declare const Delegation: {
1234
- encode(message: Delegation, writer?: _m0.Writer): _m0.Writer;
1235
- decode(input: _m0.Reader | Uint8Array, length?: number): Delegation;
1236
- fromJSON(object: any): Delegation;
1237
- toJSON(message: Delegation): unknown;
1238
- create<I extends {
1239
- delegatorAddress?: string;
1240
- validatorAddress?: string;
1241
- shares?: string;
1242
- } & {
1243
- delegatorAddress?: string;
1244
- validatorAddress?: string;
1245
- shares?: string;
1246
- } & { [K in Exclude<keyof I, keyof Delegation>]: never; }>(base?: I): Delegation;
1247
- fromPartial<I_1 extends {
1248
- delegatorAddress?: string;
1249
- validatorAddress?: string;
1250
- shares?: string;
1251
- } & {
1252
- delegatorAddress?: string;
1253
- validatorAddress?: string;
1254
- shares?: string;
1255
- } & { [K_1 in Exclude<keyof I_1, keyof Delegation>]: never; }>(object: I_1): Delegation;
1256
- };
1257
- export declare const UnbondingDelegation: {
1258
- encode(message: UnbondingDelegation, writer?: _m0.Writer): _m0.Writer;
1259
- decode(input: _m0.Reader | Uint8Array, length?: number): UnbondingDelegation;
1260
- fromJSON(object: any): UnbondingDelegation;
1261
- toJSON(message: UnbondingDelegation): unknown;
1262
- create<I extends {
1263
- delegatorAddress?: string;
1264
- validatorAddress?: string;
1265
- entries?: {
1266
- creationHeight?: number;
1267
- completionTime?: Date | undefined;
1268
- initialBalance?: string;
1269
- balance?: string;
1270
- unbondingId?: number;
1271
- unbondingOnHoldRefCount?: number;
1272
- }[];
1273
- } & {
1274
- delegatorAddress?: string;
1275
- validatorAddress?: string;
1276
- entries?: {
1277
- creationHeight?: number;
1278
- completionTime?: Date | undefined;
1279
- initialBalance?: string;
1280
- balance?: string;
1281
- unbondingId?: number;
1282
- unbondingOnHoldRefCount?: number;
1283
- }[] & ({
1284
- creationHeight?: number;
1285
- completionTime?: Date | undefined;
1286
- initialBalance?: string;
1287
- balance?: string;
1288
- unbondingId?: number;
1289
- unbondingOnHoldRefCount?: number;
1290
- } & {
1291
- creationHeight?: number;
1292
- completionTime?: Date | undefined;
1293
- initialBalance?: string;
1294
- balance?: string;
1295
- unbondingId?: number;
1296
- unbondingOnHoldRefCount?: number;
1297
- } & { [K in Exclude<keyof I["entries"][number], keyof UnbondingDelegationEntry>]: never; })[] & { [K_1 in Exclude<keyof I["entries"], keyof {
1298
- creationHeight?: number;
1299
- completionTime?: Date | undefined;
1300
- initialBalance?: string;
1301
- balance?: string;
1302
- unbondingId?: number;
1303
- unbondingOnHoldRefCount?: number;
1304
- }[]>]: never; };
1305
- } & { [K_2 in Exclude<keyof I, keyof UnbondingDelegation>]: never; }>(base?: I): UnbondingDelegation;
1306
- fromPartial<I_1 extends {
1307
- delegatorAddress?: string;
1308
- validatorAddress?: string;
1309
- entries?: {
1310
- creationHeight?: number;
1311
- completionTime?: Date | undefined;
1312
- initialBalance?: string;
1313
- balance?: string;
1314
- unbondingId?: number;
1315
- unbondingOnHoldRefCount?: number;
1316
- }[];
1317
- } & {
1318
- delegatorAddress?: string;
1319
- validatorAddress?: string;
1320
- entries?: {
1321
- creationHeight?: number;
1322
- completionTime?: Date | undefined;
1323
- initialBalance?: string;
1324
- balance?: string;
1325
- unbondingId?: number;
1326
- unbondingOnHoldRefCount?: number;
1327
- }[] & ({
1328
- creationHeight?: number;
1329
- completionTime?: Date | undefined;
1330
- initialBalance?: string;
1331
- balance?: string;
1332
- unbondingId?: number;
1333
- unbondingOnHoldRefCount?: number;
1334
- } & {
1335
- creationHeight?: number;
1336
- completionTime?: Date | undefined;
1337
- initialBalance?: string;
1338
- balance?: string;
1339
- unbondingId?: number;
1340
- unbondingOnHoldRefCount?: number;
1341
- } & { [K_3 in Exclude<keyof I_1["entries"][number], keyof UnbondingDelegationEntry>]: never; })[] & { [K_4 in Exclude<keyof I_1["entries"], keyof {
1342
- creationHeight?: number;
1343
- completionTime?: Date | undefined;
1344
- initialBalance?: string;
1345
- balance?: string;
1346
- unbondingId?: number;
1347
- unbondingOnHoldRefCount?: number;
1348
- }[]>]: never; };
1349
- } & { [K_5 in Exclude<keyof I_1, keyof UnbondingDelegation>]: never; }>(object: I_1): UnbondingDelegation;
1350
- };
1351
- export declare const UnbondingDelegationEntry: {
1352
- encode(message: UnbondingDelegationEntry, writer?: _m0.Writer): _m0.Writer;
1353
- decode(input: _m0.Reader | Uint8Array, length?: number): UnbondingDelegationEntry;
1354
- fromJSON(object: any): UnbondingDelegationEntry;
1355
- toJSON(message: UnbondingDelegationEntry): unknown;
1356
- create<I extends {
1357
- creationHeight?: number;
1358
- completionTime?: Date | undefined;
1359
- initialBalance?: string;
1360
- balance?: string;
1361
- unbondingId?: number;
1362
- unbondingOnHoldRefCount?: number;
1363
- } & {
1364
- creationHeight?: number;
1365
- completionTime?: Date | undefined;
1366
- initialBalance?: string;
1367
- balance?: string;
1368
- unbondingId?: number;
1369
- unbondingOnHoldRefCount?: number;
1370
- } & { [K in Exclude<keyof I, keyof UnbondingDelegationEntry>]: never; }>(base?: I): UnbondingDelegationEntry;
1371
- fromPartial<I_1 extends {
1372
- creationHeight?: number;
1373
- completionTime?: Date | undefined;
1374
- initialBalance?: string;
1375
- balance?: string;
1376
- unbondingId?: number;
1377
- unbondingOnHoldRefCount?: number;
1378
- } & {
1379
- creationHeight?: number;
1380
- completionTime?: Date | undefined;
1381
- initialBalance?: string;
1382
- balance?: string;
1383
- unbondingId?: number;
1384
- unbondingOnHoldRefCount?: number;
1385
- } & { [K_1 in Exclude<keyof I_1, keyof UnbondingDelegationEntry>]: never; }>(object: I_1): UnbondingDelegationEntry;
1386
- };
1387
- export declare const RedelegationEntry: {
1388
- encode(message: RedelegationEntry, writer?: _m0.Writer): _m0.Writer;
1389
- decode(input: _m0.Reader | Uint8Array, length?: number): RedelegationEntry;
1390
- fromJSON(object: any): RedelegationEntry;
1391
- toJSON(message: RedelegationEntry): unknown;
1392
- create<I extends {
1393
- creationHeight?: number;
1394
- completionTime?: Date | undefined;
1395
- initialBalance?: string;
1396
- sharesDst?: string;
1397
- unbondingId?: number;
1398
- unbondingOnHoldRefCount?: number;
1399
- } & {
1400
- creationHeight?: number;
1401
- completionTime?: Date | undefined;
1402
- initialBalance?: string;
1403
- sharesDst?: string;
1404
- unbondingId?: number;
1405
- unbondingOnHoldRefCount?: number;
1406
- } & { [K in Exclude<keyof I, keyof RedelegationEntry>]: never; }>(base?: I): RedelegationEntry;
1407
- fromPartial<I_1 extends {
1408
- creationHeight?: number;
1409
- completionTime?: Date | undefined;
1410
- initialBalance?: string;
1411
- sharesDst?: string;
1412
- unbondingId?: number;
1413
- unbondingOnHoldRefCount?: number;
1414
- } & {
1415
- creationHeight?: number;
1416
- completionTime?: Date | undefined;
1417
- initialBalance?: string;
1418
- sharesDst?: string;
1419
- unbondingId?: number;
1420
- unbondingOnHoldRefCount?: number;
1421
- } & { [K_1 in Exclude<keyof I_1, keyof RedelegationEntry>]: never; }>(object: I_1): RedelegationEntry;
1422
- };
1423
- export declare const Redelegation: {
1424
- encode(message: Redelegation, writer?: _m0.Writer): _m0.Writer;
1425
- decode(input: _m0.Reader | Uint8Array, length?: number): Redelegation;
1426
- fromJSON(object: any): Redelegation;
1427
- toJSON(message: Redelegation): unknown;
1428
- create<I extends {
1429
- delegatorAddress?: string;
1430
- validatorSrcAddress?: string;
1431
- validatorDstAddress?: string;
1432
- entries?: {
1433
- creationHeight?: number;
1434
- completionTime?: Date | undefined;
1435
- initialBalance?: string;
1436
- sharesDst?: string;
1437
- unbondingId?: number;
1438
- unbondingOnHoldRefCount?: number;
1439
- }[];
1440
- } & {
1441
- delegatorAddress?: string;
1442
- validatorSrcAddress?: string;
1443
- validatorDstAddress?: string;
1444
- entries?: {
1445
- creationHeight?: number;
1446
- completionTime?: Date | undefined;
1447
- initialBalance?: string;
1448
- sharesDst?: string;
1449
- unbondingId?: number;
1450
- unbondingOnHoldRefCount?: number;
1451
- }[] & ({
1452
- creationHeight?: number;
1453
- completionTime?: Date | undefined;
1454
- initialBalance?: string;
1455
- sharesDst?: string;
1456
- unbondingId?: number;
1457
- unbondingOnHoldRefCount?: number;
1458
- } & {
1459
- creationHeight?: number;
1460
- completionTime?: Date | undefined;
1461
- initialBalance?: string;
1462
- sharesDst?: string;
1463
- unbondingId?: number;
1464
- unbondingOnHoldRefCount?: number;
1465
- } & { [K in Exclude<keyof I["entries"][number], keyof RedelegationEntry>]: never; })[] & { [K_1 in Exclude<keyof I["entries"], keyof {
1466
- creationHeight?: number;
1467
- completionTime?: Date | undefined;
1468
- initialBalance?: string;
1469
- sharesDst?: string;
1470
- unbondingId?: number;
1471
- unbondingOnHoldRefCount?: number;
1472
- }[]>]: never; };
1473
- } & { [K_2 in Exclude<keyof I, keyof Redelegation>]: never; }>(base?: I): Redelegation;
1474
- fromPartial<I_1 extends {
1475
- delegatorAddress?: string;
1476
- validatorSrcAddress?: string;
1477
- validatorDstAddress?: string;
1478
- entries?: {
1479
- creationHeight?: number;
1480
- completionTime?: Date | undefined;
1481
- initialBalance?: string;
1482
- sharesDst?: string;
1483
- unbondingId?: number;
1484
- unbondingOnHoldRefCount?: number;
1485
- }[];
1486
- } & {
1487
- delegatorAddress?: string;
1488
- validatorSrcAddress?: string;
1489
- validatorDstAddress?: string;
1490
- entries?: {
1491
- creationHeight?: number;
1492
- completionTime?: Date | undefined;
1493
- initialBalance?: string;
1494
- sharesDst?: string;
1495
- unbondingId?: number;
1496
- unbondingOnHoldRefCount?: number;
1497
- }[] & ({
1498
- creationHeight?: number;
1499
- completionTime?: Date | undefined;
1500
- initialBalance?: string;
1501
- sharesDst?: string;
1502
- unbondingId?: number;
1503
- unbondingOnHoldRefCount?: number;
1504
- } & {
1505
- creationHeight?: number;
1506
- completionTime?: Date | undefined;
1507
- initialBalance?: string;
1508
- sharesDst?: string;
1509
- unbondingId?: number;
1510
- unbondingOnHoldRefCount?: number;
1511
- } & { [K_3 in Exclude<keyof I_1["entries"][number], keyof RedelegationEntry>]: never; })[] & { [K_4 in Exclude<keyof I_1["entries"], keyof {
1512
- creationHeight?: number;
1513
- completionTime?: Date | undefined;
1514
- initialBalance?: string;
1515
- sharesDst?: string;
1516
- unbondingId?: number;
1517
- unbondingOnHoldRefCount?: number;
1518
- }[]>]: never; };
1519
- } & { [K_5 in Exclude<keyof I_1, keyof Redelegation>]: never; }>(object: I_1): Redelegation;
1520
- };
1521
- export declare const Params: {
1522
- encode(message: Params, writer?: _m0.Writer): _m0.Writer;
1523
- decode(input: _m0.Reader | Uint8Array, length?: number): Params;
1524
- fromJSON(object: any): Params;
1525
- toJSON(message: Params): unknown;
1526
- create<I extends {
1527
- unbondingTime?: {
1528
- seconds?: number;
1529
- nanos?: number;
1530
- };
1531
- maxValidators?: number;
1532
- maxEntries?: number;
1533
- historicalEntries?: number;
1534
- bondDenom?: string;
1535
- minCommissionRate?: string;
1536
- } & {
1537
- unbondingTime?: {
1538
- seconds?: number;
1539
- nanos?: number;
1540
- } & {
1541
- seconds?: number;
1542
- nanos?: number;
1543
- } & { [K in Exclude<keyof I["unbondingTime"], keyof Duration>]: never; };
1544
- maxValidators?: number;
1545
- maxEntries?: number;
1546
- historicalEntries?: number;
1547
- bondDenom?: string;
1548
- minCommissionRate?: string;
1549
- } & { [K_1 in Exclude<keyof I, keyof Params>]: never; }>(base?: I): Params;
1550
- fromPartial<I_1 extends {
1551
- unbondingTime?: {
1552
- seconds?: number;
1553
- nanos?: number;
1554
- };
1555
- maxValidators?: number;
1556
- maxEntries?: number;
1557
- historicalEntries?: number;
1558
- bondDenom?: string;
1559
- minCommissionRate?: string;
1560
- } & {
1561
- unbondingTime?: {
1562
- seconds?: number;
1563
- nanos?: number;
1564
- } & {
1565
- seconds?: number;
1566
- nanos?: number;
1567
- } & { [K_2 in Exclude<keyof I_1["unbondingTime"], keyof Duration>]: never; };
1568
- maxValidators?: number;
1569
- maxEntries?: number;
1570
- historicalEntries?: number;
1571
- bondDenom?: string;
1572
- minCommissionRate?: string;
1573
- } & { [K_3 in Exclude<keyof I_1, keyof Params>]: never; }>(object: I_1): Params;
1574
- };
1575
- export declare const DelegationResponse: {
1576
- encode(message: DelegationResponse, writer?: _m0.Writer): _m0.Writer;
1577
- decode(input: _m0.Reader | Uint8Array, length?: number): DelegationResponse;
1578
- fromJSON(object: any): DelegationResponse;
1579
- toJSON(message: DelegationResponse): unknown;
1580
- create<I extends {
1581
- delegation?: {
1582
- delegatorAddress?: string;
1583
- validatorAddress?: string;
1584
- shares?: string;
1585
- };
1586
- balance?: {
1587
- denom?: string;
1588
- amount?: string;
1589
- };
1590
- } & {
1591
- delegation?: {
1592
- delegatorAddress?: string;
1593
- validatorAddress?: string;
1594
- shares?: string;
1595
- } & {
1596
- delegatorAddress?: string;
1597
- validatorAddress?: string;
1598
- shares?: string;
1599
- } & { [K in Exclude<keyof I["delegation"], keyof Delegation>]: never; };
1600
- balance?: {
1601
- denom?: string;
1602
- amount?: string;
1603
- } & {
1604
- denom?: string;
1605
- amount?: string;
1606
- } & { [K_1 in Exclude<keyof I["balance"], keyof Coin>]: never; };
1607
- } & { [K_2 in Exclude<keyof I, keyof DelegationResponse>]: never; }>(base?: I): DelegationResponse;
1608
- fromPartial<I_1 extends {
1609
- delegation?: {
1610
- delegatorAddress?: string;
1611
- validatorAddress?: string;
1612
- shares?: string;
1613
- };
1614
- balance?: {
1615
- denom?: string;
1616
- amount?: string;
1617
- };
1618
- } & {
1619
- delegation?: {
1620
- delegatorAddress?: string;
1621
- validatorAddress?: string;
1622
- shares?: string;
1623
- } & {
1624
- delegatorAddress?: string;
1625
- validatorAddress?: string;
1626
- shares?: string;
1627
- } & { [K_3 in Exclude<keyof I_1["delegation"], keyof Delegation>]: never; };
1628
- balance?: {
1629
- denom?: string;
1630
- amount?: string;
1631
- } & {
1632
- denom?: string;
1633
- amount?: string;
1634
- } & { [K_4 in Exclude<keyof I_1["balance"], keyof Coin>]: never; };
1635
- } & { [K_5 in Exclude<keyof I_1, keyof DelegationResponse>]: never; }>(object: I_1): DelegationResponse;
1636
- };
1637
- export declare const RedelegationEntryResponse: {
1638
- encode(message: RedelegationEntryResponse, writer?: _m0.Writer): _m0.Writer;
1639
- decode(input: _m0.Reader | Uint8Array, length?: number): RedelegationEntryResponse;
1640
- fromJSON(object: any): RedelegationEntryResponse;
1641
- toJSON(message: RedelegationEntryResponse): unknown;
1642
- create<I extends {
1643
- redelegationEntry?: {
1644
- creationHeight?: number;
1645
- completionTime?: Date | undefined;
1646
- initialBalance?: string;
1647
- sharesDst?: string;
1648
- unbondingId?: number;
1649
- unbondingOnHoldRefCount?: number;
1650
- };
1651
- balance?: string;
1652
- } & {
1653
- redelegationEntry?: {
1654
- creationHeight?: number;
1655
- completionTime?: Date | undefined;
1656
- initialBalance?: string;
1657
- sharesDst?: string;
1658
- unbondingId?: number;
1659
- unbondingOnHoldRefCount?: number;
1660
- } & {
1661
- creationHeight?: number;
1662
- completionTime?: Date | undefined;
1663
- initialBalance?: string;
1664
- sharesDst?: string;
1665
- unbondingId?: number;
1666
- unbondingOnHoldRefCount?: number;
1667
- } & { [K in Exclude<keyof I["redelegationEntry"], keyof RedelegationEntry>]: never; };
1668
- balance?: string;
1669
- } & { [K_1 in Exclude<keyof I, keyof RedelegationEntryResponse>]: never; }>(base?: I): RedelegationEntryResponse;
1670
- fromPartial<I_1 extends {
1671
- redelegationEntry?: {
1672
- creationHeight?: number;
1673
- completionTime?: Date | undefined;
1674
- initialBalance?: string;
1675
- sharesDst?: string;
1676
- unbondingId?: number;
1677
- unbondingOnHoldRefCount?: number;
1678
- };
1679
- balance?: string;
1680
- } & {
1681
- redelegationEntry?: {
1682
- creationHeight?: number;
1683
- completionTime?: Date | undefined;
1684
- initialBalance?: string;
1685
- sharesDst?: string;
1686
- unbondingId?: number;
1687
- unbondingOnHoldRefCount?: number;
1688
- } & {
1689
- creationHeight?: number;
1690
- completionTime?: Date | undefined;
1691
- initialBalance?: string;
1692
- sharesDst?: string;
1693
- unbondingId?: number;
1694
- unbondingOnHoldRefCount?: number;
1695
- } & { [K_2 in Exclude<keyof I_1["redelegationEntry"], keyof RedelegationEntry>]: never; };
1696
- balance?: string;
1697
- } & { [K_3 in Exclude<keyof I_1, keyof RedelegationEntryResponse>]: never; }>(object: I_1): RedelegationEntryResponse;
1698
- };
1699
- export declare const RedelegationResponse: {
1700
- encode(message: RedelegationResponse, writer?: _m0.Writer): _m0.Writer;
1701
- decode(input: _m0.Reader | Uint8Array, length?: number): RedelegationResponse;
1702
- fromJSON(object: any): RedelegationResponse;
1703
- toJSON(message: RedelegationResponse): unknown;
1704
- create<I extends {
1705
- redelegation?: {
1706
- delegatorAddress?: string;
1707
- validatorSrcAddress?: string;
1708
- validatorDstAddress?: string;
1709
- entries?: {
1710
- creationHeight?: number;
1711
- completionTime?: Date | undefined;
1712
- initialBalance?: string;
1713
- sharesDst?: string;
1714
- unbondingId?: number;
1715
- unbondingOnHoldRefCount?: number;
1716
- }[];
1717
- };
1718
- entries?: {
1719
- redelegationEntry?: {
1720
- creationHeight?: number;
1721
- completionTime?: Date | undefined;
1722
- initialBalance?: string;
1723
- sharesDst?: string;
1724
- unbondingId?: number;
1725
- unbondingOnHoldRefCount?: number;
1726
- };
1727
- balance?: string;
1728
- }[];
1729
- } & {
1730
- redelegation?: {
1731
- delegatorAddress?: string;
1732
- validatorSrcAddress?: string;
1733
- validatorDstAddress?: string;
1734
- entries?: {
1735
- creationHeight?: number;
1736
- completionTime?: Date | undefined;
1737
- initialBalance?: string;
1738
- sharesDst?: string;
1739
- unbondingId?: number;
1740
- unbondingOnHoldRefCount?: number;
1741
- }[];
1742
- } & {
1743
- delegatorAddress?: string;
1744
- validatorSrcAddress?: string;
1745
- validatorDstAddress?: string;
1746
- entries?: {
1747
- creationHeight?: number;
1748
- completionTime?: Date | undefined;
1749
- initialBalance?: string;
1750
- sharesDst?: string;
1751
- unbondingId?: number;
1752
- unbondingOnHoldRefCount?: number;
1753
- }[] & ({
1754
- creationHeight?: number;
1755
- completionTime?: Date | undefined;
1756
- initialBalance?: string;
1757
- sharesDst?: string;
1758
- unbondingId?: number;
1759
- unbondingOnHoldRefCount?: number;
1760
- } & {
1761
- creationHeight?: number;
1762
- completionTime?: Date | undefined;
1763
- initialBalance?: string;
1764
- sharesDst?: string;
1765
- unbondingId?: number;
1766
- unbondingOnHoldRefCount?: number;
1767
- } & { [K in Exclude<keyof I["redelegation"]["entries"][number], keyof RedelegationEntry>]: never; })[] & { [K_1 in Exclude<keyof I["redelegation"]["entries"], keyof {
1768
- creationHeight?: number;
1769
- completionTime?: Date | undefined;
1770
- initialBalance?: string;
1771
- sharesDst?: string;
1772
- unbondingId?: number;
1773
- unbondingOnHoldRefCount?: number;
1774
- }[]>]: never; };
1775
- } & { [K_2 in Exclude<keyof I["redelegation"], keyof Redelegation>]: never; };
1776
- entries?: {
1777
- redelegationEntry?: {
1778
- creationHeight?: number;
1779
- completionTime?: Date | undefined;
1780
- initialBalance?: string;
1781
- sharesDst?: string;
1782
- unbondingId?: number;
1783
- unbondingOnHoldRefCount?: number;
1784
- };
1785
- balance?: string;
1786
- }[] & ({
1787
- redelegationEntry?: {
1788
- creationHeight?: number;
1789
- completionTime?: Date | undefined;
1790
- initialBalance?: string;
1791
- sharesDst?: string;
1792
- unbondingId?: number;
1793
- unbondingOnHoldRefCount?: number;
1794
- };
1795
- balance?: string;
1796
- } & {
1797
- redelegationEntry?: {
1798
- creationHeight?: number;
1799
- completionTime?: Date | undefined;
1800
- initialBalance?: string;
1801
- sharesDst?: string;
1802
- unbondingId?: number;
1803
- unbondingOnHoldRefCount?: number;
1804
- } & {
1805
- creationHeight?: number;
1806
- completionTime?: Date | undefined;
1807
- initialBalance?: string;
1808
- sharesDst?: string;
1809
- unbondingId?: number;
1810
- unbondingOnHoldRefCount?: number;
1811
- } & { [K_3 in Exclude<keyof I["entries"][number]["redelegationEntry"], keyof RedelegationEntry>]: never; };
1812
- balance?: string;
1813
- } & { [K_4 in Exclude<keyof I["entries"][number], keyof RedelegationEntryResponse>]: never; })[] & { [K_5 in Exclude<keyof I["entries"], keyof {
1814
- redelegationEntry?: {
1815
- creationHeight?: number;
1816
- completionTime?: Date | undefined;
1817
- initialBalance?: string;
1818
- sharesDst?: string;
1819
- unbondingId?: number;
1820
- unbondingOnHoldRefCount?: number;
1821
- };
1822
- balance?: string;
1823
- }[]>]: never; };
1824
- } & { [K_6 in Exclude<keyof I, keyof RedelegationResponse>]: never; }>(base?: I): RedelegationResponse;
1825
- fromPartial<I_1 extends {
1826
- redelegation?: {
1827
- delegatorAddress?: string;
1828
- validatorSrcAddress?: string;
1829
- validatorDstAddress?: string;
1830
- entries?: {
1831
- creationHeight?: number;
1832
- completionTime?: Date | undefined;
1833
- initialBalance?: string;
1834
- sharesDst?: string;
1835
- unbondingId?: number;
1836
- unbondingOnHoldRefCount?: number;
1837
- }[];
1838
- };
1839
- entries?: {
1840
- redelegationEntry?: {
1841
- creationHeight?: number;
1842
- completionTime?: Date | undefined;
1843
- initialBalance?: string;
1844
- sharesDst?: string;
1845
- unbondingId?: number;
1846
- unbondingOnHoldRefCount?: number;
1847
- };
1848
- balance?: string;
1849
- }[];
1850
- } & {
1851
- redelegation?: {
1852
- delegatorAddress?: string;
1853
- validatorSrcAddress?: string;
1854
- validatorDstAddress?: string;
1855
- entries?: {
1856
- creationHeight?: number;
1857
- completionTime?: Date | undefined;
1858
- initialBalance?: string;
1859
- sharesDst?: string;
1860
- unbondingId?: number;
1861
- unbondingOnHoldRefCount?: number;
1862
- }[];
1863
- } & {
1864
- delegatorAddress?: string;
1865
- validatorSrcAddress?: string;
1866
- validatorDstAddress?: string;
1867
- entries?: {
1868
- creationHeight?: number;
1869
- completionTime?: Date | undefined;
1870
- initialBalance?: string;
1871
- sharesDst?: string;
1872
- unbondingId?: number;
1873
- unbondingOnHoldRefCount?: number;
1874
- }[] & ({
1875
- creationHeight?: number;
1876
- completionTime?: Date | undefined;
1877
- initialBalance?: string;
1878
- sharesDst?: string;
1879
- unbondingId?: number;
1880
- unbondingOnHoldRefCount?: number;
1881
- } & {
1882
- creationHeight?: number;
1883
- completionTime?: Date | undefined;
1884
- initialBalance?: string;
1885
- sharesDst?: string;
1886
- unbondingId?: number;
1887
- unbondingOnHoldRefCount?: number;
1888
- } & { [K_7 in Exclude<keyof I_1["redelegation"]["entries"][number], keyof RedelegationEntry>]: never; })[] & { [K_8 in Exclude<keyof I_1["redelegation"]["entries"], keyof {
1889
- creationHeight?: number;
1890
- completionTime?: Date | undefined;
1891
- initialBalance?: string;
1892
- sharesDst?: string;
1893
- unbondingId?: number;
1894
- unbondingOnHoldRefCount?: number;
1895
- }[]>]: never; };
1896
- } & { [K_9 in Exclude<keyof I_1["redelegation"], keyof Redelegation>]: never; };
1897
- entries?: {
1898
- redelegationEntry?: {
1899
- creationHeight?: number;
1900
- completionTime?: Date | undefined;
1901
- initialBalance?: string;
1902
- sharesDst?: string;
1903
- unbondingId?: number;
1904
- unbondingOnHoldRefCount?: number;
1905
- };
1906
- balance?: string;
1907
- }[] & ({
1908
- redelegationEntry?: {
1909
- creationHeight?: number;
1910
- completionTime?: Date | undefined;
1911
- initialBalance?: string;
1912
- sharesDst?: string;
1913
- unbondingId?: number;
1914
- unbondingOnHoldRefCount?: number;
1915
- };
1916
- balance?: string;
1917
- } & {
1918
- redelegationEntry?: {
1919
- creationHeight?: number;
1920
- completionTime?: Date | undefined;
1921
- initialBalance?: string;
1922
- sharesDst?: string;
1923
- unbondingId?: number;
1924
- unbondingOnHoldRefCount?: number;
1925
- } & {
1926
- creationHeight?: number;
1927
- completionTime?: Date | undefined;
1928
- initialBalance?: string;
1929
- sharesDst?: string;
1930
- unbondingId?: number;
1931
- unbondingOnHoldRefCount?: number;
1932
- } & { [K_10 in Exclude<keyof I_1["entries"][number]["redelegationEntry"], keyof RedelegationEntry>]: never; };
1933
- balance?: string;
1934
- } & { [K_11 in Exclude<keyof I_1["entries"][number], keyof RedelegationEntryResponse>]: never; })[] & { [K_12 in Exclude<keyof I_1["entries"], keyof {
1935
- redelegationEntry?: {
1936
- creationHeight?: number;
1937
- completionTime?: Date | undefined;
1938
- initialBalance?: string;
1939
- sharesDst?: string;
1940
- unbondingId?: number;
1941
- unbondingOnHoldRefCount?: number;
1942
- };
1943
- balance?: string;
1944
- }[]>]: never; };
1945
- } & { [K_13 in Exclude<keyof I_1, keyof RedelegationResponse>]: never; }>(object: I_1): RedelegationResponse;
1946
- };
1947
- export declare const Pool: {
1948
- encode(message: Pool, writer?: _m0.Writer): _m0.Writer;
1949
- decode(input: _m0.Reader | Uint8Array, length?: number): Pool;
1950
- fromJSON(object: any): Pool;
1951
- toJSON(message: Pool): unknown;
1952
- create<I extends {
1953
- notBondedTokens?: string;
1954
- bondedTokens?: string;
1955
- } & {
1956
- notBondedTokens?: string;
1957
- bondedTokens?: string;
1958
- } & { [K in Exclude<keyof I, keyof Pool>]: never; }>(base?: I): Pool;
1959
- fromPartial<I_1 extends {
1960
- notBondedTokens?: string;
1961
- bondedTokens?: string;
1962
- } & {
1963
- notBondedTokens?: string;
1964
- bondedTokens?: string;
1965
- } & { [K_1 in Exclude<keyof I_1, keyof Pool>]: never; }>(object: I_1): Pool;
1966
- };
1967
- export declare const ValidatorUpdates: {
1968
- encode(message: ValidatorUpdates, writer?: _m0.Writer): _m0.Writer;
1969
- decode(input: _m0.Reader | Uint8Array, length?: number): ValidatorUpdates;
1970
- fromJSON(object: any): ValidatorUpdates;
1971
- toJSON(message: ValidatorUpdates): unknown;
1972
- create<I extends {
1973
- updates?: {
1974
- pubKey?: {
1975
- ed25519?: Uint8Array;
1976
- secp256k1?: Uint8Array;
1977
- };
1978
- power?: number;
1979
- }[];
1980
- } & {
1981
- updates?: {
1982
- pubKey?: {
1983
- ed25519?: Uint8Array;
1984
- secp256k1?: Uint8Array;
1985
- };
1986
- power?: number;
1987
- }[] & ({
1988
- pubKey?: {
1989
- ed25519?: Uint8Array;
1990
- secp256k1?: Uint8Array;
1991
- };
1992
- power?: number;
1993
- } & {
1994
- pubKey?: {
1995
- ed25519?: Uint8Array;
1996
- secp256k1?: Uint8Array;
1997
- } & {
1998
- ed25519?: Uint8Array;
1999
- secp256k1?: Uint8Array;
2000
- } & { [K in Exclude<keyof I["updates"][number]["pubKey"], keyof import("../../../tendermint/crypto/keys").PublicKey>]: never; };
2001
- power?: number;
2002
- } & { [K_1 in Exclude<keyof I["updates"][number], keyof ValidatorUpdate>]: never; })[] & { [K_2 in Exclude<keyof I["updates"], keyof {
2003
- pubKey?: {
2004
- ed25519?: Uint8Array;
2005
- secp256k1?: Uint8Array;
2006
- };
2007
- power?: number;
2008
- }[]>]: never; };
2009
- } & { [K_3 in Exclude<keyof I, "updates">]: never; }>(base?: I): ValidatorUpdates;
2010
- fromPartial<I_1 extends {
2011
- updates?: {
2012
- pubKey?: {
2013
- ed25519?: Uint8Array;
2014
- secp256k1?: Uint8Array;
2015
- };
2016
- power?: number;
2017
- }[];
2018
- } & {
2019
- updates?: {
2020
- pubKey?: {
2021
- ed25519?: Uint8Array;
2022
- secp256k1?: Uint8Array;
2023
- };
2024
- power?: number;
2025
- }[] & ({
2026
- pubKey?: {
2027
- ed25519?: Uint8Array;
2028
- secp256k1?: Uint8Array;
2029
- };
2030
- power?: number;
2031
- } & {
2032
- pubKey?: {
2033
- ed25519?: Uint8Array;
2034
- secp256k1?: Uint8Array;
2035
- } & {
2036
- ed25519?: Uint8Array;
2037
- secp256k1?: Uint8Array;
2038
- } & { [K_4 in Exclude<keyof I_1["updates"][number]["pubKey"], keyof import("../../../tendermint/crypto/keys").PublicKey>]: never; };
2039
- power?: number;
2040
- } & { [K_5 in Exclude<keyof I_1["updates"][number], keyof ValidatorUpdate>]: never; })[] & { [K_6 in Exclude<keyof I_1["updates"], keyof {
2041
- pubKey?: {
2042
- ed25519?: Uint8Array;
2043
- secp256k1?: Uint8Array;
2044
- };
2045
- power?: number;
2046
- }[]>]: never; };
2047
- } & { [K_7 in Exclude<keyof I_1, "updates">]: never; }>(object: I_1): ValidatorUpdates;
2048
- };
2049
- type Builtin = Date | Function | Uint8Array | string | number | boolean | undefined;
2050
- 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 {} ? {
2051
- [K in keyof T]?: DeepPartial<T[K]>;
2052
- } : Partial<T>;
2053
- type KeysOfUnion<T> = T extends T ? keyof T : never;
2054
- export type Exact<P, I extends P> = P extends Builtin ? P : P & {
2055
- [K in keyof P]: Exact<P[K], I[K]>;
2056
- } & {
2057
- [K in Exclude<keyof I, KeysOfUnion<P>>]: never;
2058
- };
2059
- export {};