Struct safecoin_client::rpc_response::RpcVote
source · pub struct RpcVote {
pub vote_pubkey: String,
pub slots: Vec<Slot>,
pub hash: String,
pub timestamp: Option<UnixTimestamp>,
pub signature: String,
}
Fields§
§vote_pubkey: String
Vote account address, as base-58 encoded string
slots: Vec<Slot>
§hash: String
§timestamp: Option<UnixTimestamp>
§signature: String
Trait Implementations§
source§impl<'de> Deserialize<'de> for RpcVote
impl<'de> Deserialize<'de> for RpcVote
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