mirror of
https://github.com/Permissionless-Software-Foundation/bch-js.git
synced 2026-09-21 16:51:59 -07:00
30 lines
821 B
JavaScript
30 lines
821 B
JavaScript
/*
|
|
Mock data used for unit testing.
|
|
*/
|
|
|
|
module.exports = {
|
|
details: {
|
|
hash: "000000001c6aeec19265e9cc3ded8ba5ef5e63fae7747f30bf9c02c7bc8883f0",
|
|
size: 216,
|
|
height: 507,
|
|
version: 1,
|
|
merkleroot:
|
|
"a85fa3d831ab6b0305e7ff88d2d4941e25a810d4461635df51490653822071a8",
|
|
tx: ["a85fa3d831ab6b0305e7ff88d2d4941e25a810d4461635df51490653822071a8"],
|
|
time: 1231973656,
|
|
nonce: 330467862,
|
|
bits: "1d00ffff",
|
|
difficulty: 1,
|
|
chainwork:
|
|
"000000000000000000000000000000000000000000000000000001fc01fc01fc",
|
|
confirmations: 585104,
|
|
previousblockhash:
|
|
"00000000a99525c043fd7e323414b60add43c254c44860094048f9c01e9a5fdd",
|
|
nextblockhash:
|
|
"000000000d550f4161f2702165fdd782ec72ff9c541f864ebb8256b662b7e51a",
|
|
reward: 50,
|
|
isMainChain: true,
|
|
poolInfo: {}
|
|
}
|
|
}
|