package
1.0.0
Repository: https://github.com/coreumfoundation/coreum.git
Documentation: pkg.go.dev

# Functions

CreateValidator creates a new validator on the chain and returns the staker addresses, validator addresses and callback function to deactivate it.
NewChain creates an instance of the new Chain.
NewChainContext returns a new instance if the ChainContext.
NewFaucet creates a new instance of the Faucet.
NewFundedAccount is the constructor of FundedAccount.
NewGovernance returns the new instance of Governance.
NewNetworkConfig returns the network config used by integration tests.
NewTestingContext returns the configured chain and new context for the integration tests.

# Structs

BalancesOptions is the input type for the ComputeNeededBalanceFromOptions.
Chain holds network and client for the blockchain.
ChainConfig defines the config arguments required for the test chain initialisation.
ChainContext is a types used to store the components required for the test chains subcomponents.
Faucet is the test chain faucet.
FundedAccount represents a requirement of a test to get some funds for an account.
Governance keep the test chain predefined account for the governance operations.