Reduce complexity of SerializeCosmosTx/DeserializeCosmosTx #452
Labels
27-interchain-accounts
audit
Feedback from implementation audit
type: code hygiene
Clean up code but without changing functionality or interfaces
Milestone
Summary
At present, the serialization/deserialization of transactions is overly complex. We can reduce complexity by forcing the
TrySendTx
API to only take an array of SDK messages rather than accepting a single SDK message.DeserializeTx should be renamed to
DeserializeCosmosTx
This task is dependent on #449
For Admin Use
The text was updated successfully, but these errors were encountered: