refactor: remove btckit #14764
Annotations
7 errors
Typecheck:
src/background/messaging/rpc-methods/send-transfer.ts#L44
Conversion of type 'SendTransferRequestParams | RpcSendTransferParams' to type 'RpcSendTransferParamsLegacy' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.
|
Typecheck:
src/inpage/inpage.ts#L251
Type '{ jsonrpc: string; id: `${string}-${string}-${string}-${string}-${string}`; method: T; params: Record<string, any> | undefined; }' is not assignable to type 'RpcRequest<T>'.
|
Typecheck:
tests/specs/rpc-sign-psbt/sign-psbt.spec.ts#L76
Argument of type '{ hex: string; network: WalletDefaultNetworkConfigurationIds; }' is not assignable to parameter of type 'SignPsbtRequestParams & { broadcast?: boolean | undefined; }'.
|
Typecheck:
tests/specs/rpc-sign-psbt/sign-psbt.spec.ts#L90
Argument of type '{ signAtIndex: number; hex: string; network: WalletDefaultNetworkConfigurationIds; }' is not assignable to parameter of type 'SignPsbtRequestParams & { broadcast?: boolean | undefined; }'.
|
Typecheck:
tests/specs/rpc-sign-psbt/sign-psbt.spec.ts#L124
Argument of type '{ hex: string; network: WalletDefaultNetworkConfigurationIds; }' is not assignable to parameter of type 'SignPsbtRequestParams & { broadcast?: boolean | undefined; }'.
|
Typecheck:
tests/specs/rpc-sign-psbt/sign-psbt.spec.ts#L144
Argument of type '{ signAtIndex: number; hex: string; network: WalletDefaultNetworkConfigurationIds; }' is not assignable to parameter of type 'SignPsbtRequestParams & { broadcast?: boolean | undefined; }'.
|
Typecheck
Process completed with exit code 2.
|
Loading