Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewBlockchain ¶
func NewBlockchain(db database.DBManager, config *params.ChainConfig) *blockchain.BlockChain
Types ¶
type Executor ¶
type Executor struct {
// contains filtered or unexported fields
}
func NewExecutor ¶
func (*Executor) CommitTransaction ¶
func (env *Executor) CommitTransaction(tx *types.Transaction, bc *blockchain.BlockChain, rewardbase common.Address, vmConfig *vm.Config) (error, *types.Receipt)
Click to show internal directories.
Click to hide internal directories.