package
0.4.0
Repository: https://github.com/malteherrmann/evmos-utils.git
Documentation: pkg.go.dev

# Functions

ExecuteBinaryCmd executes a shell command and returns the output and error.
FilterAccountsWithDelegations filters the given list of accounts for those, which are used for staking.
GetCodec returns the codec to be used for the client.
GetCurrentHeight returns the current block height of the node.
GetEventsFromTxResponse unpacks the transaction response into the corresponding SDK type and returns the events.
GetTxEvents returns the transaction events associated with the transaction, whose hash is contained in the given output from a transaction command.
GetTxHashFromTxResponse parses the transaction hash from the given response.
NewBinary returns a new Binary instance.
NewEvmosTestingBinary returns a new Binary instance with the default home and appd setup for the Evmos local node testing setup.
ParseAccountsFromOut parses the keys from the given output from the keys list command.
ParseDelegationsFromResponse parses the delegations from the given response.
Wait waits for the specified amount of seconds.

# Constants

DeltaHeight is the amount of blocks in the future that the upgrade will be scheduled.

# Structs

Account is the type for a single account.
Binary is a struct to hold the necessary information to execute commands using a Cosmos SDK-based binary.
BinaryCmdArgs are the arguments passed to be executed with the Evmos binary.