@ew-did-registry/did-ethr-resolver
Version:
The package resolve CRUD operations on DID Documents
12 lines (11 loc) • 533 B
TypeScript
import { ProviderTypes } from '@ew-did-registry/did-resolver-interface';
export declare const VoltaAddress1056 = "0xc15d5a57a8eb0e1dcbe5d88b8f9a82017e5cc4af";
export declare const defaultProvider: {
uriOrInfo: string;
type: ProviderTypes;
};
export declare const attributeNamePattern = "^did/(pub|auth|svc)/(\\w+)(/(\\w+))?(/(\\w+))?$";
export declare const didPattern: string;
export declare const delegatePubKeyIdPattern: string;
export declare const pubKeyIdPattern: string;
export declare const serviceIdPattern: string;