Export PSBT getter types

This commit is contained in:
Luke Childs 2020-04-27 16:46:07 +07:00
parent 361ea7c098
commit de0bbf51e5
4 changed files with 22 additions and 9 deletions

2
types/index.d.ts vendored
View file

@ -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';