pub trait RegistryInfo {
fn registry_address(&self, name: String, block: BlockId) -> Option<Address>;
}
Expand description
Provides information on a blockchain service and it’s registry
pub trait RegistryInfo {
fn registry_address(&self, name: String, block: BlockId) -> Option<Address>;
}
Provides information on a blockchain service and it’s registry