Type alias ChainDidVerificationKey

ChainDidVerificationKey: ChainDidBaseKey & {
    type: DidSigningMethodType;
}

Type declaration