# Packages
No description provided by the author
# Functions
cli version REST handler endpoint.
CreateAddr adds an address to the key store and returns an address and seed.
CreateAddr adds multiple address to the key store and returns the addresses and associated seeds in lexographical order by address.
GetConfig returns a Tendermint config for the test cases.
GetKeyBase returns the LCD test keybase.
InitializeTestLCD starts Tendermint and the LCD in process, listening on their respective sockets where nValidators is the total number of validators and initAddrs are the accounts to initialize with some steak tokens.
connected node version REST handler endpoint.
Request makes a test LCD test request.
ServeCommand will generate a long-running rest server (aka Light Client Daemon) that exposes functionality similar to the cli, but over rest.
# Structs
Type that combines an Address with the pnemonic of the private key to that address.
# Type aliases
implement `Interface` in sort package.