@cmdcode/tapscript
Version:
A basic library for working with Tapscript, signatures and Bitcoin transactions.
8 lines • 338 B
TypeScript
export { Address } from './lib/addr/index.js';
export { Script } from './lib/script/index.js';
export { Signer } from './lib/sig/index.js';
export { Tap } from './lib/tap/index.js';
export { Tx } from './lib/tx/index.js';
export * from './class/Transaction/index.js';
export * from './schema/types.js';
//# sourceMappingURL=index.d.ts.map