mempooltx

package
v0.0.0-...-92c45cb Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 11, 2025 License: AGPL-3.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MempoolTransactionCreateUseCase

type MempoolTransactionCreateUseCase interface {
	Execute(ctx context.Context, mempoolTx *domain.MempoolTransaction) error
}

type MempoolTransactionDeleteByIDUseCase

type MempoolTransactionDeleteByIDUseCase interface {
	Execute(ctx context.Context, id primitive.ObjectID) error
}

type MempoolTransactionInsertionDetectorUseCase

type MempoolTransactionInsertionDetectorUseCase interface {
	Execute(ctx context.Context) (*domain.MempoolTransaction, error)
	Terminate()
}

type MempoolTransactionListByChainIDUseCase

type MempoolTransactionListByChainIDUseCase interface {
	Execute(ctx context.Context, chainID uint16) ([]*domain.MempoolTransaction, error)
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL