MCPcopy
hub / github.com/Savjee/SavjeeCoin / main.js

File main.js

src/main.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1'use strict';
2const { Blockchain, Transaction } = require('./blockchain');
3const EC = require('elliptic').ec;
4const ec = new EC('secp256k1');

Callers

nothing calls this directly

Calls 5

signMethod · 0.80
addTransactionMethod · 0.80
getBalanceOfAddressMethod · 0.80
isChainValidMethod · 0.80

Tested by

no test coverage detected