diff --git a/packages/stacking/src/index.ts b/packages/stacking/src/index.ts index 5a9560165..b28b150a0 100644 --- a/packages/stacking/src/index.ts +++ b/packages/stacking/src/index.ts @@ -27,6 +27,7 @@ import BN from 'bn.js'; import { StackingErrors } from './constants'; import { fetchPrivate } from '@stacks/common'; import { decodeBtcAddress } from './utils'; +export * from './utils'; export interface PoxInfo { contract_id: string;