//! Implementation for the so called shield database.
//! This database is stored in memory for every VM
//! execution and serves the need of limiting writes
//! to the database that may be overwritten within the
//! same execution.
//!
//! It also serves for local testing, as the mocked VM
//! does not communicate with any database.
use ;
/// Shield store implementation.
/// Shield store implementation wrapper.
);