Documentation ¶
Overview ¶
Package meta defines a chain metadata store for the ABCI application. Prior to using the methods, the tables should be initialized and updated to the latest schema version with InitializeMetaStore.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetChainState ¶
GetChainState returns height and app hash from the chain state store. If there is no recorded data, height will be -1 and app hash nil.
func InitializeMetaStore ¶
InitializeMetaStore initializes the chain metadata store schema.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.