Adds the serialized tx size to the Tx protobuf message. We do this by using the ser_len method on BitcoinSer.
We could use some fancy data_pos delta calculation instead without having to iterate through the tx, but this is error prone and ser_len is quite cheap already.