Example #1
0
export const getUnspents = (publicKey, spent = undefined, callback) => // eslint-disable-line no-unused-vars
    conn.listOutputs(publicKey, spent)
        .then(unspents => unspents.map(elem => elem.transaction_id))