Struct solana_runtime::bank::VerifyBankHash
source · pub struct VerifyBankHash {
pub test_hash_calculation: bool,
pub can_cached_slot_be_unflushed: 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_bank_hash
Fields§
§test_hash_calculation: bool
§can_cached_slot_be_unflushed: bool
§ignore_mismatch: bool
§require_rooted_bank: bool
§run_in_background: bool
§store_hash_raw_data_for_debug: bool