Export some types and interfaces

This commit is contained in:
junderw 2018-12-30 13:34:40 +09:00
parent b8c2e9e339
commit 63d51d1da7
No known key found for this signature in database
GPG key ID: B256185D3A971908

View file

@ -24,3 +24,8 @@ export {
payments,
script,
}
export { Payment, PaymentOpts } from './payments'
export { Input as TxInput, Output as TxOutput } from './transaction'
export { Network } from './networks'
export { OpCode } from './script'