xrpl-sdk-rust
xrpl-sdk-rust copied to clipboard
A Rust SDK for working with the XRP Ledger
Added flag introduced by market maker amendment: https://xrpl.org/docs/references/protocol/ledger-data/ledger-entry-types/ripplestate/#ripplestate-flags
Thanks for doing this SDK. I've had great success with it. I had to redo the signing aspect for submitting payments, but other than that smooth sailing. However, the above...
Hey 👋 Thanks for the work on this library, it's much appreciated! When subscribing to the streams="transactions", and using your models, I get deserialisation errors due to 'unsupported transaction type...
Methods like `deserialize_object` and `deserialize_blob`... are private and prevent from deserializing objects when using `xrpl_binary_codec`.