Skip to content

Commit

Permalink
Expose PartialSignature for usage by 3rd parties
Browse files Browse the repository at this point in the history
  • Loading branch information
landabaso committed Apr 19, 2023
1 parent c8de925 commit 22298b8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bitcoin_client_js/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import AppClient from './lib/appClient';
import AppClient, { PartialSignature } from './lib/appClient';
import {
DefaultDescriptorTemplate,
DefaultWalletPolicy,
Expand All @@ -11,6 +11,7 @@ export {
PsbtV2,
DefaultDescriptorTemplate,
DefaultWalletPolicy,
PartialSignature,
WalletPolicy
};

Expand Down

0 comments on commit 22298b8

Please sign in to comment.