UNPKG

@colony/purser-metamask

Version:

A javascript library to interact with a Metamask based Ethereum wallet

10 lines (7 loc) 282 B
/* @flow */ export const PUBLICKEY_RECOVERY_MESSAGE: string = 'By signing this message you are allowing access to your public key'; export const STD_ERRORS: Object = { CANCEL_MSG_SIGN: 'User denied message signature', CANCEL_TX_SIGN: 'User denied transaction signature', };