Trait did_key::DIDCore[][src]

pub trait DIDCore {
    fn get_verification_methods(
        &self,
        config: Config,
        controller: &str
    ) -> Vec<VerificationMethod>;
fn get_did_document(&self, config: Config) -> Document; }

Required methods

Implementors