Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // CurrentCommit current git commit hash CurrentCommit = "" // CurrentBranch current git branch CurrentBranch = "" // CurrentVersion current project version CurrentVersion = "0.0.0" // BuildDate compile date BuildDate = "" // GoVersion system go version GoVersion = runtime.Version() // Platform info Platform = fmt.Sprintf("%s/%s", runtime.GOOS, runtime.GOARCH) )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Directories ¶
Path | Synopsis |
---|---|
api
|
|
jsonrpc/namespaces/eth/filters
Package filters implements an ethereum filtering system for block, transactions and log events.
|
Package filters implements an ethereum filtering system for block, transactions and log events. |
cmd
|
|
internal
|
|
ledger/mock_ledger
Package mock_ledger is a generated GoMock package.
|
Package mock_ledger is a generated GoMock package. |
pkg
|
|
peermgr/mock_peermgr
Package mock_peermgr is a generated GoMock package.
|
Package mock_peermgr is a generated GoMock package. |
Click to show internal directories.
Click to hide internal directories.