dwnpm
Version:
Decentralized Registry Package Manager (DRPM) helps developers publish, install, find and manage Decentralized Packages (DPKs) published to Decentralized Web Nodes (DWNs). DRPM does this by looking up a Decentralized Identifier (DID) to find its DID docum
19 lines • 470 B
TypeScript
export declare class ProfileError {
name: string;
type: string;
message: string;
constructor(message: string, type?: string);
}
export declare class ProtocolError {
name: string;
type: string;
message: string;
constructor(message: string, type?: string);
}
export declare class RegistryError {
name: string;
type: string;
message: string;
constructor(message: string, type?: string);
}
//# sourceMappingURL=errors.d.ts.map