Struct solana_cli_output::CliValidator
source · pub struct CliValidator {
pub identity_pubkey: String,
pub vote_account_pubkey: String,
pub commission: u8,
pub last_vote: u64,
pub root_slot: u64,
pub credits: u64,
pub epoch_credits: u64,
pub activated_stake: u64,
pub version: CliVersion,
pub delinquent: bool,
pub skip_rate: Option<f64>,
}
Fields§
§identity_pubkey: String
§vote_account_pubkey: String
§commission: u8
§last_vote: u64
§root_slot: u64
§credits: u64
§epoch_credits: u64
§activated_stake: u64
§version: CliVersion
§delinquent: bool
§skip_rate: Option<f64>
Implementations§
source§impl CliValidator
impl CliValidator
pub fn new(
vote_account: &RpcVoteAccountInfo,
current_epoch: Epoch,
version: CliVersion,
skip_rate: Option<f64>,
address_labels: &HashMap<String, String>
) -> Self
pub fn new_delinquent(
vote_account: &RpcVoteAccountInfo,
current_epoch: Epoch,
version: CliVersion,
skip_rate: Option<f64>,
address_labels: &HashMap<String, String>
) -> Self
Trait Implementations§
source§impl Clone for CliValidator
impl Clone for CliValidator
source§fn clone(&self) -> CliValidator
fn clone(&self) -> CliValidator
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<'de> Deserialize<'de> for CliValidator
impl<'de> Deserialize<'de> for CliValidator
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more