/** * Tests that recovery reaches the same refund the ordinary path would. * * The one that carries the weight is the byte-identity check: a refund PSBT * built from parameters recovered blind must equal, byte for byte, the PSBT * built from the parameters the deposit was actually made with. That is the * safety property the whole reconstruction exists to provide, and it can be * proven here — headless, against the real WASM engine — because * `buildRefundPsbt` takes parameters directly rather than reading a vault row. * * The plan for this work assumed that proof needed a wallet and a signet run. * It does not: no signing is involved in building the PSBT. */ export {}; //# sourceMappingURL=toRefundInputs.test.d.ts.map