# Functions
GetEventTypeFromString converts the input string into the 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 the mempool.
# Type aliases
Type represents mempool event type.