Moved pow
This commit is contained in:
9
pow/block.go
Normal file
9
pow/block.go
Normal file
@ -0,0 +1,9 @@
|
||||
package pow
|
||||
|
||||
import "math/big"
|
||||
|
||||
type Block interface {
|
||||
Diff() *big.Int
|
||||
HashNoNonce() []byte
|
||||
N() []byte
|
||||
}
|
Reference in New Issue
Block a user