-
Notifications
You must be signed in to change notification settings - Fork 129
Document eth_simulateV1
#1803
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
base: main
Are you sure you want to change the base?
Document eth_simulateV1
#1803
Conversation
Signed-off-by: Alexandra Tran <alexandra.tran@consensys.net>
Signed-off-by: Alexandra Tran <alexandra.tran@consensys.net>
Signed-off-by: Alexandra Tran <alexandra.tran@consensys.net>
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
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.
LGTM
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.
minor suggestions
|
||
- `blockNumber` or `blockHash`: _string_ - hexadecimal or decimal integer representing a block number, | ||
block hash, or one of the string tags `latest`, `earliest`, `pending`, `finalized`, or `safe`, as | ||
described in [block parameter](../../how-to/use-besu-api/json-rpc.md#block-parameter) |
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.
described in [block parameter](../../how-to/use-besu-api/json-rpc.md#block-parameter) | |
described in [block parameter](../../how-to/use-besu-api/json-rpc.md#block-parameter). |
- `returnFullTransactionObjects`: _boolean_ - (optional) If `true`, `eth_simulateV1` returns full transaction | ||
objects. If `false`, `eth_simulateV1` returns only hashes. The default is `false`. |
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.
- `returnFullTransactionObjects`: _boolean_ - (optional) If `true`, `eth_simulateV1` returns full transaction | |
objects. If `false`, `eth_simulateV1` returns only hashes. The default is `false`. | |
- `returnFullTransactionObjects`: _boolean_ - (optional) If `true`, returns full transaction | |
objects. If `false`, returns only hashes. The default is `false`. |
Description
Add reference docs for
eth_simulateV1
.Issue(s) fixed
Fixes #1798
Preview
https://besu-docs-alavf7n8l-hyperledger.vercel.app/public-networks/reference/api#eth_simulatev1