polkadot-js/common

View on GitHub
packages/util-crypto/src/secp256k1/recover.ts

Summary

Maintainability
A
35 mins
Test Coverage

Function secp256k1Recover has 5 arguments (exceeds 4 allowed). Consider refactoring.
Open

export function secp256k1Recover (msgHash: string | Uint8Array, signature: string | Uint8Array, recovery: number, hashType: HashType = 'blake2', onlyJs?: boolean): Uint8Array {
Severity: Minor
Found in packages/util-crypto/src/secp256k1/recover.ts - About 35 mins to fix

    There are no issues that match your filters.

    Category
    Status