UNPKG

parsec-node

Version:

https://parseclabs.readthedocs.io/en/latest/

7 lines (5 loc) 203 B
const { unspentForAddress } = require('../../utils'); module.exports = async (bridgeState, address) => { const { unspent } = bridgeState.currentState; return unspentForAddress(unspent, address); };