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 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
pub fn vzip(self) -> V
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more