rpc-client/dist/error.js

4 lines
154 B
JavaScript
Raw Normal View History

2022-08-27 19:13:00 +00:00
export const ERR_MAX_TRIES_HIT = "ERR_MAX_TRIES_HIT";
2022-12-04 07:42:04 +00:00
export const ERR_INVALID_SIGNATURE = "INVALID_SIGNATURE";
export const ERR_NO_RELAYS = "NO_RELAYS";