recoverNSignatures
Recover the signers of a message given the message and the signatures.
Usage
Parameters
dataHash
- Type:
bytes32
The hash of the data to sign.
signatures
- Type:
bytes
The concatenated signatures. Note: the concatenation order is r, s, v
and ther should not be any padding.
requiredSignatures
- Type:
uint256
The number of signatures.
Returns
recoveredSigners
- Type:
address[]
The array of addresses that signed the message.