Function funding_trading_bridge_smart_contract::query::query_contract_state::query_contract_state
source · 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.