mintlayer-core
mintlayer-core copied to clipboard
Make it possible to serialize the transaction id with the transaction in a block
Currently, when serializing a block, it's not possible to see the transaction id, because serde serializes fields and doesn't support any modes for serialization to choose how to serialize.
This may be related to #1200 and the solution may have to be similar.