sephynox / xrpl-rust

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

DEV: Models for request fields should be separated #11

Closed LimpidCrypto closed 1 year ago

LimpidCrypto commented 2 years ago

To avoid confusion the field structs like Directory, DepositPreauth, Offer, etc., which are currently defined in mod.rs, should be separated to a new file. There are Ledger Objects that have the same name but different fields. Also there is a DepositPreauth transaction.

I separated them in #9 for now.