MCPcopy Create free account
hub / github.com/SeismicSystems/summit / Validator

Class Validator

types/src/genesis.rs:106–111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

104
105fn default_minimum_validator_count() -> u64 {
106 DEFAULT_MINIMUM_VALIDATOR_COUNT
107}
108
109fn default_invalid_deposit_tax() -> u64 {
110 5
111}
112
113fn default_max_pending_withdrawals_per_validator() -> u64 {
114 crate::protocol_params::DEFAULT_MAX_PENDING_WITHDRAWALS_PER_VALIDATOR

Callers 1

parse_keyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected