'use strict'; module.exports = { SUPPORTED_MODULES: ['wallet'], NAME: 'Mock Wallet', config: function() {}, balance: function() {}, sendBitcoins: function() {} };