This is just a convenience function that makes it possible to get the serialized hex of a tx using ecash-wallet without explicitely requiring the toHex function from ecash-lib.
Depends on D18394.
Differential D18396
[ecash-lib] Export Tx.toHex() Authored by Fabien on Jul 21 2025, 21:24.
Details
This is just a convenience function that makes it possible to get the serialized hex of a tx using ecash-wallet without explicitely requiring the toHex function from ecash-lib. Depends on D18394. npm test
Diff Detail
Event TimelineComment Actions nice. I use toHex(someBuiltTx.ser()) all the time, this is great esp for unit tests, it is easier to store rawTxs as hex strings, easier to configure mock-chronik-client with hex strings. |