Extend BIP174 PSBT base class

This commit is contained in:
Luke Childs 2019-06-24 17:20:15 +07:00
parent 62f1749021
commit 6a5e395ebd
6 changed files with 24 additions and 0 deletions

1
types/index.d.ts vendored
View file

@ -7,6 +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 { OPS as opcodes } from './script';
export { Transaction } from './transaction';
export { TransactionBuilder } from './transaction_builder';