Add extra data field
This commit is contained in:
+3
-2
@@ -2,16 +2,17 @@ package core
|
||||
|
||||
type Block struct {
|
||||
Difficulty int64
|
||||
ExtraData string
|
||||
GasLimit int64
|
||||
GasUsed int64
|
||||
Hash string
|
||||
IsFinal bool
|
||||
Miner string
|
||||
Nonce string
|
||||
Number int64
|
||||
Miner string
|
||||
ParentHash string
|
||||
Size int64
|
||||
Time int64
|
||||
Transactions []Transaction
|
||||
UncleHash string
|
||||
IsFinal bool
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user