mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2025-01-08 20:11:21 +00:00
save
This commit is contained in:
parent
4935e56e9a
commit
1a7aac338e
@ -29,6 +29,8 @@ import (
|
|||||||
//Variables Naming:
|
//Variables Naming:
|
||||||
// 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)
|
||||||
|
// blockNum - Ethereum block number - same across all nodes. blockID - auto-increment ID - which can be differrent across all nodes
|
||||||
|
// txNum/txID - same
|
||||||
// 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. Usually it's Etherum's TransactionNumber (auto-increment ID). Or BlockNumber.
|
// ts - TimeStamp. Usually it's Etherum's TransactionNumber (auto-increment ID). Or BlockNumber.
|
||||||
|
Loading…
Reference in New Issue
Block a user