# Packages
No description provided by the author
# Functions
ExecCommitBlock executes and commits a block on the proxyApp without validating or mutating the state.
GetState loads the most recent state from the database, or creates a new one from the given genesisFile and persists the result to the database.
LoadState loads the State from the database.
MakeGenesisDocFromFile reads and unmarshals genesis doc from the given file.
MakeGenesisState creates state from types.GenesisDoc.
MakeGenesisStateFromFile reads and unmarshals state from the given file.
NewABCIResponses returns a new ABCIResponses.
# Structs
ABCIResponses retains the responses of the various ABCI calls during block processing.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
State represents the latest committed state of the Tendermint consensus, including the last committed block and validator set.
ValidatorsInfo represents the latest validator set, or the last time it changed.
# Type aliases
No description provided by the author
No description provided by the author