MCPcopy Index your code
hub / github.com/Savjee/SavjeeCoin / transaction.test.js

File transaction.test.js

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 4

createSignedTxFunction · 0.85
signMethod · 0.80
isValidMethod · 0.80
calculateHashMethod · 0.45

Tested by

no test coverage detected