MCPcopy
hub / github.com/Savjee/SavjeeCoin / block.test.js

File block.test.js

tests/block.test.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1const assert = require('assert');
2const { Block } = require('../src/blockchain');
3const { createSignedTx } = require('./helpers');
4

Callers

nothing calls this directly

Calls 4

createSignedTxFunction · 0.85
mineBlockMethod · 0.80
hasValidTransactionsMethod · 0.80
calculateHashMethod · 0.45

Tested by

no test coverage detected