describe data model

This commit is contained in:
GroovieGermanikus 2023-12-18 15:05:03 +01:00
parent 199d0f5dd7
commit 3f7945c48a
No known key found for this signature in database
GPG Key ID: 5B6EB831A5CD2015
1 changed files with 7 additions and 3 deletions

View File

@ -71,9 +71,13 @@ Open Firefox Browser and navigate to ...
### Data Model
Source:
* transaction_infos: transaction in blocks
* transaction_slot: transaction from banking stage plugin; reflecting errors
* transaction data (irrespective of block inclusion):
* transaction_slot: transaction from banking stage plugin; reflecting errors trying to include transaction in block (block is designated by slot)
* accounts_map_transaction: mapping of accounts to transactions irrespective of block inclusion
* related to a produced block (happens _after_ transaction data):
* transaction_infos: transaction in blocks
* accounts_map_blocks: accounts mentioned in block
Conventions: