Struct solana_runtime::bank::VerifyAccountsHashConfig
source · pub struct VerifyAccountsHashConfig {
pub test_hash_calculation: bool,
pub ignore_mismatch: bool,
pub require_rooted_bank: bool,
pub run_in_background: bool,
pub store_hash_raw_data_for_debug: bool,
}
Expand description
params to verify_accounts_hash
Fields§
§test_hash_calculation: bool
§ignore_mismatch: bool
§require_rooted_bank: bool
§run_in_background: bool
§store_hash_raw_data_for_debug: bool
Auto Trait Implementations§
impl RefUnwindSafe for VerifyAccountsHashConfig
impl Send for VerifyAccountsHashConfig
impl Sync for VerifyAccountsHashConfig
impl Unpin for VerifyAccountsHashConfig
impl UnwindSafe for VerifyAccountsHashConfig
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