|
|
func (self *VMEnv) CanTransfer(from common.Address, balance *big.Int) bool {
|
|
func (self *VMEnv) CanTransfer(from common.Address, balance *big.Int) bool {
|
|
|
func (self *VMEnv) Call(caller vm.ContractRef, addr common.Address, data []byte, gas, price, value *big.Int) ([]byte, error) {
|
|
func (self *VMEnv) Call(caller vm.ContractRef, addr common.Address, data []byte, gas, price, value *big.Int) ([]byte, error) {
|