Skip to content

Commit

Permalink
feat: export stacking/utils functions
Browse files Browse the repository at this point in the history
  • Loading branch information
zone117x authored and reedrosenbluth committed Mar 18, 2021
1 parent 38c9cb1 commit 24c7314
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/stacking/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

1 comment on commit 24c7314

@vercel
Copy link

@vercel vercel bot commented on 24c7314 Mar 18, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.