package
0.9.8
Repository: https://github.com/iov-one/iovns.git
Documentation: pkg.go.dev

# README

TODO PLEASE FILL.

# Packages

No description provided by the author
Package types contains all the types used by the configuration module.

# Functions

AvailableQueries returns the list of available queries in the module.
DefaultGenesisState returns the default genesis state TODO this needs to be updated, although it will be imported from iovns chain.
ExportGenesis saves the state of the configuration module.
InitGenesis sets the initial state of the configuration module.
No description provided by the author
NewGenesisState is GenesisState constructor.
NewHandler returns the handlers for the configuration module.
NewKeeper is Keeper constructor.
NewQuerier builds the query handler for the module.
NewTestCodec generates aliceAddr mock codec for keeper module.
NewTestKeeper generates aliceAddr keeper and aliceAddr context from it.
runTests run tests cases after generating a new keeper and context for each test case.
ValidateGenesis makes sure that the genesis state is valid.

# Constants

alias for consts.
ModuleName aliases types.ModuleName.
QuerierRoute aliases types.QuerierRoute.
QueryConfig aliases types.QueryConfig.
No description provided by the author
No description provided by the author
RouterKey aliases types.RouterKey.
StoreKey aliases types.StoreKey.

# Variables

No description provided by the author
No description provided by the author
No description provided by the author
NewFees aliases types.NewFees.
RegisterCodec aliases types.RegisterCodec.

# Structs

- - FILL APP MODULE - -.
nolint - - - FILL APP MODULE BASIC -- // AppModuleBasic implements the AppModuleBasic interface of the cosmos-sdk.
GenesisState is used to unmarshal the genesis state when the app is initialized, and it is used to marshal the state when it needs to be exported.
Keeper is the key value store handler for the configuration module.
QueryConfiguration is the request model used to get the configuration.
QueryConfigurationResponse is the response returned after querying the configuration.
QueryFees is the request model used to get the current fees.
QueryFeesResponse is returned after querying fees.
subTest defines a test runner.

# Interfaces

ParamSubspace is a placeholder.

# Type aliases

alias for types.
alias for types.
QueryHandlerFunc defines the query handler for this module.