MCPcopy Index your code
hub / github.com/CashScript/cashscript / debugging.test.ts

File debugging.test.ts

packages/cashscript/test/debugging.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { Contract, FailedTransactionError, MockNetworkProvider, SignatureAlgorithm, SignatureTemplate, TransactionBuilder, VmTarget } from '../src/index.js';
2import { DEFAULT_VM_TARGET } from '../src/libauth-template/utils.js';
3import { aliceAddress, alicePriv, alicePub, bobPriv, bobPub } from './fixture/vars.js';
4import { randomUtxo } from '../src/utils.js';

Callers

nothing calls this directly

Calls 15

sha256Function · 0.90
randomUtxoFunction · 0.85
addUtxoMethod · 0.80
addInputMethod · 0.80
toLogMethod · 0.80
toFailRequireWithMethod · 0.80
toFailRequireMethod · 0.80
generateSignatureMethod · 0.80
addInputsMethod · 0.80
unlockP2PKHMethod · 0.80
getLibauthTemplateMethod · 0.80
getVmResourceUsageMethod · 0.80

Tested by

no test coverage detected