Struct solana_runtime::genesis_utils::ValidatorVoteKeypairs [−][src]
pub struct ValidatorVoteKeypairs {
pub node_keypair: Keypair,
pub vote_keypair: Keypair,
pub stake_keypair: Keypair,
}
Fields
node_keypair: Keypair
vote_keypair: Keypair
stake_keypair: Keypair
Implementations
Auto Trait Implementations
impl RefUnwindSafe for ValidatorVoteKeypairs
impl Send for ValidatorVoteKeypairs
impl Sync for ValidatorVoteKeypairs
impl Unpin for ValidatorVoteKeypairs
impl UnwindSafe for ValidatorVoteKeypairs
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span
, returning an
Instrumented
wrapper. Read more
type Output = T
type Output = T
Should always be Self