* @returns {Block}
()
| 150 | * @returns {Block} |
| 151 | */ |
| 152 | createGenesisBlock() { |
| 153 | return new Block(Date.parse('2017-01-01'), [], '0'); |
| 154 | } |
| 155 | |
| 156 | /** |
| 157 | * Returns the latest block on our chain. Useful when you want to create a |
no outgoing calls
no test coverage detected