Files
bch-js/test/unit/fixtures/ninsight-mock.js
T

21 lines
417 B
JavaScript

/*
Mocking data for unit tests for the Ninsight library.
*/
const utxo = [
{
address: "15NCRBJsHaJy8As5bX1oh2YauRejnZ1MKF",
txid: "2b37bdb3b63dd0bca720437754a36671431a950e684b64c44ea910ea9d5297c7",
vout: 0,
scriptPubKey: "76a9142fe2c4c5ef359bb2fe1a849f891cecffbcfb4f7788ac",
amount: 0.00001,
satoshis: 1000,
height: 602405,
confirmations: 16720
}
]
module.exports = {
utxo
}