Types/mehdi #133
Annotations
10 errors and 10 warnings
Lint:
ur-packages/base-types/src/AccountDescriptor.ts#L71
Unsafe argument of type `any` assigned to a parameter of type `Buffer<ArrayBufferLike>`
|
Lint:
ur-packages/base-types/src/AccountDescriptor.ts#L71
Unsafe argument of type `any` assigned to a parameter of type `number`
|
Lint:
ur-packages/base-types/src/AccountDescriptor.ts#L71
Unsafe argument of type `any` assigned to a parameter of type `boolean`
|
Lint:
ur-packages/base-types/src/AccountDescriptor.ts#L71
Unsafe argument of type `any` assigned to a parameter of type `number`
|
Lint:
ur-packages/base-types/src/HDKey.ts#L158
Invalid type "string | undefined" of template literal expression
|
Lint:
ur-packages/base-types/src/HDKey.ts#L200
This assertion is unnecessary since it does not change the type of the expression
|
Lint:
ur-packages/base-types/src/classes/PathComponent.ts#L78
Invalid type "number | undefined" of template literal expression
|
Lint:
ur-packages/crypto-coin-identity/src/CoinIdentity.ts#L121
Unsafe argument of type `any` assigned to a parameter of type `EllipticCurve`
|
Lint:
ur-packages/crypto-coin-identity/src/CoinIdentity.ts#L121
Unsafe argument of type `any` assigned to a parameter of type `number`
|
Lint:
ur-packages/crypto-coin-identity/src/CoinIdentity.ts#L121
Unsafe argument of type `any` assigned to a parameter of type `sub_type_exp[]`
|
Lint:
ur-packages/base-types/src/AccountDescriptor.ts#L1
Replace `"@ngraveio/bc-ur";` with `'@ngraveio/bc-ur'`
|
Lint:
ur-packages/base-types/src/AccountDescriptor.ts#L5
Replace `"account-descriptor"` with `'account-descriptor'`
|
Lint:
ur-packages/base-types/src/AccountDescriptor.ts#L26
Replace `⏎····masterFingerprint:·Buffer,⏎····account:·number,⏎····change:·boolean,⏎····addressIndex:·number⏎··` with `masterFingerprint:·Buffer,·account:·number,·change:·boolean,·addressIndex:·number`
|
|
Lint:
ur-packages/base-types/src/AccountDescriptor.ts#L36
Unsafe member access .masterFingerprint on an `any` value
|
Lint:
ur-packages/base-types/src/AccountDescriptor.ts#L36
Unsafe return of an `any` typed value
|
|
Lint:
ur-packages/base-types/src/AccountDescriptor.ts#L37
Unsafe member access .account on an `any` value
|
Lint:
ur-packages/base-types/src/AccountDescriptor.ts#L37
Unsafe return of an `any` typed value
|
|