Function equix::verify_bytes

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

Check a SolutionByteArray.

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.