pub fn resolve_full_name(log: &Log, timeout: Option<u64>) -> Option<String>
Expand description
Given a crate::eth::Log
(which must be a log from kimap), resolve the full name
of the new entry or note.
Uses valid_name()
to check if the name is valid.