pub trait HasCosmosClient<C>: HasHyperClientwhere
C: CosmosClient,{
// Required method
fn cosmos_client(&self) -> &C;
}
pub trait HasCosmosClient<C>: HasHyperClientwhere
C: CosmosClient,{
// Required method
fn cosmos_client(&self) -> &C;
}