We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
evm_mine
evm_mine should accept an optional parameter that can be either:
number
{timestamp: number?, blocks: number?}
Reference
The text was updated successfully, but these errors were encountered:
No branches or pull requests
evm_mine
should accept an optional parameter that can be either:number
- the timestamp the block should be mined with{timestamp: number?, blocks: number?}
- the timestamp for the first block and the total number of blocks to mine (defaults to 1)Reference
The text was updated successfully, but these errors were encountered: