Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
1
const
assert = require(
'assert'
);
2
3
const
{ Transaction } = require(
'../src/blockchain'
);
4
const
{ createSignedTx, signingKey } = require(
'./helpers'
);
Callers
nothing calls this directly
Calls
4
createSignedTx
Function · 0.85
sign
Method · 0.80
isValid
Method · 0.80
calculateHash
Method · 0.45
Tested by
no test coverage detected