sephynox / xrpl-rust

A 100% Rust library to interact with the XRPL. XRPL Grant Winner
https://crates.io/crates/xrpl-rust
ISC License
20 stars 8 forks source link

Improve model serialization #48

Closed LimpidCrypto closed 1 year ago

LimpidCrypto commented 1 year ago

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 1 year ago

resolved with comiit: restructure transactions and request modules