pub trait ClientResolve<Chain: CwEnv> {
type Output;
// Required method
fn resolve(
&self,
ans_host: &AnsHost<Chain>,
) -> Result<Self::Output, CwOrchError>;
}
pub trait ClientResolve<Chain: CwEnv> {
type Output;
// Required method
fn resolve(
&self,
ans_host: &AnsHost<Chain>,
) -> Result<Self::Output, CwOrchError>;
}