rpc-client/dist/error.d.ts

5 lines
214 B
TypeScript
Raw Normal View History

2022-08-27 19:13:00 +00:00
export declare const ERR_MAX_TRIES_HIT = "ERR_MAX_TRIES_HIT";
2022-12-04 07:42:04 +00:00
export declare const ERR_INVALID_SIGNATURE = "INVALID_SIGNATURE";
export declare const ERR_NO_RELAYS = "NO_RELAYS";
2022-08-18 23:20:23 +00:00
//# sourceMappingURL=error.d.ts.map