Module backend

Source
Expand description

Smart caching and deduplication of requests when using a forking provider.

Structs§

BackendHandler
Handles an internal provider and listens for requests.
SharedBackend
A cloneable backend type that shares access to the backend data with all its clones.

Enums§

BlockingMode
Mode for the SharedBackend how to block in the non-async DatabaseRef when interacting with BackendHandler.

Constants§

NON_ARCHIVE_NODE_WARNING
Logged when an error is indicative that the user is trying to fork from a non-archive node.