Skip to content

Commit

Permalink
Pending block number supported on some API calls. (#1760)
Browse files Browse the repository at this point in the history
Signed-off-by: bgravenorst <[email protected]>
  • Loading branch information
bgravenorst authored Jan 23, 2025
1 parent c769d5d commit 88ff209
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/public-networks/reference/api/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2543,10 +2543,6 @@ Creates an [EIP-2930](https://eips.ethereum.org/EIPS/eip-2930) access list that
the string tags `latest`, `earliest`, `pending`, `finalized`, or `safe`, as described in
[block parameter](../../how-to/use-besu-api/json-rpc.md#block-parameter).
:::note
`pending` returns the same value as `latest`.
:::
#### Returns
`result`: _object_ - access list object with the following fields:
Expand Down Expand Up @@ -2620,6 +2616,10 @@ estimation process (unlike transactions, in which gas limits apply).
- `call`: _object_ - [transaction call object](objects.md#transaction-call-object)
- `blockNumber`: _string_ - (optional) hexadecimal or decimal integer representing a block number, 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).
- `stateOverride`: _object_ - The [address-to-state mapping](./objects.md#state-override-object).
Each entry specifies a state that will be temporarily overridden before executing the call.
This allows you to make temporary state changes without affecting the actual blockchain state.
Expand Down

0 comments on commit 88ff209

Please sign in to comment.