Struct ark::models::delegate::Delegate [] [src]

pub struct Delegate {
    pub username: String,
    pub address: String,
    pub publicKey: String,
    pub vote: String,
    pub producedblocks: u64,
    pub missedblocks: u64,
    pub rate: u64,
    pub approval: f64,
    pub productivity: f64,
}

An Ark Delegate Struct

Fields

Trait Implementations

impl Debug for Delegate
[src]

[src]

Formats the value using the given formatter.