Versions in this module Expand all Collapse all v0 v0.19.0 Jun 13, 2018 Changes in this version + func AppGenState(_ *wire.Codec, _ []json.RawMessage) (appState json.RawMessage, err error) + func AppGenTx(_ *wire.Codec, pk crypto.PubKey) (appGenTx, cliPrint json.RawMessage, validator tmtypes.GenesisValidator, ...) + func InitChainer(key sdk.StoreKey) func(sdk.Context, abci.RequestInitChain) abci.ResponseInitChain + func KVStoreHandler(storeKey sdk.StoreKey) sdk.Handler + func NewApp(rootDir string, logger log.Logger) (abci.Application, error) + func NewCommitMultiStore(db dbm.DB) sdk.CommitMultiStore + func NewTx(key, value string) kvstoreTx + func SetupApp() (abci.Application, func(), error) + type GenesisJSON struct + Values []KV + type KV struct + Key string + Value string