MCPcopy Create free account
hub / github.com/Savjee/SavjeeCoin /

Class

src/blockchain.js:141–141  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

139}
140
141class Blockchain {
142 constructor() {
143 this.chain = [this.createGenesisBlock()];
144 this.difficulty = 2;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected