mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-02-28 16:47:22 +00:00
core/types: document JSON field name equivalents of DynamicFeeTx (#24143)
This commit is contained in:
parent
b8edc04ce3
commit
980b7682b4
1 changed files with 2 additions and 2 deletions
|
|
@ -25,8 +25,8 @@ import (
|
|||
type DynamicFeeTx struct {
|
||||
ChainID *big.Int
|
||||
Nonce uint64
|
||||
GasTipCap *big.Int
|
||||
GasFeeCap *big.Int
|
||||
GasTipCap *big.Int // a.k.a. maxPriorityFeePerGas
|
||||
GasFeeCap *big.Int // a.k.a. maxFeePerGas
|
||||
Gas uint64
|
||||
To *common.Address `rlp:"nil"` // nil means contract creation
|
||||
Value *big.Int
|
||||
|
|
|
|||
Loading…
Reference in a new issue