Function recover_signers_unchecked
pub fn recover_signers_unchecked<'a, I, T>(
txes: I,
) -> Result<Vec<Address>, RecoveryError>
Expand description
Recovers a list of signers from a transaction list iterator without ensuring that the
signature has a low s
value.
Returns Err(RecoveryError)
, if some transaction’s signature is invalid.