# Constants
FaucetAccountKeyName is the key name for the faucet account key.
ValidatorKeyName is the key name for the validator key.
# Structs
ChainConfig is the configuration structure for a logical chain.
GasSettings is a configuration for Cosmos app gas settings.
NodeConfig is the configuration structure for a logical node.
WalletConfig is a configuration for a Cosmos SDK type wallet.
# Type aliases
GenesisModifier is a function that takes in genesis bytes and returns modified genesis bytes.
NodeCreator is a type of function that given a NodeConfig creates a new logical node.
NodeDefinitionModifier is a type of function that given a NodeConfig modifies the task definition.