package
1.0.0
Repository: https://github.com/skip-mev/petri.git
Documentation: pkg.go.dev

# 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.

# Interfaces

ChainI is an interface for a logical chain.
NodeI represents an interface for a logical node that is running on a chain.
WalletI is an interface 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.