Trait tetsy_hash_fetch::urlhint::URLHint[][src]

pub trait URLHint: Send + Sync {
    fn resolve(&self, id: H256) -> Result<Option<URLHintResult>, String>;
}

URLHint Contract interface

Required methods

fn resolve(&self, id: H256) -> Result<Option<URLHintResult>, String>[src]

Resolves given id to tetsy_registrar entry.

Loading content...

Implementors

Loading content...