xrpl-sdk-rust icon indicating copy to clipboard operation
xrpl-sdk-rust copied to clipboard

A Rust SDK for working with the XRP Ledger

Results 4 xrpl-sdk-rust issues
Sort by recently updated
recently updated
newest added

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`.