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

# Functions

No description provided by the author
RegisterCodec registers concrete types on codec.

# Constants

ConfigKey defines the key used for the configuration since the configuration is only one the key will always be one.
DefaultParamSpace defines the key for the configuration paramspace.
FeeKey defines the key used for fees since the fee params are only one this is the only key we will need.
ModuleName defines the name of the module.
QuerierRoute is used to process queries for the module.
QueryConfig is the route key used to query configuration data.
QueryFees is the route key used to query fees data.
RouterKey is the key used to process transactions for the module.
StoreKey is the key used to identify the module in the KVStore.

# Variables

ModuleCdc defines the module codec.

# Structs

Config is the configuration of the network.
Fees contains different type of fees to calculate coins to detract when processing different messages.
MsgUpdateConfig is used to update configuration using a multisig strategy.
No description provided by the author
QueryConfigResponse is the result returned after a query to the chain configuration.
QueryFeesResponse is the result returned after a query to the product fees.