Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewServiceBlockSync ¶
func NewServiceBlockSync(ctx context.Context, logger log.BasicLogger, source blockSource, committer BlockPairCommitter)
func NewStateStorageCommitter ¶
func NewStateStorageCommitter(stateStorage services.StateStorage) *stateStorageCommitter
func NewTxPoolCommitter ¶
func NewTxPoolCommitter(txPool services.TransactionPool) *transactionPoolCommitter
Types ¶
type BlockPairCommitter ¶
type BlockPairCommitter interface {
// contains filtered or unexported methods
}
Click to show internal directories.
Click to hide internal directories.