Browse Source

Expose ECPairInterface

fixTypesAgain
junderw 6 years ago
parent
commit
ecbab9bf4d
No known key found for this signature in database GPG Key ID: B256185D3A971908
  1. 1
      ts_src/index.ts
  2. 1
      types/index.d.ts

1
ts_src/index.ts

@ -14,6 +14,7 @@ export { Transaction } from './transaction';
export { TransactionBuilder } from './transaction_builder';
export { BIP32Interface } from 'bip32';
export { ECPairInterface } from './ecpair';
export { Network } from './networks';
export { Payment, PaymentOpts } from './payments';
export { OpCode } from './script';

1
types/index.d.ts

@ -11,6 +11,7 @@ export { OPS as opcodes } from './script';
export { Transaction } from './transaction';
export { TransactionBuilder } from './transaction_builder';
export { BIP32Interface } from 'bip32';
export { ECPairInterface } from './ecpair';
export { Network } from './networks';
export { Payment, PaymentOpts } from './payments';
export { OpCode } from './script';

Loading…
Cancel
Save