web3-eth-accountsFunctionsecrecoverecrecover Callableecrecover(msgHash: Uint8Array, v: bigint, r: Uint8Array, s: Uint8Array, chainId?: bigint): Uint8ArrayECDSA public key recovery from signature. NOTE: Accepts v === 0 | v === 1 for EIP1559 transactionsParametersmsgHash: Uint8Arrayv: bigintr: Uint8Arrays: Uint8ArrayoptionalchainId: bigintReturns Uint8ArrayRecovered public key
ECDSA public key recovery from signature. NOTE: Accepts
v === 0 | v === 1
for EIP1559 transactions