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 `marker` for request #20

Closed LimpidCrypto closed 1 year ago

LimpidCrypto commented 1 year ago

Although the current type of the marker field (str) is more flexible which would make sense because the Marker has no fixed format, most nodes (including https://xrpl.org/public-servers.html#public-servers) define it as u32. When defining it as string and requesting, the node sends an error (invalidParams).