# Functions
Application constructs a basic ABCI application with the given arguments.
Authenticator returns authentication with multisigs and public key signatues.
CashControl returns a controller for cash functions.
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.
CronStack wires up a standard router with a cron specific decorator chain.
DecorateApp adds initializers and Logger to an Application.
Examples generates some example structs to dump out with testgen.
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.
InlineApp will take a previously prepared CommitStore and return a complete Application.
QueryRouter returns a default query router, allowing access to "/blog", "/auth", "/contracts", "/wallets", "/validators" 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
CronTaskMarshaler is a task marshaler implementation to be used by the weave applications when dealing with scheduled tasks.
No description provided by the author
No description provided by the author
# Structs
CronTask is a format used by the CronMarshaler to marshal and unmarshal cron task.
No description provided by the author
ExecuteBatchMsg encapsulates multiple messages to support batch transaction.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Tx contains the message When extending Tx, follow the rules: - Range 1-50 is reserved for middlewares, - Range 51-inf is reserved for different message types, - Keep the same numbers for the same message types in weave based applications to sustain compatibility between blockchains.
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
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
No description provided by the author
No description provided by the author