@ethereumjs/util / isValidSignature
isValidSignature(
v
,r
,s
,homesteadOrLater
,chainId?
):boolean
Defined in: packages/util/src/signature.ts:158
Validate a ECDSA signature.
NOTE: Accepts v === 0 | v === 1
for EIP1559 transactions
bigint
Uint8Array
Uint8Array
boolean
= true
Indicates whether this is being used on either the homestead hardfork or a later one
bigint
boolean