mirror of
https://github.com/hinto-janai/cuprate.git
synced 2024-12-23 12:09:57 +00:00
update for https://github.com/Cuprate/cuprate/pull/290
This commit is contained in:
parent
7a3c6dcac2
commit
5351bd32fe
1 changed files with 18 additions and 17 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue