()
| 192 | }; |
| 193 | |
| 194 | var getLatestBlock = () => blockchain[blockchain.length - 1]; |
| 195 | var queryChainLengthMsg = () => ({'type': MessageType.QUERY_LATEST}); |
| 196 | var queryAllMsg = () => ({'type': MessageType.QUERY_ALL}); |
| 197 | var responseChainMsg = () =>({ |
no outgoing calls
no test coverage detected