pub trait GetMetadata {
    // Required method
    fn get_metadata(&self, dest: &TxDestination) -> Box<KeyMetadata>;
}

Required Methods§

Implementors§