package
0.1.2
Repository: https://github.com/relevant-community/oracle.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

AddTestAddrs constructs and returns accNum amount of accounts with an initial balance of accAmt in random order.
AddTestAddrsIncremental constructs and returns accNum amount of accounts with an initial balance of accAmt in random order.
CreateTestInput Returns an instance of our app.
DefaultConfig returns a sane default configuration suitable for nearly all testing requirements.
GetMaccPerms returns a copy of the module account permissions.
MakeEncodingConfig creates an EncodingConfig for testing.
New returns a reference to an initialized Gaia.
NewAppConstructor returns a new simulation AppConstructor (used in cli tests).
NewDefaultGenesisState generates the default state for the application.
SaveAccount saves the provided account into the app with balance based on initCoins.
No description provided by the author
Setup initializes a new TestApp.
TestAddr generates test address.

# Constants

No description provided by the author
No description provided by the author

# Variables

No description provided by the author
No description provided by the author
No description provided by the author
DefaultConsensusParams defines the default Tendermint consensus params used in App testing.
DefaultNodeHome default home directories for the application daemon.
ModuleBasics defines the module BasicManager is in charge of setting up basic, non-dependant module elements, such as codec registration and genesis verification.
No description provided by the author
No description provided by the author

# Structs

App extends an ABCI application, but with most of its parameters exported.
EmptyAppOptions is a stub implementing AppOptions.

# Interfaces

App implements the common methods for a Cosmos SDK-based application specific blockchain.

# Type aliases

GenerateAccountStrategy type.
The genesis state of the blockchain is represented here as a map of raw json messages key'd by a identifier string.