Trait ethcore::client::RegistryInfo[][src]

pub trait RegistryInfo {
    fn registry_address(&self, name: String, block: BlockId) -> Option<Address>;
}

Provides information on a blockchain service and it's registry

Required Methods

Get the address of a particular blockchain service, if available.

Implementors