error::MissingCachedScripts
and error::MiniscriptPsbtError
are not exported
#999
Labels
bug
Something isn't working
Describe the bug
error::MissingCachedScripts
anderror::MiniscriptPsbtError
are not exported to the user even though exposed throughError
variants. While exposing them is easy enough, I wasn't quite sure what the correct docs are for all of theMiniscriptPsbtError
variants.Expected behavior
Both error types should be exposed and well documented, as otherwise it's hard to know how to handle them properly.
Build environment
BDK 0.28.0
Additional context
Might be a pre-requisite if we were to explore implementing a quick-and-dirty async fork of
RpcBlockchain
(see #998 for more context).The text was updated successfully, but these errors were encountered: