mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2025-01-10 04:51:20 +00:00
clean
This commit is contained in:
parent
0b9404adb8
commit
daa2d67790
@ -26,11 +26,11 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
//Variables Naming:
|
//Variables Naming:
|
||||||
// ts - TimeStap. Ususally it's Etherum's TransactionNumber (auto-increment ID). Or BlockNumber.
|
|
||||||
// tx - Database Transaction
|
// tx - Database Transaction
|
||||||
// txn - Ethereum Transaction (and TxNum - is also number of Etherum Transaction)
|
// txn - Ethereum Transaction (and TxNum - is also number of Etherum Transaction)
|
||||||
// RoTx - Read-Only Database Transaction. RwTx - read-write
|
// RoTx - Read-Only Database Transaction. RwTx - read-write
|
||||||
// k, v - key, value
|
// k, v - key, value
|
||||||
|
// ts - TimeStamp. Ususally it's Etherum's TransactionNumber (auto-increment ID). Or BlockNumber.
|
||||||
// Cursor - low-level mdbx-tide api to navigate over Table
|
// Cursor - low-level mdbx-tide api to navigate over Table
|
||||||
// Iter - high-level iterator-like api over Table/InvertedIndex/History/Domain. Has less features than Cursor. See package `iter`
|
// Iter - high-level iterator-like api over Table/InvertedIndex/History/Domain. Has less features than Cursor. See package `iter`
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user