UNPKG
lamassu-server
Version:
beta (3.1.3)
latest (2.7.0)
3.1.4
3.1.3
3.0.5
3.0.4
3.0.3
3.0.2
3.0.1
3.0.0
2.7.0
2.6.0
2.2.14
2.2.13
2.2.12
2.2.10
2.2.9
2.2.8
2.2.7
2.2.6
2.2.5
2.2.4
2.2.3
2.2.2
2.2.1
2.1.0
2.0.4
2.0.3
2.0.2
2.0.1
2.0.0
1.1.2
1.1.1
1.1.0
1.0.2
1.0.1
1.0.0
0.6.2
0.6.1
0.6.0
0.5.1
0.4.6
0.4.5
0.4.4
0.4.3
0.4.2
0.4.1
0.4.0
0.3.8
0.3.7
0.3.6
0.3.4
0.3.3
0.3.1
0.3.0
0.2.0
0.1.2
0.1.1
0.1.0
bitcoin atm client server protocol module
github.com/lamassu/lamassu-server
lamassu/lamassu-server
lamassu-server
/
test
/
mocks
/
info.js
12 lines
(9 loc)
•
253 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
'use strict'
;
module
.
exports
= {
SUPPORTED_MODULES
: [
'info'
],
NAME
:
'Mock Info'
,
config
:
function
config
(
) {},
getAddressLastTx
:
function
verifyUser
(
) {},
getTx
:
function
verifyTransaction
(
) {},
checkAddress
:
function
checkAddress
(
) {} };