feat: add bitgo api interaction, setup functions to use for transacti… #3
Annotations
10 errors and 1 warning
Typecheck:
src/bitcoin-functions.ts#L3
Cannot find module '@noble/hashes/utils' or its corresponding type declarations.
|
Typecheck:
src/bitcoin-functions.ts#L4
Cannot find module '@scure/base' or its corresponding type declarations.
|
Typecheck:
src/bitcoin-functions.ts#L5
Cannot find module '@scure/btc-signer' or its corresponding type declarations.
|
Typecheck:
src/bitcoin-functions.ts#L6
Cannot find module '@scure/btc-signer/payment' or its corresponding type declarations.
|
Typecheck:
src/bitcoin-functions.ts#L7
Cannot find module '@scure/btc-signer/utils' or its corresponding type declarations.
|
Typecheck:
src/bitcoin-functions.ts#L9
Cannot find module 'bip32' or its corresponding type declarations.
|
Typecheck:
src/bitcoin-functions.ts#L10
Cannot find module 'bitcoinjs-lib' or its corresponding type declarations.
|
Typecheck:
src/bitcoin-functions.ts#L11
Cannot find module 'tiny-secp256k1' or its corresponding type declarations.
|
Typecheck:
src/bitcoin-functions.ts#L58
Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node`.
|
Typecheck:
src/bitcoin-functions.ts#L111
Cannot find name 'Buffer'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node`.
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Loading