@@ -55,19 +55,19 @@ Mapping of lists of post for verification per fork, where each element represent
55
55
56
56
#### - ` currentCoinbase ` : [ ` Address ` ] ( ./common_types.md#address )
57
57
The address of the account that will receive the rewards for building the block.
58
- #### - ` currentGasLimit ` : [ ` Number ` ] ( ./common_types.md#number )
58
+ #### - ` currentGasLimit ` : [ ` ZeroPaddedHexNumber ` ] ( ./common_types.md#zeropaddedhexnumber )
59
59
Total gas limit of the block where the transaction is executed.
60
- #### - ` currentNumber ` : [ ` Number ` ] ( ./common_types.md#number )
60
+ #### - ` currentNumber ` : [ ` ZeroPaddedHexNumber ` ] ( ./common_types.md#zeropaddedhexnumber )
61
61
Number of the block where the transaction is executed.
62
- #### - ` currentDifficulty ` : [ ` Number ` ] ( ./common_types.md#number )
62
+ #### - ` currentDifficulty ` : [ ` ZeroPaddedHexNumber ` ] ( ./common_types.md#zeropaddedhexnumber )
63
63
Difficulty of the block where the transaction is executed.
64
- #### - ` currentTimestamp ` : [ ` Number ` ] ( ./common_types.md#number )
64
+ #### - ` currentTimestamp ` : [ ` ZeroPaddedHexNumber ` ] ( ./common_types.md#zeropaddedhexnumber )
65
65
Timestamp of the block where the transaction is executed.
66
- #### - ` currentBaseFee ` : [ ` Number ` ] ( ./common_types.md#number ) ` (fork: London) `
66
+ #### - ` currentBaseFee ` : [ ` ZeroPaddedHexNumber ` ] ( ./common_types.md#zeropaddedhexnumber ) ` (fork: London) `
67
67
Base fee of the block where the transaction is executed.
68
- #### - ` currentRandom ` : [ ` Number ` ] ( ./common_types.md#number ) ` (fork: Paris) `
68
+ #### - ` currentRandom ` : [ ` Hash ` ] ( ./common_types.md#hash ) ` (fork: Paris) `
69
69
Randao value of the block where the transaction is executed.
70
- #### - ` currentExcessBlobGas ` : [ ` Number ` ] ( ./common_types.md#number ) ` (fork: Cancun) `
70
+ #### - ` currentExcessBlobGas ` : [ ` ZeroPaddedHexNumber ` ] ( ./common_types.md#zeropaddedhexnumber ) ` (fork: Cancun) `
71
71
Excess blob gas of the block where the transaction is executed.
72
72
73
73
### ` FixtureTransaction `
0 commit comments