Hii guys,
1)I just wanted to understand block hash which is created to generate block for example:
{
"hash" : "007466f9e7ff5d34ccc78b80ef55168706072f93b02d59ff6e60062ee12f22ae",
"miner" : "1HHqia9So9hJgXPqnQ5W5AP1CKN3Sn17iUu3sv",
"confirmations" : 82,
"height" : 10,
"time" : 1548850008,
"txcount" : 1
}
This is one block i have obtained from getblocks command so in that one hash is mentioned .
So my question is does that hash represent signature of blockchain?
2)I have gone through block signature in multichain you mentioned below setence
https://www.multichain.com/developers/mining-block-signatures/
Block signatures are embedded inside the OP_RETURN metadata of the coinbase transaction, using a regular bitcoin-style signature format. The payload signed by the block creator is the full block headers
can you explain me OP_RETURN opcode in simple example term i was trying to understand this opcode but i did not understand that is the reason i am asking this question here.
how OP_RETURN executed in block?
please help me to understand