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
pub type Verify = fn(_: &[u8], _: &[&[u8]], _: &FeatureSet) -> Result<(), PrecompileError>;
full
only.All precompiled programs must implement the Verify
function