sephynox/xrpl-rust

Improve model serialization

Closed this issue · 1 comments

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.