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: Keypairvote_keypair: Keypairstake_keypair: KeypairImplementations
Auto Trait Implementations
impl RefUnwindSafe for ValidatorVoteKeypairsimpl Send for ValidatorVoteKeypairsimpl Sync for ValidatorVoteKeypairsimpl Unpin for ValidatorVoteKeypairsimpl UnwindSafe for ValidatorVoteKeypairsBlanket 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 = TShould always be Self
pub fn vzip(self) -> V