UNPKG

hsd

Version:
17 lines (13 loc) 361 B
/*! * coins/index.js - utxo management for hsd * Copyright (c) 2017-2018, Christopher Jeffrey (MIT License). * https://github.com/handshake-org/hsd */ 'use strict'; /** * @module coins */ exports.Coins = require('./coins'); exports.CoinView = require('./coinview'); exports.compress = require('./compress'); exports.UndoCoins = require('./undocoins');