package
0.0.0-20250108125741-e95afb000453
Repository: https://github.com/evmos/os.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
No description provided by the author
Package network implements and exposes a fully operational in-process Tendermint
test network that consists of at least one or potentially many validators.
No description provided by the author
# Functions
FundAccount is a utility function that funds an account by minting and sending the coins to the address.
FundAccountWithBaseDenom is a utility function that uses the FundAccount function to fund an account with the default Evmos denomination.
FundModuleAccount is a utility function that funds a module account by minting and sending the coins to the address.
NewHeader creates a new Tendermint header for testing purposes.
NewStateDB returns a new StateDB for testing purposes.
NoOpNextFn is a no-op function that returns the context and no error in order to mock the next function in the AnteHandler chain.
PrepareAccountsForDelegationRewards prepares the test suite for testing to withdraw delegation rewards.