Struct solana_runtime::genesis_utils::GenesisConfigInfo
source · [−]pub struct GenesisConfigInfo {
pub genesis_config: GenesisConfig,
pub mint_keypair: Keypair,
pub voting_keypair: Keypair,
pub validator_pubkey: Pubkey,
}
Fields
genesis_config: GenesisConfig
mint_keypair: Keypair
voting_keypair: Keypair
validator_pubkey: Pubkey
Auto Trait Implementations
impl RefUnwindSafe for GenesisConfigInfo
impl Send for GenesisConfigInfo
impl Sync for GenesisConfigInfo
impl Unpin for GenesisConfigInfo
impl UnwindSafe for GenesisConfigInfo
Blanket Implementations
sourceimpl<T> AbiExample for T
impl<T> AbiExample for T
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more