Export some types and interfaces
This commit is contained in:
parent
b8c2e9e339
commit
63d51d1da7
1 changed files with 5 additions and 0 deletions
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue