Skip to content

Commit

Permalink
Export * from cashscript interfaces.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
rkalis committed Nov 1, 2023
1 parent cf3d833 commit 8aa8a88
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions packages/cashscript/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,7 @@ export { TransactionBuilder } from './TransactionBuilder.js';
export { Argument, encodeArgument } from './Argument.js';
export { Artifact, AbiFunction, AbiInput } from '@cashscript/utils';
export * as utils from '@cashscript/utils';
export {
Utxo,
Recipient,
SignatureAlgorithm,
HashType,
Network,
isUtxoP2PKH,
} from './interfaces.js';
export * from './interfaces.js';
export * from './Errors.js';
export {
NetworkProvider,
Expand Down

1 comment on commit 8aa8a88

@vercel
Copy link

@vercel vercel bot commented on 8aa8a88 Nov 1, 2023

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.