pub trait ValidationPatch {
// Required method
fn require_low_s() -> bool;
}Expand description
Refer to Homestead transaction validation.
Required Methods§
fn require_low_s() -> bool
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.