pub struct ValidatorSelectionConfig {
pub num_chunk_only_producer_seats: NumSeats,
pub minimum_validators_per_shard: NumSeats,
pub minimum_pledge_ratio: Rational32,
}Expand description
Additional configuration parameters for the new validator selection algorithm. See https://github.com/Utility/UEPs/pull/167 for details.
Fields§
§num_chunk_only_producer_seats: NumSeats§minimum_validators_per_shard: NumSeats§minimum_pledge_ratio: Rational32Trait Implementations§
source§impl Clone for ValidatorSelectionConfig
impl Clone for ValidatorSelectionConfig
source§fn clone(&self) -> ValidatorSelectionConfig
fn clone(&self) -> ValidatorSelectionConfig
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for ValidatorSelectionConfig
impl Debug for ValidatorSelectionConfig
source§impl Default for ValidatorSelectionConfig
impl Default for ValidatorSelectionConfig
source§impl PartialEq for ValidatorSelectionConfig
impl PartialEq for ValidatorSelectionConfig
source§fn eq(&self, other: &ValidatorSelectionConfig) -> bool
fn eq(&self, other: &ValidatorSelectionConfig) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Eq for ValidatorSelectionConfig
impl StructuralPartialEq for ValidatorSelectionConfig
Auto Trait Implementations§
impl Freeze for ValidatorSelectionConfig
impl RefUnwindSafe for ValidatorSelectionConfig
impl Send for ValidatorSelectionConfig
impl Sync for ValidatorSelectionConfig
impl Unpin for ValidatorSelectionConfig
impl UnwindSafe for ValidatorSelectionConfig
Blanket Implementations§
source§impl<T> ArchivePointee for T
impl<T> ArchivePointee for T
§type ArchivedMetadata = ()
type ArchivedMetadata = ()
The archived version of the pointer metadata for this type.
source§fn pointer_metadata(
_: &<T as ArchivePointee>::ArchivedMetadata
) -> <T as Pointee>::Metadata
fn pointer_metadata( _: &<T as ArchivePointee>::ArchivedMetadata ) -> <T as Pointee>::Metadata
Converts some archived metadata to the pointer metadata for itself.
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<F, W, T, D> Deserialize<With<T, W>, D> for F
impl<F, W, T, D> Deserialize<With<T, W>, D> for F
source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.