Skip to content

Commit bf0e806

Browse files
committed
export toXOnly
1 parent ec1f51c commit bf0e806

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

ts_src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ export {
1717
SignerAsync,
1818
HDSigner,
1919
HDSignerAsync,
20+
toXOnly,
2021
} from './psbt.js';
2122
/** @hidden */
2223
export { OPS as opcodes } from './ops.js';

ts_src/psbt.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ import {
4646
} from './psbt/psbtutils.js';
4747
import * as tools from 'uint8array-tools';
4848

49+
export { toXOnly };
50+
4951
export interface TransactionInput {
5052
hash: string | Uint8Array;
5153
index: number;

0 commit comments

Comments
 (0)