Module floresta_watch_only::memory_database
source · Expand description
An in-memory database to store addresses data. Being in-memory means this database is volatile, and all data is lost after the database is dropped or the process is terminated. It’s not meant to use in production, but for the integrated testing framework
For actual databases that can be used for production code, see [KvDatabase].