mirror of
https://github.com/status-im/MyCrypto.git
synced 2025-02-01 05:45:53 +00:00
cf59688896
* Enable Parity Signer to sign messages * Verify that message signature is correct * Type systems are awesome :)
6 lines
189 B
TypeScript
6 lines
189 B
TypeScript
export enum TypeKeys {
|
|
SIGN_MESSAGE_REQUESTED = 'SIGN_MESSAGE_REQUESTED',
|
|
SIGN_LOCAL_MESSAGE_SUCCEEDED = 'SIGN_LOCAL_MESSAGE_SUCCEEDED',
|
|
SIGN_MESSAGE_FAILED = 'SIGN_MESSAGE_FAILED'
|
|
}
|