Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Export all forgotten types #121

Closed
dawsbot opened this issue May 9, 2022 · 0 comments · Fixed by #123
Closed

Export all forgotten types #121

dawsbot opened this issue May 9, 2022 · 0 comments · Fixed by #123

Comments

@dawsbot
Copy link
Owner

dawsbot commented May 9, 2022

This entire task involves adding exports to src/index.ts for the following values.

After completed, the script npm run build:readme should run with zero warnings. Here are the current warnings:

Warning: Modify, defined at src/types/Block.types.ts:3, is referenced by BlockResponse but not included in the documentation.
Warning: RPCBlock, defined at src/types/Block.types.ts:20, is referenced by BlockResponse but not included in the documentation.
Warning: Modify, defined at src/types/Transaction.types.ts:3, is referenced by TransactionResponse but not included in the documentation.
Warning: RPCTransaction, defined at src/types/Transaction.types.ts:4, is referenced by TransactionResponse but not included in the documentation.
Warning: TransactionReceipt, defined at src/types/Transaction.types.ts:34, is referenced by FallthroughProvider.getTransactionReceipt.getTransactionReceipt but not included in the documentation.
Warning: BlockTransactionResponse, defined at src/types/Transaction.types.ts:64, is referenced by BlockResponse.__type.transactions but not included in the documentation.
Warning: ConstructorOptions, defined at src/providers/FallthroughProvider.ts:13, is referenced by FallthroughProvider.constructor.new FallthroughProvider.options but not included in the documentation.
Warning: BlockTag, defined at src/types/Block.types.ts:46, is referenced by FallthroughProvider.getBalance.getBalance.blockTag but not included in the documentation.
@dawsbot dawsbot created this issue from a note in 🔨 Main Issues (start here) (✨ To do soon) May 9, 2022
@dawsbot dawsbot added good first issue Good for newcomers Chore labels May 9, 2022
@arimgibson arimgibson linked a pull request May 15, 2022 that will close this issue
@arimgibson arimgibson moved this from ✨ To do soon to PR Open in 🔨 Main Issues (start here) May 15, 2022
🔨 Main Issues (start here) automation moved this from PR Open to Done May 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Chore good first issue Good for newcomers
Development

Successfully merging a pull request may close this issue.

1 participant