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

Remove `method` and `transaction_type` #19

Closed LimpidCrypto closed 1 year ago

LimpidCrypto commented 1 year ago

The user should not have to set the type of a request or a transaction. Instead the type could simply be added when calling the to_json_value method of the Model trait.