Added From field to transactions
This commit is contained in:
@@ -5,6 +5,7 @@ type Transaction struct {
|
||||
Data []byte
|
||||
Nonce uint64
|
||||
To string
|
||||
From string
|
||||
GasLimit int64
|
||||
GasPrice int64
|
||||
Value int64
|
||||
|
||||
Reference in New Issue
Block a user