Documentation
¶
Index ¶
- func CanTransfer(db vm.StateDB, addr common.Address, amount *big.Int) bool
- func DefaultEVM(statedb istate.IStateDB, tracer vm.EVMLogger) *vm.EVM
- func DefaultEVMWithConfig(statedb istate.IStateDB, config *params.ChainConfig, tracer vm.EVMLogger) *vm.EVM
- func Transfer(db vm.StateDB, sender, recipient common.Address, amount *big.Int)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CanTransfer ¶
CanTransfer checks whether there are enough funds in the address' account to make a transfer. This does not take the necessary gas in to account to make the transfer valid.
func DefaultEVM ¶
Default EVM with statedb
func DefaultEVMWithConfig ¶
func DefaultEVMWithConfig(statedb istate.IStateDB, config *params.ChainConfig, tracer vm.EVMLogger) *vm.EVM
Default EVM with statedb and config
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.