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
types
2
types/index.d.ts
vendored
2
types/index.d.ts
vendored
|
@ -14,6 +14,6 @@ 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