Closed grandima closed 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.
StellarSdkError
DecodeError
I've been using this SDK in my Stellar node connector in Rust and It seems like
StellarSdkError
is exposed but for some reasonDecodeError
is not. I haven't understood the reason why not exposing this error so I've created this PR.