Introducign MixDigest and SeedHash
This commit is contained in:
@ -5,6 +5,6 @@ import "math/big"
|
||||
type Block interface {
|
||||
Difficulty() *big.Int
|
||||
HashNoNonce() []byte
|
||||
N() []byte
|
||||
Nonce() []byte
|
||||
Number() *big.Int
|
||||
}
|
||||
|
Reference in New Issue
Block a user