@colony/purser-metamask
Version:
A javascript library to interact with a Metamask based Ethereum wallet
13 lines (12 loc) • 474 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.STD_ERRORS = exports.PUBLICKEY_RECOVERY_MESSAGE = void 0;
var PUBLICKEY_RECOVERY_MESSAGE = 'By signing this message you are allowing access to your public key';
exports.PUBLICKEY_RECOVERY_MESSAGE = PUBLICKEY_RECOVERY_MESSAGE;
var STD_ERRORS = {
CANCEL_MSG_SIGN: 'User denied message signature',
CANCEL_TX_SIGN: 'User denied transaction signature'
};
exports.STD_ERRORS = STD_ERRORS;