package
0.1.7-beta-testnet
Repository: https://github.com/second-state/devchain.git
Documentation: pkg.go.dev
# Functions
NewBaseApp extends a StoreApp with a handler and a ticker, which it binds to the proper abci calls.
NewEthermintApplication creates a fully initialised instance of EthermintApplication #stable - 0.4.0.
NewStoreApp creates a data store to handle queries.
# Constants
DefaultHistorySize is how many blocks of history to store for ABCI queries.
# Structs
BaseApp - The ABCI application.
EthermintApplication implements an ABCI application #stable - 0.4.0.
No description provided by the author
StoreApp contains a data store and all chainState needed to perform queries and handshakes.