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,