pub async fn resolve_feed(
bee_url: &str,
owner_hex: &str,
topic_hex: &str,
timeout: Duration,
) -> Result<(String, Resolution)>Expand description
Resolve a feed:OWNER:TOPIC input to its current chunk reference.
bee_url is the first Bee vantage; the feed lookup goes through
it. Returns the resolved reference and a Resolution record
describing what was done.