Function equix::verify_array

source ·
pub fn verify_array(
    challenge: &[u8],
    array: &SolutionItemArray,
) -> Result<(), Error>
Expand description

Check a SolutionItemArray.

Returns an error if the array is not a well formed Solution or it’s not suitable for the given challenge.

Uses default EquiXBuilder options.