Struct revm_interpreter::inner_models::SelfDestructResult
source · pub struct SelfDestructResult {
pub had_value: bool,
pub target_exists: bool,
pub is_cold: bool,
pub previously_destroyed: bool,
}
Fields§
§had_value: bool
§target_exists: bool
§is_cold: bool
§previously_destroyed: bool
Trait Implementations§
source§impl Default for SelfDestructResult
impl Default for SelfDestructResult
source§fn default() -> SelfDestructResult
fn default() -> SelfDestructResult
Returns the “default value” for a type. Read more