InterviewSolution
Saved Bookmarks
| 1. |
What type of transaction cannot be stored in blocks on a blockchain? |
|
Answer» Answer: A blockchain, originally BLOCK chain, is a growing LIST of records, CALLED blocks, that are linked using cryptography. Each block contains a cryptographic hash of the previous block, a timestamp, and transaction data (GENERALLY represented as a Merkle tree). |
|