PHP WebShell
Текущая директория: /usr/lib/node_modules/bitgo-express/node_modules/bitgo/src/v2/coins
Просмотр файла: teth.js
var Eth = require('./eth');
var Teth = function() {
// this function is called externally from BaseCoin
// replace the BaseCoin prototype with the local override prototype, which inherits from BaseCoin
// effectively, move the BaseCoin prototype one level away
this.__proto__ = Teth.prototype;
};
Teth.prototype.__proto__ = Eth.prototype;
Teth.prototype.getChain = function() {
return 'teth';
};
module.exports = Teth;
Выполнить команду
Для локальной разработки. Не используйте в интернете!