package
2.4.3
Repository: https://github.com/functionx/fx-core.git
Documentation: pkg.go.dev

# Functions

AddTestAddrs constructs and returns accNum amount of accounts with an initial balance of accAmt in random order.
AddTestAddrsFromPubKeys adds the addresses into the SimApp providing only the public keys.
No description provided by the author
CheckBalance checks the balance of an account.
ConvertAddrsToValAddrs converts the provided addresses to ValAddress.
No description provided by the author
CreateTestPubKeys returns a total of numPubKeys public keys in ascending order.
No description provided by the author
GenerateAddress generates an Ethereum address.
No description provided by the author
No description provided by the author
No description provided by the author
GenSequenceOfTxs generates a set of signed transactions of messages, such that they differ only by having the sequence numbers incremented between every transaction.
GenTx generates a signed mock transaction.
NewEthPrivKey generates an Ethereum address and its corresponding private key.
No description provided by the author
NewPriKey generates cosmos-sdk accAddress private key.
NewPubKeyFromHex returns a PubKey from a hex string.
No description provided by the author
No description provided by the author
No description provided by the author
SetupWithGenesisAccounts initializes a new SimApp with the provided genesis accounts and possible balances.
SetupWithGenesisValSet initializes a new SimApp with a validator set and genesis accounts that also act as delegators.
SignCheckDeliver checks a generated signed transaction and simulates a block commitment with the given transaction.
No description provided by the author

# Constants

SimAppChainID hardcoded chainID for simulation.

# Variables

DefaultConsensusParams defines the default Tendermint consensus params used in GaiaApp testing.

# Structs

No description provided by the author
Signer defines a type that is used on testing for signing MsgEthereumTx.

# Type aliases

No description provided by the author