Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BlockComputer ¶
BlockComputer is an autogenerated mock type for the BlockComputer type
func NewBlockComputer ¶ added in v0.26.1
func NewBlockComputer(t mockConstructorTestingTNewBlockComputer) *BlockComputer
NewBlockComputer creates a new instance of BlockComputer. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations.
func (*BlockComputer) ExecuteBlock ¶
func (_m *BlockComputer) ExecuteBlock(ctx context.Context, parentBlockExecutionResultID flow.Identifier, block *entity.ExecutableBlock, _a3 snapshot.StorageSnapshot, derivedBlockData *derived.DerivedBlockData) (*execution.ComputationResult, error)
ExecuteBlock provides a mock function with given fields: ctx, parentBlockExecutionResultID, block, _a3, derivedBlockData
type ViewCommitter ¶ added in v0.16.0
ViewCommitter is an autogenerated mock type for the ViewCommitter type
func NewViewCommitter ¶ added in v0.26.1
func NewViewCommitter(t mockConstructorTestingTNewViewCommitter) *ViewCommitter
NewViewCommitter creates a new instance of ViewCommitter. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations.
func (*ViewCommitter) CommitView ¶ added in v0.16.0
func (_m *ViewCommitter) CommitView(_a0 *snapshot.ExecutionSnapshot, _a1 flow.StateCommitment) (flow.StateCommitment, []byte, *ledger.TrieUpdate, error)
CommitView provides a mock function with given fields: _a0, _a1