# Functions
BuildNetworkConfig returns a configuration for a local in-testing network.
ExecQuery executes a CLI query onto the provided Network.
FillWalletFromValidator fills the wallet with some coins that come from the validator.
LogMnemonic logs a secret to the network's logger for debugging and manual testing.
New creates a new Network for integration tests.
NewAccount Creates a new account with a random mnemonic, stores the mnemonic in the keyring, and returns the address.
NewAppConstructor returns a new simapp AppConstructor.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
WithQueryEncodingType defines how the response of the CLI query should be decoded.
No description provided by the author
# Constants
EncodingTypeJSON defines the types are JSON encoded or need to be encoded using JSON.
EncodingTypeProto defines the types are proto encoded or need to be encoded using proto.
# Variables
No description provided by the author
# Structs
Config: Defines the parameters needed to start a local test network.
No description provided by the author
No description provided by the author
No description provided by the author
# Interfaces
Logger is a network logger interface that exposes testnet-level Log() methods for an in-process testing network This is not to be confused with logging that may happen at an individual node or validator level.
# Type aliases
AppConstructor defines a function which accepts a network configuration and creates an ABCI Application to provide to Tendermint.
EncodingType defines the encoding methodology for requests and responses.
ExecQueryOption defines a type which customizes a CLI query operation.
No description provided by the author