mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore(db): modify state transition docs (#515)
This commit is contained in:
@ -232,12 +232,12 @@ table!(
|
||||
/// }
|
||||
/// ```
|
||||
///
|
||||
( AccountHistory ) ShardedKey<Address> | TxNumberList
|
||||
( AccountHistory ) ShardedKey<Address> | TransitionList
|
||||
);
|
||||
|
||||
table!(
|
||||
/// Stores pointers to transactions that changed each storage key.
|
||||
( StorageHistory ) AddressStorageKey | TxNumberList
|
||||
( StorageHistory ) AddressStorageKey | TransitionList
|
||||
);
|
||||
|
||||
dupsort!(
|
||||
@ -275,7 +275,7 @@ table!(
|
||||
/// Alias Types
|
||||
|
||||
/// List with transaction numbers.
|
||||
pub type TxNumberList = IntegerList;
|
||||
pub type TransitionList = IntegerList;
|
||||
/// Encoded stage id.
|
||||
pub type StageId = Vec<u8>;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user