-
Notifications
You must be signed in to change notification settings - Fork 45
Export missing resources #578
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
Conversation
src/core/errors.ts
Outdated
|
|
||
| /** | ||
| * Signals an invalid value for nince objects. | ||
| * Signals an invalid value for nonce objects. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nonce **objects** and gasLimit **objects** is not a correct phrasing anymore. Can be simply gas limit and nonce.
| @@ -1,4 +1,5 @@ | |||
| export * from "./argSerializer"; | |||
| export * from "./argumentErrorContext"; | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could have also been kept private (out of specs, only exists in JS etc.).
No description provided.