mirror of
https://github.com/status-im/web3.js.git
synced 2025-02-24 03:58:13 +00:00
12 lines
144 B
JavaScript
12 lines
144 B
JavaScript
|
|
var navigator = {
|
|
qt: {
|
|
callMethod: function (payload) {
|
|
return "{}";
|
|
}
|
|
}
|
|
};
|
|
|
|
module.exports = navigator;
|
|
|