mirror of
https://github.com/logos-messaging/logos-delivery-js.git
synced 2026-03-13 13:13:08 +00:00
3 lines
136 B
TypeScript
3 lines
136 B
TypeScript
export const ERR_TYPE_NOT_IMPLEMENTED = "Keypair type not implemented";
|
|
export const ERR_INVALID_KEYPAIR_TYPE = "Invalid keypair type";
|