| 1 | import { decodeTransactionUnsafe, hexToBin, stringify } from '@bitauth/libauth'; |
| 2 | import { Contract, SignatureTemplate, ElectrumNetworkProvider, MockNetworkProvider, placeholderP2PKHUnlocker, placeholderPublicKey, placeholderSignature } from '../src/index.js'; |
| 3 | import { |
| 4 | bobAddress, |
nothing calls this directly
no test coverage detected