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

Retype `id` for requests #18

Closed LimpidCrypto closed 1 year ago

LimpidCrypto commented 1 year ago

Generally an id for requests can be typed as u32 or as str. Currently they are typed as u32. IMO we should type it as str. It would be more flexible. You could give the request an id that's really describing what it does while still being able to set it "1".

LimpidCrypto commented 1 year ago

Will be fixed in next commit.