1
2
3
4
//! Contains the functionality used in the [contract file](crate::contract) to perform a query.

/// A query that fetches the stored values in the [contract state](crate::store::contract_state::ContractStateV1).
pub mod query_contract_state;