Registry / crypto / solana-vote

solana-vote

JSON →
library4.0.1rscratesunverified

Solana vote program.

# Cargo.toml [dependencies] solana-vote = "4.0.1"
INSTALL
IMPORT
SIG · SOLANA-VOTE
S
solana-vote
cryptorustv4.0.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Vote
use solana_vote::Vote;

Processes a Solana vote.

use solana_vote::Vote; fn main() { let vote = Vote::new(); vote.process(); }
Debug
Known issues
gotchaRequires Solana SDK and network connection.
fix
Add solana-sdk dependency and configure RPC endpoint.
affects: >=4.0.0
Upgrade
Version history
4.0.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
22 hits · last 30 days
node
20
OpenAI (training)
1
Resources
solana-vote — cargo add solana-vote · libregistry