# Functions
GetEventTypeFromString converts input string into an Type if it's possible.
# Constants
TransactionAdded marks transaction addition mempool event.
TransactionRemoved marks transaction removal mempool event.
# Structs
Event represents one of mempool events: transaction was added or removed from mempool.
# Type aliases
Type represents mempool event type.