core/types: document JSON field name equivalents of DynamicFeeTx (#24143)

This commit is contained in:
Daniel Liu 2024-06-11 13:19:45 +08:00
parent bdae20085a
commit 8eaa9e2c3b

View file

@ -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