polkadot-js/api

View on GitHub
packages/api/src/submittable/createSubmittable.ts

Summary

Maintainability
A
35 mins
Test Coverage

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

export function createSubmittable<ApiType extends ApiTypes> (apiType: ApiTypes, api: ApiInterfaceRx, decorateMethod: ApiBase<ApiType>['_decorateMethod'], registry?: Registry, blockHash?: Uint8Array): Creator<ApiType> {
Severity: Minor
Found in packages/api/src/submittable/createSubmittable.ts - About 35 mins to fix

    There are no issues that match your filters.

    Category
    Status