2
1
Could you please explain gettxoutsetinfo, what is it used for? What are the different fields in the output?
I assume that it's used to calculate the amount of the unspent trasaction outputs in the blockchain. What is bytes_serialized and hash_serialized?
{
"height" : 225494,
"bestblock" : "00000000eb0443fd7dc4a1ed5c686a8e995057805f9a161d9a5a77a95e72b7b6",
"transactions" : 335344,
"txouts" : 2221582,
"bytes_serialized" : 72130407,
"hash_serialized" : "3d14832b1b468f52ce942d4b9dc0c76a54fa6865207ff64540105403e3109f43",
"total_amount" : 10886823.50380013
}