Type Alias Verify

Source
pub type Verify = fn(_: &[u8], _: &[&[u8]], _: &FeatureSet) -> Result<(), PrecompileError>;
Available on crate feature full only.
Expand description

All precompiled programs must implement the Verify function