Trait dock_core::common::signatures::GetKey
source · pub trait GetKey<K> {
// Required method
fn key<T: Config>(&self) -> Option<K>;
}
Expand description
Attempts to retrieve a key associated with the given entity.