pub trait AccountFactoryQueryFns<Chain>: BootQuery<Chain, QueryMsg = QueryMsg>where Chain: CwEnv,{ // Provided method fn config(&self) -> Result<ConfigResponse, BootError> { ... } }