Move tests to TypeScript (coverage is still JS based)
This commit is contained in:
parent
11e4a12caf
commit
6c08a0be40
41 changed files with 3920 additions and 2712 deletions
ts_src
|
@ -17,6 +17,12 @@ export { TransactionBuilder } from './transaction_builder';
|
|||
export { BIP32Interface } from 'bip32';
|
||||
export { ECPairInterface, Signer, SignerAsync } from './ecpair';
|
||||
export { Network } from './networks';
|
||||
export { Payment, PaymentOpts, Stack, StackElement } from './payments';
|
||||
export {
|
||||
Payment,
|
||||
PaymentCreator,
|
||||
PaymentOpts,
|
||||
Stack,
|
||||
StackElement,
|
||||
} from './payments';
|
||||
export { OpCode } from './script';
|
||||
export { Input as TxInput, Output as TxOutput } from './transaction';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue