Trait abstract_boot::MFactoryQueryFns
source · pub trait MFactoryQueryFns<Chain>: BootQuery<Chain, QueryMsg = QueryMsg>where
Chain: BootEnvironment,{
fn config(&self) -> Result<ConfigResponse, BootError> { ... }
fn context(&self) -> Result<ContextResponse, BootError> { ... }
}