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
fn registry_address(&self, name: String, block: BlockId) -> Option<Address>
Get the address of a particular blockchain service, if available.
Implementors
impl RegistryInfo for Client
impl RegistryInfo for TestBlockChainClient