Registry / crypto / solana-vote-signer

solana-vote-signer

JSON →
library1.4.28rscratesunverified

Solana Vote Signing Service for validators.

# Cargo.toml [dependencies] solana-vote-signer = "1.4.28"
INSTALL
IMPORT
SIG · SOLANA-VOTE-SIGNER
S
solana-vote-signer
cryptorustv1.4.28
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.

VoteSigner
use solana_vote_signer::VoteSigner;

Initialize a vote signer.

use solana_vote_signer::VoteSigner; fn main() { let signer = VoteSigner::new(); println!("Vote signer created"); }
Debug
Known issues
gotchaRequires Solana validator setup and keypair.
fix
Ensure you have a valid Solana validator keypair configured.
affects: >=1.4.28
Upgrade
Version history
1.4.28latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
18 hits · last 30 days
node
16
Resources
solana-vote-signer — cargo add solana-vote-signer · libregistry