Exposing stuff for ethash
This commit is contained in:
@ -7,4 +7,6 @@ type Block interface {
|
||||
HashNoNonce() []byte
|
||||
Nonce() []byte
|
||||
Number() *big.Int
|
||||
MixDigest() []byte
|
||||
SeedHash() []byte
|
||||
}
|
||||
|
Reference in New Issue
Block a user