updated vm env

This commit is contained in:
obscuren
2015-03-16 23:17:28 +01:00
parent 843db4978e
commit 94505146a2
3 changed files with 23 additions and 21 deletions

View File

@ -4,8 +4,8 @@ import (
"fmt"
"math/big"
"github.com/ethereum/go-ethereum/crypto"
"github.com/ethereum/go-ethereum/common"
"github.com/ethereum/go-ethereum/crypto"
"github.com/ethereum/go-ethereum/state"
"github.com/ethereum/go-ethereum/vm"
)
@ -45,8 +45,8 @@ type StateTransition struct {
}
type Message interface {
From() []byte
To() []byte
From() common.Address
To() common.Address
GasPrice() *big.Int
Gas() *big.Int