UNPKG

factom-vote

Version:

JS implementation of the Factom voting specification

8 lines (7 loc) 174 B
const { FactomVoteManager } = require('./factom-vote-manager'); module.exports = Object.assign( { FactomVoteManager }, require('./factom-vote-struct') );