This commit is contained in:
hinto.janai 2024-09-20 16:16:25 -04:00
parent 7a3c6dcac2
commit 5351bd32fe
No known key found for this signature in database
GPG key ID: D47CE05FA175A499

View file

@ -18,8 +18,9 @@ Many of the data types stored are the same data types, although are different se
--- ---
| Table | Key | Value | Description | | Table | Key | Value | Description |
|-------------------|----------------------|--------------------|-------------| |--------------------|----------------------|-------------------------|-------------|
| `BlockBlobs` | BlockHeight | `StorableVec<u8>` | Maps a block's height to a serialized byte form of a block | `BlockHeaderBlobs` | BlockHeight | `StorableVec<u8>` | Maps a block's height to a serialized byte form of its header
| `BlockTxsHashes` | BlockHeight | `StorableVec<[u8; 32]>` | Maps a block's height to the block's transaction hashes
| `BlockHeights` | BlockHash | BlockHeight | Maps a block's hash to its height | `BlockHeights` | BlockHash | BlockHeight | Maps a block's hash to its height
| `BlockInfos` | BlockHeight | `BlockInfo` | Contains metadata of all blocks | `BlockInfos` | BlockHeight | `BlockInfo` | Contains metadata of all blocks
| `KeyImages` | KeyImage | () | This table is a set with no value, it stores transaction key images | `KeyImages` | KeyImage | () | This table is a set with no value, it stores transaction key images