Remove CosmosTx.GetBytes()
#3918
Labels
type: code hygiene
Clean up code but without changing functionality or interfaces
CosmosTx.GetBytes()
#3918
Summary
It is unused and leads to confusion. The expected encoding/decoding for the
CosmosTx
should be documented in theSerializeCosmosTx
/DeserializeCosmosTx
The implementation of
CosmosTx.GetBytes()
doesn't match the actual serialization as the theGetBytes()
uses proto3 json and the actual serialization is only protoFor Admin Use
The text was updated successfully, but these errors were encountered: