bitcoinj/core
Andreas Schildbach 6d00650efa TransactionOutput: divorce from Message
It is never sent on its own, so it doesn't need to be a `Message`.

* A static constructur `read()` replaces the native constructor that deserialized
  from a payload.
* A `write()` helper replaces `bitcoinSerializeToStream()`.
* A `serialize()` helper replaces `bitcoinSerialize()`.

This comes with tests.
2023-04-06 18:14:47 +02:00
..
src TransactionOutput: divorce from Message 2023-04-06 18:14:47 +02:00
build.gradle Prepare 0.17-SNAPSHOT 2023-03-28 00:27:46 +02:00
findbugs.xml