From 12ec0c819ea9b0c6f666ce69cb2d5ecb99a5feff Mon Sep 17 00:00:00 2001 From: c4605 Date: Thu, 25 Jul 2024 18:57:24 +0100 Subject: [PATCH] feat: export errors --- src/index.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index b70b485..dc5a1dc 100644 --- a/src/index.ts +++ b/src/index.ts @@ -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,