Exposing stuff for ethash

This commit is contained in:
Matthew Wampler-Doty
2015-02-27 20:56:24 -05:00
parent 3820a65299
commit ba1f4bbe91
3 changed files with 5 additions and 2 deletions

View File

@ -7,4 +7,6 @@ type Block interface {
HashNoNonce() []byte
Nonce() []byte
Number() *big.Int
MixDigest() []byte
SeedHash() []byte
}