Storage

The storage module provides reliable and efficient persistent storage for the entire set of data on the XMETA Blockchain, as well as the necessary data used internally by XMETA Core.

The storage module is designed to serve two primary purposes:

ยท Persist the blockchain data, specifically the transactions and their outputs that have been agreed by validators via consensus protocol.

ยท Provide a response with Merkle proofs to any query that asks for a part of the blockchain data. A client can easily verify the integrity of the response if they have obtained the correct root hash.

Last updated