pendulum-chain / substrate-stellar-sdk

A Rust SDK for Stellar that can be used for Substrate projects
Apache License 2.0
11 stars 11 forks source link

Expose DecodeError #23

Closed grandima closed 10 months ago

grandima commented 11 months ago

I've been using this SDK in my Stellar node connector in Rust and It seems like StellarSdkError is exposed but for some reason DecodeError is not. I haven't understood the reason why not exposing this error so I've created this PR.