pub fn vfs_resolve_path(
path: impl Into<String>,
vfs_contract: impl Into<String>,
querier: &QuerierWrapper<'_>,
) -> Result<Addr, ContractError>
Expand description
Queries the provided VFS contract address to resolve the given path
pub fn vfs_resolve_path(
path: impl Into<String>,
vfs_contract: impl Into<String>,
querier: &QuerierWrapper<'_>,
) -> Result<Addr, ContractError>
Queries the provided VFS contract address to resolve the given path