From 24c73148afafceb5be9e172a8bc325e1ad54a800 Mon Sep 17 00:00:00 2001 From: Matthew Little Date: Thu, 18 Mar 2021 17:49:49 +0100 Subject: [PATCH] feat: export stacking/utils functions --- packages/stacking/src/index.ts | 1 + 1 file changed, 1 insertion(+) 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;