Skip to main content

identifier

Function identifier 

Source
fn identifier(
    sources: &ExternalIdentifierConfig,
    chain: Chain,
    deadline: Instant,
) -> Option<Arc<Mutex<ExternalIdentifier>>>
Expand description

The identifier for chain, building it on first use.

Warns once per chain when there is nothing to look contracts up with, since the alternative is silently decoding nothing for a run the user explicitly asked to decode.