BitcoinSer is implemented by structs to serialize them. BitcoinSerializer is implemented to define how the serialization should be performed, e.g. BytesMut appends the bytes, and usize accumulates the length of the data.
Depends on D13831.
Differential D13832
[Chronik] Add `BitcoinSer` and `BitcoinSerializer` tobias_ruck on Apr 29 2023, 22:33. Authored by Tags None Subscribers None
Details
BitcoinSer is implemented by structs to serialize them. BitcoinSerializer is implemented to define how the serialization should be performed, e.g. BytesMut appends the bytes, and usize accumulates the length of the data. Depends on D13831. ninja check-crates
Diff Detail
|