Struct ark::models::voter::Voter [] [src]

pub struct Voter {
    pub address: String,
    pub publicKey: String,
    pub username: Option<String>,
    pub balance: String,
}

An Ark Voter Struct

Fields

Trait Implementations

impl Debug for Voter
[src]

[src]

Formats the value using the given formatter.