# Functions
NewGenesis creates easily modifiable genesis object for testing purposes.
NewGentx creates easily modifiable gentx object for testing purposes.
NewResponse creates cosmosclient.Response object from proto struct for using as a return result for a cosmosclient mock.
NewSuite creates new suite with mocks.
NewTestAccount creates an account for test purposes using in-memory keyring backend.
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Suite is a mocks container, used to write less code for tests setup.
# Interfaces
go:generate mockery --name AccountInfo --case underscore --output ../mocks.
go:generate mockery --name BankClient --case underscore --output ../mocks.
go:generate mockery --name LaunchClient --case underscore --output ../mocks.
go:generate mockery --name ProfileClient --case underscore --output ../mocks.
go:generate mockery --name ProjectClient --case underscore --output ../mocks.
go:generate mockery --name RewardClient --case underscore --output ../mocks.
go:generate mockery --name StakingClient --case underscore --output ../mocks.