Versions in this module Expand all Collapse all v1 v1.999.0 Nov 17, 2022 Changes in this version + type TransactionsSyncHandlerMock struct + GetTransactionsCalled func() (map[string]data.TransactionHandler, error) + SyncTransactionsForCalled func(miniBlocks map[string]*block.MiniBlock, epoch uint32, ctx context.Context) error + func (et *TransactionsSyncHandlerMock) GetTransactions() (map[string]data.TransactionHandler, error) + func (et *TransactionsSyncHandlerMock) IsInterfaceNil() bool + func (et *TransactionsSyncHandlerMock) SyncTransactionsFor(miniBlocks map[string]*block.MiniBlock, epoch uint32, ctx context.Context) error