MCPcopy Index your code
hub / github.com/CashScript/cashscript / p2pkh.js

File p2pkh.js

examples/p2pkh.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { URL } from 'url';
2import { compileFile } from 'cashc';
3import { Contract, SignatureTemplate, TransactionBuilder, MockNetworkProvider, randomUtxo } from 'cashscript';
4import { stringify } from '@bitauth/libauth';

Callers

nothing calls this directly

Calls 9

compileFileFunction · 0.90
randomUtxoFunction · 0.90
stringifyFunction · 0.85
addUtxoMethod · 0.80
getBalanceMethod · 0.80
addInputMethod · 0.80
sendMethod · 0.80
getUtxosMethod · 0.65
addOutputMethod · 0.45

Tested by

no test coverage detected