VoteAccount - p2p-org/solana-swift GitHub Wiki
VoteAccount
public struct VoteAccount: Decodable
Inheritance
Decodable
Properties
commission
public let commission: Int
epochVoteAccount
public let epochVoteAccount: Bool
epochCredits
public let epochCredits: [UInt64](/p2p-org/solana-swift/wiki/UInt64)
nodePubkey
public let nodePubkey: String
lastVote
public let lastVote: UInt64
activatedStake
public let activatedStake: UInt64
votePubkey
public let votePubkey: String