Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type InMemoryDatabase ¶
type InMemoryDatabase struct {
*cometbftdb.MemDB
}
func NewInMemoryDatabase ¶
func NewInMemoryDatabase() *InMemoryDatabase
func (*InMemoryDatabase) Clear ¶
func (d *InMemoryDatabase) Clear() error
type LevelDBDatabase ¶
type LevelDBDatabase struct { *cometbftdb.GoLevelDB // contains filtered or unexported fields }
func NewLevelDBDatabase ¶
func NewLevelDBDatabase(vegaPaths paths.Paths) (*LevelDBDatabase, error)
func (*LevelDBDatabase) Clear ¶
func (d *LevelDBDatabase) Clear() error
Click to show internal directories.
Click to hide internal directories.