package
0.0.0-20250119000602-809120120630
Repository: https://github.com/n42blockchain/n42.git
Documentation: pkg.go.dev

# Functions

NewBatch - starts in-mem batch Common pattern: batch := db.NewBatch() defer batch.Rollback() ..
NewBatch - starts in-mem batch Common pattern: batch := db.NewBatch() defer batch.Rollback() ..
NewObjectDatabase returns a AbstractDB wrapper.
No description provided by the author
nolint.

# Structs

No description provided by the author
ObjectDatabase - is an object-style interface of DB accessing.
No description provided by the author
TxDb - provides Database interface around ethdb.Tx It's not thread-safe! TxDb not usable after .Commit()/.Rollback() call, but usable after .CommitAndBegin() call you can put unlimited amount of data into this class Walk and MultiWalk methods - work outside of Tx object yet, will implement it later Deprecated nolint.