mirror of
https://github.com/bitcoinj/bitcoinj.git
synced 2025-01-18 21:32:35 +01:00
fbc5185b5a
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 replace `bitcoinSerializeToStream()`. * A `serialize()` helper replace `bitcoinSerialize()`. * A `BYTES` constant replaces `getMessageSize()`. This comes with a test. |
||
---|---|---|
.. | ||
src/test | ||
build.gradle |