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

Add docstrings to request fields #16

Closed LimpidCrypto closed 2 years ago

LimpidCrypto commented 2 years ago

The fields of the most important models (e.g. requests or transactions) should be well documented. We should add docstrings for each field, describing what its purpose is.

Docstrings for the transactions will be merged with https://github.com/sephynox/xrpl-rust/pull/9

LimpidCrypto commented 2 years ago

This has been merged into develop.