pub fn query_contract_state(deps: Deps<'_>) -> Result<Binary, ContractError>
Expand description

Fetches the current values within the contract state.

§Parameters

  • deps A dependencies object provided by the cosmwasm framework. Allows access to useful resources like contract internal storage and a querier to retrieve blockchain objects.