Page 1 of 1

To store almost all data in the Ethereum Blockchain:

Posted: Mon Mar 27, 2023 1:39 pm
by answerhappygod
To store almost all data in the Ethereum Blockchain:

A. a Linked List with pointers to previous blocks hashes is used.
B. a Merkle Patricia Trie is used.
C. a Radix Trie is used because the Merkle Patricia Trie is too inefficient.