Begin of moving objects to types package
* Block(s) * Transaction(s)
This commit is contained in:
10
chain/types/common.go
Normal file
10
chain/types/common.go
Normal file
@@ -0,0 +1,10 @@
|
||||
package types
|
||||
|
||||
import (
|
||||
"math/big"
|
||||
"github.com/ethereum/go-ethereum/state"
|
||||
)
|
||||
|
||||
type BlockProcessor interface {
|
||||
ProcessWithParent(*Block, *Block) (*big.Int, state.Messages, error)
|
||||
}
|
Reference in New Issue
Block a user