We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec1f51c commit bf0e806Copy full SHA for bf0e806
ts_src/index.ts
@@ -17,6 +17,7 @@ export {
17
SignerAsync,
18
HDSigner,
19
HDSignerAsync,
20
+ toXOnly,
21
} from './psbt.js';
22
/** @hidden */
23
export { OPS as opcodes } from './ops.js';
ts_src/psbt.ts
@@ -46,6 +46,8 @@ import {
46
} from './psbt/psbtutils.js';
47
import * as tools from 'uint8array-tools';
48
49
+export { toXOnly };
50
+
51
export interface TransactionInput {
52
hash: string | Uint8Array;
53
index: number;
0 commit comments