logo
pub async fn get_verification_methods(
    did: &str,
    resolver: &dyn DIDResolver
) -> Result<Vec<String>, String>
👎 Deprecated:

Use get_verification_methods_for_purpose

Expand description

Resolve a DID and get its the verification methods from its DID document.