refactor: rpc package usage #15355
Annotations
10 errors
Typecheck:
src/app/features/address-monitor/use-monitorable-addresses.ts#L56
Element implicitly has an 'any' type because expression of type 'PaymentTypes' can't be used to index type 'Record<SupportedPaymentType, (keychain: HDKey, network: BitcoinNetworkModes) => P2Ret>'.
|
Typecheck:
src/app/pages/rpc-get-addresses/use-get-addresses.ts#L4
Cannot find module '@leather.io/rpc' or its corresponding type declarations.
|
Typecheck:
src/app/pages/rpc-send-transfer/use-send-transfer-approve-actions.tsx#L6
Cannot find module '@leather.io/rpc' or its corresponding type declarations.
|
Typecheck:
src/app/pages/rpc-sign-bip322-message/use-sign-bip322-message.ts#L12
Cannot find module '@leather.io/rpc' or its corresponding type declarations.
|
Typecheck:
src/app/pages/rpc-sign-psbt/use-rpc-sign-psbt.tsx#L12
Cannot find module '@leather.io/rpc' or its corresponding type declarations.
|
Typecheck:
src/app/pages/rpc-sign-stacks-message/use-rpc-sign-stacks-message.ts#L6
Cannot find module '@leather.io/rpc' or its corresponding type declarations.
|
Typecheck:
src/app/pages/rpc-sign-stacks-transaction/use-rpc-sign-stacks-transaction.ts#L5
Cannot find module '@leather.io/rpc' or its corresponding type declarations.
|
Typecheck:
src/app/pages/rpc-stx-call-contract/use-rpc-stx-call-contract.ts#L5
Cannot find module '@leather.io/rpc' or its corresponding type declarations.
|
Typecheck:
src/app/store/accounts/blockchain/bitcoin/bitcoin.hooks.ts#L17
Cannot find module '@leather.io/rpc' or its corresponding type declarations.
|
Typecheck:
src/background/background.ts#L4
Cannot find module '@leather.io/rpc' or its corresponding type declarations.
|
Loading