1
2
3
4
//! Contains all type definitions and functionality for interacting with contract internal storage.

/// Contains the functionality for interacting with the singleton contract state value.
pub mod contract_state;