Improve model serialization
Closed this issue · 1 comments
LimpidCrypto commented
The transactions currently implement the From
trait in a very weird way to convert the flags. It doesn't really make sense. The From
trait should be implemented for the ...Flag
enum.
LimpidCrypto commented
resolved with comiit: restructure transactions and request modules