@solarpunkltd/comment-system
Version:
A library for writing and reading comments from the Swarm network.
13 lines • 385 B
TypeScript
export declare class PrivateKeyError extends Error {
constructor(message: string);
}
export declare class IdentifierError extends Error {
constructor(message: string);
}
export declare class StampError extends Error {
constructor(message: string);
}
export declare class ReactionError extends Error {
constructor(message: string);
}
//# sourceMappingURL=errors.d.ts.map