Skip to content

Commit

Permalink
add data feild to EthBasicTransaction to fix issue: ethereum/go-ether…
Browse files Browse the repository at this point in the history
  • Loading branch information
AKACoder committed Sep 25, 2024
1 parent afd1a1e commit 5dfd56a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ethereumRPCProvider/IEthereumProvider.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ type EthBasicTransaction struct {
From HexAddress `json:"from"`
To *HexAddress `json:"to"`
Input HexData `json:"input"`
Data HexData `json:"data"`
Gas HexInt `json:"gas"`
GasPrice HexInt `json:"gasPrice"`
MaxPriorityFeePerGas *HexInt `json:"maxPriorityFeePerGas"`
Expand Down

0 comments on commit 5dfd56a

Please sign in to comment.