I am attempting to use the secp256k1-verification-key-2019 library with Digital Bazaar's DID Key driver - https://github.com/digitalbazaar/did-method-key
When attempting to covert a generated keypair into a DID Document I run into the following error:
Error: Abstract method, must be implemented in subclass.
at EcdsaSecp256k1VerificationKey2019.fingerprint
I believe it should be fairly easy to add this function.
Alternatively, could you point to examples that takes a secp key and converts to its did-key based DID doc?