# Functions
New creates a new Writer with the given namespace.
WithBatchTimeout allows for specifying batch timeout.
WithMonitorInterval specifies the interval in which the operation queue is monitored in order to see if the maximum batch size has been reached.
# Interfaces
AnchorWriter defines an interface to access the underlying anchoring system.
CompressionProvider defines an interface for handling different types of compression.
Context contains batch writer context.
# Type aliases
Option defines Writer options such as batch timeout.