feat: export errors

This commit is contained in:
c4605
2024-07-25 18:57:24 +01:00
parent d9aba96ae6
commit 12ec0c819e

View File

@@ -1,3 +1,5 @@
export * from "./XLinkSDK"
export * from "./utils/errors"
export {
ChainId,
TokenId,
@@ -8,7 +10,6 @@ export {
StacksContractAddress,
PublicEVMContractType as EVMContractType,
} from "./xlinkSdkUtils/types"
export * from "./XLinkSDK"
export {
BitcoinRecipient,
ReselectSpendableUTXOsFn,