bitcore-lib-zcash/lib/transaction/input/index.js

6 lines
72 B
JavaScript

'use strict';
var Input = require('./input');
module.exports = Input;