Export PSBT getter types
This commit is contained in:
parent
361ea7c098
commit
de0bbf51e5
4 changed files with 22 additions and 9 deletions
types
2
types/index.d.ts
vendored
2
types/index.d.ts
vendored
|
@ -7,7 +7,7 @@ import * as payments from './payments';
|
|||
import * as script from './script';
|
||||
export { ECPair, address, bip32, crypto, networks, payments, script };
|
||||
export { Block } from './block';
|
||||
export { Psbt } from './psbt';
|
||||
export { Psbt, PsbtTxInput, PsbtTxOutput } from './psbt';
|
||||
export { OPS as opcodes } from './script';
|
||||
export { Transaction } from './transaction';
|
||||
export { TransactionBuilder } from './transaction_builder';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue