Skip to content

Commit

Permalink
proposes alt definition blockNumber
Browse files Browse the repository at this point in the history
Signed-off-by: m4sterbunny <harrie.bickle@consensys.net>
  • Loading branch information
m4sterbunny committed Sep 25, 2024
1 parent 48cf0df commit 6650132
Showing 1 changed file with 27 additions and 27 deletions.
54 changes: 27 additions & 27 deletions docs/public-networks/reference/api/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -996,7 +996,7 @@ Returns the [RLP encoding](https://ethereum.org/en/developers/docs/data-structur
#### Parameters
`blockNumber`: _string_ - hexadecimal or decimal integer representing a block number, or one of the
`blockNumber`: _string_ - hexadecimal of the 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)
Expand Down Expand Up @@ -1046,7 +1046,7 @@ Returns the [RLP encoding](https://ethereum.org/en/developers/docs/data-structur
#### Parameters
`blockNumber`: _string_ - hexadecimal or decimal integer representing a block number, or one of the
`blockNumber`: _string_ - hexadecimal of the 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)
Expand Down Expand Up @@ -1102,7 +1102,7 @@ of the transaction receipts of the specified block.
#### Parameters
`blockNumber`: _string_ - hexadecimal or decimal integer representing a block number, or one of the
`blockNumber`: _string_ - hexadecimal of the 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)
Expand Down Expand Up @@ -1345,7 +1345,7 @@ Re-imports the block matching the specified block number, by rolling the head of
#### Parameters
`blockNumber`: _string_ - hexadecimal or decimal integer representing a block number, or one of the
`blockNumber`: _string_ - hexadecimal of the 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)
Expand Down Expand Up @@ -1439,7 +1439,7 @@ Sets the current head of the local chain to the block matching the specified blo
#### Parameters
`blockNumber`: _string_ - hexadecimal or decimal integer representing a block number, or one of the
`blockNumber`: _string_ - hexadecimal of the 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)
Expand Down Expand Up @@ -1914,7 +1914,7 @@ Returns full trace of all invoked opcodes of all transactions included in the bl
#### Parameters
- `blockNumber`: _string_ - hexadecimal or decimal integer representing a block number, or one of the
- `blockNumber`: _string_ - hexadecimal of the 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)
Expand Down Expand Up @@ -1997,7 +1997,7 @@ Performs an [`eth_call`](#eth_call) within the execution environment of a given
- `call`: _object_ - [transaction call object](objects.md#transaction-call-object)
- `blockNumber`: _string_ - hexadecimal or decimal integer representing a block number, or one of the
- `blockNumber`: _string_ - hexadecimal of the 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)
Expand Down Expand Up @@ -2287,7 +2287,7 @@ By default, the `eth_call` error response includes the [revert reason](../../../
:::
- `blockNumber` or `blockHash`: _string_ - hexadecimal or decimal integer representing a block number,
- `blockNumber` or `blockHash`: _string_ - hexadecimal of the 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)
Expand Down Expand Up @@ -2513,7 +2513,7 @@ Creates an [EIP-2930](https://eips.ethereum.org/EIPS/eip-2930) access list that
- `transaction`: _object_ - [transaction call object](objects.md#transaction-call-object)
- `blockNumber`: _string_ - hexadecimal or decimal integer representing a block number, or one of
- `blockNumber`: _string_ - hexadecimal of the 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).
Expand Down Expand Up @@ -2915,7 +2915,7 @@ Returns the account balance of the specified address.
- `address`: _string_ - 20-byte account address from which to retrieve the balance
- `blockNumber` or `blockHash`: _string_ - hexadecimal or decimal integer representing a block
- `blockNumber` or `blockHash`: _string_ - hexadecimal of the 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)
Expand Down Expand Up @@ -3154,7 +3154,7 @@ Returns information about the block matching the specified block number.
#### Parameters
- `blockNumber`: _string_ - hexadecimal or decimal integer representing a block number, or one of
- `blockNumber`: _string_ - hexadecimal of the 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).
Expand Down Expand Up @@ -3329,7 +3329,7 @@ gas used and any event logs that might have been produced by a smart contract du
#### Parameters
`blockNumber`: _string_ - hexadecimal or decimal integer representing a block number, or one of
`blockNumber`: _string_ - hexadecimal of the 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).
Expand Down Expand Up @@ -3529,7 +3529,7 @@ Returns the number of transactions in the block matching the specified block has
#### Returns
`result`: _number_ - integer representing the number of transactions in the specified block, or `null` if no matching block hash is found
`result`: _number_ - integer representing the number of transactions in the specified block, or `null` if no matching block hash is found.
<Tabs>
Expand Down Expand Up @@ -3610,7 +3610,7 @@ Returns the number of transactions in a block matching the specified block numbe
#### Parameters
`blockNumber`: _string_ - hexadecimal or decimal integer representing a block number, or one of
`blockNumber`: _string_ - hexadecimal of the digital 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).
Expand Down Expand Up @@ -3701,7 +3701,7 @@ Returns the code of the smart contract at the specified address. Besu stores com
- `address`: _string_ - 20-byte contract address
- `blockNumber` or `blockHash`: _string_ - hexadecimal or decimal integer representing a block number,
- `blockNumber` or `blockHash`: _string_ - hexadecimal of the digital 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)
Expand Down Expand Up @@ -4207,7 +4207,7 @@ Returns miner data for the specified block.
#### Parameters
`blockNumber`: _string_ - hexadecimal or decimal integer representing a block number, or one of
`blockNumber`: _string_ - hexadecimal of the digital 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).
Expand Down Expand Up @@ -4283,7 +4283,7 @@ The API allows IoT devices or mobile apps which are unable to run light clients
- `keys`: _array_ of _strings_ - list of 32-byte storage keys to generate proofs for
- `blockNumber` or `blockHash`: _string_ - hexadecimal or decimal integer representing a block
- `blockNumber` or `blockHash`: _string_ - hexadecimal of the digital 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)
Expand Down Expand Up @@ -4388,7 +4388,7 @@ Returns the value of a storage position at a specified address.
- `index`: _string_ - integer index of the storage position
- `blockNumber` or `blockHash`: _string_ - hexadecimal or decimal integer representing a block
- `blockNumber` or `blockHash`: _string_ - hexadecimal of the digital 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)
Expand Down Expand Up @@ -4593,7 +4593,7 @@ Returns transaction information for the specified block number and transaction i
#### Parameters
- `blockNumber`: _string_ - hexadecimal or decimal integer representing a block number, or one of
- `blockNumber`: _string_ - hexadecimal of the digital 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)
Expand Down Expand Up @@ -4843,7 +4843,7 @@ Returns the number of transactions sent from a specified address. Use the `pendi
- `address`: _string_ - 20-byte account address
- `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)
- `blockNumber` or `blockHash`: _string_ - hexadecimal of the digital 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)
#### Returns
Expand Down Expand Up @@ -5206,7 +5206,7 @@ Returns uncle specified by block number and index.
#### Parameters
- `blockNumber`: _string_ - hexadecimal or decimal integer representing a block number, or one of
- `blockNumber`: _string_ - hexadecimal of the 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)
Expand Down Expand Up @@ -5423,7 +5423,7 @@ Returns the number of uncles in a block matching the specified block number.
#### Parameters
`blockNumber`: _string_ - hexadecimal or decimal integer representing a block number, or one of
`blockNumber`: _string_ - hexadecimal of the digital 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)
Expand Down Expand Up @@ -5524,7 +5524,7 @@ None
- `target`: _string_ - 32-byte required target boundary condition: 2^256 / difficulty
- `blockNumber`: _string_ - hexadecimal integer representing the current block number
- `blockNumber`: _string_ - hexadecimal of the digital integer representing the current block number
<Tabs>
Expand Down Expand Up @@ -7139,7 +7139,7 @@ the requested block must be within the number of
#### Parameters
`blockNumber`: _string_ - hexadecimal or decimal integer representing a block number, or one of
`blockNumber`: _string_ - hexadecimal of the 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)
Expand Down Expand Up @@ -7249,7 +7249,7 @@ default, 512 from the head of the chain).
- `call`: _object_ - [transaction call object](objects.md#transaction-call-object)
- `blockNumber`: _string_ - hexadecimal or decimal integer representing a block number, or one of
- `blockNumber`: _string_ - hexadecimal of the 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)
Expand Down Expand Up @@ -7347,7 +7347,7 @@ default, 512 from the head of the chain).
- `options`: _array_ of _strings_ - list of tracing options; tracing options are [`trace`, `vmTrace`, and `stateDiff`](../trace-types.md). Specify any combination of the three options including none of them.
- `blockNumber`: _string_ - hexadecimal or decimal integer representing a block number, or one of
- `blockNumber`: _string_ - hexadecimal of the 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)
Expand Down Expand Up @@ -7705,7 +7705,7 @@ default, 512 from the head of the chain).
#### Parameters
- `blockNumber`: _string_ - hexadecimal or decimal integer representing a block number, or one of
- `blockNumber`: _string_ - hexadecimal of the 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)
Expand Down

0 comments on commit 6650132

Please sign in to comment.