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 Freeze for GenesisConfigInfo
impl RefUnwindSafe for GenesisConfigInfo
impl Send for GenesisConfigInfo
impl Sync for GenesisConfigInfo
impl Unpin for GenesisConfigInfo
impl UnwindSafe for GenesisConfigInfo
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more