pub type QueryMsg = QueryMsg<DexQueryMsg>;Expand description
Top-level Abstract Adapter query message. This is the message that is passed to the query entrypoint of the smart-contract.
Aliased Type§
pub enum QueryMsg {
Base(BaseQueryMsg),
Module(DexQueryMsg),
}