algonaut icon indicating copy to clipboard operation
algonaut copied to clipboard

Consider splitting `message.rs` modules in `message.rs` and `models.rs`

Open manuelmauro opened this issue 4 years ago • 2 comments

While messages are convenient structs encoding HTTP requests and responses models are working structs that are meant to be used from the end user of the SDK.

manuelmauro avatar Apr 19 '21 08:04 manuelmauro

This task needs to be updated. Are we going to add separate domain objects everywhere, like we did for Transaction?

ivnsch avatar Jun 20 '21 09:06 ivnsch

It seems like a good solution to me, while I find the current organization ambiguous.

manuelmauro avatar Jun 22 '21 17:06 manuelmauro