AbstractIdentifierProvider.matchPrefix() method
Subclasses can override this to signal that they can work with a given DID prefix
Signature:
matchPrefix?(prefix: string): boolean;
Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
prefix |
string |
a DID URL prefix, Example: 'did:key:z6Mk', or |
boolean