Checks if an EVM signature is valid.
'true' if the signature is valid, 'false' otherwise.
The data that was signed.
Expects a SECP256K1 signature in full ETH format. Format: (r, s, v) v will be ignored. Length: 65 bytes
Expects a SECP256K1 public key in raw format. Length: 64 bytes
Generated using TypeDoc
Checks if an EVM signature is valid.
Returns
'true' if the signature is valid, 'false' otherwise.