pub trait OsFactoryQueryFns<Chain>: BootQuery<Chain, QueryMsg = QueryMsg>where
    Chain: BootEnvironment,
{ fn config(&self) -> Result<ConfigResponse, BootError> { ... } }

Provided Methods§

Implementors§