fix: typos in eth based struct (#9656)
This commit is contained in:
parent
03a7caf1e6
commit
e56d4b06df
@ -30,7 +30,7 @@ type EthTx struct {
|
|||||||
Hash EthHash `json:"hash"`
|
Hash EthHash `json:"hash"`
|
||||||
BlockHash EthHash `json:"blockHash"`
|
BlockHash EthHash `json:"blockHash"`
|
||||||
BlockNumber EthUint64 `json:"blockNumber"`
|
BlockNumber EthUint64 `json:"blockNumber"`
|
||||||
TransactionIndex EthUint64 `json:"transacionIndex"`
|
TransactionIndex EthUint64 `json:"transactionIndex"`
|
||||||
From EthAddress `json:"from"`
|
From EthAddress `json:"from"`
|
||||||
To *EthAddress `json:"to"`
|
To *EthAddress `json:"to"`
|
||||||
Value EthBigInt `json:"value"`
|
Value EthBigInt `json:"value"`
|
||||||
@ -50,7 +50,7 @@ type EthTxArgs struct {
|
|||||||
To *EthAddress `json:"to"`
|
To *EthAddress `json:"to"`
|
||||||
Value big.Int `json:"value"`
|
Value big.Int `json:"value"`
|
||||||
MaxFeePerGas big.Int `json:"maxFeePerGas"`
|
MaxFeePerGas big.Int `json:"maxFeePerGas"`
|
||||||
MaxPriorityFeePerGas big.Int `json:"maxPrioritiyFeePerGas"`
|
MaxPriorityFeePerGas big.Int `json:"maxPriorityFeePerGas"`
|
||||||
GasLimit int `json:"gasLimit"`
|
GasLimit int `json:"gasLimit"`
|
||||||
Input []byte `json:"input"`
|
Input []byte `json:"input"`
|
||||||
V []byte `json:"v"`
|
V []byte `json:"v"`
|
||||||
|
Loading…
Reference in New Issue
Block a user