package
0.0.0-20190806135343-59eeb304638e
Repository: https://github.com/iov-one/tutorial.git
Documentation: pkg.go.dev

# Functions

Application constructs a basic ABCI application with the given arguments.
Authenticator returns authentication with multisigs and public key signatues.
Chain returns a chain of decorators, to handle authentication, fees, logging, and recovery.
CommitKVStore returns an initialized KVStore that persists the data to the named path.
DecorateApp adds initializers and Logger to an Application.
GenerateApp is used to create a stub for server/start.go command.
GenerateCoinKey returns the address of a public key, along with the secret phrase to recover the private key.
GenInitOptions will produce some basic options for one rich account, to use for dev mode.
QueryRouter returns a default query router, allowing access to "/auth", "/contracts" and "/".
Router returns a default router.
Stack wires up a standard router with a standard decorator chain.
TxDecoder creates a Tx and unmarshals bytes into it.

# Variables

No description provided by the author
No description provided by the author

# Structs

Tx contains the message.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author