# Packages
No description provided by the author
# Constants
BlockEvents defines the subscription event type for block info with logs and events.
BlockScrs defines the subscription event type for block scrs.
BlockTxs defines the subscription event type for block txs.
FinalizedBlockEvents defines the subscription event type for finalized blocks.
HTTPConnectorType defines the http observer connector type.
MessageQueuePublisherType defines a webserver api type using a message queueing service.
PayloadV0 defines the version of payload before versioning implementation.
PayloadV1 defines first payload implementation with versioning.
PushLogsAndEvents defines the subscription event type for pushing block events.
RedisInstanceConnType specifies a redis connection to a single instance.
RedisSentinelConnType specifies a redis connection to a setup with sentinel.
RevertBlockEvents defines the subscription event type for revert block.
MessageQueuePublisherType defines a webserver api type using a message queueing service.
WSObsConnectorType defines the websocket observer connector type.
WSPublisherType defines a webserver api type using WebSockets.
# Variables
ErrInvalidAPIType signals that an invalid api type has been provided.
ErrInvalidConnectorType signals that an invalid observer connector type has been provided.
ErrInvalidDispatchType signals that an invalid dispatch type has been provided.
ErrInvalidPubKeyConverterType signals that an invalid pubkey converter type has been provided.
ErrInvalidRedisConnType signals that an invalid redis connection type has been provided.
ErrNilFacadeHandler signals that a nil facade handler has been provided.
ErrNilInternalMarshaller signals that a nil internal marshaller has been provided.
ErrNilMarshaller signals that a nil marshaller has been provided.
ErrNilStatusMetricsHandler signals that a nil status metrics handler has been provided.
ErrReceivedEmptyEvents signals that empty events have been received.
# Interfaces
StatusMetricsHandler defines the behavior of a component that handles status metrics.