quorum/ethdb
Felix Lange c161d73d42 common: drop accessors for Value.Val
I don't see why we would need two different accessors for a public field.
2015-03-20 14:00:26 +01:00
..
.gitignore The great merge 2014-02-14 23:56:09 +01:00
README.md The great merge 2014-02-14 23:56:09 +01:00
database.go Moved ethutil => common 2015-03-16 11:27:38 +01:00
database_test.go cmd/evm, core, ethdb, state, tests/helper: remove ReadConfig calls 2015-03-10 02:39:53 +01:00
memory_database.go common: drop accessors for Value.Val 2015-03-20 14:00:26 +01:00

README.md

ethdb

The ethdb package contains the ethereum database interfaces

Installation

go get github.com/ethereum/ethdb-go

Usage

Todo :-)