Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type BlockExecutor ¶
type BlockExecutor struct {
// contains filtered or unexported fields
}
func NewBlockExecutor ¶
func NewBlockExecutor( block *models.Block, ledger atree.Ledger, chainID flowGo.ChainID, blocks storage.BlockIndexer, receipts storage.ReceiptIndexer, logger zerolog.Logger, ) *BlockExecutor
func (*BlockExecutor) Run ¶
func (s *BlockExecutor) Run( tx models.Transaction, tracer *tracers.Tracer, ) error
Click to show internal directories.
Click to hide internal directories.