Implemented AR PoW
This commit is contained in:
11
pow/ar/block.go
Normal file
11
pow/ar/block.go
Normal file
@@ -0,0 +1,11 @@
|
||||
package ar
|
||||
|
||||
import (
|
||||
"math/big"
|
||||
"github.com/ethereum/eth-go/ethtrie"
|
||||
)
|
||||
|
||||
type Block interface {
|
||||
Trie() *ethtrie.Trie
|
||||
Diff() *big.Int
|
||||
}
|
Reference in New Issue
Block a user