TrueBlocks / trueblocks-core

The main repository for the TrueBlocks system
https://trueblocks.io
GNU General Public License v3.0
1.05k stars 198 forks source link

chifra docs - undocumented types #3628

Closed tjayrush closed 4 months ago

tjayrush commented 5 months ago

There are at least six types that are not documented.

StorageSlot, AppRecord, AddrRecord, and Reward

These are "internal" fields for things that were created only because I'm lazy and I did not create a .toml and .csv file.

I don't think there are any others.

There are two undocumented aliases:

type ChunkManifest = Manifest
type ChunkAppearance = Appearance