Refactored block & Transaction
* Includes new rlp decoder
This commit is contained in:
@ -3,7 +3,7 @@ package pow
|
||||
import "math/big"
|
||||
|
||||
type Block interface {
|
||||
Diff() *big.Int
|
||||
Difficulty() *big.Int
|
||||
HashNoNonce() []byte
|
||||
N() []byte
|
||||
}
|
||||
|
Reference in New Issue
Block a user