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 1 year ago

grandima commented 1 year 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.